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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
consistency
Chris Lattner
2008-12-08
1
-2
/
+2
*
introduce a new RoundUpAlignment helper function, use it to
Chris Lattner
2008-12-08
1
-32
/
+29
*
Make ConstantAggregateZero::get return a ConstantAggregateZero*,
Dan Gohman
2008-12-08
1
-1
/
+1
*
Update CPP backend for PrintModulePass API changes.
Dan Gohman
2008-12-08
1
-4
/
+4
*
Perform cheap checks first.
Evan Cheng
2008-12-08
1
-1
/
+3
*
Some minor optimizations for isObjectSmallerThan.
Chris Lattner
2008-12-08
1
-7
/
+12
*
Move createVirtualRegister out-of-line.
Dan Gohman
2008-12-08
1
-0
/
+18
*
Clarify some comments.
Dan Gohman
2008-12-08
1
-2
/
+2
*
Fixes for Visual Studio users. Patch by OvermindDL1 on llvm-dev!
Nick Lewycky
2008-12-08
1
-1
/
+1
*
add an assert. the cast<> below would catch this but a message is more
Chris Lattner
2008-12-07
1
-0
/
+2
*
factor some code better.
Chris Lattner
2008-12-07
1
-17
/
+17
*
factor some code, fixing some fixme's.
Chris Lattner
2008-12-07
1
-32
/
+23
*
add support for caching pointer dependence queries. Nothing uses this yet
Chris Lattner
2008-12-07
1
-17
/
+211
*
fix a bug I introduced in simplifycfg handling single entry phi
Chris Lattner
2008-12-07
1
-1
/
+0
*
Switch to top-down mode and fix a crasher this exposed caused by an error in the
Owen Anderson
2008-12-07
1
-1
/
+11
*
Fix typo, psuedo -> pseudo.
Nick Lewycky
2008-12-07
2
-35
/
+35
*
Some internal refactoring to make it easier to cache results.
Chris Lattner
2008-12-07
1
-17
/
+26
*
Introduce a new MemDep::getNonLocalPointerDependency
Chris Lattner
2008-12-07
1
-13
/
+82
*
push the "pointer case" up the analysis stack a bit. This causes
Chris Lattner
2008-12-07
1
-47
/
+83
*
make clients have to know how to call getCallSiteDependencyFrom
Chris Lattner
2008-12-07
1
-2
/
+13
*
rename some variables for consistency
Chris Lattner
2008-12-07
1
-6
/
+6
*
I love how using out of scope variables is not an error with GCC, no really I...
Chris Lattner
2008-12-07
1
-3
/
+3
*
Rename getCallSiteDependency -> getCallSiteDependencyFrom to
Chris Lattner
2008-12-07
1
-4
/
+5
*
a memdep query on a volatile load/store will always return
Chris Lattner
2008-12-07
1
-11
/
+10
*
don't bother touching volatile stores, they will just return clobber on
Chris Lattner
2008-12-07
1
-0
/
+5
*
remove the ability to get memdep info for vaarg. I don't think the
Chris Lattner
2008-12-07
1
-6
/
+9
*
improve a note.
Chris Lattner
2008-12-07
1
-1
/
+12
*
some more PRE/GVN/DSE related notes.
Chris Lattner
2008-12-06
1
-0
/
+51
*
add a note
Chris Lattner
2008-12-06
1
-0
/
+15
*
some random notes.
Chris Lattner
2008-12-06
1
-0
/
+97
*
Minor cleanup. Use dyn_cast, not isa/cast pairs. No functionality change.
Nick Lewycky
2008-12-06
1
-5
/
+5
*
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-06
2
-20
/
+32
*
Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
Chris Lattner
2008-12-06
1
-84
/
+44
*
Don't use plain %x to print pointer values. I had changed it from %p
Dan Gohman
2008-12-05
1
-1
/
+2
*
Forgot a file.
Dale Johannesen
2008-12-05
1
-0
/
+6
*
Make LoopStrengthReduce smarter about hoisting things out of
Dale Johannesen
2008-12-05
3
-58
/
+148
*
Make a few major changes to memdep and its clients:
Chris Lattner
2008-12-05
4
-161
/
+137
*
Demangle and pretty-print symbols in internal backtraces. Patch by
Dan Gohman
2008-12-05
1
-0
/
+44
*
Revert invalid r60393. It causes llvm-gcc bootstrap fails in release builds.
Anton Korobeynikov
2008-12-05
1
-7
/
+2
*
Make it illegal to call getDependency* on non-memory instructions
Chris Lattner
2008-12-05
1
-3
/
+4
*
Reason #3 from 60595 doesn't hold true. If we can fold a PIC load from constp...
Evan Cheng
2008-12-05
2
-11
/
+11
*
Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLON...
Evan Cheng
2008-12-05
1
-1
/
+7
*
Fix test/Transforms/GVN/pre-load.ll
Chris Lattner
2008-12-05
1
-1
/
+1
*
Fix comment.
Evan Cheng
2008-12-05
1
-1
/
+1
*
Make IsValueFullyAvailableInBlock safe.
Chris Lattner
2008-12-05
1
-14
/
+60
*
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-12-05
4
-6
/
+7
*
Teach StackSlotColoring to update MachineMemOperands when
Dan Gohman
2008-12-05
1
-3
/
+20
*
Ignore IMPLICIT_DEF instructions when computing physreg liveness.
Dan Gohman
2008-12-05
1
-0
/
+7
*
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-05
7
-54
/
+156
*
Have raw_fd_ostream keep track of the position in the file to make tell() go ...
Ted Kremenek
2008-12-04
1
-10
/
+4
[next]