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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[WinEH] Make FuncletLayout more robust against catchret
David Majnemer
2015-10-01
1
-3
/
+3
*
TableGen: Add LLVM_READONLY to generated InstrMapping functions
Matt Arsenault
2015-09-24
1
-1
/
+1
*
Remove extra 'nullptr' entry from an array in tablegen register info file. It...
Craig Topper
2015-09-22
1
-1
/
+1
*
Fix formatting of a tablegen register info file by putting a line break in a ...
Craig Topper
2015-09-22
1
-3
/
+2
*
Use makeArrayRef and None to simplify some code in a tablegen register info f...
Craig Topper
2015-09-22
1
-12
/
+18
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-4
/
+4
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-4
/
+4
*
[TableGen] Use range-based for loops and make a helper function static. NFC
Craig Topper
2015-09-13
1
-46
/
+39
*
[TableGen] Simplify some code by using StringRef::find instead of std::find. NFC
Craig Topper
2015-09-13
1
-3
/
+3
*
[TableGen] Use 'size_t' instead of 'unsigned' to better match the argument ty...
Craig Topper
2015-09-13
1
-2
/
+2
*
Fix typos.
Bruce Mitchener
2015-09-12
2
-13
/
+13
*
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
*
[TableGen] Use make_unique. NFC.
Craig Topper
2015-09-06
1
-3
/
+3
*
[TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet
2015-09-02
2
-16
/
+19
*
[TableGen][DAGISel] Dedup predicates with same code to run. NFCI.
Ahmed Bougacha
2015-08-27
1
-4
/
+25
*
[TableGen] Remove dead code. NFC.
Ahmed Bougacha
2015-08-27
1
-7
/
+0
*
Fix three typos in comments; "easilly" -> "easily".
Nick Lewycky
2015-08-18
1
-2
/
+2
*
[TableGen] Use range-based for loop.
Craig Topper
2015-08-16
1
-4
/
+2
*
[TableGen] Move the ConversionRow vector into the ConversionTable instead of ...
Craig Topper
2015-08-16
1
-1
/
+1
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
2
-5
/
+0
*
Emit argmemonly attribute for intrinsics.
Igor Laevsky
2015-08-13
2
-35
/
+26
*
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] NFC improving comments about what the tokenized identifiers will c...
Colin LeMahieu
2015-08-10
1
-1
/
+2
*
Fix memory leaks by avoiding extra manual dynamic allocation
David Blaikie
2015-08-06
1
-57
/
+41
*
Plug memory leaks in AsmWriterEmitter::EmitPrintAliasInstruction.
Yaron Keren
2015-08-06
1
-0
/
+8
*
-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...
David Blaikie
2015-08-01
1
-0
/
+14
*
Fix TableGen code generation for ReadNone attribute.
Eric Christopher
2015-07-30
1
-1
/
+1
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-7
/
+8
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-3
/
+1
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-4
/
+4
*
[TableGen] Improve decoding options for non-orthogonal instructions
Petr Pavlu
2015-07-15
2
-34
/
+145
*
Fix comment typo
Petr Pavlu
2015-07-14
1
-1
/
+1
*
AVX-512: Added all AVX-512 forms of Vector Convert for Float/Double/Int/Long ...
Elena Demikhovsky
2015-07-13
1
-2
/
+24
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-8
/
+7
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-0
/
+12
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-1
/
+1
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-30
/
+26
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-26
/
+30
*
MIR Serialization: Serialize the register mask machine operands.
Alex Lorenz
2015-06-29
1
-0
/
+22
*
AVX-512: Added all SKX forms of GATHER instructions.
Elena Demikhovsky
2015-06-28
1
-0
/
+6
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-1
/
+2
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
1
-4
/
+5
*
X86-MPX: Implemented encoding for MPX instructions.
Elena Demikhovsky
2015-06-09
1
-0
/
+3
*
[TableGen] Remove unnecessary default constructed SMLoc that just existed to ...
Craig Topper
2015-06-08
1
-5
/
+1
[next]