aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove references to obsolete -f option.Daniel Dunbar2009-09-152-12/+0
* Update llc/opt PODs to clarify they support .ll input.Daniel Dunbar2009-09-152-17/+19
* Fix -Asserts warning.Daniel Dunbar2009-09-151-1/+2
* lit: When finding nested test suites, check first in the execpath in case thereDaniel Dunbar2009-09-151-13/+22
* Better solution for tracking both the original alignment of the access, and t...Nate Begeman2009-09-155-71/+55
* Correct comment pastoJim Grosbach2009-09-151-1/+1
* Added a new register class for segment registersSean Callanan2009-09-153-0/+25
* Change the marker byte for stubs from 0xcd to 0xce (another form ofDale Johannesen2009-09-151-3/+6
* fix PR4984 by ensuring that fastisel adds properly sign extended GEP displace...Chris Lattner2009-09-152-3/+23
* rename testChris Lattner2009-09-151-0/+0
* convert to filecheckChris Lattner2009-09-151-4/+20
* add missing fileChris Lattner2009-09-151-0/+32
* Handle AddrMode4 for Thumb2 in rewriteT2FrameIndex. This occurs forBob Wilson2009-09-151-0/+5
* Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.Sandeep Patel2009-09-152-2/+43
* several major improvements to the sparc backend: support for weak linkageChris Lattner2009-09-1510-48/+212
* Teach ValueTracking how to look through GlobalAliases. GlobalAliases areDan Gohman2009-09-151-0/+12
* Fix an accidental inversion of the inbounds flag.Dan Gohman2009-09-151-3/+3
* When a constant's type is refined, update the constant in placeDan Gohman2009-09-157-215/+209
* Use llvm-link -S instead of using llvm-dis.Dan Gohman2009-09-1521-24/+24
* Give llvm-link a -S option.Dan Gohman2009-09-152-3/+13
* Don't bother using a PassManager just to print a Module.Dan Gohman2009-09-151-7/+2
* Restore a comment that was lost in the merge.Dan Gohman2009-09-151-0/+4
* Fix apostrophos.Dan Gohman2009-09-157-8/+8
* Add more newlines to make up for the ones removed from the end of instructions.Nick Lewycky2009-09-151-9/+12
* Forgot this.Evan Cheng2009-09-151-2/+1
* Another try at early partial coalescing. Identity phi source copies (their so...Evan Cheng2009-09-151-58/+56
* convert to filecheckChris Lattner2009-09-151-9/+10
* Forbid arrays of function-type and structures with function-typed fields.Nick Lewycky2009-09-152-17/+19
* fix PR4963: folding insertvalue would sometimes turn a packed struct intoChris Lattner2009-09-152-20/+30
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-153-4/+27
* add newline to debug dumpChris Lattner2009-09-151-1/+1
* make -debug-pass=Executions show information about what call graph nodesChris Lattner2009-09-153-5/+32
* add some missing quotes in debug outputChris Lattner2009-09-151-2/+2
* switch scciterator to use DenseMap instead of std::mapChris Lattner2009-09-151-2/+2
* this is failing on linux hosts, force a triple.Chris Lattner2009-09-151-1/+1
* Remove invalid add_dependencies line to unbreak the CMake build.Ted Kremenek2009-09-151-1/+1
* Get rid of GetProcessId in Win32/Program.inc.Mikhail Glushenkov2009-09-153-51/+26
* merge one more in.Chris Lattner2009-09-152-12/+10
* merge some more cmov tests into cmov.llChris Lattner2009-09-153-87/+95
* merge two cmov tests into one.Chris Lattner2009-09-153-49/+48
* Don't pull a load through a callseq_start if the load's chainDan Gohman2009-09-152-1/+25
* Remove incorrect CSE code from r81813.Nate Begeman2009-09-151-2/+0
* Modified the Intel instruction tables to includeSean Callanan2009-09-152-4/+37
* Added the first bits of the ARM target assembler to llvm-mc. For now it onlyKevin Enderby2009-09-157-6/+127
* Substantially speed up combiner-aa in the following ways:Nate Begeman2009-09-151-33/+69
* Teach the legalizer to propagate the original alignment of loads and store whenNate Begeman2009-09-151-6/+11
* On x86-64, the 32-bit cmov doesn't actually clear the high 32-bit ofDan Gohman2009-09-152-3/+24
* Add an "original alignment" field to load and store nodes. This enables theNate Begeman2009-09-154-36/+54
* When extending a memset range past the front, set the alignment of theDan Gohman2009-09-142-0/+19
* Expose initializing the native target for the execution engine.Erick Tryzelaar2009-09-147-2/+20