aboutsummaryrefslogtreecommitdiffstats
path: root/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+6
* Reverting 63765. This broke the build of both clangDale Johannesen2009-02-041-6/+0
* New feature: add support for target intrinsics being defined in theNate Begeman2009-02-041-0/+6
* Make tablegen print out a nice error message for a const char*Dan Gohman2008-11-071-0/+7
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-131-0/+7
* Naming fix: LLVMCCConfigurationEmitter -> LLVMCConfigurationEmitter.Mikhail Glushenkov2008-05-061-5/+5
* Rename LLVMCCConfigurationEmitter to LLVMCConfigurationEmitterMikhail Glushenkov2008-05-061-5/+5
* Change the MemoryBuffer::getFile* methods to take just a pointer to theChris Lattner2008-04-011-2/+1
* Add first proof-of-concept universal compiler driver framework basedAnton Korobeynikov2008-03-231-1/+8
* split enum emission out from InstrInfoEmitter into it's own tblgen backend.Chris Lattner2008-01-061-1/+2
* remove attributions from utils.Chris Lattner2007-12-291-2/+2
* Rewrite the tblgen parser in a recursive descent style, eliminating the bison...Chris Lattner2007-11-221-6/+27
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+193