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
2010-01-12
add a helper function.
Chris Lattner
2010-01-10
Fix nondeterministic behavior.
Julien Lerouge
2010-01-09
Fix nondeterministic behavior.
Julien Lerouge
2010-01-05
Convert a ton of simple integer type equality tests to the new predicate.
Benjamin Kramer
2010-01-05
Nick Lewycky pointed out that this code makes changes unconditionally.
Dan Gohman
2010-01-05
Use do+while instead of while for loops which obviously have a
Dan Gohman
2010-01-05
Make RecursivelyDeleteTriviallyDeadInstructions,
Dan Gohman
2010-01-05
Avoid going through the LLVMContext for type equality where it's safe to dere...
Benjamin Kramer
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Change errs() to dbgs().
David Greene
2010-01-05
Remove dead debug info intrinsics.
Devang Patel
2009-12-31
fix Analysis/DebugInfo.h to not include Metadata.h. Do this
Chris Lattner
2009-12-31
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-29
Use an array instead of a SmallVector.
Benjamin Kramer
2009-12-29
prune #includes.
Chris Lattner
2009-12-29
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
remove useless argument.
Chris Lattner
2009-12-28
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-21
improve indentation avoid a pointless conversion from weakvh to trackingvh,
Chris Lattner
2009-12-21
revert r89298, which was committed without a testcase. I think
Chris Lattner
2009-12-21
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-12-18
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
Update a comment.
Dan Gohman
2009-12-15
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-13
Don't leave pointers uninitialized in the default constructor. GCC complains
Chandler Carruth
2009-12-08
Remove unnecessary #include "llvm/LLVMContext.h".
Nick Lewycky
2009-12-04
add an assert to make it really clear what this is doing. Return singularval as
Chris Lattner
2009-12-03
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-02
Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp
Jim Grosbach
2009-11-23
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-20
Make Loop::getLoopLatch() work on loops which don't have preheaders, as
Dan Gohman
2009-11-19
Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro...
Jim Grosbach
2009-11-19
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-12
Add the braces gcc suggested.
Daniel Dunbar
2009-11-11
Don't trivially delete unused calls to llvm.invariant.start. This allows
Duncan Sands
2009-11-10
Implement support to debug inlined functions.
Devang Patel
2009-11-10
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.
Chris Lattner
2009-11-09
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-09
Fix a comment in a typo that Duncan noticed.
Dan Gohman
2009-11-09
Generalize LCSSA to handle loops with exits with predecessors outside
Dan Gohman
2009-11-06
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-05
Avoid calling getUniqueExitBlocks from within LoopSimplify, as it depends
Dan Gohman
[next]