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
/
CodeGenIntrinsics.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
TableGen/GlobalISel: Fix pattern matching of immarg literals
Matt Arsenault
2020-01-09
1
-0
/
+2
*
[TableGen] Remove unused target intrinsic generation logic
Reid Kleckner
2019-12-11
1
-1
/
+1
*
Teach GlobalISelEmitter to treat used iPTRAny operands as pointer operands
Jessica Paquette
2019-08-20
1
-0
/
+7
*
[Intrinsics] Add a 'NoAlias' intrinsic property; annotate llvm.memcpy
David Bolvansky
2019-08-14
1
-0
/
+1
*
[Attributor] Deduce "willreturn" function attribute
Hideto Ueno
2019-07-17
1
-0
/
+3
*
IR: Add immarg attribute
Matt Arsenault
2019-03-12
1
-1
/
+9
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Mark @llvm.trap cold
Vedant Kumar
2018-11-14
1
-0
/
+3
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
TableGen: Allow setting SDNodeProperties on intrinsics
Matt Arsenault
2017-12-20
1
-0
/
+8
*
TableGen: Add IntrHasSideEffects property for intrinsics
Matt Arsenault
2017-04-28
1
-0
/
+4
*
Add speculatable function attribute
Matt Arsenault
2017-04-28
1
-0
/
+3
*
Add IntrInaccessibleMemOnly property for intrinsics
Andrew Kaylor
2016-11-22
1
-6
/
+21
*
IR: Sort generic intrinsics before target specific ones
Justin Bogner
2016-07-15
1
-3
/
+21
*
Add a 'Returned' intrinsic property corresponding to the 'returned' argument ...
Hal Finkel
2016-07-11
1
-1
/
+1
*
TableGen: Update style in CodeGenIntrinsics. NFC
Justin Bogner
2016-07-08
1
-103
/
+96
*
Add writeonly IR attribute
Nicolai Haehnle
2016-07-04
1
-0
/
+1
*
Split IntrReadArgMem into IntrReadMem and IntrArgMemOnly
Nicolai Haehnle
2016-04-21
1
-1
/
+1
*
Add IntrWrite[Arg]Mem intrinsic property
Nicolai Haehnle
2016-04-19
1
-4
/
+29
*
Emit argmemonly attribute for intrinsics.
Igor Laevsky
2015-08-13
1
-2
/
+3
*
Add initial support for the convergent attribute.
Owen Anderson
2015-05-26
1
-0
/
+3
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
TableGen: introduce support for MSBuiltin
Saleem Abdulrasool
2014-07-04
1
-0
/
+1
*
Expose "noduplicate" attribute as a property for intrinsics.
Eli Bendersky
2014-03-18
1
-0
/
+3
*
Replace ValueTypes.h with MachineValueType.h if possible.
Patrik Hagglund
2014-03-15
1
-1
/
+1
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-1
/
+3
*
Sort the #include lines for utils/...
Chandler Carruth
2012-12-04
1
-1
/
+1
*
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
1
-1
/
+4
*
Change how tblgen generates attributes for intrinsics to use a single
John McCall
2011-05-28
1
-0
/
+3
*
Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem
Dan Gohman
2010-08-05
1
-1
/
+1
*
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
2009-08-11
1
-4
/
+4
*
Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ...
Owen Anderson
2009-08-10
1
-4
/
+4
*
fix a few spelling errors and typos
Jim Grosbach
2009-03-26
1
-1
/
+1
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-1
/
+2
*
Reverting 63765. This broke the build of both clang
Dale Johannesen
2009-02-04
1
-2
/
+1
*
New feature: add support for target intrinsics being defined in the
Nate Begeman
2009-02-04
1
-1
/
+2
*
add nocapture attribute to llvm.mem* intrinsics and have tblgen
Chris Lattner
2009-01-12
1
-4
/
+8
*
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-11-13
1
-9
/
+27
*
- Add "Commutative" property to intrinsics. This allows tblgen to generate th...
Evan Cheng
2008-06-16
1
-0
/
+4
*
Wrap MVT::ValueType in a struct to get type safety
Duncan Sands
2008-06-06
1
-7
/
+7
*
Move instruction flag inference out of InstrInfoEmitter and into
Dan Gohman
2008-04-03
1
-1
/
+1
*
remove attributions from utils.
Chris Lattner
2007-12-29
1
-2
/
+2
*
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-04
1
-4
/
+0
*
Update a comment to reflect recent changes in the type system.
Dan Gohman
2007-04-26
1
-1
/
+1
*
For PR1297:
Reid Spencer
2007-04-01
1
-1
/
+5
*
For PR950:
Reid Spencer
2006-12-31
1
-1
/
+1
*
Only compute intrinsic valuetypes when in a target .td file.
Chris Lattner
2006-03-28
1
-1
/
+4
*
revert this, it breaks things.
Chris Lattner
2006-03-28
1
-1
/
+1
*
Add support for decoding iPTR to the right pointer type.
Chris Lattner
2006-03-27
1
-1
/
+2
*
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
Chris Lattner
2006-03-24
1
-0
/
+4
[next]