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
...
*
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
*
TableGen: introduce support for MSBuiltin
Saleem Abdulrasool
2014-07-04
1
-0
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-4
/
+4
*
tblgen: Twinify PrintFatalError.
Benjamin Kramer
2014-03-29
1
-4
/
+7
*
Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
Tim Northover
2014-03-28
1
-4
/
+4
*
Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
2014-03-18
1
-0
/
+3
*
Replace PROLOG_LABEL with a new CFI_INSTRUCTION.
Rafael Espindola
2014-03-07
1
-1
/
+1
*
clang-format a bit of code to make the next patch easier to read.
Rafael Espindola
2014-03-07
1
-21
/
+5
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-13
/
+4
*
Delete all of the CodeGenInstructions from CodeGenTarget destructor.
Craig Topper
2014-02-06
1
-0
/
+1
*
Fix a doxygen comment referencing the wrong method name.
Craig Topper
2014-02-05
1
-2
/
+2
*
Replace tablegen uses of EVT with MVT. Add isOverloaded() to MVT to facilitat...
Craig Topper
2014-01-24
1
-2
/
+2
*
Support little-endian encodings in the FixedLenDecoderEmitter
Hal Finkel
2013-12-17
1
-0
/
+40
[prev]
[next]