aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* emit the register table as a massive string to avoid relocations.Chris Lattner2009-09-141-5/+16
* move StringToOffsetTable out to its own header.Chris Lattner2009-09-142-56/+77
* factor string table generation out to its own class. This changesChris Lattner2009-09-141-50/+73
* Don't leak! Always remove oneself as a listener after adding oneself.Nick Lewycky2009-09-141-6/+15
* Actually remove old types from the set.Nick Lewycky2009-09-131-12/+30
* eliminate the TargetRegisterDesc::AsmName field, the asmprinters now have thi...Chris Lattner2009-09-132-7/+1
* kill off the last use of TRI::AsmName.Chris Lattner2009-09-131-1/+1
* add some special case handling for strangely named x86 registers.Chris Lattner2009-09-131-1/+25
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-133-4/+8
* unbreak this test by working around an asmparser bug.Chris Lattner2009-09-131-1/+1
* 'printMCInst' doesn't print newlines after instructions anymore.Chris Lattner2009-09-131-0/+1
* CMake: New user-settable variable LLVM_TARGET_ARCH useful whenOscar Fuentes2009-09-133-4/+22
* Update the tutorial to match changes to examples/Kaleidoscope.Nick Lewycky2009-09-135-29/+77
* Move unittest driver to utils/unittest/UnitTestMain.Daniel Dunbar2009-09-134-9/+21
* Remove unused variables.Daniel Dunbar2009-09-132-2/+0
* Storing a set of PATypeHolders is a bad idea because their sort order willNick Lewycky2009-09-131-2/+10
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-1314-80/+49
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-1314-15/+14
* switch the x86 asmprinters to use getRegisterName instead Chris Lattner2009-09-135-18/+11
* Fix a small issue with recent changes to this code.Mikhail Glushenkov2009-09-132-12/+7
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-1315-12/+78
* eliminate an extraneous use of TRI::getAsmName in a comment.Chris Lattner2009-09-131-1/+1
* make intel asmprinter use TRI::getAsmName instead of TRI::getName likeChris Lattner2009-09-132-15/+21
* split MCInst printing out of the X86ATTInstPrinterChris Lattner2009-09-136-69/+108
* reduce indentation with early exit.Chris Lattner2009-09-131-45/+45
* second part to r81695, I missed a directory.Chris Lattner2009-09-131-7/+0
* remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner2009-09-133-11/+4
* Revert unittests build changes temporarily, the unit test build isn't -j safe.Daniel Dunbar2009-09-133-8/+4