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-11-22
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
More fixes to the X86InstComments for shuffle instructions. In particular add...
Craig Topper
2011-11-22
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-22
Fix an obvious omission in the SelectionDAGBuilder where we were
Chandler Carruth
2011-11-22
Turn error recovery into an assert.
Benjamin Kramer
2011-11-22
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-22
Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...
Craig Topper
2011-11-22
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-11-21
Fix crasher in GVN due to my recent capture tracking changes.
Nick Lewycky
2011-11-21
Add virtual destructor. Whoops!
Nick Lewycky
2011-11-21
Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.
Craig Topper
2011-11-21
Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...
Craig Topper
2011-11-21
Fixing a comment
Joe Abbey
2011-11-21
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...
Craig Topper
2011-11-20
Less template, more virtual! Refactoring suggested by Chris in code review.
Nick Lewycky
2011-11-20
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-20
SCEV: Actually set overflow flags on add expressions.
Benjamin Kramer
2011-11-20
Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...
Craig Topper
2011-11-19
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
Remove some of the special classes that worked around an old tablegen limitat...
Craig Topper
2011-11-19
Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...
Craig Topper
2011-11-19
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-19
Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...
Craig Topper
2011-11-19
Collapse X86 PSIGNB/PSIGNW/PSIGND node types.
Craig Topper
2011-11-19
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-19
Remove unused parameters from the AVX maskmov classes.
Craig Topper
2011-11-18
Fix a corner case in updating LoopInfo after fully unrolling an outer loop.
Andrew Trick
2011-11-18
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-18
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-18
Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...
Chad Rosier
2011-11-17
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
Add TODO comment.
Chad Rosier
2011-11-17
Fix SSE/AVX integer comparison patterns to understand that all integer vector...
Craig Topper
2011-11-17
Dead code.
Chad Rosier
2011-11-17
When fast iseling a GEP, accumulate the offset rather than emitting a series of
Chad Rosier
2011-11-17
Remove seemingly unnecessary duplicate VROUND definitions.
Craig Topper
2011-11-17
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
Don't unconditionally set the kill flag.
Chad Rosier
2011-11-17
Turn on vzeroupper insertion on call boundaries for AVX; it works as far as I...
Eli Friedman
2011-11-16
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
Object/COFF: Support common symbols.
Michael J. Spencer
2011-11-16
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
Lower 64-bit constant pool node.
Akira Hatanaka
2011-11-16
Lower 64-bit block address.
Akira Hatanaka
2011-11-16
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
[next]