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
*
Don't invoke getName() from Function::isIntrinsic().
Justin Lebar
2016-07-27
1
-6
/
+3
*
IR: Sort generic intrinsics before target specific ones
Justin Bogner
2016-07-15
1
-5
/
+33
*
Apply clang-tidy's modernize-loop-convert to most of lib/IR.
Benjamin Kramer
2016-06-26
1
-6
/
+4
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-24
1
-0
/
+34
*
NFC. Move verifyIntrinsicIsVarArg from verifier to Intrinsic::matchIntrinsicV...
Artur Pilipenko
2016-06-24
1
-0
/
+20
*
Revert r273568 "Remangle intrinsics names when types are renamed"
Hans Wennborg
2016-06-23
1
-31
/
+0
*
Remangle intrinsics names when types are renamed
Artur Pilipenko
2016-06-23
1
-0
/
+31
*
NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
Artur Pilipenko
2016-06-22
1
-0
/
+138
*
Add support for string attributes in the C API.
Amaury Sechet
2016-06-15
1
-0
/
+6
*
Make sure attribute kind and attributes are named respectively Kind and Attr ...
Amaury Sechet
2016-06-14
1
-8
/
+8
*
Make sure we have a Add/Remove/Has function for various thing that can have a...
Amaury Sechet
2016-06-12
1
-0
/
+6
*
Add support for metadata attachments for global variables.
Peter Collingbourne
2016-05-31
1
-2
/
+4
*
Remove some 'const' specifiers that do nothing but prevent moving the argument.
Benjamin Kramer
2016-05-29
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
IRMover: Steal arguments when moving functions, NFC
Duncan P. N. Exon Smith
2016-04-06
1
-0
/
+22
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+5
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+5
*
Move global ID computation from Function to GlobalValue (NFC)
Teresa Johnson
2016-03-15
1
-24
/
+0
*
Add facility to add/remove/check attribute on function and arguments.
Amaury Sechet
2016-03-14
1
-18
/
+20
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-4
/
+10
*
Refactor PGO function naming and MD5 hashing support out of ProfileData
Teresa Johnson
2016-02-09
1
-0
/
+24
*
Handle more edge cases in intrinsic name binary search
Reid Kleckner
2016-01-26
1
-40
/
+1
*
Use binary search for intrinsic ID lookups
Reid Kleckner
2016-01-26
1
-14
/
+60
*
[opaque pointer types] Remove an unnecessary extra explicit value type in Fun...
David Blaikie
2016-01-15
1
-3
/
+4
*
Remove static global GCNames from Function.cpp and move it to the Context
Mehdi Amini
2016-01-08
1
-35
/
+9
*
[Function] Properly remove use when clearing personality
Keno Fischer
2015-12-23
1
-9
/
+10
*
Re-reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-76
/
+55
*
Revert "Reapply "[IR] Move optional data in llvm::Function into a hungoff use...
Vedant Kumar
2015-12-19
1
-55
/
+76
*
Reapply "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-76
/
+55
*
Revert "[IR] Move optional data in llvm::Function into a hungoff uselist"
Vedant Kumar
2015-12-19
1
-54
/
+76
*
[IR] Move optional data in llvm::Function into a hungoff uselist
Vedant Kumar
2015-12-19
1
-76
/
+54
*
Don't copy information from aliasee to alias.
Rafael Espindola
2015-12-02
1
-4
/
+6
*
Add vector types for intrinsics
Krzysztof Parzyszek
2015-11-24
1
-1
/
+11
*
Pointers in Masked Load, Store, Gather, Scatter intrinsics
Elena Demikhovsky
2015-11-19
1
-1
/
+4
*
IR: Remove implicit iterator conversions from lib/IR, NFC
Duncan P. N. Exon Smith
2015-10-08
1
-2
/
+2
*
IR: Create SymbolTableList wrapper around iplist, NFC
Duncan P. N. Exon Smith
2015-10-07
1
-2
/
+2
*
[Function] Clean up {prefix,prologue} data routines (NFC)
Vedant Kumar
2015-10-06
1
-36
/
+35
*
[TableGen] Allow TokenTy in intrinsic signatures
Joseph Tremoulet
2015-09-02
1
-16
/
+21
*
[opaque pointer types] Push the passing of value types up from Function/Globa...
David Blaikie
2015-08-21
1
-1
/
+1
*
[CallGraph] Teach the CallGraph about non-leaf intrinsics.
Sanjoy Das
2015-06-18
1
-0
/
+12
*
Move the personality function from LandingPadInst to Function
David Majnemer
2015-06-17
1
-2
/
+30
*
ArgumentPromotion: Drop sret attribute on functions that are only called dire...
Peter Collingbourne
2015-06-10
1
-3
/
+1
*
This patch adds support for the vector quadword add/sub instructions introduced
Kit Barton
2015-05-25
1
-1
/
+5
*
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
[next]