index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disable the string map copy ctor and assignment operators,
Chris Lattner
2007-07-22
1
-1
/
+16
*
Don't assume that only Uses can be kills. Defs are marked as kills initially
Dan Gohman
2007-07-20
1
-1
/
+1
*
Simplify the logic for setVolatile.
Dan Gohman
2007-07-20
1
-2
/
+2
*
Added -print-emitted-asm to print out JIT generated asm to cerr.
Evan Cheng
2007-07-20
1
-4
/
+5
*
Make the heuristic for shrinking DenseMap smarter.
Owen Anderson
2007-07-20
1
-2
/
+4
*
Use SmallVector instead of std::vector.
Devang Patel
2007-07-20
1
-2
/
+2
*
Have DenseMap auto-shrink itself on clear(). This improves the time to optimize
Owen Anderson
2007-07-20
1
-1
/
+36
*
Verify loop info.
Devang Patel
2007-07-19
4
-5
/
+7
*
Properly initialize value :)
Anton Korobeynikov
2007-07-19
1
-1
/
+1
*
Set up ground work to verify preserved analysis info.
Devang Patel
2007-07-19
1
-0
/
+4
*
Add constructor overloads for LoadInst and StoreInst that insert at the
Dan Gohman
2007-07-18
1
-0
/
+4
*
Unbreak the build by putting calls to free into the implementation file and
Reid Spencer
2007-07-17
1
-4
/
+1
*
Add support for walking up memory def chains, which enables finding many more
Owen Anderson
2007-07-16
1
-3
/
+5
*
Use realloc() to (potentially) resize the contents of SmallPtrSet in place.
Owen Anderson
2007-07-16
1
-1
/
+1
*
Fix comments about vectors to use the current wording.
Dan Gohman
2007-07-16
4
-4
/
+4
*
Handle decrementing loops properly. Fixes PR1533.
Nick Lewycky
2007-07-16
1
-4
/
+2
*
add a helper method.
Chris Lattner
2007-07-15
1
-0
/
+1
*
Clarify the language. Pointed out by Duncan Sands.
Nick Lewycky
2007-07-14
1
-2
/
+5
*
Long live the exception handling!
Anton Korobeynikov
2007-07-14
4
-2
/
+32
*
Add alternate ConstantRange intersection algorithm.
Nick Lewycky
2007-07-14
1
-0
/
+6
*
Make LCSSA a loop pass.
Devang Patel
2007-07-13
1
-1
/
+1
*
Skeleton of post-RA scheduler; doesn't do anything yet.
Dale Johannesen
2007-07-13
1
-0
/
+3
*
Regenerate to pick up Gabor's changes.
Reid Spencer
2007-07-13
1
-0
/
+12
*
Adding ability to demote phi to stack.
Tanya Lattner
2007-07-11
1
-0
/
+5
*
Add FastDSE, a new algorithm for doing dead store elimination. This algorith...
Owen Anderson
2007-07-11
2
-0
/
+8
*
Add OptionalDefOperand. Remove clobbersPred. Also add DefinesPredicate to be ...
Evan Cheng
2007-07-10
1
-9
/
+21
*
Add support for finding the dependencies of call and invoke instructions.
Owen Anderson
2007-07-10
1
-0
/
+2
*
Fix a bunch of things from Chris' feedback
Owen Anderson
2007-07-10
1
-3
/
+5
*
When a node value is only used by a CopyToReg, use the user's dest. This shou...
Evan Cheng
2007-07-10
1
-2
/
+2
*
Move DenseMapKeyInfo<SDOperand> from LegalizeDAG.cpp to SelectionDAGNodes.h
Evan Cheng
2007-07-10
1
-0
/
+11
*
Evidently my earlier fix did not go far enough. When resizing a zero-sized
Owen Anderson
2007-07-10
1
-1
/
+2
*
When resizing a BitVector with size 0, be sure to clear the low word before u...
Owen Anderson
2007-07-09
1
-0
/
+5
*
Expose struct size threhold to allow users to tweak their own setting.
Devang Patel
2007-07-09
1
-1
/
+1
*
Make the assignment operator for SmallPtrSet return a reference, and fix a lo...
Owen Anderson
2007-07-09
1
-1
/
+1
*
Fix memory leak.
Devang Patel
2007-07-09
1
-2
/
+8
*
work around an aparent gcc name resolution bug by
Chris Lattner
2007-07-09
1
-2
/
+1
*
implement operator= for smallptrset
Chris Lattner
2007-07-09
1
-0
/
+14
*
Move the APInt form of SCEVUnknown::getIntegerSCEV to SCEVConstant::get, and
Dan Gohman
2007-07-09
1
-2
/
+2
*
Fix a typo in a comment.
Dan Gohman
2007-07-09
1
-1
/
+1
*
missed this one
Gabor Greif
2007-07-09
1
-1
/
+1
*
fix typos
Gabor Greif
2007-07-09
1
-7
/
+7
*
A first stab at memory dependence analysis. This is an interface on top of
Owen Anderson
2007-07-06
1
-0
/
+69
*
Add some accessors to improve consistency.
Owen Anderson
2007-07-06
1
-0
/
+4
*
Add SplitEdge and SplitBlock utility routines.
Devang Patel
2007-07-06
1
-0
/
+11
*
finishing touches of bytecode -> bitcode changes. also unbreak Windows
Gabor Greif
2007-07-06
1
-5
/
+4
*
Remove redundant declarations.
Dan Gohman
2007-07-06
1
-6
/
+0
*
eliminate residual cruft related to recognizing bytecode
Gabor Greif
2007-07-06
2
-17
/
+2
*
Fix a comment so that the element numbering match the actual element
Dan Gohman
2007-07-06
1
-1
/
+1
*
Add the byval attribute
Rafael Espindola
2007-07-06
2
-1
/
+4
*
Add explicit keywords.
Dan Gohman
2007-07-05
4
-4
/
+4
[next]