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
/
PseudoLoweringEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-4
/
+5
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-2
/
+2
*
TableGen: unique_ptr-ify RecordKeeper
Dylan Noblesmith
2014-08-24
1
-1
/
+1
*
TableGen: use auto and for-range
Dylan Noblesmith
2014-08-24
1
-5
/
+4
*
Teach the table generated emitPseudoExpansionLowering function to not emit a ...
Aaron Ballman
2014-05-23
1
-61
/
+65
*
Fix typos.
Eric Christopher
2014-05-19
1
-2
/
+1
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Change MCStreamer EmitInstruction interface to take subtarget info
David Woodhouse
2014-01-28
1
-1
/
+1
*
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
2013-02-13
1
-0
/
+1
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-11
/
+11
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-4
/
+4
*
Fix typo
Michael Liao
2012-09-17
1
-1
/
+1
*
Tablegen: Add OperandWithDefaultOps Operand type
Tom Stellard
2012-09-06
1
-1
/
+1
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-5
/
+58
*
Reserve number of MI operands to accom,odate complex patterns.
Evan Cheng
2012-03-20
1
-1
/
+4
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-1
/
+1
*
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
1
-2
/
+0
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-2
/
+2
*
Unconstify Inits
David Greene
2011-07-29
1
-6
/
+6
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-6
/
+6
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-8
/
+6
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-6
/
+8
*
TableGen'erated MC lowering for simple pseudo-instructions.
Jim Grosbach
2011-07-08
1
-0
/
+243