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
/
CodeGen
Age
Commit message (
Expand
)
Author
2013-10-11
Cherry-pick LLVM 187787 to prevent tail calls on x86-32 when not appropriate.
Jan Voung
2013-10-11
Apply upstream: Add missing ATOMIC_CMP_SWAP case.
Petar Jovanovic
2013-08-30
Revert some ARM byval localmods since byval+varargs are not in stable pexes.
Jan Voung
2013-07-15
Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9'
Eli Bendersky
2013-06-28
Revert the IntrinsicLowering logic that preserves externals for intrinsics.
Eli Bendersky
2013-06-28
Do not preserve abort() - it's not needed for ARM and X86.
Eli Bendersky
2013-06-27
Do not preserve "pow" for the sake of re-materializing intrinsics.
Eli Bendersky
2013-06-25
Support for mem* library functions in stable bitcode via intrinsics.
Eli Bendersky
2013-06-13
Fix PrologEpilogInserter to save and restore all callee saved registers
Derek Schuff
2013-06-12
Take some of the LLVM LibM intrinsics out of the "must be external" list.
Jan Voung
2013-05-28
Add two passes that implement conversions from PNaCl's specific intrinsics
Eli Bendersky
2013-05-21
Merging r182387:
Bill Wendling
2013-05-21
Merging r182344:
Bill Wendling
2013-05-17
Cherry-pick r181922: Fix miscompile due to StackColoring incorrectly merging ...
Mark Seaborn
2013-05-09
Support @llvm.nacl.{set|long}jmp intrinsics by translating them to library calls
Eli Bendersky
2013-05-08
Merging r181296:
Bill Wendling
2013-05-06
DebugInfo: Support imported modules in lexical blocks
David Blaikie
2013-05-06
Remove unnecessary instance variable and rework logic accordingly.
Eric Christopher
2013-05-06
Grammar.
Eric Christopher
2013-05-06
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-05
Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...
Evan Cheng
2013-05-05
InlineSpiller: Remove quadratic behavior.
Benjamin Kramer
2013-05-05
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
Add ArrayRef constructor from None, and do the cleanups that this constructor...
Dmitri Gribenko
2013-05-02
TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should look
Evan Cheng
2013-05-01
Revert r180737. The companion patch was reverted, and this is not relevant ri...
Bill Wendling
2013-05-01
This patch breaks up Wrap.h so that it does not have to include all of
Filip Pizlo
2013-05-01
[inline asm] Return an undef SDValue of the expected value type, rather than
Chad Rosier
2013-05-01
Optimize away nop CONCAT_VECTOR nodes.
Nadav Rotem
2013-04-30
Only pass 'returned' to target-specific lowering code when the value of entir...
Stephen Lin
2013-04-30
Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...
Adrian Prantl
2013-04-30
Change the informal convention of DBG_VALUE so that we can express a
Adrian Prantl
2013-04-30
MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.
Andrew Trick
2013-04-30
LocalStackSlotAllocation improvements
Hal Finkel
2013-04-29
Emit the TLS initialization function pointers into the correct section.
Bill Wendling
2013-04-27
Generalize the MachineTraceMetrics public API.
Andrew Trick
2013-04-27
Use the target triple from the target machine rather than the module
Eric Christopher
2013-04-26
Cleanup and document MachineLocation.
Adrian Prantl
2013-04-26
Micro-optimization
Bill Wendling
2013-04-26
Re-write the address propagation code for pre-indexed loads/stores to take in...
Silviu Baranga
2013-04-26
DAGCombiner: Canonicalize vector integer abs in the same way we do it for sca...
Benjamin Kramer
2013-04-25
[mc-coff] Forward Linker Option flags into the .drectve section
Reid Kleckner
2013-04-25
Fix constant folding for one lane vector types. Constant folding one lane vec...
Silviu Baranga
2013-04-24
Fix for r180193 - MI Sched: eliminate local vreg.
Andrew Trick
2013-04-24
[inline asm] Fix a crasher for an invalid value type/register class.
Chad Rosier
2013-04-24
MI Sched: eliminate local vreg copies.
Andrew Trick
2013-04-24
Register Coalescing: add a flag to disable rescheduling.
Andrew Trick
2013-04-24
MI Sched: regpressure tracing.
Andrew Trick
2013-04-24
Formatting.
Eric Christopher
2013-04-23
DAGCombine should not aggressively fold SEXT(VSETCC(...)) into a wider VSETCC...
Owen Anderson
[next]