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
Age
Commit message (
Expand
)
Author
2010-12-12
Fix paths; AutoRegen.sh changes its current working directory to be the
Peter Collingbourne
2010-12-12
1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc...
Wesley Peck
2010-12-12
Catch attempts to remove a deleted node from the CSE maps. Better to
Duncan Sands
2010-12-12
fix typo
Chris Lattner
2010-12-11
Generalize the and-icmp-select instcombine further by allowing selects of the...
Benjamin Kramer
2010-12-11
Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize it
Benjamin Kramer
2010-12-11
(or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == ...
Evan Cheng
2010-12-11
Add named timer groups for the different stages of register allocation.
Jakob Stoklund Olesen
2010-12-10
Move MRI into RegAllocBase. Clean up debug output a bit.
Jakob Stoklund Olesen
2010-12-10
Add FIXME
Jim Grosbach
2010-12-10
Remove extraneous close parenthesis.
Nick Lewycky
2010-12-10
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
Nick Lewycky
2010-12-10
Attempt to get Thumb2 branch fixups working properly.
Owen Anderson
2010-12-10
Force the greedy register allocator to always use the inline spiller.
Jakob Stoklund Olesen
2010-12-10
Rip out live range splitting support from the inline spiller.
Jakob Stoklund Olesen
2010-12-10
Get rid of ellipses.
Bill Wendling
2010-12-10
Fix merge error in my last fix to Thumb2 vldr fixups.
Owen Anderson
2010-12-10
Fixups for Thumb2 vldr's need to have the effective PC aligned as well.
Owen Anderson
2010-12-10
The MCFixupKindInfo table needs to be in the order that the enums were
Bill Wendling
2010-12-10
Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and frie...
Owen Anderson
2010-12-10
Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.
Jakob Stoklund Olesen
2010-12-10
Add float patterns for Neon vld1-lane/dup and vst1-lane operations.
Bob Wilson
2010-12-10
Remove unused arguments.
Bob Wilson
2010-12-10
Fix encoding of Thumb1 LDRB and STRB.
Owen Anderson
2010-12-10
Trailing whitespace.
Jim Grosbach
2010-12-10
Fix Thumb2 encodings of STREX and LDREX.
Owen Anderson
2010-12-10
Revert r121520, which may have introduced miscompilations.
Dan Gohman
2010-12-10
Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999
Jim Grosbach
2010-12-10
Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726
Jim Grosbach
2010-12-10
More trivial cleanup. No need to define the EncoderMethod property type. Can
Jim Grosbach
2010-12-10
Tidy up.
Jim Grosbach
2010-12-10
Trailing whitespace.
Jim Grosbach
2010-12-10
Implement PartialAlias checking in BasicAA.
Dan Gohman
2010-12-10
Fix miscompilation caused by trivial logic error in the reassignVReg()
Jakob Stoklund Olesen
2010-12-10
Minimally update this code to handle PartialAlias.
Dan Gohman
2010-12-10
Use PartialAlias to do better noalias lint checking.
Dan Gohman
2010-12-10
Teach AliasAnalysisCounter about PartialAlias.
Dan Gohman
2010-12-10
Teach AliasAnalysisEvaluator about PartialAlias.
Dan Gohman
2010-12-10
Update this code to handle PartialAlias as MayAlias.
Dan Gohman
2010-12-10
Introduce a new PartialAlias response for AliasAnalysis. For most
Dan Gohman
2010-12-10
Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.
Bob Wilson
2010-12-10
Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR
Jim Grosbach
2010-12-10
Add an AllocationOrder class that can iterate over the allocatable physical
Jakob Stoklund Olesen
2010-12-10
Thumb unconditional branch binary encoding. rdar://8754994
Jim Grosbach
2010-12-10
Thumb conditional branch binary encodings. rdar://8745367
Jim Grosbach
2010-12-10
Another git svn dcommit test. This time let's hope it doesn't kill my repo.
Michael J. Spencer
2010-12-10
Another git-svn dcommit test. (last time I got access and client errors and i...
Michael J. Spencer
2010-12-10
Test git svn dcommit
Michael J. Spencer
2010-12-10
Another dummy commit to check GIT mirroring
Anton Korobeynikov
2010-12-10
Dummy commit to test GIT mirroring
Anton Korobeynikov
[next]