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
*
Efficiently handle a long multiplication by a constant. For this testcase:
Chris Lattner
2004-04-06
2
-50
/
+116
*
Improve code generation of long shifts by 32.
Chris Lattner
2004-04-06
2
-12
/
+26
*
Bugfixes: inc/dec don't set the carry flag!
Chris Lattner
2004-04-06
2
-24
/
+16
*
Improve code for passing constant longs as arguments to function calls.
Chris Lattner
2004-04-06
2
-10
/
+26
*
Emit more efficient 64-bit operations when the RHS is a constant, and one
Chris Lattner
2004-04-06
2
-10
/
+82
*
Fix typeo
Chris Lattner
2004-04-06
2
-2
/
+2
*
Add support for simple immediate handling to long instruction selection.
Chris Lattner
2004-04-06
2
-50
/
+74
*
The sbb instructions really ARE sbb's, not adc's
Chris Lattner
2004-04-06
1
-4
/
+4
*
Implement negation of longs efficiently. For this testcase:
Chris Lattner
2004-04-06
2
-4
/
+22
*
Minor tweak to avoid an extra reg-reg copy that the register allocator has to...
Chris Lattner
2004-04-06
2
-2
/
+20
*
Two changes:
Chris Lattner
2004-04-06
2
-12
/
+34
*
lli no longer takes the -quiet option!
Chris Lattner
2004-04-05
1
-2
/
+0
*
Do not mangle intrinsics in any way!
Chris Lattner
2004-04-05
2
-2
/
+8
*
Sparc don't got not "sqrtl", bum bum bum
Chris Lattner
2004-04-05
1
-1
/
+1
*
Kill warnings during an optimized compile where assert() disappears.
Misha Brukman
2004-04-05
1
-0
/
+2
*
Fix PR312 and IndVarsSimplify/2004-04-05-InvokeCastCrash.llx
Chris Lattner
2004-04-05
1
-0
/
+2
*
Fix a bug in yesterdays checkins which broke siod. siod is a great testcase!...
Chris Lattner
2004-04-05
1
-1
/
+1
*
Fix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
Chris Lattner
2004-04-05
1
-3
/
+15
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
16
-210
/
+219
*
Support getelementptr instructions which use uint's to index into structure
Chris Lattner
2004-04-05
1
-1
/
+26
*
Implement support for a new LLVM 1.3 bytecode format, which uses uint's
Chris Lattner
2004-04-05
6
-87
/
+191
*
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-04-04
1
-0
/
+16
*
In the perhaps not-to-distant future, we might support gep instructions that
Chris Lattner
2004-04-04
1
-5
/
+20
*
Adjust to new interface
Chris Lattner
2004-04-04
1
-1
/
+1
*
Adjust to new gep_type_iterator prototypes.
Chris Lattner
2004-04-04
1
-1
/
+3
*
Remove a bunch of cruft that was used to be backwards compatible with the last
Chris Lattner
2004-04-03
3
-92
/
+23
*
Implement test/Regression/Transforms/GCSE/undefined_load.ll
Chris Lattner
2004-04-03
1
-0
/
+14
*
Add a break in the default case
Chris Lattner
2004-04-03
1
-0
/
+1
*
Add autoconf support for isStandardOutAConsole ().
Brian Gaeke
2004-04-02
1
-1
/
+5
*
Remove obsolete files
Chris Lattner
2004-04-02
1
-324
/
+0
*
Add support for many of the MRegisterInfo callbacks.
Brian Gaeke
2004-04-02
2
-18
/
+96
*
Add load, store, and NOP instructions.
Brian Gaeke
2004-04-02
2
-4
/
+42
*
Add support for printing pc-relative displacements of functions (as used in
Brian Gaeke
2004-04-02
2
-0
/
+12
*
Add support for call instructions (0-ary only for now).
Brian Gaeke
2004-04-02
4
-4
/
+28
*
Comment out debugging printouts
Chris Lattner
2004-04-02
1
-1
/
+5
*
Rewrite the indvars pass to use the ScalarEvolution analysis.
Chris Lattner
2004-04-02
1
-298
/
+346
*
Add a new analysis
Chris Lattner
2004-04-02
1
-0
/
+2482
*
Fix the obvious bug in my previous checkin
Chris Lattner
2004-04-02
1
-0
/
+3
*
Implement Transforms/SimplifyCFG/return-merge.ll
Chris Lattner
2004-04-02
1
-1
/
+57
*
Clean up code a bit.
Alkis Evlogimenos
2004-04-02
2
-28
/
+14
*
Only strip symbols if emitting bytecode to the assembly file.
Brian Gaeke
2004-04-02
1
-29
/
+33
*
Add support for constant select expressions. Clarify the assertion failure msg.
Brian Gaeke
2004-04-02
1
-3
/
+17
*
Fix type in comments
Alkis Evlogimenos
2004-04-02
1
-2
/
+2
*
Fix type in instruction builder instantiation
Alkis Evlogimenos
2004-04-02
2
-2
/
+2
*
Make the verifier API more complete and useful.
Chris Lattner
2004-04-02
1
-20
/
+48
*
Add more ADC and SBB variants
Alkis Evlogimenos
2004-04-02
4
-15
/
+32
*
Add new function, autoconf support required tho
Chris Lattner
2004-04-02
1
-0
/
+8
*
Fix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
Chris Lattner
2004-04-01
1
-5
/
+12
*
Remove some assertions that are now bogus with the last patch I put in
Chris Lattner
2004-04-01
1
-6
/
+1
*
Fix PR306: Loop simplify incorrectly updates dominator information
Chris Lattner
2004-04-01
1
-9
/
+22
[next]