index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Transforms
/
Utils
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-4
/
+4
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+3
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-13
/
+13
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-2
/
+2
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+5
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-7
/
+7
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-11
/
+11
*
Change errs() to dbgs().
David Greene
2010-01-05
1
-5
/
+5
*
Remove dead debug info intrinsics.
Devang Patel
2010-01-05
4
-80
/
+1
*
fix Analysis/DebugInfo.h to not include Metadata.h. Do this
Chris Lattner
2009-12-31
1
-0
/
+1
*
rename "elements" of metadata to "operands". "Elements" are
Chris Lattner
2009-12-31
1
-3
/
+3
*
Use an array instead of a SmallVector.
Benjamin Kramer
2009-12-29
1
-7
/
+7
*
prune #includes.
Chris Lattner
2009-12-29
1
-2
/
+2
*
Final step in the metadata API restructuring: move the
Chris Lattner
2009-12-29
1
-2
/
+1
*
remove useless argument.
Chris Lattner
2009-12-29
1
-8
/
+7
*
This is a major cleanup of the instruction metadata interfaces that
Chris Lattner
2009-12-28
1
-7
/
+13
*
rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind
Chris Lattner
2009-12-28
1
-1
/
+1
*
improve indentation avoid a pointless conversion from weakvh to trackingvh,
Chris Lattner
2009-12-21
1
-3
/
+3
*
revert r89298, which was committed without a testcase. I think
Chris Lattner
2009-12-21
1
-6
/
+0
*
fix PR5837 by having SSAUpdate reuse phi nodes for the
Chris Lattner
2009-12-21
1
-1
/
+23
*
Add Loop contains utility methods for testing whether a loop
Dan Gohman
2009-12-18
2
-6
/
+6
*
Update a comment.
Dan Gohman
2009-12-18
1
-1
/
+1
*
Remove isPod() from DenseMapInfo, splitting it out to its own
Chris Lattner
2009-12-15
1
-1
/
+0
*
Don't leave pointers uninitialized in the default constructor. GCC complains
Chandler Carruth
2009-12-13
1
-1
/
+1
*
Remove unnecessary #include "llvm/LLVMContext.h".
Nick Lewycky
2009-12-08
1
-1
/
+0
*
add an assert to make it really clear what this is doing. Return singularval as
Chris Lattner
2009-12-04
1
-1
/
+5
*
improve portability to avoid conflicting with std::next in c++'0x.
Chris Lattner
2009-12-03
1
-1
/
+1
*
Move EliminateDuplicatePHINodes() from SimplifyCFG.cpp to Local.cpp
Jim Grosbach
2009-12-02
2
-63
/
+62
*
Pull LLVMContext out of PromoteMemToReg.
Nick Lewycky
2009-11-23
2
-9
/
+5
*
Make Loop::getLoopLatch() work on loops which don't have preheaders, as
Dan Gohman
2009-11-20
1
-1
/
+6
*
Eliminate duplicate phi nodes in loops. Loop rotation, for example, can intro...
Jim Grosbach
2009-11-19
1
-0
/
+6
*
Make EliminateDuplicatePHINodes() available as a utility function
Jim Grosbach
2009-11-19
1
-1
/
+1
*
Add the braces gcc suggested.
Daniel Dunbar
2009-11-12
1
-5
/
+8
*
Don't trivially delete unused calls to llvm.invariant.start. This allows
Duncan Sands
2009-11-11
1
-0
/
+3
*
Implement support to debug inlined functions.
Devang Patel
2009-11-10
2
-4
/
+57
*
move some generally useful functions out of jump threading
Chris Lattner
2009-11-10
1
-2
/
+47
*
refactor TryToSimplifyUncondBranchFromEmptyBlock out of SimplifyCFG.
Chris Lattner
2009-11-10
2
-164
/
+173
*
fix ConstantFoldCompareInstOperands to take the LHS/RHS as
Chris Lattner
2009-11-09
1
-2
/
+2
*
Fix a comment in a typo that Duncan noticed.
Dan Gohman
2009-11-09
1
-1
/
+1
*
Generalize LCSSA to handle loops with exits with predecessors outside
Dan Gohman
2009-11-09
1
-2
/
+14
*
remove a bunch of extraneous LLVMContext arguments
Chris Lattner
2009-11-06
3
-8
/
+4
*
Avoid calling getUniqueExitBlocks from within LoopSimplify, as it depends
Dan Gohman
2009-11-05
1
-1
/
+8
*
The introduction of indirectbr meant the introduction of
Dan Gohman
2009-11-05
1
-21
/
+82
*
Teach LoopUnroll how to bail if LoopSimplify can't give it what it needs.
Dan Gohman
2009-11-05
1
-1
/
+12
*
Delete an unused member variable.
Dan Gohman
2009-11-05
1
-2
/
+0
*
Add an assertion to catch indirectbr in SplitBlockPredecessors. This
Dan Gohman
2009-11-05
1
-2
/
+6
*
remove a isFreeCall check: it is a callinst that can write to memory already.
Chris Lattner
2009-11-03
1
-3
/
+2
*
Alphabetize.
Ted Kremenek
2009-11-03
1
-1
/
+1
*
fix a bug exposed by moving SRoA earlier which caused a crash building kc++
Chris Lattner
2009-11-02
1
-1
/
+6
*
improve comment.
Chris Lattner
2009-11-01
1
-1
/
+1
[next]