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
*
Assume lane masks are always precise
Matthias Braun
2015-11-17
1
-13
/
+6
*
[MCTargetAsmParser] Move the member varialbes that reference
Akira Hatanaka
2015-11-14
1
-1
/
+1
*
tablegen: Add a simple heuristic to get better names for pressure sets
Matthias Braun
2015-11-13
1
-0
/
+6
*
Revert r252990.
Akira Hatanaka
2015-11-13
1
-95
/
+0
*
Provide a way to specify inliner's attribute compatibility and merging.
Akira Hatanaka
2015-11-13
1
-0
/
+95
*
Revert r252949.
Akira Hatanaka
2015-11-12
1
-95
/
+0
*
Provide a way to specify inliner's attribute compatibility and merging
Akira Hatanaka
2015-11-12
1
-0
/
+95
*
Move the enum attributes defined in Attributes.h to a table-gen file.
Akira Hatanaka
2015-11-11
4
-1
/
+68
*
TableGen: Emit LaneMask for register classes without subregisters as ~0u
Matthias Braun
2015-11-10
1
-0
/
+6
*
[AsmParser] Generalize matching for grammars without mnemonic-lead statements
Colin LeMahieu
2015-11-09
1
-35
/
+31
*
[AsmParser] Backends can parameterize ASM tokenization.
Colin LeMahieu
2015-11-09
1
-47
/
+68
*
Fix some Clang-tidy modernize warnings, other minor fixes.
Eugene Zelenko
2015-11-04
1
-10
/
+10
*
[TblGen] ArrayRefize CodeGenSchedule. No functionality change intended.
Benjamin Kramer
2015-10-24
2
-69
/
+61
*
[IntrinsicEmitter] Remove GET_INTRINSIC_MODREF_BEHAVIOR table
Igor Laevsky
2015-10-22
1
-41
/
+0
*
[TableGen] Add a space between type and '*' in front of a variable name in ou...
Craig Topper
2015-10-11
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in source directories and gener...
Hans Wennborg
2015-10-06
1
-8
/
+9
*
[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
[next]