index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
IPO
Age
Commit message (
Expand
)
Author
2013-01-07
Remove the long defunct 'DefaultPasses' header. We have a pass manager
Chandler Carruth
2013-01-04
Move the loop vectorizer from O2 to O3. It looks like the increase in code si...
Nadav Rotem
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-30
convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...
Nuno Lopes
2012-12-30
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
Remove the Function::getFnAttributes method in favor of using the AttributeSet
Bill Wendling
2012-12-27
Make this parameter be named consistently with most other
Chandler Carruth
2012-12-21
Remove duplicate includes.
Roman Divacky
2012-12-19
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-18
Enable the loop vectorizer in clang and not in the pass manager, so that we c...
Nadav Rotem
2012-12-18
Enable the loop vectorizer.
Nadav Rotem
2012-12-15
Revert r170246, "Enable the loop vectorizer by default."
NAKAMURA Takumi
2012-12-14
Enable the loop vectorizer by default.
Nadav Rotem
2012-12-14
revert r170166 - disable the loop vectorizer.
Nadav Rotem
2012-12-14
Enable the loop vectorizer.
Nadav Rotem
2012-12-14
Disable the loop vectorizer.
Nadav Rotem
2012-12-13
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
Take into account minimize size attribute in the inliner.
Quentin Colombet
2012-12-12
LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...
Nadav Rotem
2012-12-12
LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta...
Nadav Rotem
2012-12-11
Use an ArrayRef instead of a std::vector&.
Rafael Espindola
2012-12-10
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-06
Remove unused field.
Jakub Staszak
2012-12-06
Remove trailing spaces.
Jakub Staszak
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-01
Revert previous check in r168581, r169079 as they are still in code review st...
Zhou Sheng
2012-12-01
The patch is to improve the memory footprint of pass GlobalOpt.
Zhou Sheng
2012-11-29
No need to run LICM after loop vectorization because we dont generate invaria...
Nadav Rotem
2012-11-20
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-19
Clean up handling of always-inline functions in the inliner.
Bob Wilson
2012-11-15
Use empty parens for empty function parameter list instead of '(void)'.
Dmitri Gribenko
2012-11-15
Make GlobalOpt be conservative with TLS variables (PR14309)
Hans Wennborg
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-10-31
Replace some instances of UniqueVector with SetVector, which is slightly chea...
Benjamin Kramer
2012-10-30
80-col
Nadav Rotem
2012-10-29
Rename the BB-vectorize flag to match the dragonegg name
Nadav Rotem
2012-10-29
Change the PassManagerBuilder (used by -O3) loop vectorizer flag from -vector...
Nadav Rotem
2012-10-29
llvm-extract changes linkages so that functions on both sides of the
Rafael Espindola
2012-10-29
llvm-extract was unable to handle aliases. It would leave a copy on the
Rafael Espindola
2012-10-26
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-24
revert accidental change
Nadav Rotem
2012-10-24
Implement a basic cost model for vector and scalar instructions.
Nadav Rotem
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-18
Introduce a BarrierNoop pass, a hack designed to allow *some* control
Chandler Carruth
2012-10-17
Add a loop vectorizer.
Nadav Rotem
2012-10-16
Use the Attributes::get method which takes an AttrVal value directly to simpl...
Bill Wendling
2012-10-16
Fix filename in file header.
Craig Topper
2012-10-15
Move the Attributes::Builder outside of the Attributes class and into its own...
Bill Wendling
[prev]
[next]