index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
utils
/
TableGen
/
TableGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Remove unused target intrinsic generation logic
Reid Kleckner
2019-12-11
1
-12
/
+0
*
Revert "Use InitLLVM to setup a pretty stack printer"
Nico Weber
2019-11-25
1
-2
/
+2
*
Use InitLLVM to setup a pretty stack printer
Rui Ueyama
2019-11-26
1
-2
/
+2
*
[TableGen] Add backend to generate command guide for tools using libOption.
Jonas Devlieghere
2019-11-22
1
-2
/
+6
*
[TableGen] Introduce a generic automaton (DFA) backend
James Molloy
2019-10-04
1
-1
/
+7
*
[gicombiner] Add the boring boilerplate for the declarative combiner
Daniel Sanders
2019-10-02
1
-0
/
+6
*
Fix inconsistent indentation in TableGen.cpp
Daniel Sanders
2019-10-02
1
-68
/
+64
*
[tblgen] Disable Leak detection for ASan/GCC and LSan/LLVM
Kamil Rytarowski
2019-09-24
1
-4
/
+9
*
[tblgen] Add a timer covering the time spent reading the Instruction defs
Daniel Sanders
2019-02-11
1
-0
/
+11
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[MCSched] Bind PFM Counters to the CPUs instead of the SchedModel.
Clement Courbet
2018-10-25
1
-1
/
+7
*
[WebAssembly][NFC] Remove WebAssemblyStackifier TableGen backend
Thomas Lively
2018-10-22
1
-7
/
+1
*
[WebAssembly] TableGen backend for stackifying instructions
Thomas Lively
2018-08-27
1
-1
/
+7
*
[TableGen] Add a general-purpose JSON backend.
Simon Tatham
2018-07-11
1
-0
/
+6
*
[IR] Split Intrinsics.inc into enums and implementations
Reid Kleckner
2018-06-23
1
-8
/
+20
*
[RISCV] Tablegen-driven Instruction Compression.
Sameer AbuAsal
2018-04-06
1
-0
/
+6
*
Remove redundant includes from utils/TableGen.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[Docs] Add tablegen backend for target opcode documentation
Oliver Stannard
2017-11-14
1
-0
/
+6
*
[X86][TableGen] Recommitting the X86 memory folding tables TableGen backend w...
Ayman Musa
2017-10-08
1
-0
/
+6
*
[TableGen] Ensure that __lsan_is_turned_off isn't removed by DCE in llvm-tblgen
Francis Ricci
2017-09-11
1
-1
/
+1
*
[x86] Revert the X86FoldTablesEmitter due to more miscompiles.
Chandler Carruth
2017-06-06
1
-6
/
+0
*
Resubmit "[X86] Adding new LLVM TableGen backend that generates the X86 backe...
Zachary Turner
2017-05-29
1
-0
/
+6
*
Revert "[X86] Adding new LLVM TableGen backend that generates the X86 backend...
Zachary Turner
2017-05-29
1
-6
/
+0
*
[X86] Adding new LLVM TableGen backend that generates the X86 backend memory ...
Ayman Musa
2017-05-28
1
-0
/
+6
*
[tablegen] Use categories on options that only matter to one emitter.
Daniel Sanders
2017-03-27
1
-1
/
+2
*
[X86][AVX512] Adding new LLVM TableGen backend which generates the EVEX2VEX c...
Ayman Musa
2017-03-07
1
-0
/
+6
*
[globalisel] Fix missing break.
Daniel Sanders
2017-02-03
1
-0
/
+1
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-19
1
-1
/
+6
*
Re-revert: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-6
/
+1
*
Re-commit: [globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-18
1
-1
/
+6
*
Revert r292132: [globalisel] Tablegen-erate current Register Bank Information...
Daniel Sanders
2017-01-16
1
-6
/
+1
*
[globalisel] Tablegen-erate current Register Bank Information
Daniel Sanders
2017-01-16
1
-1
/
+6
*
[GlobalISel] Add basic Selector-emitter tblgen backend.
Ahmed Bougacha
2016-12-21
1
-1
/
+7
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
AArch64: TableGenerate system instruction operands.
Tim Northover
2016-07-05
1
-1
/
+7
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
[TableGen] Call llvm_shutdown on exit so that all the ManagedStatic objects i...
Craig Topper
2016-01-04
1
-0
/
+3
*
Move the enum attributes defined in Attributes.h to a table-gen file.
Akira Hatanaka
2015-11-11
1
-1
/
+7
*
Use range-based for loops. NFC
Craig Topper
2014-12-11
1
-9
/
+7
*
Move SetTheory from utils/TableGen into lib/TableGen so Clang can use it.
James Molloy
2014-06-17
1
-1
/
+1
*
replace LeakSanitizerIsTurnedOffForTheCurrentProcess with __lsan_is_turned_of...
Kostya Serebryany
2014-01-15
1
-5
/
+7
*
reapply r198858: Disable LeakSanitizer in TableGen binaries, see PR18325; thi...
Kostya Serebryany
2014-01-10
1
-0
/
+7
*
Revert "Disable LeakSanitizer in TableGen binaries, see PR18325"
Alp Toker
2014-01-09
1
-7
/
+0
*
Disable LeakSanitizer in TableGen binaries, see PR18325
Kostya Serebryany
2014-01-09
1
-0
/
+7
*
Add TableGen ctags(1) emitter and helper script.
Sean Silva
2013-03-21
1
-1
/
+7
*
Remove edis - the enhanced disassembler. Fixes PR14654.
Roman Divacky
2012-12-19
1
-6
/
+0
*
Copy clang/Driver/<Option parsing stuff> to llvm.
Michael J. Spencer
2012-12-05
1
-1
/
+7
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-1
/
+0
*
tblgen: Migrate llvm-tblgen to new TableGenMain API.
Sean Silva
2012-10-03
1
-82
/
+77
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-32
/
+19
[next]