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-12-18
Disable ARM partial flag dependency optimization at -Oz
Quentin Colombet
2012-12-18
MISched: add dependence to ExitSU to model live-out latency.
Andrew Trick
2012-12-18
Check multiple register classes for inline asm tied registers
Hal Finkel
2012-12-17
Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...
Craig Topper
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-14
FastIsel: Get PIC-style GV loads for NaCl64 even w/out 64-bit pointers.
Jan Voung
2012-12-14
TypeLegalizer: Do not generate target specific nodes with illegal types, beca...
Nadav Rotem
2012-12-14
This patch removes some nondeterminism from direct object file output
Bill Schmidt
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-13
[mips] Do not copy GOT address to register $gp if the function being called has
Akira Hatanaka
2012-12-13
Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...
Evan Cheng
2012-12-12
Fix a logic bug in inline expansion of memcpy / memset with an overlapping
Evan Cheng
2012-12-12
The ordering of two relocations on the same instruction is apparently not
Bill Schmidt
2012-12-12
This patch implements local-dynamic TLS model support for the 64-bit
Bill Schmidt
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/
NAKAMURA Takumi
2012-12-12
llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.
NAKAMURA Takumi
2012-12-12
DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion
Manman Ren
2012-12-12
Avoid using lossy load / stores for memcpy / memset expansion. e.g.
Evan Cheng
2012-12-11
Add R600 backend
Tom Stellard
2012-12-11
This patch implements the general dynamic TLS model for 64-bit PowerPC.
Bill Schmidt
2012-12-11
Add a triple to this test.
Chad Rosier
2012-12-11
Fix a miscompile in the DAG combiner. Previously, we would incorrectly
Chandler Carruth
2012-12-11
move X86-specific test
Paul Redmond
2012-12-11
Fall back to the selection dag isel to select tail calls.
Chad Rosier
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
Use GetUnderlyingObjects in misched
Hal Finkel
2012-12-10
Teach DAG combine to handle vector add/sub with vectors of all 0s.
Craig Topper
2012-12-08
Teach DAG combine to handle vector logical operations with vectors of all 1s ...
Craig Topper
2012-12-07
When we use the BLEND instruction that uses the MSB as a mask, we can remove
Nadav Rotem
2012-12-07
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-07
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-06
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
Fix a bug in the code that merges consecutive stores. Previously we did not
Nadav Rotem
2012-12-06
Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...
Craig Topper
2012-12-06
Properly fix the tes.
Evan Cheng
2012-12-06
llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...
NAKAMURA Takumi
2012-12-06
[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.
Chad Rosier
2012-12-06
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-05
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
[NVPTX] Fix crash with unnamed struct arguments
Justin Holewinski
2012-12-05
Use multiclass to define store instructions with base+immediate offset
Jyotsna Verma
2012-12-05
Simplified BLEND pattern matching for shuffles.
Elena Demikhovsky
2012-12-05
Add x86 isel lowering logic to form bit test with inverted condition. e.g.
Evan Cheng
2012-12-04
ARM custom lower ctpop for vector types. Patch by Pete Couperus.
Evan Cheng
[prev]
[next]