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
*
Simplify and rename function overrideFunctionAttributes. NFC.
Akira Hatanaka
2015-05-23
1
-13
/
+0
*
Store intrinsic ID by value in Function instead of a string lookup. NFC.
Pete Cooper
2015-05-19
1
-26
/
+9
*
Move Function::lookupIntrinsicID to a static method. NFC
Pete Cooper
2015-05-19
1
-15
/
+14
*
Add function entry count metadata.
Diego Novillo
2015-05-13
1
-0
/
+19
*
Replace branch-to-unreachable with assertion.
David Blaikie
2015-05-08
1
-4
/
+2
*
Let llc and opt override "-target-cpu" and "-target-features" via command line
Akira Hatanaka
2015-05-06
1
-0
/
+13
*
Add missing dereferenceable_or_null getters
Sanjoy Das
2015-05-06
1
-0
/
+6
*
IR: Add Function metadata attachments
Duncan P. N. Exon Smith
2015-04-24
1
-0
/
+3
*
IR: Use a bitmask to access GlobalObject subclass data
Duncan P. N. Exon Smith
2015-04-24
1
-3
/
+5
*
[IR] Introduce a dereferenceable_or_null(N) attribute.
Sanjoy Das
2015-04-16
1
-0
/
+6
*
[opaque pointer type] Avoid using PointerType::getElementType when parsing IR
David Blaikie
2015-04-06
1
-4
/
+3
*
InstCombine: propagate deref via new addDereferenceableAttr
Ramkumar Ramachandra
2015-02-14
1
-0
/
+6
*
Masked Gather and Scatter Intrinsics.
Elena Demikhovsky
2015-02-08
1
-1
/
+17
*
Revert GCStrategy ownership changes
Philip Reames
2015-01-26
1
-6
/
+0
*
Move ownership of GCStrategy objects to LLVMContext
Philip Reames
2015-01-16
1
-0
/
+6
*
getMangledTypeStr: clarify how it mangles types, and add tests
Philip Reames
2015-01-14
1
-0
/
+4
*
Masked Load/Store - Changed the order of parameters in intrinsics.
Elena Demikhovsky
2014-12-25
1
-2
/
+14
*
The leak detector is dead, long live asan and valgrind.
Rafael Espindola
2014-12-22
1
-15
/
+0
*
Masked Load / Store Intrinsics - the CodeGen part.
Elena Demikhovsky
2014-12-04
1
-2
/
+16
*
Prologue support
Peter Collingbourne
2014-12-03
1
-4
/
+38
*
Revert "Masked Vector Load and Store Intrinsics."
Duncan P. N. Exon Smith
2014-11-28
1
-16
/
+2
*
Incorporate review comments from r221742
Philip Reames
2014-11-24
1
-2
/
+11
*
Masked Vector Load and Store Intrinsics.
Elena Demikhovsky
2014-11-23
1
-2
/
+16
*
Extend intrinsic name mangling to support arrays, named structs, and function...
Philip Reames
2014-11-12
1
-6
/
+28
*
Don't ever call materializeAllPermanently during LTO.
Rafael Espindola
2014-10-24
1
-0
/
+9
*
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
[next]