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
2012-04-23
Fix issue 67 by checking that the interface functions weren't redefined in th...
Alexander Potapenko
2012-04-23
[tsan] use llvm/ADT/Statistic.h for tsan stats
Kostya Serebryany
2012-04-23
Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just...
Craig Topper
2012-04-23
Make getZeroVector and getOnesVector more alike as far as how they detect 128...
Craig Topper
2012-04-23
Tidy up by removing some 'else' after 'return'
Craig Topper
2012-04-23
Tidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove code that checks if shu...
Craig Topper
2012-04-23
Add a couple llvm_unreachables.
Craig Topper
2012-04-23
Remove some tab characers.
Craig Topper
2012-04-23
Remove some 'else' after 'return'. No functional change.
Craig Topper
2012-04-23
Don't die with an assertion if the Result bitwidth is already correct. This
Chris Lattner
2012-04-23
Cleanup whitespace.
Bill Wendling
2012-04-23
Limit the number of times we recurse through this algorithm. All of the
Bill Wendling
2012-04-22
Make Extract128BitVector and Insert128BitVector take an unsigned instead of a...
Craig Topper
2012-04-22
Convert getNode(UNDEF) to getUNDEF.
Craig Topper
2012-04-22
Make calls to getVectorShuffle more consistent. Use shuffle VT for calls to g...
Craig Topper
2012-04-22
Tidy up. 80 columns and argument alignment.
Craig Topper
2012-04-22
Simplify code by converting multiple places that were manually concatenating ...
Craig Topper
2012-04-22
ARM: Initialize the HasRAS bit.
Benjamin Kramer
2012-04-22
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-22
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-21
Add a flag to the struct type finder to collect only those types which have
Bill Wendling
2012-04-21
No need for "else if" after a return. Autosense "0o123" as octal in
Chris Lattner
2012-04-21
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-21
Make some fixed arrays const. Use array_lengthof in a couple places instead o...
Craig Topper
2012-04-21
Tidy up. 80 columns and some other spacing issues.
Craig Topper
2012-04-21
llvm/lib/Target: [PR12611] Add "llvm/Support/raw_ostream.h" for Debug build o...
NAKAMURA Takumi
2012-04-21
HexagonISelLowering.cpp: Reorder #includes.
NAKAMURA Takumi
2012-04-21
move Signals to .rodata
Nuno Lopes
2012-04-21
HexagonInstPrinter.cpp: Suppress -Wunused-variable warnings with -Asserts.
NAKAMURA Takumi
2012-04-21
YAMLParser: silence warning about tautological comparison on unsigned-char pl...
Benjamin Kramer
2012-04-20
ARM: tblgen'erate more NEON two-operand aliases.
Jim Grosbach
2012-04-20
Fix PR12599.
Jakob Stoklund Olesen
2012-04-20
ARM: tblgen'erate more NEON two-operand aliases.
Jim Grosbach
2012-04-20
Revert r155241, which is causing some breakage.
Bill Wendling
2012-04-20
Make ISelPosition a local variable.
Jakob Stoklund Olesen
2012-04-20
Register DAGUpdateListeners with SelectionDAG.
Jakob Stoklund Olesen
2012-04-20
If we discover all of the named structs in a module, then don't bother to
Bill Wendling
2012-04-20
Print <def,read-undef> to avoid confusion.
Jakob Stoklund Olesen
2012-04-20
New and improved comment.
Andrew Trick
2012-04-20
SparseSet: Add support for key-derived indexes and arbitrary key types.
Andrew Trick
2012-04-20
misched: initialize BB
Andrew Trick
2012-04-20
ARM: Update NEON assembly two-operand aliases.
Jim Grosbach
2012-04-20
effectively back out my last change (r155190)
Gabor Greif
2012-04-20
fix obviously bogus (IMO) operand index of the load in asserts
Gabor Greif
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
Revert r155136 "Defer some shl transforms to DAGCombine."
Jakob Stoklund Olesen
2012-04-20
ARM some VFP tblgen'erated two-operand aliases.
Jim Grosbach
2012-04-19
ARM let TableGen handle a few two-operand aliases.
Jim Grosbach
2012-04-19
Put this expensive check below the less expensive ones.
Bill Wendling
[prev]
[next]