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
/
test
/
TableGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[TableGen] Introduce an if/then/else statement.
Simon Tatham
2020-01-14
2
-0
/
+107
*
[TableGen] Introduce a `defvar` statement.
Simon Tatham
2020-01-14
1
-0
/
+130
*
TableGen/GlobalISel: Fix pattern matching of immarg literals
Matt Arsenault
2020-01-09
2
-0
/
+66
*
TableGen/GlobalISel: Add way for SDNodeXForm to work on timm
Matt Arsenault
2020-01-09
2
-1
/
+38
*
TableGen/GlobalISel: Address fixme
Matt Arsenault
2020-01-09
1
-1
/
+0
*
TableGen/GlobalISel: Fix slightly wrong generated comment
Matt Arsenault
2020-01-09
1
-1
/
+1
*
[gicombiner] Correct 64f1bb5cd2c to account for MSVC's %p format
Daniel Sanders
2020-01-07
1
-20
/
+20
*
[gicombiner] Add GIMatchTree and use it for the code generation
Daniel Sanders
2020-01-07
1
-0
/
+142
*
TableGen/GlobalISel: Handle default operands that are used
Matt Arsenault
2020-01-06
1
-0
/
+144
*
Revert "[gicombiner] Add GIMatchTree and use it for the code generation"
Daniel Sanders
2020-01-03
1
-142
/
+0
*
[gicombiner] Correct 64f1bb5cd2c to account for MSVC's %p format
Daniel Sanders
2020-01-03
1
-20
/
+20
*
[gicombiner] Add GIMatchTree and use it for the code generation
Daniel Sanders
2020-01-03
1
-0
/
+142
*
TableGen: Fix assert on PatFrags with predicate code
Matt Arsenault
2019-12-30
1
-0
/
+63
*
Revert "Temporarily Revert "[gicombiner] Add the MatchDag structure and parse...
Daniel Sanders
2019-12-18
2
-0
/
+225
*
Temporarily Revert "[gicombiner] Add the MatchDag structure and parse instruc...
Eric Christopher
2019-12-17
2
-224
/
+0
*
[gicombiner] Process the MatchDag such that every node is reachable from the ...
Daniel Sanders
2019-12-17
1
-4
/
+4
*
[gicombiner] Add the MatchDag structure and parse instruction DAG's from the ...
Daniel Sanders
2019-12-17
2
-0
/
+224
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
2
-2
/
+2
*
[TableGen] Add bang-operators !getop and !setop.
Simon Tatham
2019-12-11
1
-0
/
+61
*
[TableGen] Permit dag operators to be unset.
Simon Tatham
2019-12-10
1
-0
/
+24
*
Tablegen: Remove the error for duplicate include files.
River Riddle
2019-11-20
2
-0
/
+14
*
[GlobalISel] Match table opt: fix a bug in matching num of operands
Roman Tereshin
2019-11-01
1
-0
/
+55
*
[gicombiner] Add parse failure tests for defs/match
Daniel Sanders
2019-10-25
2
-0
/
+113
*
[TableGen] Fix a bug that MCSchedClassDesc is interfered between different Sc...
QingShan Zhang
2019-10-11
1
-0
/
+47
*
[TableGen] Fix crash when using HwModes in CodeEmitterGen
James Molloy
2019-10-09
1
-0
/
+9
*
[TableGen] Emit OperandType enums for RegisterOperands/RegisterClasses
Aditya Nandakumar
2019-09-23
1
-1
/
+13
*
Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Matt Arsenault
2019-09-19
1
-0
/
+31
*
[TableGen] Support encoding per-HwMode
James Molloy
2019-09-19
1
-0
/
+81
*
Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics"
Hans Wennborg
2019-09-19
1
-31
/
+0
*
GlobalISel: Don't materialize immarg arguments to intrinsics
Matt Arsenault
2019-09-19
1
-0
/
+31
*
Fix compile-time regression caused by rL371928
Daniel Sanders
2019-09-18
1
-13
/
+4
*
[CodeEmitter] Improve testing for APInt encoding
James Molloy
2019-09-15
1
-10
/
+7
*
[CodeEmitter] Support instruction widths > 64 bits
James Molloy
2019-09-15
2
-2
/
+72
*
GlobalISel/TableGen: Handle REG_SEQUENCE patterns
Matt Arsenault
2019-09-10
1
-0
/
+62
*
GlobalISel: Support physical register inputs in patterns
Matt Arsenault
2019-09-06
1
-0
/
+85
*
GlobalISel/TableGen: Fix handling of EXTRACT_SUBREG constraints
Matt Arsenault
2019-09-06
1
-1
/
+27
*
GlobalISel/TableGen: Handle setcc patterns
Matt Arsenault
2019-08-29
2
-0
/
+25
*
[GlobalISel] Import patterns containing SUBREG_TO_REG
Jessica Paquette
2019-08-28
1
-0
/
+18
*
Recommit "[GlobalISel] Import patterns containing INSERT_SUBREG"
Jessica Paquette
2019-08-27
1
-0
/
+119
*
Revert "[GlobalISel] Import patterns containing INSERT_SUBREG"
Jessica Paquette
2019-08-27
1
-119
/
+0
*
[GlobalISel] Import patterns containing INSERT_SUBREG
Jessica Paquette
2019-08-26
1
-0
/
+119
*
Update tablegen test after r369847.
Benjamin Kramer
2019-08-24
2
-2
/
+2
*
Use a bit of relaxed constexpr to make FeatureBitset costant intializable
Benjamin Kramer
2019-08-24
1
-3
/
+3
*
[TableGen] Include ValueTypes.td directly into the intrinsic-varargs.td test.
Craig Topper
2019-08-21
1
-9
/
+3
*
Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operands
Jessica Paquette
2019-08-20
1
-0
/
+33
*
MVT: Add v3i16/v3f16 vectors
Matt Arsenault
2019-08-15
1
-1
/
+1
*
Attempt to fix issue with unresolved lit test in TableGen
Jessica Paquette
2019-08-13
1
-0
/
+1
*
[GlobalISel][NFC] Factor out common target code from GlobalISelEmitterTests
Jessica Paquette
2019-08-13
4
-47
/
+26
*
[TableGen] Correct the shift to the proper bit width.
Michael Liao
2019-08-10
1
-0
/
+11
*
[TableGen] Add "InitValue": Handle operands with set bit values in decoder me...
Daniel Sanders
2019-08-09
1
-0
/
+35
[next]