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
/
Instructions.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Teach lint about address spaces
Matt Arsenault
2014-03-06
1
-2
/
+21
*
[Modules] Move the ConstantRange class into the IR library. This is
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
*
Bug 18228 - Fix accepting bitcasts between vectors of pointers with a
Matt Arsenault
2014-01-22
1
-16
/
+41
*
Add an inalloca flag to allocas
Reid Kleckner
2014-01-17
1
-2
/
+3
*
Fix typo in assert message: s/load/store
Mark Lacey
2013-12-21
1
-1
/
+1
*
Correct word hyphenations
Alp Toker
2013-12-05
1
-2
/
+2
*
Add addrspacecast instruction.
Matt Arsenault
2013-11-15
1
-115
/
+183
*
Revert patches to add case-range support for PR1255.
Bob Wilson
2013-09-09
1
-27
/
+3
*
Add parentheses to silence gcc warning.
Richard Trieu
2013-07-31
1
-4
/
+4
*
Fix ptr vector inconsistency in CreatePointerCast
Matt Arsenault
2013-07-31
1
-5
/
+13
*
Respect address space sizes in isEliminableCastPair.
Matt Arsenault
2013-07-30
1
-10
/
+47
*
Revert "Remove isCastable since nothing uses it now"
Matt Arsenault
2013-07-30
1
-0
/
+63
*
Remove isCastable since nothing uses it now
Matt Arsenault
2013-07-30
1
-63
/
+0
*
Change behavior of calling bitcasted alias functions.
Matt Arsenault
2013-07-30
1
-2
/
+44
*
Added support for the Builtin attribute.
Michael Gottesman
2013-06-27
1
-2
/
+2
*
Revert r177675. This is language-specific and shouldn't be in the API.
Bill Wendling
2013-03-22
1
-7
/
+0
*
Add a query to tell if a landing pad has a catch-all.
Bill Wendling
2013-03-21
1
-0
/
+7
*
Use pre-inc, pre-dec when possible.
Jakub Staszak
2013-03-20
1
-6
/
+6
*
Modify {Call,Invoke}Inst::addAttribute to take an AttrKind.
Peter Collingbourne
2013-03-02
1
-9
/
+4
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
1
-4
/
+10
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-2
/
+6
*
Allow vectors in CreatePointerCast.
Evgeniy Stepanov
2013-01-15
1
-3
/
+3
*
CastInst::castIsValid should return true if the dest type is the same as
Evan Cheng
2013-01-10
1
-0
/
+5
*
Consider expression "0.0 - X" as the negation of X if
Shuxin Yang
2013-01-09
1
-3
/
+6
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-7
/
+7
*
Rename VMCore directory to IR.
Chandler Carruth
2013-01-02
1
-0
/
+3540