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