summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Revert 76177 for now. It's messing up ARM asm printing. Also this significant...Evan Cheng2009-07-18
* tblgen/AsmMatcher: Emit simple matcher for register names.Daniel Dunbar2009-07-17
* Add logic to align instruction operands to columns for pretty-printing.David Greene2009-07-17
* Get rid of postInstructionAction and call EmitComments directly.David Greene2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Remove the v3i32 and v3f32 value types: they are notDuncan Sands2009-07-15
* Revert 75308.Bob Wilson2009-07-14
* Add infrastructure to allow post instruction printing action triggers.David Greene2009-07-13
* Update CMakeLists.txtDaniel Dunbar2009-07-11
* Stub out assembly matcher (.s -> MCInst) tblgen backend.Daniel Dunbar2009-07-11
* Add new vector types for 192-bit, 348-bit and 512-bit sizes.Bob Wilson2009-07-10
* Refactor TableGen's llvm::getName to share code with llvm::getEnumName,Bob Wilson2009-07-10
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-09
* Convert more abort() calls to llvm_report_error().Torok Edwin2009-07-08
* Add a new little "FileCheck" utility for regression testing.Chris Lattner2009-07-08
* Add an 'init' option property.Mikhail Glushenkov2009-07-07
* Refactoring.Mikhail Glushenkov2009-07-07
* Comment fix.Mikhail Glushenkov2009-07-07
* Add new ValueType for metadata.Devang Patel2009-07-06
* Replace std::iostreams with raw_ostream in TableGen.Daniel Dunbar2009-07-03
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-01
* Normalize SourceMgr messages.Daniel Dunbar2009-06-30
* Remove commented code.David Greene2009-06-29
* Implement !cast<string>.David Greene2009-06-29
* Improve TableGen error reporting.David Greene2009-06-29
* Add more vector ValueTypes for AVX and other extended vector instructionDavid Greene2009-06-29
* Fix a CodeGenDAGPatterns bug. Check if top level predicates match when it's l...Evan Cheng2009-06-26
* Better error message.Mikhail Glushenkov2009-06-25
* Make llvmc work again.Mikhail Glushenkov2009-06-23
* A little bit nicer formatting.Mikhail Glushenkov2009-06-23
* Typo.Mikhail Glushenkov2009-06-23
* rename SourceMgr::PrintError to PrintMessage.Chris Lattner2009-06-21
* simplify some error recovery stuff.Chris Lattner2009-06-21
* prune #include, fix warning.Chris Lattner2009-06-21
* move include searching logic from TGLexer to SourceMgr.Chris Lattner2009-06-21
* Rename TGSourceMgr -> SourceMgr.Chris Lattner2009-06-21
* rename TGLoc -> SMLoc.Chris Lattner2009-06-21
* move TGSourceMgr class out of TableGen into libsupport.Chris Lattner2009-06-21
* allow clients of the asmprinter to opt-out of the boilerplate with a #define.Chris Lattner2009-06-19
* Fix grammaro, and bad indentation.Nick Lewycky2009-06-17
* Add output of the SFINAE bit for Clang's diagnosticsDouglas Gregor2009-06-14
* I'm going to assume that this was meant to be an assignment instead of aBill Wendling2009-06-09
* Revert 73074 and 73099 because Windows doesn't have POSIXDavid Greene2009-06-09
* Add a !patsubst operator. Use on string types.David Greene2009-06-08
* Make IntInits and ListInits typed. This helps deduce types of !if andDavid Greene2009-06-08
* Make !if short-circuit when possible.David Greene2009-06-08
* Add a !regmatch operator to do pattern matching in TableGen.David Greene2009-06-08
* Revert 72707 and 72709, for the moment.Dale Johannesen2009-06-02
* Make the implicit inputs and outputs of target-independentDale Johannesen2009-06-01
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-23