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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor code cleanup. NFC.
Junmo Park
2016-04-12
1
-2
/
+2
*
[TableGen] AsmMatcherEmitter.cpp: replace a sequence of "if" to "switch" in e...
Valery Pykhtin
2016-04-05
1
-2
/
+6
*
[TableGen] more helpful error message in MapTableEmitter
Nicolai Haehnle
2016-03-10
1
-2
/
+12
*
[CodeGen] Add space-optimized EmitMergeInputChains1_2 to the DAG isel matchin...
Craig Topper
2016-03-07
1
-2
/
+2
*
TableGen: Accept itinerary data when checking for schedmodel completeness
Matthias Braun
2016-03-03
1
-4
/
+4
*
TableGen: Display helpfull message for incomplete models.
Matthias Braun
2016-03-01
1
-1
/
+7
*
TableGen: Check scheduling models for completeness
Matthias Braun
2016-03-01
2
-0
/
+47
*
TableGen: Add hasNoSchedulingInfo to instructions
Matthias Braun
2016-03-01
3
-1
/
+4
*
[TableGen] AsmMatcher: Skip optional operands in the midle of instruction if ...
Nikolay Haustov
2016-03-01
1
-14
/
+21
*
AVX512F: Add GATHER/SCATTER assembler Intel syntax tests for knl/skx/avx . Ch...
Igor Breger
2016-02-25
1
-16
/
+20
*
Fix comment
Xinliang David Li
2016-02-23
1
-1
/
+1
*
[X86] Remove some unused encoding checks from the disassembler table building.
Craig Topper
2016-02-20
1
-4
/
+0
*
[TableGen,X86] Add NDEBUG check to a variable initialization that's only used...
Craig Topper
2016-02-18
1
-0
/
+2
*
[TableGen,X86] Remove extra optional operand from RawFrm. RawFrm with 2 immed...
Craig Topper
2016-02-18
1
-3
/
+1
*
[TableGen] Fix inconsistent spacing. NFC
Craig Topper
2016-02-16
1
-2
/
+2
*
[TableGen] Stop passing by reference an integer that doesn't get modified. NFC
Craig Topper
2016-02-16
2
-2
/
+2
*
[TableGen] Remove unused member variable. NFC
Craig Topper
2016-02-16
2
-3
/
+0
*
[TableGen] Use range-based for loop. NFC
Craig Topper
2016-02-16
1
-2
/
+2
*
[TableGen] Remove constant string argument from a method that's only called o...
Craig Topper
2016-02-14
1
-5
/
+5
*
[TableGen] Fix comment about 64-bit type I missed when I removed the underlyi...
Craig Topper
2016-02-13
1
-1
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2016-02-13
2
-131
/
+106
*
No need to make the subtarget feature bit enum a uint64_t. This was a leftove...
Craig Topper
2016-02-13
1
-1
/
+1
*
[TableGen] Use range-based for loops. NFC
Craig Topper
2016-02-11
1
-10
/
+7
*
[TableGen] Don't call emitSourceFileHeader a second time in the middle of the...
Craig Topper
2016-02-11
1
-3
/
+1
*
[TableGen] Whitespace cleanup in output file. NFC
Craig Topper
2016-02-11
1
-14
/
+14
*
[TableGen] Simplify code slightly. NFC
Craig Topper
2016-02-11
1
-6
/
+3
*
SelectionDAG: Make Properties a field of SDPatternOperator
Matt Arsenault
2016-02-10
1
-1
/
+1
*
TableGen: Add IsOptional field to AsmOperandClass
Tom Stellard
2016-02-05
1
-1
/
+15
*
Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in
David L Kreitzer
2016-02-03
1
-12
/
+2
*
Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Reid Kleckner
2016-02-03
2
-2
/
+5
*
[TableGen] Add 'register alternative name matching' support
Dylan McKay
2016-02-03
1
-0
/
+34
*
Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.
Eugene Zelenko
2016-02-02
1
-11
/
+5
*
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...
Craig Topper
2016-02-01
5
-15
/
+11
*
No need to use utostr/utohexstr when writing into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-24
/
+30
*
[llvm-tblgen] Avoid StringMatcher for GCC and MS builtin names
Reid Kleckner
2016-01-27
1
-91
/
+56
*
[llvm-tblgen] Stop emitting the intrinsic name matching code
Reid Kleckner
2016-01-26
1
-60
/
+0
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-18
/
+0
*
Fix Clang-tidy modernize-use-nullptr and modernize-use-override warnings; oth...
Eugene Zelenko
2016-01-26
1
-14
/
+10
*
Sort intrinsics by LLVM intrinsic name, rather than tablegen def name
Reid Kleckner
2016-01-26
1
-0
/
+4
*
[TableGen] Fix sort order of asm operand classes
Oliver Stannard
2016-01-25
1
-20
/
+85
*
[TableGen] In AsmWriterEmitter unique command search, rather than storing a m...
Craig Topper
2016-01-24
1
-43
/
+32
*
[TableGen] Make a class member local to the function that populates it and co...
Craig Topper
2016-01-22
1
-1
/
+2
*
[TableGen] Reorder fields in AsmWriterOperand to remove padding and reduce si...
Craig Topper
2016-01-22
1
-6
/
+5
*
[TableGen] Remove the CGIOpNo from AsmWriterOperand as its not used for anyth...
Craig Topper
2016-01-22
2
-8
/
+3
*
[GlobalISel] Add a generic machine opcode for ADD.
Quentin Colombet
2016-01-20
1
-0
/
+5
*
[TableGen] Merge the SuperClass Record and SMRange vector into a single vecto...
Craig Topper
2016-01-18
1
-4
/
+3
*
[TableGen] Keep a returned const reference instead of making a copy. NFC
Craig Topper
2016-01-17
1
-1
/
+1
*
[TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...
Craig Topper
2016-01-17
5
-11
/
+8
*
[TableGen] Return ArrayRef instead of a std::vector reference from getInstruc...
Craig Topper
2016-01-17
3
-19
/
+19
*
[TableGen] Use std::find instead of a manual loop. NFC
Craig Topper
2016-01-17
1
-3
/
+1
[next]