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] 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
*
Removing unused default switch cases in switches over enums that already acco...
David Blaikie
2012-01-16
1
-3
/
+0
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-84
/
+84
*
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-12-01
1
-0
/
+7
*
Remove the old-style ARM disassembler, which is no longer used.
Owen Anderson
2011-11-09
1
-7
/
+0
*
Remove the Clang tblgen backends from LLVM.
Peter Collingbourne
2011-10-06
1
-122
/
+0
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-144
/
+61
*
Remove more of llvmc and dependencies.
Eric Christopher
2011-09-20
1
-7
/
+0
*
Added LateParsed property to TableGen attributes.
Caitlin Sadowski
2011-09-08
1
-0
/
+7
*
Dependency should be on the output file name, not the dependency file
Joerg Sonnenberger
2011-09-07
1
-1
/
+1
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-12
/
+1
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-1
/
+12
*
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
1
-0
/
+7
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
1
-9
/
+5
[next]