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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix off-by-one stack offset computations (dwarf information) for callee-saved
Anton Korobeynikov
2007-10-26
1
-1
/
+2
*
clo/clz aren't supported on mips I. Keep them around for when we'll
Eric Christopher
2007-10-26
1
-105
/
+107
*
Loosen up iv reuse to allow reuse of the same stride but a larger type when t...
Evan Cheng
2007-10-26
3
-19
/
+25
*
Support non-POSIX hosts by removing use of strncasecmp.
Dale Johannesen
2007-10-25
1
-44
/
+53
*
Disable a couple more things for ppcf128.
Dale Johannesen
2007-10-23
1
-2
/
+4
*
Temporary solution: added a different set of BCTRL_Macho / BCTRL_ELF with rig...
Evan Cheng
2007-10-23
3
-8
/
+18
*
Fix memcpy lowering when addresses are 4-byte aligned but size is not multipl...
Evan Cheng
2007-10-22
3
-40
/
+86
*
Fix the folding of multiplication into addresses on x86, which was broken
Dan Gohman
2007-10-22
1
-0
/
+5
*
Use ptr type in the immediate field of a BxA instruction so we don't end up s...
Evan Cheng
2007-10-22
1
-1
/
+2
*
Fix an unfolding bug.
Evan Cheng
2007-10-22
1
-1
/
+2
*
Allow for copysign having f80 second argument.
Dale Johannesen
2007-10-21
1
-0
/
+9
*
Resolve unfold tables ambiguity.
Evan Cheng
2007-10-19
1
-6
/
+7
*
Local spiller optimization:
Evan Cheng
2007-10-19
4
-39
/
+114
*
split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend.
Rafael Espindola
2007-10-19
2
-29
/
+70
*
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
2007-10-19
1
-8
/
+17
*
comment fixes
Chris Lattner
2007-10-19
1
-3
/
+3
*
Add an easy microoptimization I noticed.
Chris Lattner
2007-10-19
1
-0
/
+19
*
More ppcf128 issues (maybe the last)?
Dale Johannesen
2007-10-19
1
-0
/
+7
*
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but o...
Evan Cheng
2007-10-18
14
-28
/
+48
*
Use SmallVectorImpl instead of SmallVector with hardcoded size in MRegister p...
Evan Cheng
2007-10-18
14
-62
/
+62
*
Fix a misnamed parameter.
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Fix a typo
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Work around downrev gccs which do not inherit visibility of the
Gordon Henriksen
2007-10-18
1
-2
/
+2
*
legalizing the ret operation on f64 shouldn't introduce a new
Chris Lattner
2007-10-18
1
-4
/
+6
*
Switching TargetMachineRegistry to use the new generic Registry.
Gordon Henriksen
2007-10-17
2
-39
/
+18
*
Change fp to sint legalization on x86-32 to do 2 x i32
Chris Lattner
2007-10-17
1
-2
/
+12
*
fix some funny indentation, add comments.
Chris Lattner
2007-10-17
1
-60
/
+61
*
Check for invalid cc's in f80 select.
Dale Johannesen
2007-10-16
1
-0
/
+2
*
Fix a bug handling frame references in ppc inline asm when the frame offset
Chris Lattner
2007-10-16
1
-24
/
+33
*
Correction to tail call optimization code. The new return address
Arnold Schwaighofer
2007-10-16
1
-11
/
+19
*
Change LowerFP_TO_SINT to create the specific code it needs instead of
Chris Lattner
2007-10-15
1
-4
/
+11
*
LowerFP_TO_SINT must not create a stack object if it's not needed.
Evan Cheng
2007-10-15
1
-6
/
+6
*
Handle PPC long double in CBackend.
Dale Johannesen
2007-10-15
1
-0
/
+9
*
Unbreak x86-64.
Evan Cheng
2007-10-14
1
-4
/
+3
*
Revert 42908 for now.
Evan Cheng
2007-10-14
8
-51
/
+50
*
Fix type mismatch error in PPC Altivec (only causes
Dale Johannesen
2007-10-14
1
-2
/
+2
*
Clarify that fastcc has a problem with nested function
Duncan Sands
2007-10-13
1
-1
/
+1
*
Change unfoldMemoryOperand(). User is now responsible for passing in the
Evan Cheng
2007-10-13
2
-12
/
+19
*
Correcting the corrections. Bad bad baaad emacs!
Arnold Schwaighofer
2007-10-12
1
-1
/
+1
*
Corrected many typing errors. And removed 'nest' parameter handling
Arnold Schwaighofer
2007-10-12
9
-37
/
+38
*
Due to the new tail call optimization, trampolines can no
Duncan Sands
2007-10-12
1
-1
/
+0
*
Update.
Evan Cheng
2007-10-12
1
-18
/
+2
*
Change the names used for internal labels to use the current
Dan Gohman
2007-10-12
8
-50
/
+51
*
Mark vector ctpop, cttz, and ctlz as Expand on x86.
Dan Gohman
2007-10-12
1
-0
/
+3
*
Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC.
Dan Gohman
2007-10-12
1
-1
/
+4
*
Fold load / store into MOV32to32_ and MOV16to16_.
Evan Cheng
2007-10-12
1
-0
/
+4
*
Flag MOV32to32_ with EXTRACT_SUBREG. They should not be scheduled apart.
Evan Cheng
2007-10-12
1
-7
/
+7
*
Set ISD::FPOW to Expand.
Dan Gohman
2007-10-11
6
-4
/
+21
*
Add missing argument to PALIGNR
Dale Johannesen
2007-10-11
1
-4
/
+4
*
Added tail call optimization to the x86 back end. It can be
Arnold Schwaighofer
2007-10-11
10
-65
/
+831
[next]