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
*
[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
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-1
/
+2
*
Use unique_ptr instead of DeleteContainerSeconds.
Craig Topper
2014-12-10
1
-8
/
+7
*
Use range-based for loops. NFC.
Craig Topper
2014-12-09
1
-9
/
+6
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-1
/
+2
*
Simplify ownership of RegClasses by using list<CodeGenRegisterClass> instead ...
David Blaikie
2014-12-03
1
-5
/
+4
*
Range-for some stuff related to RegClasses, and comment cases where range-for...
David Blaikie
2014-12-03
1
-9
/
+6
*
[Statepoints 2/4] Statepoint infrastructure for garbage collection: MI & x86-...
Philip Reames
2014-12-01
1
-0
/
+1
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-2
/
+1
*
Use unique_ptr to simplify deletion.
Craig Topper
2014-11-28
1
-5
/
+3
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-1
/
+2
*
[stack protector] Fix a potential security bug in stack protector where the
Akira Hatanaka
2014-07-25
1
-1
/
+2
[next]