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
/
CodeEmitterGen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
1
-1
/
+1
*
[TableGen] Fix crash when using HwModes in CodeEmitterGen
James Molloy
2019-10-09
1
-1
/
+2
*
[TableGen] Support encoding per-HwMode
James Molloy
2019-09-19
1
-28
/
+102
*
Fix compile-time regression caused by rL371928
Daniel Sanders
2019-09-18
1
-30
/
+40
*
[CodeEmitter] Support instruction widths > 64 bits
James Molloy
2019-09-15
1
-37
/
+151
*
Use a bit of relaxed constexpr to make FeatureBitset costant intializable
Benjamin Kramer
2019-08-24
1
-2
/
+2
*
Use bitset for assembler predicates
Stanislav Mekhanoshin
2019-03-11
1
-14
/
+85
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[tablegen] Avoid creating a temporary vector in getInstructionCase
Alexander Shaposhnikov
2017-07-04
1
-8
/
+6
*
[TableGen] Adapt more places to getValueAsString now returning a StringRef in...
Craig Topper
2017-05-31
1
-3
/
+5
*
[TableGen] Make Record::getValueAsString and getValueAsListOfStrings return S...
Craig Topper
2017-05-31
1
-3
/
+3
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
1
-1
/
+1
*
Revert r300964 + r300970 - [globalisel][tablegen] Import SelectionDAG's rule ...
Daniel Sanders
2017-04-21
1
-1
/
+1
*
[globalisel][tablegen] Import SelectionDAG's rule predicates and support the ...
Daniel Sanders
2017-04-21
1
-1
/
+1
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+1
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-7
/
+15
*
Try again to fix unused variable warning on lld-x86_64-darwin13 after r287439.
Daniel Sanders
2016-11-19
1
-1
/
+6
*
Check that emitted instructions meet their predicates on all targets except A...
Daniel Sanders
2016-11-19
1
-0
/
+60
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...
Craig Topper
2016-02-01
1
-6
/
+2
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-1
/
+1
*
Reinstate "Nuke the old JIT."
Eric Christopher
2014-09-02
1
-20
/
+6
*
Temporarily Revert "Nuke the old JIT." as it's not quite ready to
Eric Christopher
2014-08-07
1
-6
/
+20
*
Nuke the old JIT.
Rafael Espindola
2014-08-07
1
-20
/
+6
*
Revert "Introduce a string_ostream string builder facilty"
Alp Toker
2014-06-26
1
-1
/
+2
*
Introduce a string_ostream string builder facilty
Alp Toker
2014-06-26
1
-2
/
+1
*
remove a bunch of unused private methods
Nuno Lopes
2014-03-23
1
-2
/
+0
*
[TableGen] Don't assert, produce an error, when an instruction has too few op...
Hal Finkel
2014-03-22
1
-1
/
+12
*
[TableGen] Optionally forbid overlap between named and positional operands
Hal Finkel
2014-03-13
1
-2
/
+22
*
Propagate MCSubtargetInfo through TableGen's getBinaryCodeForInstr()
David Woodhouse
2014-01-28
1
-5
/
+10
*
Support little-endian encodings in the FixedLenDecoderEmitter
Hal Finkel
2013-12-17
1
-37
/
+1
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
Fix issue with invalid flat operand number
Evandro Menezes
2012-11-09
1
-3
/
+1
*
Fix issue with invalid flat operand number
Evandro Menezes
2012-11-09
1
-1
/
+6
*
tblgen: Mechanically move dynamic_cast<> to dyn_cast<>.
Sean Silva
2012-10-10
1
-4
/
+4
*
Re-work bit/bits value resolving in tblgen
Michael Liao
2012-09-06
1
-1
/
+1
*
Write llvm-tblgen backends as functions instead of sub-classes.
Jakob Stoklund Olesen
2012-06-11
1
-2
/
+35
*
TableGen/CodeEmitterGen.cpp: Fix an expression of generating bitmask.
NAKAMURA Takumi
2012-03-09
1
-1
/
+1
*
Fix support for encodings up to 64-bits in length. TableGen was silently tru...
Owen Anderson
2012-03-06
1
-6
/
+6
*
Widen the instruction encoder that TblGen emits to a 64 bits, which should ac...
Owen Anderson
2012-01-24
1
-7
/
+7
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
*
Unconstify Inits
David Greene
2011-07-29
1
-13
/
+13
*
[AVX] Create Inits Via Factory Method
David Greene
2011-07-29
1
-1
/
+1
*
[AVX] Constify Inits
David Greene
2011-07-29
1
-13
/
+13
*
[AVX] Remove Mutating Members from Inits
David Greene
2011-07-29
1
-4
/
+8
*
Revert r134921, 134917, 134908 and 134907. They're causing failures
Eric Christopher
2011-07-11
1
-22
/
+16
*
Use get(0 Instead of Create()
David Greene
2011-07-11
1
-1
/
+1
*
[AVX] Make Inits Foldable
David Greene
2011-07-11
1
-16
/
+22
*
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
1
-3
/
+6
*
Fix a bug in tblgen that caused incorrect encodings on instructions that spec...
Owen Anderson
2011-04-28
1
-1
/
+5
[next]