index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
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-12
GlobalOpt: Avoid jump on uninitialized value.
Benjamin Kramer
2013-01-11
Fixed whitespace.
Michael Gottesman
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-11
Added debug messages to GlobalOpt.
Michael Gottesman
2013-01-10
Fix TryToShrinkGlobalToBoolean in GlobalOpt, so that it does not discard addr...
Joey Gouly
2013-01-07
Move TypeFinder.h into the IR tree, it clearly belongs with the IR library.
Chandler Carruth
2013-01-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
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-27
Merge commit '8d20b5f9ff609e70fae5c865931ab0f29e639d9c'
Derek Schuff
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-06
Merge commit 'cfe09ed28d8a65b671e8b7a716a933e98e810e32'
Derek Schuff
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
[prev]
[next]