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
...
*
Emit low/high immediate loads properly for Linux/PPC.
Nick Lewycky
2007-03-03
1
-6
/
+10
*
my recent change caused a failure in a bswap testcase, because it changed
Chris Lattner
2007-03-03
1
-48
/
+71
*
new testcase: instcombine should remove all the casts.
Chris Lattner
2007-03-03
1
-0
/
+24
*
Translate bit operations to English.
Nick Lewycky
2007-03-03
1
-1
/
+2
*
instcombine doesn't do CSE, simplify unrelated detail
Chris Lattner
2007-03-03
1
-2
/
+1
*
Watch out for cases like this:
Evan Cheng
2007-03-03
1
-4
/
+5
*
add a top-level iteration loop to instcombine. This means that it will never
Chris Lattner
2007-03-03
1
-4
/
+21
*
APIntify this pass.
Reid Spencer
2007-03-03
1
-28
/
+36
*
Add isPositive for symmetry with isNegative.
Reid Spencer
2007-03-03
1
-1
/
+8
*
Finally get this patch right :)
Reid Spencer
2007-03-02
1
-5
/
+5
*
Dang, I've done that twice now! Undo previous commit.
Reid Spencer
2007-03-02
1
-12
/
+11
*
Use more efficient test for one value in a ConstantInt.
Reid Spencer
2007-03-02
2
-13
/
+14
*
Guard against huge loop trip counts in an APInt safe way.
Reid Spencer
2007-03-02
1
-2
/
+7
*
X86-64 VACOPY needs custom expansion. va_list is a struct { i32, i32, i8*, i8...
Evan Cheng
2007-03-02
2
-3
/
+34
*
Make sure debug code is not evaluated in non-debug case.
Reid Spencer
2007-03-02
1
-2
/
+3
*
1. Sort switch cases using APInt safe comparison.
Reid Spencer
2007-03-02
1
-2
/
+2
*
Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1
Reid Spencer
2007-03-02
1
-1
/
+1
*
Make sorting of ConstantInt be APInt clean through use of ult function.
Reid Spencer
2007-03-02
1
-1
/
+1
*
Fix ashr for bitwidths > 64. This is now validated up to 1024 bits.
Reid Spencer
2007-03-02
1
-33
/
+49
*
Fix uninitialized use of variable. Remove tabs and fix identation.
Anton Korobeynikov
2007-03-02
1
-19
/
+19
*
Simplify things
Anton Korobeynikov
2007-03-02
1
-8
/
+2
*
Fix a significant algorithm problem with the instcombine worklist. removing
Chris Lattner
2007-03-02
1
-54
/
+70
*
minor cleanup
Chris Lattner
2007-03-02
1
-6
/
+2
*
Fix PR1234 by working around a compiler bug.
Chris Lattner
2007-03-02
1
-2
/
+1
*
Mark dead def as unused.
Evan Cheng
2007-03-02
1
-2
/
+6
*
Dead live-in detection bug.
Evan Cheng
2007-03-02
1
-2
/
+2
*
Add a new test case.
Evan Cheng
2007-03-02
1
-0
/
+85
*
- Keep track all def and uses of stack slot available in register.
Evan Cheng
2007-03-02
1
-28
/
+51
*
testcase for PR1233
Chris Lattner
2007-03-02
1
-0
/
+7
*
Invalidate last use of a reused register if the use is a deleted noop copy.
Evan Cheng
2007-03-02
1
-0
/
+1
*
argument lowering should copy from the vreg shadows of live-in arguments
Chris Lattner
2007-03-02
1
-7
/
+7
*
add a note
Chris Lattner
2007-03-02
1
-0
/
+22
*
Fix a typo.
Owen Anderson
2007-03-02
1
-1
/
+1
*
Use a better algorithm for rounding sqrt results. Change the FIXME about
Reid Spencer
2007-03-02
1
-8
/
+12
*
Implement unionWith.
Nick Lewycky
2007-03-02
1
-2
/
+11
*
switch the inliner from being recursive to being iterative.
Chris Lattner
2007-03-02
1
-6
/
+14
*
Fix an unequal bitwidth issue.
Reid Spencer
2007-03-02
1
-3
/
+6
*
grammaro
Chris Lattner
2007-03-02
1
-1
/
+1
*
Make it 64-bit safe.
Evan Cheng
2007-03-02
1
-7
/
+25
*
Add a FIXME
Reid Spencer
2007-03-02
1
-0
/
+3
*
Fix a typo.
Reid Spencer
2007-03-02
1
-1
/
+1
*
Fix a problem where shifting by 64-bits leads to incorrect results on PPC
Reid Spencer
2007-03-02
1
-1
/
+4
*
eliminate unnecessary reset of SP in epilog on darwin
Dale Johannesen
2007-03-02
1
-1
/
+1
*
Reverse a premature commital.
Reid Spencer
2007-03-02
1
-21
/
+17
*
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-03-02
9
-42
/
+46
*
Add a non-virtual test for zero, isZero, and rename isUnitValue isOne.
Reid Spencer
2007-03-02
1
-2
/
+10
*
Add an abs() function to get the absolute value.
Reid Spencer
2007-03-01
1
-0
/
+8
*
Combine two lines that can be.
Reid Spencer
2007-03-01
1
-2
/
+1
*
Remove virtual keyword from method that doesn't need to be virtual.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
2
-0
/
+6
[prev]
[next]