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
/
Utils
Age
Commit message (
Expand
)
Author
2007-04-18
Use new ETForest accessor.
Owen Anderson
2007-04-18
Use ETForest instead of DominatorTree.
Owen Anderson
2007-04-17
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
remove use of Instruction::getNext
Chris Lattner
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-15
Fix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
Chris Lattner
2007-04-15
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-14
avoid copying sets and vectors around.
Chris Lattner
2007-04-12
Implement the "thread_local" keyword.
Lauro Ramos Venancio
2007-04-09
Re-constify things that don't break the build. Last patch in this
Owen Anderson
2007-04-09
Unconst-ify stuff that broke the build.
Owen Anderson
2007-04-09
Const-ify some parameters, and some cosmetic cleanups. No functionality
Owen Anderson
2007-04-09
Tabs -> Spaces
Owen Anderson
2007-04-09
Improve some _slow_ behavior introduced in my patches the last few days.
Owen Anderson
2007-04-09
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-08
Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.
Nick Lewycky
2007-04-07
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
BreakCriticalEdges does still preserve DominatorTree.
Owen Anderson
2007-04-07
Expunge DomSet from BreakCriticalEdges. This is part of the continuing
Owen Anderson
2007-04-07
Expunge DomSet from CodeExtractor. This is part of the continuing work
Owen Anderson
2007-04-07
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
2007-04-02
reduce use of std::set
Chris Lattner
2007-03-26
Reduce malloc/free traffic.
Devang Patel
2007-03-22
Change uses of Function::front to Function::getEntryBlock for readability.
Dan Gohman
2007-03-20
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-12
Unbreak VC++ build. Do not use identifiers starting with _ as they are reser...
Jeff Cohen
2007-03-10
Use range tests in LowerSwitch, where possible
Anton Korobeynikov
2007-03-09
Remove dead comments.
Devang Patel
2007-03-09
Avoid recursion. Use iterative algorithm for RenamePass().
Devang Patel
2007-03-02
Make sure debug code is not evaluated in non-debug case.
Reid Spencer
2007-03-02
1. Sort switch cases using APInt safe comparison.
Reid Spencer
2007-03-02
Use APInt safe isOne() method on ConstantInt instead of getZExtValue()==1
Reid Spencer
2007-03-02
Make sorting of ConstantInt be APInt clean through use of ult function.
Reid Spencer
2007-03-02
switch the inliner from being recursive to being iterative.
Chris Lattner
2007-02-23
fix an obscure and tricky bug the inliner can hit sometimes.
Chris Lattner
2007-02-22
Revert changes for a simplier solution.
Jim Laskey
2007-02-21
Itanium ABI exception handing support.
Jim Laskey
2007-02-20
Fix typos in comments.
Dan Gohman
2007-02-19
eliminate use of deprecated apis
Chris Lattner
2007-02-15
For PR1195:
Reid Spencer
2007-02-13
Eliminate use of ctors that take vectors.
Chris Lattner
2007-02-12
stop using methods that take vectors.
Chris Lattner
2007-02-11
simplify code by using Value::takeName
Chris Lattner
2007-02-07
redesign the primary datastructure used by mem2reg to eliminate an
Chris Lattner
2007-02-05
With the last change, we no longer need both directions of mapping from
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-05
Simplify use of DFBlocks, this makes no noticable performance difference,
Chris Lattner
2007-02-05
Switch InsertedPHINodes back to SmallPtrSet now that the SmallPtrSet::erase
Chris Lattner
2007-02-05
switch a SmallPtrSet back to an std::set for now, this caused problems.
Chris Lattner
[next]