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
*
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
*
Lower stackmap intrinsics directly to their target opcode in the DAG builder.
Andrew Trick
2013-10-31
1
-0
/
+2
*
Add v4f16 to supported value types.
Pete Cooper
2013-10-03
1
-0
/
+1
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-0
/
+3
*
[Mips][msa] Value types for MSA support.
Jack Carter
2013-08-13
1
-0
/
+1
*
Add 'const' qualifier to some arrays.
Craig Topper
2013-07-15
1
-1
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-0
/
+6
*
Use ArrayRef<MVT::SimpleValueType> when possible.
Jakob Stoklund Olesen
2013-03-17
1
-1
/
+1
*
Added 6 more value types: v32i1, v64i1, v32i16, v32i8, v64i8, v8f64
Elena Demikhovsky
2012-12-24
1
-0
/
+6
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-3
/
+3
*
Remove exception handling usage from tblgen.
Joerg Sonnenberger
2012-10-25
1
-14
/
+15
*
Add in new data types that are used by AMDIL/ANL among others.
Micah Villmow
2012-09-19
1
-0
/
+8
*
Compute a map from register names to registers, rather than scanning the list...
Owen Anderson
2012-09-11
1
-6
/
+5
*
Add a new optimization pass: Stack Coloring, that merges disjoint static allo...
Nadav Rotem
2012-09-06
1
-0
/
+2
*
Add CodeGenTarget::guessInstructionProperties.
Jakob Stoklund Olesen
2012-08-23
1
-0
/
+9
*
I'm introducing a new machine model to simultaneously allow simple
Andrew Trick
2012-07-07
1
-1
/
+11
*
whitespace
Andrew Trick
2012-07-07
1
-3
/
+3
*
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
1
-0
/
+3
*
Revert "Emit the SubRegTable with the smallest possible integer type."
Jim Grosbach
2012-03-01
1
-8
/
+0
*
Emit the SubRegTable with the smallest possible integer type.
Benjamin Kramer
2012-02-29
1
-0
/
+8
*
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
1
-2
/
+2
*
Added MVT::v2f16
Pete Cooper
2012-01-12
1
-0
/
+1
*
Split AsmParser into two components - AsmParser and AsmParserVariant
Devang Patel
2012-01-09
1
-0
/
+20
*
Add basic generic CodeGen support for half.
Dan Gohman
2011-12-20
1
-0
/
+1
*
First chunk of MachineInstr bundle support.
Evan Cheng
2011-12-06
1
-0
/
+1
*
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-16
1
-1
/
+1
*
Move TableGen's parser and entry point into a library
Peter Collingbourne
2011-10-01
1
-1
/
+1
[next]