summaryrefslogtreecommitdiffstats
path: root/llvm/utils/TableGen/TableGen.cpp
Commit message (Expand)AuthorAgeFilesLines
* [TableGen] Remove unused target intrinsic generation logicReid Kleckner2019-12-111-12/+0
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+2
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-2/+2
* [TableGen] Add backend to generate command guide for tools using libOption.Jonas Devlieghere2019-11-221-2/+6
* [TableGen] Introduce a generic automaton (DFA) backendJames Molloy2019-10-041-1/+7
* [gicombiner] Add the boring boilerplate for the declarative combinerDaniel Sanders2019-10-021-0/+6
* Fix inconsistent indentation in TableGen.cppDaniel Sanders2019-10-021-68/+64
* [tblgen] Disable Leak detection for ASan/GCC and LSan/LLVMKamil Rytarowski2019-09-241-4/+9
* [tblgen] Add a timer covering the time spent reading the Instruction defsDaniel Sanders2019-02-111-0/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.Clement Courbet2018-10-251-1/+7
* [WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backendThomas Lively2018-10-221-7/+1
* [WebAssembly] TableGen backend for stackifying instructionsThomas Lively2018-08-271-1/+7
* [TableGen] Add a general-purpose JSON backend.Simon Tatham2018-07-111-0/+6
* [IR] Split Intrinsics.inc into enums and implementationsReid Kleckner2018-06-231-8/+20
* [RISCV] Tablegen-driven Instruction Compression.Sameer AbuAsal2018-04-061-0/+6
* Remove redundant includes from utils/TableGen.Michael Zolotukhin2017-12-131-1/+0
* [Docs] Add tablegen backend for target opcode documentationOliver Stannard2017-11-141-0/+6
* [X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...Ayman Musa2017-10-081-0/+6
* [TableGen] Ensure that __lsan_is_turned_off isn't removed by DCE in llvm-tblgenFrancis Ricci2017-09-111-1/+1
* [x86] Revert the X86FoldTablesEmitter due to more miscompiles.Chandler Carruth2017-06-061-6/+0
* Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...Zachary Turner2017-05-291-0/+6
* Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...Zachary Turner2017-05-291-6/+0
* [X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...Ayman Musa2017-05-281-0/+6
* [tablegen] Use categories on options that only matter to one emitter.Daniel Sanders2017-03-271-1/+2
* [X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...Ayman Musa2017-03-071-0/+6
* [globalisel] Fix missing break.Daniel Sanders2017-02-031-0/+1
* Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-191-1/+6
* Re-revert: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-181-6/+1
* Re-commit: [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-181-1/+6
* Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...Daniel Sanders2017-01-161-6/+1
* [globalisel] Tablegen-erate current Register Bank InformationDaniel Sanders2017-01-161-1/+6
* [GlobalISel] Add basic Selector-emitter tblgen backend.Ahmed Bougacha2016-12-211-1/+7
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* AArch64: TableGenerate system instruction operands.Tim Northover2016-07-051-1/+7
* Search for llvm-symbolizer binary in the same directory as argv[0], beforeRichard Smith2016-06-091-1/+1
* [TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects i...Craig Topper2016-01-041-0/+3
* Move the enum attributes defined in Attributes.h to a table-gen file.Akira Hatanaka2015-11-111-1/+7
* Use range-based for loops. NFCCraig Topper2014-12-111-9/+7
* Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.James Molloy2014-06-171-1/+1
* replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...Kostya Serebryany2014-01-151-5/+7
* reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...Kostya Serebryany2014-01-101-0/+7
* Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"Alp Toker2014-01-091-7/+0
* Disable LeakSanitizer in TableGen binaries, see PR18325Kostya Serebryany2014-01-091-0/+7
* Add TableGen ctags(1) emitter and helper script.Sean Silva2013-03-211-1/+7
* Remove edis - the enhanced disassembler. Fixes PR14654.Roman Divacky2012-12-191-6/+0
* Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer2012-12-051-1/+7
* Sort the #include lines for utils/...Chandler Carruth2012-12-041-1/+0
* tblgen: Migrate llvm-tblgen to new TableGenMain API.Sean Silva2012-10-031-82/+77
* Write llvm-tblgen backends as functions instead of sub-classes.Jakob Stoklund Olesen2012-06-111-32/+19
OpenPOWER on IntegriCloud