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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle various other important cases of multiplying a long constant immediate...
Chris Lattner
2004-04-06
2
-38
/
+86
*
Efficiently handle a long multiplication by a constant. For this testcase:
Chris Lattner
2004-04-06
2
-50
/
+116
*
* Added link to newly written ExtendingLLVM.html document
Misha Brukman
2004-04-06
1
-34
/
+29
*
Incorporated Chris' comments.
Misha Brukman
2004-04-06
1
-7
/
+9
*
Added notes on extending LLVM with new instructions, intrinsics, types, etc.
Misha Brukman
2004-04-06
2
-0
/
+214
*
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
*
Merge the code generator miscompilation code into the optimizer miscompilation
Chris Lattner
2004-04-05
3
-312
/
+265
*
Make a method public
Chris Lattner
2004-04-05
1
-1
/
+2
*
Minor cleanups, remove some old debug code
Chris Lattner
2004-04-05
1
-43
/
+13
*
Refactor and genericize code
Chris Lattner
2004-04-05
1
-55
/
+71
*
lli no longer takes the -quiet option!
Chris Lattner
2004-04-05
2
-4
/
+0
*
Do not mangle intrinsics in any way!
Chris Lattner
2004-04-05
2
-2
/
+8
*
Make full use of the Mangler interface to simplify code
Chris Lattner
2004-04-05
1
-63
/
+9
*
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
*
New testcase for PR312
Chris Lattner
2004-04-05
1
-0
/
+286
*
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
*
New testcase that crashes the instcombine pass. Dominance properties have
Chris Lattner
2004-04-05
1
-0
/
+8
*
PR82 is finally fixed!
Chris Lattner
2004-04-05
1
-5
/
+2
*
Minor change
Chris Lattner
2004-04-05
1
-1
/
+1
*
Update getelementptr instruction description
Chris Lattner
2004-04-05
1
-38
/
+83
*
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
*
Be more restrictive with the index types we allow for sequential types
Chris Lattner
2004-04-05
1
-1
/
+10
*
PR305 is now fixed
Chris Lattner
2004-04-05
1
-1
/
+1
*
Add ConstantExpr::get(Sign|Zero)Extend methods
Chris Lattner
2004-04-04
2
-0
/
+18
*
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
*
Support iteration over constant instructions
Chris Lattner
2004-04-04
1
-5
/
+5
*
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
*
Allow for use of arbitrary iterator types...
Chris Lattner
2004-04-03
1
-19
/
+26
*
Implement test/Regression/Transforms/GCSE/undefined_load.ll
Chris Lattner
2004-04-03
1
-0
/
+14
*
New testcase
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
*
Regenerated using autoheader-2.57.
Brian Gaeke
2004-04-02
2
-0
/
+6
*
Regenerated using autoconf-2.57.
Brian Gaeke
2004-04-02
1
-1
/
+2
[next]