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
/
lib
/
IR
/
Function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
clang-format two code snippets to make the next patch easy to read.
Rafael Espindola
2014-10-23
1
-4
/
+4
*
Moved out IIT_V64 from common values section.
Robert Khasanov
2014-10-20
1
-5
/
+5
*
Fix Intrinsic::getType not working with vararg
Steven Wu
2014-10-20
1
-0
/
+6
*
[AVX512] Added intrinsics for VPCMPEQB and VPCMPEQW.
Robert Khasanov
2014-09-30
1
-18
/
+23
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-1
/
+1
*
Provide convenient access to the zext/sext attributes of function arguments. ...
Juergen Ributzka
2014-08-05
1
-0
/
+14
*
Add a dereferenceable attribute
Hal Finkel
2014-07-18
1
-3
/
+15
*
TableGen: introduce support for MSBuiltin
Saleem Abdulrasool
2014-07-04
1
-0
/
+5
*
Add 'nonnull', a new parameter and return attribute which indicates that the ...
Nick Lewycky
2014-05-20
1
-0
/
+8
*
Split GlobalValue into GlobalValue and GlobalObject.
Rafael Espindola
2014-05-13
1
-2
/
+2
*
Allow sret on the second parameter as well as the first
Reid Kleckner
2014-05-09
1
-4
/
+4
*
Run clang-format in small sections of code to make a patch easier to read.
Rafael Espindola
2014-05-09
1
-4
/
+4
*
[C++11] More 'nullptr' conversion or in some cases just using a boolean check...
Craig Topper
2014-04-09
1
-6
/
+6
*
Intrinsics: add LLVMHalfElementsVectorType constraint
Tim Northover
2014-03-29
1
-1
/
+11
*
Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)
Tim Northover
2014-03-28
1
-12
/
+21
*
Revert r203488 and r203520.
Evan Cheng
2014-03-12
1
-8
/
+0
*
For functions with ARM target specific calling convention, when simplify-libcall
Evan Cheng
2014-03-10
1
-0
/
+8
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-10
/
+10
*
[Modules] Move the LeakDetector header into the IR library where the
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move InstIterator out of the Support library, where it had no
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
1
-0
/
+7
*
Fix llc to not reuse spill slots in functions that invoke setjmp()
Mark Seaborn
2014-01-14
1
-4
/
+2
*
Begin adding docs and IR-level support for the inalloca attribute
Reid Kleckner
2013-12-19
1
-0
/
+8
*
Enable variable arguments support for intrinsics.
Andrew Trick
2013-10-31
1
-1
/
+6
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-1
/
+6
*
Implement function prefix data as an IR feature.
Peter Collingbourne
2013-09-16
1
-0
/
+36
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
1
-1
/
+9
*
Add CodeGen support for functions that always return arguments via a new para...
Stephen Lin
2013-04-20
1
-0
/
+7
*
minor code style cleanup.
Chris Lattner
2013-03-20
1
-2
/
+2
*
Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...
Michael Ilseman
2013-03-01
1
-1
/
+23
*
Don't assert on empty attributes.
Bill Wendling
2013-02-21
1
-2
/
+2
*
Add and remove the attribute from the correct slot.
Bill Wendling
2013-02-20
1
-2
/
+12
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-13
/
+6
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-3
/
+6
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
1
-7
/
+14
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-1
/
+3
*
Support for half intrinsics. Pushes MMX into slower encoding path.
Michael Ilseman
2013-01-11
1
-17
/
+22
*
Actually update the CMake and Makefile builds correctly, and update the
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+665
[prev]