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
/
FastISelEmitter.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
*
TableGen/ISel: Allow PatFrag predicate code to access captured operands
Nicolai Haehnle
2018-11-30
1
-6
/
+6
*
Use the container form llvm::sort(C, ...)
Fangrui Song
2018-09-30
1
-1
/
+1
*
[TableGen] Use std::move where possible in InstructionMemo constructor. NFCI.
Simon Pilgrim
2018-08-28
1
-6
/
+6
*
[TableGen] Pass string/vector types by const reference (PR37666). NFCI
Simon Pilgrim
2018-08-14
1
-5
/
+6
*
Revert r334764, as it breaks some bots
Florian Hahn
2018-06-14
1
-24
/
+25
*
[TableGen] Make TreePatternNode::getChild return a reference (NFC)
Florian Hahn
2018-06-14
1
-25
/
+24
*
[TableGen] Use explicit constructor for InstMemo
Florian Hahn
2018-05-29
1
-2
/
+8
*
[TableGen] Fix leaking of PhysRegInputs.
Florian Hahn
2018-05-29
1
-13
/
+17
*
[FastISel] Permit instructions to be skipped for FastISel generation.
Simon Dardis
2018-05-22
1
-0
/
+7
*
[TableGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-1
/
+1
*
Strip trailing whitespace
Simon Pilgrim
2017-10-06
1
-8
/
+8
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-8
/
+9
*
Remove ancient, commented out code from TableGen, NFC
Krzysztof Parzyszek
2017-09-12
1
-4
/
+0
*
[TableGen] Cleanup capturing of instruction namespace for the fast isel emitt...
Craig Topper
2017-07-07
1
-11
/
+7
*
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...
Craig Topper
2017-07-07
1
-2
/
+2
*
Turn a TableGen FastISelEmitter warning into an error.
Michael Kuperstein
2017-01-30
1
-7
/
+4
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+1
*
FastISel: Remove unused/un-overridden entry points. NFCI.
Peter Collingbourne
2016-10-05
1
-2
/
+1
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-3
/
+2
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Change order of tablegen generated fast-isel instruction code to be
Bill Schmidt
2014-11-14
1
-105
/
+101
*
PR21101: tablegen's FastISel emitter should filter out unused functions.
Bob Wilson
2014-10-01
1
-1
/
+16
*
[FastISel][tblgen] Rename tblgen generated FastISel functions. NFC.
Juergen Ributzka
2014-09-03
1
-12
/
+12
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-3
/
+3
*
Rename a DebugLoc variable to DbgLoc and a DataLayout to DL.
Rafael Espindola
2014-02-18
1
-2
/
+2
*
Tidy up. Comment grammar.
Jim Grosbach
2013-08-29
1
-2
/
+2
*
Tidy up. Trailing whitespace.
Jim Grosbach
2013-08-29
1
-39
/
+39
*
Recognize ValueType operands in source patterns for fast-isel.
Bill Schmidt
2013-05-22
1
-3
/
+7
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-1
/
+1
*
tblgen: Use semantically correct RTTI functions.
Sean Silva
2012-10-10
1
-4
/
+3
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-3
/
+3
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-15
/
+20
*
Remove unused private fields found by clang's new -Wunused-private-field.
Benjamin Kramer
2012-06-06
1
-1
/
+1
*
Make fast isel use &XXXRegClass instead of XXXRegisterClass. Not a functional...
Craig Topper
2012-04-19
1
-2
/
+2
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Fix TableGen so that it will emit the correct signature for FastEmit_f:
Cameron Zwarich
2012-01-07
1
-1
/
+1
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-2
/
+2
*
Fix fpimmm->fpimm typo.
Eric Christopher
2011-08-23
1
-1
/
+1
*
Unconstify Inits
David Greene
2011-07-29
1
-4
/
+4
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-4
/
+4
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-4
/
+4
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-4
/
+4
*
Add support for alternative register names, useful for instructions whose ope...
Owen Anderson
2011-06-27
1
-0
/
+4
*
Consolidate some TableGen diagnostic helper functions.
Jim Grosbach
2011-06-21
1
-0
/
+1
*
Store CodeGenRegisters as pointers so they won't be reallocated.
Jakob Stoklund Olesen
2011-06-18
1
-9
/
+1
*
Move the list of register classes into CodeGenRegBank as well.
Jakob Stoklund Olesen
2011-06-15
1
-1
/
+1
*
Fixed a few illegal paths with llvm_unreachable. Patch by Cameron McInally.
Chad Rosier
2011-06-07
1
-7
/
+5
*
Filter out pattterns from the FastISel emitter which it doesn't actually know...
Eli Friedman
2011-04-29
1
-31
/
+49
*
Add a new bit that ImmLeaf's can opt into, which allows them to duck out of
Chris Lattner
2011-04-18
1
-2
/
+10
[next]