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
/
test
Age
Commit message (
Expand
)
Author
2012-05-28
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-28
InstCombine: Fix infinite loop when encountering switch on trivial icmp.
Benjamin Kramer
2012-05-28
PR12696: Attribute bits above 1<<30 are not encoded in bitcode
Meador Inge
2012-05-27
rdar://11542750 - llvm.trap should be marked no return.
Chris Lattner
2012-05-27
PR12967: Don't crash when trying to fold a shift that's larger than the type'...
Benjamin Kramer
2012-05-27
These tests used intrinsics with the wrong prototype. They weren't caught be...
Chris Lattner
2012-05-27
remove two (useless) tests that use incorrect intrinsic prototypes, detected ...
Chris Lattner
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-26
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-26
Since commit 157467, if reassociate isn't actually going to change an expression
Duncan Sands
2012-05-25
bounds checking: add support for byval arguments
Nuno Lopes
2012-05-25
[NVPTX] Add a new test case for the newly-enabled call handling
Justin Holewinski
2012-05-25
boundschecking:
Nuno Lopes
2012-05-25
test/CodeGen/X86/bigstructret.ll: Suppress one test. It is msvc-incompatible....
NAKAMURA Takumi
2012-05-25
test/CodeGen/X86/bigstructret.ll: Relax stack offsets for hosts of stack-alig...
NAKAMURA Takumi
2012-05-25
Make the reassociation pass more powerful so that it can handle expressions
Duncan Sands
2012-05-25
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
2012-05-24
Add support for range expressions in TableGen foreach loops.
Jakob Stoklund Olesen
2012-05-24
Don't put TGParser scratch results in the output.
Jakob Stoklund Olesen
2012-05-24
Fix for CHECK-NOT misspelling.
David Blaikie
2012-05-24
Remove the PTX back-end and all of its artifacts (triple, etc.)
Justin Holewinski
2012-05-24
Teach tblgen's set theory "sequence" operator to support an optional stride o...
Owen Anderson
2012-05-24
Turn on mips16 pseudo op when compiling for mips16.
Akira Hatanaka
2012-05-24
Enable Mips16 compiler to compile a null program.
Akira Hatanaka
2012-05-24
Add half support to LLVM (for OpenCL)
Tobias Grosser
2012-05-24
PR1255 related changes (case ranges):
Stepan Dyatkovskiy
2012-05-23
Add a test case for global live range splitting.
Jakob Stoklund Olesen
2012-05-23
Add a last resort tryInstructionSplit() to RAGreedy.
Jakob Stoklund Olesen
2012-05-23
Fix typo in flag to opt, and also a CHECK-NEXT that doesn't follow a
Kaelyn Uhrain
2012-05-23
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
2012-05-23
BoundsChecking: add a couple of simple tests and fix a bug in branch emition
Nuno Lopes
2012-05-23
Fix the inliner so that the optsize function attribute don't alter the
Patrik Hägglund
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-22
LSR fix: add a missing phi check during IV hoisting.
Andrew Trick
2012-05-22
revert my previous patches that introduced an additional parameter to the obj...
Nuno Lopes
2012-05-22
Only erase virtregs with no uses left.
Jakob Stoklund Olesen
2012-05-22
Fix PR12858, a crash due to GVN's PRE not fully removing an instruction from the
Duncan Sands
2012-05-21
FileCheck'ize test, and add a bit to test for r157221.
Jim Grosbach
2012-05-21
Allow 256-bit shuffles to still be split even if only half of the shuffle com...
Craig Topper
2012-05-20
When legalising shifts, do not pre-build a list of operands which
Peter Collingbourne
2012-05-20
Add a missing PPC 64-bit stwu pattern.
Hal Finkel
2012-05-20
Use the right register class for LDRrs.
Jakob Stoklund Olesen
2012-05-20
Transfer memory operands to the right instruction.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes for sub-registers.
Jakob Stoklund Olesen
2012-05-20
Properly constrain register classes in 2-addr.
Jakob Stoklund Olesen
2012-05-20
Do not pass an invalid domtree to SimplifyInstruction from
Peter Collingbourne
2012-05-19
Fix 12892.
Jakob Stoklund Olesen
2012-05-19
Do not eliminate allocas whose alignment exceeds that of the
Peter Collingbourne
2012-05-19
Erase joined copies immediately.
Jakob Stoklund Olesen
[prev]
[next]