summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make sure to initialize the fpm in the ocaml tutorial.Erick Tryzelaar2009-09-144-0/+10
* Add early coalescing to liveintervals. This is work in progress and is known ...Evan Cheng2009-09-143-31/+180
* Pull the creation of the "RewindFunction" function out of the loop. It's onlyBill Wendling2009-09-141-14/+25
* Update a comment to match the source. PseudoSourceValues are nowDan Gohman2009-09-141-4/+7
* trivial whitespace cleanupJim Grosbach2009-09-141-2/+2
* add PR#Chris Lattner2009-09-141-0/+1
* Enable the jit for llvm-config.Eric Christopher2009-09-142-2/+2
* Add a valgrind suppressions file for x86_64/linux/4.3.3.Daniel Dunbar2009-09-141-0/+23
* Add a VALGRIND_EXTRA_ARGS makefile variable, with the obvious semantics.Daniel Dunbar2009-09-141-1/+1
* Update CMake dependencies.Daniel Dunbar2009-09-141-11/+11
* Update CMake.Daniel Dunbar2009-09-141-0/+1
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-143-8/+4
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-146-18/+66
* Teach 'make check-lit' to run unittests.Daniel Dunbar2009-09-142-1/+81
* Attempt to fix some 4.0.0 build warnings.Daniel Dunbar2009-09-141-23/+23
* lit: Give test formats control over test discovery.Daniel Dunbar2009-09-145-26/+100
* Fix a pair of comment typos.Nick Lewycky2009-09-141-2/+3
* Fifth time's a charm! Remove ourselves as abstract type listeners once we'veNick Lewycky2009-09-141-3/+16
* Give MCInstPrinter a MCAsmInfo member, make X86ATTInstPrinterChris Lattner2009-09-144-12/+19
* add a new MCInstPrinter class, move the (trivial) MCDisassmbler ctor inline.Chris Lattner2009-09-144-4/+48
* tidy up a bit.Chris Lattner2009-09-141-16/+8
* slightly increase prettiness.Chris Lattner2009-09-141-2/+2