summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* delete the fixme too! :)Chris Lattner2009-09-131-2/+0
* merge the linux cpool/jtbl pic tests into pic.ll and convert to filecheck.Chris Lattner2009-09-134-100/+102
* Build (not test) the unittests as part of a normal build.Daniel Dunbar2009-09-133-4/+8
* make X86ATTAsmPrinter::PrintPICBaseSymbol forward to X86MCInstLower.Chris Lattner2009-09-132-9/+7
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-1315-34/+30
* fix MCSymbol printing on darwin to exactly match the mangler (handling of \n ...Chris Lattner2009-09-131-8/+28
* Make the MC symbol printer and llvm::Mangler exactly agree on manglingChris Lattner2009-09-132-20/+51
* remove two docs about the old Sparc backend which used Value*'s for vregs.Chris Lattner2009-09-132-76/+0
* move old clang readme here.Chris Lattner2009-09-131-0/+178
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-1314-34/+47
* Add LLVMGCCBINDIR to path, since LLVMC expects to find llvm-gcc in the path.Daniel Dunbar2009-09-131-1/+2
* Switch Ocaml to use llvm_supports_binding.Daniel Dunbar2009-09-133-5/+5
* tests: Add llvm_supports_binding predicate.Daniel Dunbar2009-09-133-0/+17
* tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.Daniel Dunbar2009-09-139-9/+9
* tests: Add a %abs_tmp substitution which is guaranteed to be a full path.Daniel Dunbar2009-09-132-0/+4
* Sink llvm-gcc dependent tests into distinct subdirs.Daniel Dunbar2009-09-1317-21/+25
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-1311-11/+11
* Simplify LLVMC tests.Daniel Dunbar2009-09-133-10/+12
* Fix merge problemAnton Korobeynikov2009-09-131-7/+0
* Define proper subreg sets for arm - this should fix bunch of subtle problemsAnton Korobeynikov2009-09-132-5/+86
* Add -mattr=+sse2 to the -march=x86 version of this test. WithoutDan Gohman2009-09-121-1/+1
* Experimental fix for PR4960.Daniel Dunbar2009-09-121-5/+14
* devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.Chris Lattner2009-09-124-20/+25
* we don't want people to override printBasicBlockLabel.Chris Lattner2009-09-121-3/+1
* Remove unnecessary #include.Dan Gohman2009-09-121-1/+0
* Add QPR_VFP2 regclass and add copy_to_regclass nodes, where needed toAnton Korobeynikov2009-09-123-7/+26
* Preserve the inbounds flag, so that the constant folder doesn'tDan Gohman2009-09-121-2/+5
* Fix the build when DEBUG_SYMBOL_TABLE is set.Dan Gohman2009-09-121-1/+1