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
2007-12-10
Make PruneEH update the nounwind/noreturn attributes
Duncan Sands
2007-12-03
Rather than having special rules like "intrinsics cannot
Duncan Sands
2007-11-27
Fix PR1146: parameter attributes are longer part of
Duncan Sands
2007-11-22
Don't crash on bogus llvm.noinline. This is first part of PR1817 (preventing ...
Anton Korobeynikov
2007-11-15
Fix PR1788 by taking the approach suggested by Richard Smith.
Chris Lattner
2007-11-14
Allow the block extractor take to take a list of basic blocks to not extract
Nick Lewycky
2007-11-13
Fix the regression on Transforms/GlobalOpt/deadglobal-2.ll from my
Chris Lattner
2007-11-09
Tighten up a check for folding away loads from (newly constant) globals. This
Chris Lattner
2007-11-05
Deleting redundant copy of block extractor pass. See also PR1775.
Gordon Henriksen
2007-11-04
Finishing initial docs for all transformations in Passes.html.
Gordon Henriksen
2007-11-01
Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.
Duncan Sands
2007-10-26
More fleshing out of docs/Passes.html, plus some typo fixes and
Gordon Henriksen
2007-10-24
Fix off by 1 bug in printf->puts lowering.
Dale Johannesen
2007-10-18
Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll by
Chris Lattner
2007-10-17
Do not raise free() call that is called through invoke instruction.
Devang Patel
2007-10-03
Use empty() member functions when that's what's being tested for instead
Dan Gohman
2007-10-03
Fix PR1719, by not marking llvm.global.annotations internal.
Tanya Lattner
2007-10-03
Fix PR1719, by not marking llvm.noinline internal.
Chris Lattner
2007-09-28
minor long double related changes
Dale Johannesen
2007-09-14
Fix a logic error in ValueIsOnlyUsedLocallyOrStoredToOneGlobal that caused
Chris Lattner
2007-09-13
Teach GlobalLoadUsesSimpleEnoughForHeapSRA and the SROA rewriter how to handle
Chris Lattner
2007-09-13
be tolerant of PHI nodes when rewriting heap SROA code. This is a step
Chris Lattner
2007-09-13
refactor some code, no functionality change. On the path to PR1639
Chris Lattner
2007-09-13
Make ValueIsOnlyUsedLocallyOrStoredToOneGlobal smart enough to see through
Chris Lattner
2007-09-13
Make AllUsesOfLoadedValueWillTrapIfNull strong enough to see through PHI
Chris Lattner
2007-09-06
Next round of APFloat changes.
Dale Johannesen
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-27
Update InvokeInst to work like CallInst
David Greene
2007-08-27
Change comments to refer to @malloc and @free instead of %malloc and %free.
Dan Gohman
2007-08-23
rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()
Chris Lattner
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-01
More explicit keywords.
Dan Gohman
2007-08-01
New CallInst interface to address GLIBCXX_DEBUG errors caused by
David Greene
2007-07-27
Use SmallPtrSet.
Devang Patel
2007-07-25
Add BasicInliner interface.
Devang Patel
2007-06-25
fix Transforms/Inline/2007-06-25-WeakInline.ll by not inlining functions
Chris Lattner
2007-06-19
Moved Inliner.h to include/llvm/Transforms/IPO/InlinerPass.h
Tanya Lattner
2007-06-19
Inliner pass header file was moved.
Tanya Lattner
2007-06-07
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
Formating fixes.
Tanya Lattner
2007-06-06
Instruct the inliner to obey the noinline attribute. Add test case.
Tanya Lattner
2007-06-06
simplify this code and fix PR1493, now that llvm-gcc3 is dead.
Chris Lattner
2007-06-04
When rebuilding constant structs, make sure to honor the isPacked bit.
Chris Lattner
2007-05-15
selects can also reach here
Chris Lattner
2007-05-13
Fix Transforms/GlobalOpt/2007-05-13-Crash.ll
Chris Lattner
2007-05-06
Fix PR1395, by passing the ID correctly
Chris Lattner
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
[next]