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
*
Remove a dead conditional: info_ can only be allocated if FD is good. Improve
Chris Lattner
2006-07-18
1
-5
/
+4
*
The only entry in the stat buf this code cares about is the size. Keep just
Chris Lattner
2006-07-18
1
-14
/
+14
*
Reduce code in the error path by only allocating info_ if everything looks
Chris Lattner
2006-07-18
1
-10
/
+8
*
Unindent some code
Chris Lattner
2006-07-18
1
-25
/
+24
*
Add functions to compute ceil(log2(N)) to match functions for floor(log2(N))
Chris Lattner
2006-07-18
1
-1
/
+14
*
Reduce the size of Constants.o by 25% by generalizing specific instantiations of
Jim Laskey
2006-07-17
1
-30
/
+31
*
If a gccpath is specified when invoking the nightly test script we will hopef...
Patrick Jenkins
2006-07-17
1
-5
/
+9
*
Use __attribute__((noinline)) only if compiled by gcc.
Evan Cheng
2006-07-16
1
-1
/
+1
*
Parameterize target node ValueType to allow more sharing of emit functions.
Evan Cheng
2006-07-16
2
-32
/
+67
*
skeleton of a lowerCall implementation for ARM
Rafael Espindola
2006-07-16
3
-5
/
+79
*
Reduce instruction selection code size and stack frame size by factoring
Evan Cheng
2006-07-15
2
-43
/
+135
*
On 64-bit targets like ppc64, we should use .quad to output pointer directives,
Chris Lattner
2006-07-15
1
-1
/
+9
*
Remove what little AIX support we have. It has never been tested and isn't
Chris Lattner
2006-07-15
5
-169
/
+2
*
The generated index array should be const.
Chris Lattner
2006-07-14
1
-1
/
+1
*
Add an out-of-line virtual function to home class.
Chris Lattner
2006-07-14
2
-1
/
+4
*
Add an out-of-line virtual method for X86DwarfWriter to give it a home.
Chris Lattner
2006-07-14
2
-19
/
+21
*
Emit the string information for the asm writer as a single large string
Chris Lattner
2006-07-14
1
-36
/
+69
*
Add two helpers for escaping and unescaping strings.
Chris Lattner
2006-07-14
1
-0
/
+50
*
Add two helper functions
Chris Lattner
2006-07-14
1
-0
/
+9
*
eliminate some ugly code, using ConstantExpr::getWithOperands instead.
Chris Lattner
2006-07-14
2
-86
/
+8
*
Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor's
Chris Lattner
2006-07-14
1
-22
/
+57
*
Add another helper method.
Chris Lattner
2006-07-14
1
-0
/
+4
*
Fixed an issue where the user specified gcc was not the gcc we report to the ...
Patrick Jenkins
2006-07-14
1
-2
/
+10
*
Add a new method for bugpoint to use
Chris Lattner
2006-07-14
1
-0
/
+51
*
Add a new method for bugpoint to use.
Chris Lattner
2006-07-14
1
-0
/
+5
*
Hopefully the final attempt at making IndVars preserve LCSSA.
Owen Anderson
2006-07-14
1
-2
/
+30
*
Add missing PPC64 extload/truncstores
Chris Lattner
2006-07-14
2
-9
/
+99
*
Add a note
Chris Lattner
2006-07-14
1
-0
/
+9
*
Bring the Xcode project up to date.
Jim Laskey
2006-07-13
1
-437
/
+130
*
Clean up.
Jim Laskey
2006-07-13
1
-1
/
+4
*
Another fix in the rotate encodings, needed when the first two operands are not
Chris Lattner
2006-07-13
1
-1
/
+1
*
1. Simplfy bit operations.
Jim Laskey
2006-07-13
2
-181
/
+116
*
Revert this patch temporarily until PR831 is fixed.
Chris Lattner
2006-07-13
1
-31
/
+15
*
Syntax error. I will run perl -c before commiting perl scripts.
Patrick Jenkins
2006-07-13
1
-1
/
+1
*
Fixed some small bugs exposed when trying to get a sparc machine to run the s...
Patrick Jenkins
2006-07-13
1
-6
/
+6
*
Fixed a bug handling void function types.
Jim Laskey
2006-07-13
2
-12
/
+21
*
Print negative immediates as negative values instead of large constants
Chris Lattner
2006-07-12
1
-1
/
+1
*
Turn an if into an else if.
Chris Lattner
2006-07-12
1
-2
/
+2
*
Fix encoding of rotates, such as rldicl
Chris Lattner
2006-07-12
1
-3
/
+3
*
Handle instructions in the map, but that map to a null pointer.
Chris Lattner
2006-07-12
1
-1
/
+2
*
IndVars now (correctly) preserves LCSSA form.
Owen Anderson
2006-07-12
1
-15
/
+31
*
Implement PPC64 relocations types
Chris Lattner
2006-07-12
3
-5
/
+36
*
An overaggressive #ifdef allows a function to fall off the bottom of the
Chris Lattner
2006-07-12
1
-2
/
+1
*
Move base value of instruction to lookup table to prepare for case reduction.
Jim Laskey
2006-07-12
1
-17
/
+37
*
In addition to deleting calls, the inliner can constant fold them as well.
Chris Lattner
2006-07-12
1
-2
/
+4
*
Change the callgraph representation to store the callsite along with the
Chris Lattner
2006-07-12
5
-70
/
+98
*
testcase for PR827
Chris Lattner
2006-07-12
1
-0
/
+843
*
Add information preventing several register class constraints from working.
Chris Lattner
2006-07-12
1
-1
/
+9
*
Testcase for PR828.
Chris Lattner
2006-07-12
1
-0
/
+18
*
Fix test failure on non-Apple systems.
Evan Cheng
2006-07-12
1
-0
/
+2
[next]