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
/
CodeGenInstruction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Add EncoderMethod to RegisterOperand
Sam Kolton
2017-05-15
1
-0
/
+1
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-16
/
+16
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-2
/
+2
*
Apply clang-tidy's 'performance-faster-string-find' check to LLVM.
Benjamin Kramer
2016-11-30
1
-1
/
+1
*
This reapplies r281304. The issue was that I had missed
Sjoerd Meijer
2016-09-14
1
-0
/
+1
*
TableGen: Add hasNoSchedulingInfo to instructions
Matthias Braun
2016-03-01
1
-0
/
+1
*
Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Reid Kleckner
2016-02-03
1
-1
/
+3
*
Add an OperandNamespace field to Target.td's Operand.
Dan Gohman
2015-12-22
1
-0
/
+1
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-6
/
+6
*
Add support for the convergent flag at the MC and MachineInstr levels.
Owen Anderson
2015-05-28
1
-0
/
+1
*
Reverted 230471 - gather scatter handling in table gen.
Elena Demikhovsky
2015-03-01
1
-1
/
+0
*
AVX-512: Gather and Scatter patterns
Elena Demikhovsky
2015-02-25
1
-0
/
+1
*
Target: Allow target specific operand types
Tom Stellard
2015-01-12
1
-2
/
+5
*
Clean up static analyzer warnings.
Michael Ilseman
2014-12-12
1
-1
/
+1
*
Remove neverHasSideEffects support from TableGen CodeGenInstruction. Everyone...
Craig Topper
2014-11-26
1
-4
/
+0
*
Add isInsertSubreg property.
Quentin Colombet
2014-08-20
1
-0
/
+1
*
Add isExtractSubreg property.
Quentin Colombet
2014-08-20
1
-0
/
+1
*
Add isRegSequence property.
Quentin Colombet
2014-08-11
1
-0
/
+1
*
Change BitsInit to inherit from TypedInit.
Pete Cooper
2014-08-07
1
-0
/
+15
*
TableGen: use correct MIOperand when printing aliases
Tim Northover
2014-05-15
1
-0
/
+17
*
TableGen/ARM64: print aliases even if they have syntax variants.
Tim Northover
2014-05-15
1
-2
/
+6
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-6
/
+6
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
1
-11
/
+11
*
TableGen: avoid dereferencing nullptr variable
Tim Northover
2014-03-29
1
-6
/
+10
*
Shrink the size of CodeGenInstruction a little bit by using bitfields. 32 boo...
Craig Topper
2014-02-05
1
-4
/
+7
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+14
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-1
/
+1
*
Fixing a warning about control reaching the end of a non-void function.
Aaron Ballman
2013-08-16
1
-0
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-47
/
+49
*
Allow the commuted form of tied-operand constraints in tablegen ("$dst = $src",
Lang Hames
2012-10-20
1
-5
/
+6
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-6
/
+5
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-12
/
+12
*
Improve tblgen code cleanliness: create an unknown_class, from which the unkn...
Owen Anderson
2012-09-11
1
-1
/
+1
*
Heed guessInstructionProperties, and stop warning on redundant flags.
Jakob Stoklund Olesen
2012-08-24
1
-1
/
+2
*
Tristate mayLoad, mayStore, and hasSideEffects.
Jakob Stoklund Olesen
2012-08-23
1
-3
/
+6
*
Print out the location of expanded multiclass defs in TableGen errors.
Jakob Stoklund Olesen
2012-08-22
1
-1
/
+1
*
Add an MCID::Select flag and TII hooks for optimizing selects.
Jakob Stoklund Olesen
2012-08-16
1
-0
/
+1
*
Teach the AsmMatcherEmitter to allow InstAlias' where the suboperands of a co...
Owen Anderson
2012-06-08
1
-3
/
+25
*
ARM parsing datatype suffix variants for fixed-writeback VLD1/VST1 instructions.
Jim Grosbach
2011-11-15
1
-5
/
+12
*
Tidy up. Formatting.
Jim Grosbach
2011-11-15
1
-1
/
+1
*
Allow InstAlias's to use immediate matcher patterns that xform the value.
Jim Grosbach
2011-10-28
1
-2
/
+19
*
Allow register classes to match a containing class in InstAliases.
Jim Grosbach
2011-10-28
1
-0
/
+9
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-2
/
+2
*
Restore hasPostISelHook tblgen flag.
Andrew Trick
2011-09-20
1
-0
/
+1
*
ARM isel bug fix for adds/subs operands.
Andrew Trick
2011-09-20
1
-1
/
+0
*
Follow up to r138791.
Evan Cheng
2011-08-30
1
-0
/
+1
*
Allow non zero_reg explicit values for OptionalDefOperands in aliases.
Jim Grosbach
2011-08-19
1
-0
/
+7
*
Tidy up. Formatting.
Jim Grosbach
2011-08-19
1
-2
/
+2
*
Unconstify Inits
David Greene
2011-07-29
1
-18
/
+18
[next]