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
2011-01-10
Update CMake stuff
Anton Korobeynikov
2011-01-10
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...
Anton Korobeynikov
2011-01-10
MC/ARM/AsmParser: Split out SplitMnemonicAndCC().
Daniel Dunbar
2011-01-10
Cleanup some of the constant folding code to consistently test intrinsic
Chandler Carruth
2011-01-10
fit in 80 cols and use MBB::isSuccessor instead of a hand
Chris Lattner
2011-01-10
Teach instcombine about the rest of the SSE and SSE2 conversion
Chandler Carruth
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-10
Fix Whitespace.
Michael J. Spencer
2011-01-10
Support/Path: Deprecate PathV1::exists and replace all uses with PathV2::fs::...
Michael J. Spencer
2011-01-10
another random stab in the dark trying to fix llvm-gcc-i386-linux-selfhost
Chris Lattner
2011-01-10
another (more) aggressive attempt to bring llvm-gcc-i386-linux-selfhost
Chris Lattner
2011-01-10
expand on a note
Chris Lattner
2011-01-09
temporarily disable memset formation from memsets in an effort to restore bui...
Chris Lattner
2011-01-09
typo
Chris Lattner
2011-01-09
xref a PR #
Chris Lattner
2011-01-09
add a fixme: ir isn't expressive enough.
Chris Lattner
2011-01-09
Step #4 in improving trip count analysis: HowFarToZero can analyze
Chris Lattner
2011-01-09
rearrange some code, no functionality change.
Chris Lattner
2011-01-09
Add a note about the inability to model FP -> int conversions which
Chandler Carruth
2011-01-09
Step #3 to improving trip count analysis: If we fold
Chris Lattner
2011-01-09
Step #2 to improve trip count analysis for loops like this:
Chris Lattner
2011-01-09
Remove MachineRegisterInfo::getLastVirtReg(), it was giving wrong results
Jakob Stoklund Olesen
2011-01-09
sort this.
Chris Lattner
2011-01-09
Teach TargetRegisterInfo how to cram stack slot indexes in with the virtual and
Jakob Stoklund Olesen
2011-01-09
Add a note about a missed FP optimization.
Chandler Carruth
2011-01-09
fix a few old bugs (found by inspection) where we would zap instructions
Chris Lattner
2011-01-09
Add a forgotten VireReg2IndexFunctor.
Jakob Stoklund Olesen
2011-01-09
Instcombine: Fix pattern where the sext did not dominate the icmp using it
Tobias Grosser
2011-01-09
LoopInstSimplify preserves LoopSimplify.
Cameron Zwarich
2011-01-09
Another missed memset in std::vector initialization.
Chandler Carruth
2011-01-09
Eliminate some extra hash table lookups.
Cameron Zwarich
2011-01-09
Add an informative comment.
Cameron Zwarich
2011-01-09
Fix a cut-paste-o so that the sample code is correct for my last note.
Chandler Carruth
2011-01-09
Another missed optimization of trivial vector code.
Chandler Carruth
2011-01-09
Add a note about vector's size-constructor producing dead stores.
Chandler Carruth
2011-01-09
Simplify LiveDebugVariables by storing MachineOperand copies locations instead
Jakob Stoklund Olesen
2011-01-09
Shrink a BitVector that didn't mean to store bits for all physical registers.
Jakob Stoklund Olesen
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-09
Use IndexedMap for MachineRegisterInfo as well. No functional change.
Jakob Stoklund Olesen
2011-01-09
teach SCEV analysis of PHI nodes that PHI recurences formed
Chris Lattner
2011-01-09
reduce indentation. Print <nuw> and <nsw> when dumping SCEV AddRec's
Chris Lattner
2011-01-09
Add a note about a missed memset optimization from std::fill.
Chandler Carruth
2011-01-08
Fix the last virtual register enumerations.
Jakob Stoklund Olesen
2011-01-08
Fix VirtRegMap to use TRI::index2VirtReg and TRI::virtReg2Index instead of
Jakob Stoklund Olesen
2011-01-08
Fix a MachineVerifier loop that probably didn't mean to skip the last two
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveVariables::VirtRegInfo.
Jakob Stoklund Olesen
2011-01-08
Use an IndexedMap for LiveOutRegInfo to hide its dependence on TargetRegister...
Jakob Stoklund Olesen
2011-01-08
Fix coding style.
Cameron Zwarich
2011-01-08
fix a latent bug in memcpyoptimizer that my recent patches exposed: it wasn't
Chris Lattner
2011-01-08
tryMergingIntoMemset can only handle constant length memsets.
Chris Lattner
[next]