index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use expandCodeFor instead of expand when the result will be
Dan Gohman
2009-06-09
1
-29
/
+18
*
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-09
3
-1
/
+40
*
Typo
Anton Korobeynikov
2009-06-08
1
-1
/
+1
*
Revert hunk commited by accident
Anton Korobeynikov
2009-06-08
1
-7
/
+2
*
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
7
-12
/
+111
*
Separate V6 from V6T2 since the latter has some extra nice instructions
Anton Korobeynikov
2009-06-08
2
-3
/
+8
*
Add helper for checking of Thumb1 mode
Anton Korobeynikov
2009-06-08
1
-0
/
+1
*
Revert r72898. It does not solve the problem I want it to solve.
Bill Wendling
2009-06-08
1
-16
/
+15
*
Delete comment and fix typo
Bruno Cardoso Lopes
2009-06-07
2
-2
/
+1
*
Fix wrong elf class and byte order initializations.
Bruno Cardoso Lopes
2009-06-07
1
-2
/
+2
*
Simple ELF32/64 binary files can now be emitted for x86 and x86_64 without
Bruno Cardoso Lopes
2009-06-07
5
-59
/
+162
*
Tweak the expansion code for BIT_CONVERT to generate better code
Eli Friedman
2009-06-07
1
-0
/
+20
*
Get rid of some unnecessary code.
Eli Friedman
2009-06-07
1
-25
/
+0
*
Create FunctionType::isValidArgumentType to go along with isValidReturnType.
Nick Lewycky
2009-06-07
2
-30
/
+74
*
Slightly generalize the code that handles shuffles of consecutive loads
Eli Friedman
2009-06-07
2
-182
/
+76
*
Remove cyclic MDNode detection. Any attempt to create a cyclic MDNode will
Nick Lewycky
2009-06-07
1
-57
/
+16
*
Refuse metadata* type for function arguments.
Nick Lewycky
2009-06-07
1
-1
/
+3
*
PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec
Eli Friedman
2009-06-07
1
-0
/
+22
*
Don't crash on multiple return value with no obvious inserted value.
Nick Lewycky
2009-06-06
1
-2
/
+2
*
PR4340: Run SimplifyDemandedVectorElts on insertelement instructions;
Eli Friedman
2009-06-06
1
-0
/
+6
*
Use cast<> instead of dyn_cast<> for things that are known to be
Jay Foad
2009-06-06
4
-23
/
+16
*
Rename UnknownValue to CouldNotCompute, since it holds an instance of
Dan Gohman
2009-06-06
1
-37
/
+37
*
Fix the expansion for CONCAT_VECTORS so that it doesn't create illegal
Eli Friedman
2009-06-06
1
-17
/
+1
*
Factor out a couple of helpers.
Eli Friedman
2009-06-06
1
-78
/
+101
*
Avoid crashing on a variable-index insertelement with element type i16.
Eli Friedman
2009-06-06
1
-1
/
+1
*
Get rid of some bogus patterns for X86vzmovl. Don't create VZEXT_MOVL
Eli Friedman
2009-06-06
2
-29
/
+22
*
Fix an obvious typo.
Eli Friedman
2009-06-06
1
-1
/
+1
*
x86_64 now uses the correct ELF e_machine type
Bruno Cardoso Lopes
2009-06-06
3
-3
/
+5
*
Get rid of a bogus pattern that interferes with optimization.
Eli Friedman
2009-06-06
1
-7
/
+0
*
PR2598: make sure to expand illegal forms of integer/floating-point
Eli Friedman
2009-06-06
1
-0
/
+26
*
Remove elf specific info from ELFWriter.h to Elf.h. Code cleanup and more com...
Bruno Cardoso Lopes
2009-06-06
5
-116
/
+245
*
Make SINT_TO_FP/UINT_TO_FP vector legalization queries query on the
Eli Friedman
2009-06-06
1
-3
/
+7
*
Simplify.
Devang Patel
2009-06-05
1
-15
/
+6
*
Add explicit keywords.
Dan Gohman
2009-06-05
7
-15
/
+17
*
Simplify.
Devang Patel
2009-06-05
1
-15
/
+5
*
Add new function attribute - noimplicitfloat
Devang Patel
2009-06-05
8
-31
/
+39
*
Adapt the x86 build_vector dagcombine to the current state of the legalizer.
Nate Begeman
2009-06-05
3
-52
/
+95
*
Changing allocation ordering from r3 ... r0 back to r0 ... r3. The order chan...
Evan Cheng
2009-06-05
2
-10
/
+10
*
Evan thinks NoImplicitFloat check is not required here.
Devang Patel
2009-06-05
1
-1
/
+1
*
Fix a copy+pasto in an assertion string that Jay Foad noticed.
Dan Gohman
2009-06-05
1
-1
/
+1
*
When merging multiple load / store instructions. Use the DebugLoc of the firs...
Evan Cheng
2009-06-05
1
-11
/
+16
*
Code clean up: return vector by reference rather than by value. No functional...
Evan Cheng
2009-06-05
1
-21
/
+21
*
Move SCEVExpander::getOrInsertCanonicalInductionVariable out of line.
Dan Gohman
2009-06-05
1
-0
/
+13
*
Remove some unnecessary #includes.
Dan Gohman
2009-06-05
7
-7
/
+0
*
Update the Verifier to be aware of the difference between Add and FAdd, etc.
Dan Gohman
2009-06-05
1
-15
/
+33
*
Lower i16/i32 sdiv/udiv/srem/urem using libcalls.
Sanjiv Gupta
2009-06-05
1
-0
/
+24
*
Allow libcalls for i16 sdiv/udiv/rem operations.
Sanjiv Gupta
2009-06-05
1
-4
/
+12
*
ELF Code Emitter now uses CurBufferPtr, BufferBegin and BufferEnd, as do JIT and
Bruno Cardoso Lopes
2009-06-05
3
-32
/
+57
*
Fix an erroneous check for isFNeg; the FNeg case is handled
Dan Gohman
2009-06-04
1
-1
/
+1
*
The DWARF unwind info was incorrect. While compiling with
Bill Wendling
2009-06-04
1
-15
/
+16
[next]