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
...
*
- Only perform the unfolding optimization when the folding in question is mod...
Evan Cheng
2007-10-22
1
-5
/
+2
*
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-22
2
-2
/
+7
*
llvm-gcc3 is dead, along with it __main.
Chris Lattner
2007-10-22
1
-12
/
+0
*
Reg2Mem cleanup and optimizations:
Anton Korobeynikov
2007-10-21
2
-25
/
+72
*
LoadLibraryPermanently doesn't throw.
Chris Lattner
2007-10-21
1
-3
/
+3
*
Add a convenience method for creating EE's.
Chris Lattner
2007-10-21
1
-0
/
+4
*
Allow for copysign having f80 second argument.
Dale Johannesen
2007-10-21
1
-0
/
+9
*
Add promote operand support for [su]int_to_fp.
Chris Lattner
2007-10-20
1
-0
/
+15
*
Add result promotion of FP_TO_*INT, fixing CodeGen/X86/trunc-to-bool.ll
Chris Lattner
2007-10-20
1
-1
/
+29
*
simplify some code.
Chris Lattner
2007-10-20
1
-1
/
+1
*
Implement promote and expand for operands of memcpy and friends.
Chris Lattner
2007-10-20
1
-0
/
+62
*
Added missing curly braces which renders the if clause useless in debug build.
Evan Cheng
2007-10-20
1
-1
/
+2
*
Fix a few places vector operations were not getting
Dale Johannesen
2007-10-20
1
-6
/
+9
*
Resolve unfold tables ambiguity.
Evan Cheng
2007-10-19
1
-6
/
+7
*
Local spiller optimization:
Evan Cheng
2007-10-19
5
-178
/
+357
*
Don't branch fold inline asm statements.
Bill Wendling
2007-10-19
1
-1
/
+2
*
Add support for a few more nodes.
Duncan Sands
2007-10-19
1
-5
/
+42
*
Redo "last ppc long double fix" as Chris wants.
Dale Johannesen
2007-10-19
2
-2
/
+3
*
Fix a really nasty vector miscompilation bill recently introduced.
Chris Lattner
2007-10-19
1
-2
/
+2
*
rename ExpandOperation to ExpandOperationResult, as suggested
Chris Lattner
2007-10-19
2
-17
/
+2
*
split LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYInline in the ARM backend.
Rafael Espindola
2007-10-19
2
-29
/
+70
*
Support for expanding ADDE and SUBE.
Duncan Sands
2007-10-19
1
-0
/
+22
*
If the value types are equal then this routine
Duncan Sands
2007-10-19
1
-1
/
+1
*
Add support for byval function whose argument is not 32 bit aligned.
Rafael Espindola
2007-10-19
4
-11
/
+72
*
Implement a few new operations.
Chris Lattner
2007-10-19
1
-0
/
+35
*
Implement expansion of SINT_TO_FP and UINT_TO_FP operands.
Chris Lattner
2007-10-19
1
-0
/
+89
*
implement support for custom expansion of any node type, in one place.
Chris Lattner
2007-10-19
1
-35
/
+17
*
comment fixes
Chris Lattner
2007-10-19
1
-3
/
+3
*
Make use of TLI.ExpandOperation, remove softfloat stuff.
Chris Lattner
2007-10-19
1
-49
/
+15
*
add expand support for bit_convert result, even allowing custom expansion.
Chris Lattner
2007-10-19
1
-1
/
+34
*
add a new target hook.
Chris Lattner
2007-10-19
1
-0
/
+8
*
Add an easy microoptimization I noticed.
Chris Lattner
2007-10-19
1
-0
/
+19
*
Negative indices aren't allowed here.
Bill Wendling
2007-10-19
1
-1
/
+1
*
More ppcf128 issues (maybe the last)?
Dale Johannesen
2007-10-19
2
-1
/
+8
*
- 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
*
Try again.
Devang Patel
2007-10-18
1
-3
/
+36
*
Allow GVN to eliminate redundant calls to functions without side effects.
Owen Anderson
2007-10-18
1
-5
/
+65
*
Fix a misnamed parameter.
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Fix a typo
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-18
1
-3
/
+3
*
this doesn't need dynamic_cast.
Chris Lattner
2007-10-18
1
-1
/
+1
*
Reduce reliance on rtti info
Chris Lattner
2007-10-18
1
-2
/
+1
*
fix typo
Chris Lattner
2007-10-18
1
-1
/
+1
*
This requires rtti info because tblgen uses commandline,
Chris Lattner
2007-10-18
1
-1
/
+4
*
Work around downrev gccs which do not inherit visibility of the
Gordon Henriksen
2007-10-18
1
-2
/
+2
*
Pointer arithmetic should be done with the index the same size as the pointer.
Bill Wendling
2007-10-18
1
-0
/
+7
*
Support for ADDC/SUBC.
Duncan Sands
2007-10-18
1
-8
/
+33
*
Really fix PR1734. Carefully track which register uses are sub-register uses by
Evan Cheng
2007-10-18
1
-8
/
+25
*
legalizing the ret operation on f64 shouldn't introduce a new
Chris Lattner
2007-10-18
1
-4
/
+6
[prev]
[next]