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
Age
Commit message (
Expand
)
Author
2008-12-07
add support for caching pointer dependence queries. Nothing uses this yet
Chris Lattner
2008-12-07
fix a bug I introduced in simplifycfg handling single entry phi
Chris Lattner
2008-12-07
Switch to top-down mode and fix a crasher this exposed caused by an error in the
Owen Anderson
2008-12-07
Fix typo, psuedo -> pseudo.
Nick Lewycky
2008-12-07
Some internal refactoring to make it easier to cache results.
Chris Lattner
2008-12-07
Introduce a new MemDep::getNonLocalPointerDependency
Chris Lattner
2008-12-07
push the "pointer case" up the analysis stack a bit. This causes
Chris Lattner
2008-12-07
make clients have to know how to call getCallSiteDependencyFrom
Chris Lattner
2008-12-07
rename some variables for consistency
Chris Lattner
2008-12-07
I love how using out of scope variables is not an error with GCC, no really I...
Chris Lattner
2008-12-07
Rename getCallSiteDependency -> getCallSiteDependencyFrom to
Chris Lattner
2008-12-07
a memdep query on a volatile load/store will always return
Chris Lattner
2008-12-07
don't bother touching volatile stores, they will just return clobber on
Chris Lattner
2008-12-07
remove the ability to get memdep info for vaarg. I don't think the
Chris Lattner
2008-12-07
improve a note.
Chris Lattner
2008-12-06
some more PRE/GVN/DSE related notes.
Chris Lattner
2008-12-06
add a note
Chris Lattner
2008-12-06
some random notes.
Chris Lattner
2008-12-06
Minor cleanup. Use dyn_cast, not isa/cast pairs. No functionality change.
Nick Lewycky
2008-12-06
Clean up some ARM GV asm printing out; minor fixes to match what gcc does.
Evan Cheng
2008-12-06
Reimplement the inner loop of DSE. It now uniformly uses getDependence(),
Chris Lattner
2008-12-05
Don't use plain %x to print pointer values. I had changed it from %p
Dan Gohman
2008-12-05
Forgot a file.
Dale Johannesen
2008-12-05
Make LoopStrengthReduce smarter about hoisting things out of
Dale Johannesen
2008-12-05
Make a few major changes to memdep and its clients:
Chris Lattner
2008-12-05
Demangle and pretty-print symbols in internal backtraces. Patch by
Dan Gohman
2008-12-05
Revert invalid r60393. It causes llvm-gcc bootstrap fails in release builds.
Anton Korobeynikov
2008-12-05
Make it illegal to call getDependency* on non-memory instructions
Chris Lattner
2008-12-05
Reason #3 from 60595 doesn't hold true. If we can fold a PIC load from constp...
Evan Cheng
2008-12-05
Effectively undo 60461 in PIC mode which simply transform V_SET0 / V_SETALLON...
Evan Cheng
2008-12-05
Fix test/Transforms/GVN/pre-load.ll
Chris Lattner
2008-12-05
Fix comment.
Evan Cheng
2008-12-05
Make IsValueFullyAvailableInBlock safe.
Chris Lattner
2008-12-05
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-12-05
Teach StackSlotColoring to update MachineMemOperands when
Dan Gohman
2008-12-05
Ignore IMPLICIT_DEF instructions when computing physreg liveness.
Dan Gohman
2008-12-05
Re-did 60519. It turns out Darwin's handling of hidden visibility symbols are...
Evan Cheng
2008-12-04
Have raw_fd_ostream keep track of the position in the file to make tell() go ...
Ted Kremenek
2008-12-04
Rewrite code that 1) filters loops and 2) calculates new loop bounds.
Devang Patel
2008-12-04
Factor out some common code.
Owen Anderson
2008-12-04
CellSPU: Fix bug 3055
Scott Michel
2008-12-04
When allocating a stack temporary, use the correct
Duncan Sands
2008-12-04
Missing closing brace and reverse conditional condition on NDEBUG
Scott Michel
2008-12-04
Start simplifying a switch that has a successor that is a switch.
Chris Lattner
2008-12-04
This code is apparently quite confused. In the meantime,
Chris Lattner
2008-12-04
Temporarily revert r60519. It was causing a bootstrap failure:
Bill Wendling
2008-12-04
CellSPU:
Scott Michel
2008-12-04
Use register names instead of numbers in debug output.
Dan Gohman
2008-12-04
Make debug output more informative.
Dan Gohman
2008-12-04
Visibility hidden GVs do not require extra load of symbol address from the GO...
Evan Cheng
[next]