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
/
CodeGenTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[TableGen] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-06
1
-11
/
+12
*
TableGen: More helpful error messages
Nicolai Haehnle
2018-04-01
1
-2
/
+6
*
Fix layering of CodeGen/TargetOpcodes.def by moving it to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[WebAssembly] Add except_ref as a first-class type
Heejin Ahn
2018-03-08
1
-0
/
+1
*
[MachineOperand][Target] MachineOperand::isRenamable semantics changes
Geoff Berry
2018-02-23
1
-0
/
+3
*
[TableGen] Add a way of getting the number of generic opcodes without includi...
Benjamin Kramer
2018-01-24
1
-4
/
+11
*
TableGen: Allow setting SDNodeProperties on intrinsics
Matt Arsenault
2017-12-20
1
-0
/
+7
*
Add MVT::v128i1, NFC
Krzysztof Parzyszek
2017-12-14
1
-0
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
TableGen support for parameterized register class information
Krzysztof Parzyszek
2017-09-14
1
-8
/
+8
*
[TableGen] Use StringRef instead of std::string for CodeGenInstruction namesp...
Craig Topper
2017-07-07
1
-1
/
+1
*
[MVT] add v1i1 MVT
Guy Blank
2017-05-18
1
-0
/
+2
*
TableGen: Add IntrHasSideEffects property for intrinsics
Matt Arsenault
2017-04-28
1
-0
/
+3
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-0
/
+3
*
[MVT][SVE] Scalable vector MVTs (2/3)
Amara Emerson
2017-04-20
1
-0
/
+39
*
[tablegen] Use categories on options that only matter to one emitter.
Daniel Sanders
2017-03-27
1
-4
/
+9
*
TableGen: Use StringRef instead of const std::string& in return vals.
Matthias Braun
2016-12-04
1
-2
/
+2
*
Add IntrInaccessibleMemOnly property for intrinsics
Andrew Kaylor
2016-11-22
1
-1
/
+6
*
Re-apply r286384, "X86: Introduce the "relocImm" ComplexPattern, which repres...
Peter Collingbourne
2016-11-09
1
-0
/
+10
*
Revert r286384, "X86: Introduce the "relocImm" ComplexPattern, which represen...
Peter Collingbourne
2016-11-09
1
-10
/
+0
*
X86: Introduce the "relocImm" ComplexPattern, which represents a relocatable ...
Peter Collingbourne
2016-11-09
1
-0
/
+10
*
Expandload and Compressstore intrinsics
Elena Demikhovsky
2016-11-03
1
-2
/
+1
*
GlobalISel: Remove explicit enumerator values from .def file.
Tim Northover
2016-07-20
1
-1
/
+1
*
IR: Sort generic intrinsics before target specific ones
Justin Bogner
2016-07-15
1
-9
/
+15
*
TableGen: Fix a confusing use of both i and I as variables. NFC
Justin Bogner
2016-07-14
1
-5
/
+5
*
Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...
Hal Finkel
2016-07-11
1
-0
/
+3
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-0
/
+3
*
TableGen: Use StringRef instead of std::string
Matt Arsenault
2016-05-25
1
-2
/
+2
*
Split IntrReadArgMem into IntrReadMem and IntrArgMemOnly
Nicolai Haehnle
2016-04-21
1
-8
/
+4
*
Add IntrWrite[Arg]Mem intrinsic property
Nicolai Haehnle
2016-04-19
1
-0
/
+4
*
Minor code cleanup. NFC.
Junmo Park
2016-04-12
1
-2
/
+2
*
SelectionDAG: Make Properties a field of SDPatternOperator
Matt Arsenault
2016-02-10
1
-1
/
+1
*
Unify the target opcode enum in TargetOpcodes.h and the FixedInstrs array in
David L Kreitzer
2016-02-03
1
-12
/
+2
*
Minor performance tweaks to llvm-tblgen (and a few that might be a good idea)
Reid Kleckner
2016-02-03
1
-1
/
+2
*
Sort intrinsics by LLVM intrinsic name, rather than tablegen def name
Reid Kleckner
2016-01-26
1
-0
/
+4
*
[GlobalISel] Add a generic machine opcode for ADD.
Quentin Colombet
2016-01-20
1
-0
/
+5
*
[TableGen] Replace instructions() with getInstructionsByEnumValue(). No need ...
Craig Topper
2016-01-17
1
-1
/
+1
*
Add names for the new vector types in CodeGenTarget.cpp
Krzysztof Parzyszek
2015-11-24
1
-0
/
+9
*
Revert change that accidentally snuck into r253955.
Craig Topper
2015-11-24
1
-2
/
+1
*
[TableGen] Use array_pod_sort. NFC
Craig Topper
2015-11-24
1
-2
/
+3
*
[TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet
2015-09-02
1
-0
/
+1
*
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
Reid Kleckner
2015-07-07
1
-1
/
+1
*
[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
Sanjoy Das
2015-06-15
1
-1
/
+1
*
[TableGen] Rename ListInit::getSize to just 'size' to be more consistent.
Craig Topper
2015-06-02
1
-3
/
+3
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+3
*
Fix tablegen's PrintFatalError function to run registered file
James Y Knight
2015-05-11
1
-3
/
+3
*
Add support for v1i128 type.
Kit Barton
2015-04-17
1
-0
/
+1
*
Intrinsics: introduce llvm_any_ty aka ValueType Any
Ramkumar Ramachandra
2015-01-22
1
-0
/
+1
*
Add the llvm.frameallocate and llvm.recoverframeallocation intrinsics
Reid Kleckner
2015-01-13
1
-1
/
+1
[next]