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
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
2
-2
/
+0
*
Move C++ code out of the C headers and into either C++ headers
Eric Christopher
2013-04-22
2
-0
/
+10
*
Clarify that llvm.used can contain aliases.
Rafael Espindola
2013-04-22
2
-7
/
+5
*
MergeFunc: Make pointer and integer types generate the same hash.
Benjamin Kramer
2013-04-19
1
-2
/
+11
*
Implement a better fix for PR15185.
Bill Wendling
2013-04-18
1
-6
/
+11
*
We are not able to bitcast a pointer to an integral value.
Bill Wendling
2013-04-15
1
-5
/
+5
*
SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...
Nadav Rotem
2013-04-15
1
-4
/
+2
*
Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...
Nadav Rotem
2013-04-15
1
-1
/
+12
*
Rename the slp-vectorizer clang/llvm flags. No functionality change.
Nadav Rotem
2013-04-15
1
-3
/
+3
*
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
1
-2
/
+2
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
1
-4
/
+9
*
Use a worklist to avoid a sneaky iterator invalidation.
Bill Wendling
2013-04-02
1
-3
/
+3
*
Move library call prototype attribute inference to functionattrs
Meador Inge
2013-03-21
1
-2
/
+739
*
Use LLVMBool instead of 'bool' in the C API. Based on a patch by Peter Zotov!
Nick Lewycky
2013-03-10
1
-3
/
+3
*
Generalize my previous fix for -print-options.
Andrew Trick
2013-03-06
1
-1
/
+1
*
Give -loop-vectorize an explicit default.
Andrew Trick
2013-03-06
1
-1
/
+1
*
Check isDiscardableIfUnused, rather than hasLocalLinkage, when bumping
Lang Hames
2013-03-04
1
-3
/
+3
*
Retain the name of the new internal global that's been shrunk.
Bill Wendling
2013-02-13
1
-2
/
+5
*
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
1
-61
/
+7
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-7
/
+61
*
Remove addRetAttributes and addFnAttributes, which aren't useful abstractions.
Bill Wendling
2013-01-30
1
-4
/
+4
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
1
-3
/
+10
*
Unroll again after running BBVectorize
Hal Finkel
2013-01-29
1
-0
/
+4
*
Extracted ObjCARC.cpp into its own library libLLVMObjCARCOpts in preparation ...
Michael Gottesman
2013-01-28
1
-1
/
+1
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-22
/
+15
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-27
/
+15
*
Remove some introspection functions.
Bill Wendling
2013-01-25
2
-10
/
+13
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
2
-3
/
+3
*
added ability to dynamically change the ExportList of an already
Pedro Artigas
2013-01-25
1
-0
/
+10
*
Add the IR attribute 'sspstrong'.
Bill Wendling
2013-01-23
1
-10
/
+35
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
3
-23
/
+43
*
Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKind
Bill Wendling
2013-01-23
2
-4
/
+4
*
Use the AttributeSet when adding multiple attributes and an Attribute::AttrKind
Bill Wendling
2013-01-23
1
-3
/
+1
*
More encapsulation work.
Bill Wendling
2013-01-22
1
-3
/
+5
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
2
-14
/
+20
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
2
-14
/
+16
*
Make the inline cost a proper analysis pass. This remains essentially
Chandler Carruth
2013-01-21
2
-21
/
+30
*
Formatting and comment fixes to the always inliner.
Chandler Carruth
2013-01-21
1
-25
/
+28
*
Clean up the formatting and doxygen for the simple inliner a bit. No
Chandler Carruth
2013-01-21
1
-18
/
+29
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-10
/
+6
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
2
-3
/
+3
*
Remove redundant 'llvm::' qualifications
Dmitri Gribenko
2013-01-13
1
-1
/
+1
*
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-12
1
-1
/
+1
*
Fixed whitespace.
Michael Gottesman
2013-01-11
1
-61
/
+61
*
Added debug messages to GlobalOpt.
Michael Gottesman
2013-01-11
1
-17
/
+110
*
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-10
1
-1
/
+2
*
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
3
-3
/
+3
*
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-07
1
-1
/
+0
*
Move the loop vectorizer from O2 to O3. It looks like the increase in code si...
Nadav Rotem
2013-01-04
1
-1
/
+1
[next]