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
/
FixedLenDecoderEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen: Use StringInit instead of std::string for DagInit arg names
Matthias Braun
2016-12-05
1
-3
/
+5
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-3
/
+3
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-47
/
+58
*
Switch SmallSetVector to use DenseSet when it overflows its inline space.
Justin Lebar
2016-10-21
1
-5
/
+6
*
Use StringRef in TableGen (NFC)
Mehdi Amini
2016-10-04
1
-1
/
+1
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-6
/
+2
*
TableGen: Allow custom register operand decoder method
Matt Arsenault
2016-07-18
1
-25
/
+33
*
[TableGen] Remove dead code. NFCI.
Davide Italiano
2016-07-04
1
-28
/
+0
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-6
/
+4
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-11
/
+11
*
No need to use utostr/utohexstr when writing into a raw_ostream. NFC
Craig Topper
2016-01-31
1
-24
/
+30
*
[TableGen] Return ArrayRef instead of a std::vector reference from getInstruc...
Craig Topper
2016-01-17
1
-10
/
+10
*
Default SetVector to use a DenseSet.
Rafael Espindola
2015-11-18
1
-2
/
+2
*
Fix three typos in comments; "easilly" -> "easily".
Nick Lewycky
2015-08-18
1
-2
/
+2
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-4
/
+0
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Explicitly clear the MI operand list when getInstruction() is called. Call M...
Cameron Esfahani
2015-08-11
1
-0
/
+1
*
[TableGen] Improve decoding options for non-orthogonal instructions
Petr Pavlu
2015-07-15
1
-31
/
+143
*
Fix comment typo
Petr Pavlu
2015-07-14
1
-1
/
+1
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
1
-3
/
+3
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-6
/
+6
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-5
/
+5
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
1
-1
/
+1
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-5
/
+5
*
[TableGen] Prevent invalid code generation when emitting AssemblerPredicate c...
Toma Tabacu
2015-04-07
1
-1
/
+3
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-5
/
+5
*
Remove many superfluous SmallString::str() calls.
Yaron Keren
2015-03-18
1
-1
/
+1
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-5
/
+5
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-5
/
+5
*
Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requirin...
Aaron Ballman
2015-02-15
1
-2
/
+2
*
Replace size method call of containers to empty method where appropriate
Alexander Kornienko
2015-01-15
1
-3
/
+3
*
Use range-based for loops.
Craig Topper
2014-12-13
1
-52
/
+35
*
Reduce code duplication a bit.
Craig Topper
2014-09-27
1
-16
/
+10
*
Fix TableGen -gen-disassembler output for bit fields with an offset.
Craig Topper
2014-09-27
1
-1
/
+5
*
Use vector constructor instead of a for loop to initialize entries.
Craig Topper
2014-09-04
1
-4
/
+2
*
Fix ambiguous call to make_unique and clang-format.
Yaron Keren
2014-09-03
1
-13
/
+7
*
Recommit "Use unique_ptr to manager FilterChooser ownership."
Craig Topper
2014-09-03
1
-23
/
+16
*
Revert "Use unique_ptr to manager FilterChooser ownership."
Craig Topper
2014-09-03
1
-15
/
+24
*
Use unique_ptr to manager FilterChooser ownership.
Craig Topper
2014-09-03
1
-24
/
+15
*
Implement move constructor and remove copy constructor for Filter objects in ...
Craig Topper
2014-09-03
1
-13
/
+8
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-7
/
+7
*
[TableGen] Optionally forbid overlap between named and positional operands
Hal Finkel
2014-03-13
1
-1
/
+16
*
Remove unnecessary include.
Craig Topper
2014-02-09
1
-1
/
+0
*
Remove some unnecessary code. The conditions it was checking had already been...
Craig Topper
2014-02-09
1
-7
/
+0
*
Add support for positionally-encoded operands to FixedLenDecoderEmitter
Hal Finkel
2013-12-19
1
-4
/
+156
*
Add support for PointerLikeRegClass to FixedLenDecoderEmitter
Hal Finkel
2013-12-19
1
-0
/
+4
*
Support little-endian encodings in the FixedLenDecoderEmitter
Hal Finkel
2013-12-17
1
-0
/
+2
[next]