index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
18
-76
/
+76
*
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
1
-7
/
+5
*
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
1
-2
/
+2
*
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-30
2
-8
/
+16
*
Make this parameter be named consistently with most other
Chandler Carruth
2012-12-27
1
-2
/
+2
*
Remove duplicate includes.
Roman Divacky
2012-12-21
1
-1
/
+0
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
7
-47
/
+47
*
Enable the loop vectorizer in clang and not in the pass manager, so that we c...
Nadav Rotem
2012-12-18
1
-1
/
+1
*
Enable the loop vectorizer.
Nadav Rotem
2012-12-18
1
-1
/
+1
*
Revert r170246, "Enable the loop vectorizer by default."
NAKAMURA Takumi
2012-12-15
1
-1
/
+1
*
Enable the loop vectorizer by default.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
revert r170166 - disable the loop vectorizer.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Enable the loop vectorizer.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Disable the loop vectorizer.
Nadav Rotem
2012-12-14
1
-1
/
+1
*
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
1
-1
/
+1
*
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-13
1
-2
/
+4
*
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
1
-1
/
+1
*
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-12
1
-1
/
+1
*
Use an ArrayRef instead of a std::vector&.
Rafael Espindola
2012-12-11
1
-4
/
+4
*
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-10
1
-1
/
+1
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
5
-25
/
+25
*
Remove unused field.
Jakub Staszak
2012-12-06
1
-6
/
+1
*
Remove trailing spaces.
Jakub Staszak
2012-12-06
1
-25
/
+25
*
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-04
2
-0
/
+5
[next]