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
/
CodeGen
Age
Commit message (
Expand
)
Author
2012-06-04
Add a test case for mips64 unaligned load/store instructions.
Akira Hatanaka
2012-06-04
Rename test/CodeGen/Mips/load-shift-left-right.ll.
Akira Hatanaka
2012-06-04
Implement local-exec TLS on PowerPC.
Roman Divacky
2012-06-04
Remove the "-promote-elements" flag. This flag is now enabled by default.
Nadav Rotem
2012-06-04
Enable generating PPC pre-increment (r+imm) instructions by default.
Hal Finkel
2012-06-03
Rename FMA3 feature flag to just FMA to match gcc so it can be added to clang.
Craig Topper
2012-06-03
Rename fma4 intrinsics to just fma since they are now used for both FMA4 and ...
Craig Topper
2012-06-03
Revert r157831
Manman Ren
2012-06-03
Use sse_load_f32/64 for scalar FMA3 intrinsic patterns instead of 128-bit loa...
Craig Topper
2012-06-02
ARM: add testing case for struct byval
Manman Ren
2012-06-02
Add another test case which tests Mips' unaligned load/store instructions.
Akira Hatanaka
2012-06-02
Fix test cases in test/CodeGen/Mips.
Akira Hatanaka
2012-06-01
X86: peephole optimization to remove cmp instruction
Manman Ren
2012-06-01
testcase for PR13006, thanks to Duncan for filing it.
Chris Lattner
2012-06-01
Implement the local-dynamic TLS model for x86 (PR3985)
Hans Wennborg
2012-06-01
Remove fadd(fmul) patterns for FMA3. This needs to be implemented by paying a...
Craig Topper
2012-06-01
enhance the logic for looking through tailcalls to look through transparent c...
Chris Lattner
2012-06-01
enhance getNoopInput to know about vector<->vector bitcasts of legal
Chris Lattner
2012-06-01
add some simple 64-bit tail call tests.
Chris Lattner
2012-06-01
merge some tests.
Chris Lattner
2012-06-01
rename test
Chris Lattner
2012-05-31
Make this testcase independent of register allocation.
Owen Anderson
2012-05-31
X86: replace SUB with CMP if possible
Manman Ren
2012-05-31
Added FMA3 Intel instructions.
Elena Demikhovsky
2012-05-31
Add intrinsic for pclmulqdq instruction.
Craig Topper
2012-05-30
Prioritize smaller register classes for urgent evictions.
Jakob Stoklund Olesen
2012-05-30
Add support for the mips inline asm 'm' output modifier.
Eric Christopher
2012-05-30
Switch the canonical FMA term operand order to match both the comment I wrote...
Owen Anderson
2012-05-30
Teach DAGCombine to canonicalize the position of a constant in the term opera...
Owen Anderson
2012-05-30
it's pointed out that R11 can be used for magic things, and doing things just...
Chris Lattner
2012-05-30
Extend the (abi-irrelevant) return convention to be able to return more than ...
Chris Lattner
2012-05-30
[arm-fast-isel] Add support for the llvm.frameaddress() intrinsic.
Chad Rosier
2012-05-30
Teach taildup to update livein set. rdar://11538365
Evan Cheng
2012-05-30
Add an insertPass API to TargetPassConfig. <rdar://problem/11498613>
Bob Wilson
2012-05-29
Add intrinsics, code gen, assembler and disassembler support for the SSE4a ex...
Benjamin Kramer
2012-05-28
Add llvm.fabs intrinsic.
Peter Collingbourne
2012-05-27
These tests used intrinsics with the wrong prototype. They weren't caught be...
Chris Lattner
2012-05-26
SelectionDAGBuilder: When emitting small compare chains for switches order th...
Benjamin Kramer
2012-05-25
[NVPTX] Add a new test case for the newly-enabled call handling
Justin Holewinski
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
Simplify code for calling a function where CanLowerReturn fails, fixing a sma...
Eli Friedman
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
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-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
Correctly deal with identity copies in RegisterCoalescer.
Jakob Stoklund Olesen
2012-05-23
[arm-fast-isel] Add support for non-global callee.
Chad Rosier
[prev]
[next]