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
/
InstrInfoEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...
Craig Topper
2017-07-07
1
-6
/
+6
*
[AMDGPU, PowerPC, TableGen] Fix some Clang-tidy modernize and Include What Yo...
Eugene Zelenko
2016-12-12
1
-10
/
+14
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-1
/
+2
*
This reapplies r281304. The issue was that I had missed
Sjoerd Meijer
2016-09-14
1
-0
/
+1
*
Revert of r281304 as it is causing build bot failures in hexagon
Sjoerd Meijer
2016-09-13
1
-1
/
+0
*
This adds a new field isAdd to MCInstrDesc. The ARM and Hexagon instruction
Sjoerd Meijer
2016-09-13
1
-0
/
+1
*
XRay: Add entry and exit sleds
Dean Michael Berris
2016-07-14
1
-3
/
+3
*
[TableGen] Use range-based for loop. NFC
Craig Topper
2016-02-16
1
-2
/
+2
*
[TableGen] Don't call emitSourceFileHeader a second time in the middle of the...
Craig Topper
2016-02-11
1
-3
/
+1
*
[TableGen] Whitespace cleanup in output file. NFC
Craig Topper
2016-02-11
1
-14
/
+14
*
[TableGen] Simplify code slightly. NFC
Craig Topper
2016-02-11
1
-6
/
+3
*
[TableGen] Store result of getInstructionsByEnumValue in an ArrayRef instead ...
Craig Topper
2016-02-01
1
-6
/
+6
*
[TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...
Craig Topper
2016-01-17
1
-2
/
+2
*
Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...
Craig Topper
2015-12-05
1
-1
/
+1
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-3
/
+3
*
Re-commit r247216: "Fix Clang-tidy misc-use-override warnings, other minor fi...
Hans Wennborg
2015-09-10
1
-22
/
+20
*
Revert r247216: "Fix Clang-tidy misc-use-override warnings, other minor fixes"
Hans Wennborg
2015-09-10
1
-20
/
+22
*
Fix Clang-tidy misc-use-override warnings, other minor fixes
Hans Wennborg
2015-09-10
1
-22
/
+20
*
Add support for the convergent flag at the MC and MachineInstr levels.
Owen Anderson
2015-05-28
1
-31
/
+32
*
Expand the Flags field of MCInstrDesc to 64 bits, while simultaneously
Owen Anderson
2015-05-28
1
-2
/
+2
*
Use std::bitset for SubtargetFeatures.
Michael Kuperstein
2015-05-26
1
-4
/
+4
*
Reverting r237234, "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-05-13
1
-4
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-05-13
1
-4
/
+4
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
1
-4
/
+2
*
Revert "Use std::bitset for SubtargetFeatures"
Michael Kuperstein
2015-03-24
1
-4
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-03-24
1
-4
/
+4
*
Use the variable names from the TargetInstrInfo source when we
Eric Christopher
2015-03-13
1
-5
/
+7
*
Add a return after the llvm namespace code for a little extra
Eric Christopher
2015-03-13
1
-3
/
+3
*
Fix a couple of depedent->dependent typos.
Eric Christopher
2015-02-26
1
-1
/
+1
*
Reverting r229831 due to multiple ARM/PPC/MIPS build-bot failures.
Michael Kuperstein
2015-02-19
1
-4
/
+4
*
Use std::bitset for SubtargetFeatures
Michael Kuperstein
2015-02-19
1
-4
/
+4
*
Target: Allow target specific operand types
Tom Stellard
2015-01-12
1
-1
/
+1
*
Tablegen output formatting fixes.
Craig Topper
2014-11-23
1
-2
/
+4
*
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
*
Make getNamedOperandIdx readonly
Matt Arsenault
2014-08-01
1
-0
/
+1
*
[C++11] Use 'nullptr' in tablegen output files.
Craig Topper
2014-04-30
1
-5
/
+5
*
c++11: Tidy up tblgen w/ range loops.
Jim Grosbach
2014-04-18
1
-62
/
+53
*
Fix a vector that was passed by value instead of reference.
Craig Topper
2014-02-05
1
-5
/
+5
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-19
1
-4
/
+6
*
Revert r194865 and r194874.
Alexey Samsonov
2013-11-18
1
-6
/
+4
*
TableGen: Generate an enum for all named Operand types in tblgen'd InstrInfo.
Ahmed Bougacha
2013-11-17
1
-0
/
+31
*
[weak vtables] Remove a bunch of weak vtables
Juergen Ributzka
2013-11-15
1
-4
/
+6
*
Add an instruction deprecation feature to TableGen.
Joey Gouly
2013-09-12
1
-0
/
+13
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-09-03
1
-1
/
+9
*
ARM: use TableGen patterns to select CMOV operations.
Tim Northover
2013-08-22
1
-2
/
+2
*
Revert "TableGen: Enumerate Schedule Model too."
Tom Stellard
2013-07-31
1
-7
/
+0
*
TableGen: Enumerate Schedule Model too.
Vincent Lejeune
2013-07-31
1
-0
/
+7
*
Teaching llvm-tblgen to not emit a switch statement when there are no case st...
Aaron Ballman
2013-07-15
1
-23
/
+30
[next]