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
*
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
*
- Keep track all def and uses of stack slot available in register.
Evan Cheng
2007-03-02
1
-28
/
+51
*
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
*
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
*
Add a FIXME
Reid Spencer
2007-03-02
1
-0
/
+3
*
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
*
Combine two lines that can be.
Reid Spencer
2007-03-01
1
-2
/
+1
*
Make it possible to create an SCEVUnknown from an APInt as well as an int.
Reid Spencer
2007-03-01
1
-0
/
+4
*
Although probably not necessary, guard against a potential assertion by
Reid Spencer
2007-03-01
1
-1
/
+1
*
Use isUnitValue() instead of getZExtValue() == 1 which will prevent an
Reid Spencer
2007-03-01
1
-1
/
+1
*
Use APInt conversion to string so the result is correct regardless of the
Reid Spencer
2007-03-01
1
-1
/
+1
*
Use the APInt versions of the bit-wise conversions of float/double to int
Reid Spencer
2007-03-01
1
-8
/
+10
*
Use modern variable name. ConstantUnsignedInt is long since dead. No
Reid Spencer
2007-03-01
1
-2
/
+2
*
Emit eh filter info.
Jim Laskey
2007-03-01
1
-18
/
+66
*
Collect eh filter info.
Jim Laskey
2007-03-01
1
-12
/
+19
*
Use a simpler constructor for ConstantInt.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Lower eh filter intrinsic.
Jim Laskey
2007-03-01
2
-1
/
+5
*
Wrap a long line.
Reid Spencer
2007-03-01
1
-1
/
+2
*
Avoid a potential assert out if the loop increment is > 64 bits.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Regenerate.
Reid Spencer
2007-03-01
2
-170
/
+156
*
The 64-bit constructor for ConstantInt changes from int64_t to uint64_t.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Construct ConstantInt with simpler constructor.
Reid Spencer
2007-03-01
1
-4
/
+4
*
Use a simpler constructor when constructing ConstantInt. Also, replace
Reid Spencer
2007-03-01
1
-16
/
+9
*
Use a simpler constructor when constructing ConstantInst.
Reid Spencer
2007-03-01
1
-20
/
+19
*
Drop the ConstantInt(const Type&, const APInt&) constructor. It is
Reid Spencer
2007-03-01
1
-14
/
+9
*
Make the static table of results in sqrt const.
Reid Spencer
2007-03-01
1
-1
/
+1
*
Fix last night's 445.gobmk breakage which was caused by comparison of
Reid Spencer
2007-03-01
1
-0
/
+1
*
Add methods for bit width modification: sextOrTrunc, zextOrTrunc.
Reid Spencer
2007-03-01
1
-0
/
+16
*
Ensure that fastcall'ed function is correctly mangled & stack is
Anton Korobeynikov
2007-03-01
2
-13
/
+20
*
Implemented the frameaddress intrinsic for PPC.
Nicolas Geoffray
2007-03-01
2
-1
/
+25
*
Delete register scavenger when done with it.
Evan Cheng
2007-03-01
1
-0
/
+2
*
Use a spilled free callee-saved register as scratch register.
Evan Cheng
2007-03-01
1
-3
/
+17
*
Add a version of FindUnusedReg that restrict search to a specific set of regi...
Evan Cheng
2007-03-01
1
-0
/
+15
*
- Track which callee-saved registers are spilled.
Evan Cheng
2007-03-01
3
-20
/
+47
*
Remove the "isSigned" parameters from ConstantRange. It turns out they
Reid Spencer
2007-03-01
3
-51
/
+35
*
Switch from std::vector<bool> to BitVector.
Evan Cheng
2007-03-01
1
-12
/
+32
*
APIntify various computations in ScalarEvolution
Reid Spencer
2007-03-01
1
-55
/
+52
*
Use a real table in sqrt to shorten and quicken the code.
Reid Spencer
2007-03-01
1
-14
/
+10
*
Get rid of verboten <iostream> include.
Bill Wendling
2007-03-01
1
-1
/
+0
*
Add a square root function.
Reid Spencer
2007-03-01
1
-6
/
+87
*
Reduce #includage by taking a method out of line.
Reid Spencer
2007-03-01
1
-0
/
+4
[next]