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
2012-11-19
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
Move else onto line with preceding closing brace.
Craig Topper
2012-11-17
Broaden isSchedulingBoundary to check aliases of SP.
Andrew Trick
2012-11-17
Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete C...
Eli Friedman
2012-11-16
Use array_pod_sort instead of std::sort.
Andrew Trick
2012-11-16
Remove conditions from 'else if' that were guaranteed by preceding 'if'.
Craig Topper
2012-11-16
Factor out the final FADD that's common to multiple code paths in the visitLo...
Craig Topper
2012-11-16
Factor some common code to reduce compile size.
Craig Topper
2012-11-15
Mark FP_ROUND for converting NEON v2f64 to v2f32 as expand. Add a missing
Eli Friedman
2012-11-15
Use std::stable_sort instead of std::sort when sorting stack slots
Ulrich Weigand
2012-11-15
[reg scavenger] Fix the isUsed/isAliasUsed functions so as to not report a false
Chad Rosier
2012-11-15
Merge commit '08e9cb46feb0c8e08e3d309a0f9fd75a04ca54fb'
Derek Schuff
2012-11-15
Fix indeterminism in MI scheduler DAG construction.
Sergei Larin
2012-11-15
Add llvm.ceil, llvm.trunc, llvm.rint, llvm.nearbyint intrinsics.
Craig Topper
2012-11-15
Fix an obvious merge bug in -join-globalcopies (disabled).
Andrew Trick
2012-11-14
Use reserve() to avoid vector reallocation.
Jakub Staszak
2012-11-14
canJoinPhys method doesn't modify CoalescerPair. Make it const.
Jakub Staszak
2012-11-14
Remove dead code.
Chad Rosier
2012-11-14
Fix really stupid ARM EHABI info generation bug: we should not emit
Anton Korobeynikov
2012-11-14
Add newlines to end of debug messages.
Craig Topper
2012-11-14
Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333.
Rafael Espindola
2012-11-13
Merge commit 'be02a90de17f857ba65bbd8a11653ca1bad30adc'
Derek Schuff
2012-11-14
Use TARGET2 relocation for TType references on ARM.
Anton Korobeynikov
2012-11-13
Revert "Use the 'count' attribute instead of the 'upper_bound' attribute."
Eric Christopher
2012-11-13
Revert -join-splitedges to a boolean cmd line option.
Andrew Trick
2012-11-13
The MachineScheduler does not currently require JoinSplitEdges.
Andrew Trick
2012-11-13
[MC][COFF] Emit weak symbols to the correct section. Patch by Dmitry Puzirev!
Michael J. Spencer
2012-11-13
Do not consider a machine instruction that uses and defines the same
Ulrich Weigand
2012-11-13
Fix -join-splitedges: my previous "cleanup" broke it.
Andrew Trick
2012-11-13
Codegen support for arbitrary vector getelementptrs.
Duncan Sands
2012-11-13
misched: Allow subtargets to enable misched and dependent options.
Andrew Trick
2012-11-13
Added RegisterCoalescer support for joining global copies first.
Andrew Trick
2012-11-13
misched: Don't consider artificial edges weak edges.
Andrew Trick
2012-11-13
Use the 'count' attribute instead of the 'upper_bound' attribute.
Bill Wendling
2012-11-13
Cleanup the main RegisterCoalescer loop.
Andrew Trick
2012-11-12
Cleanup -join-splitedges. Make the loop more obvious.
Andrew Trick
2012-11-12
Add an option to enable prototype "fission" capabilities and debug changes.
Eric Christopher
2012-11-12
Added a temporary option to avoid critical edges splitting.
Andrew Trick
2012-11-12
misched: rename interfaceto avoid gcc warnings
Andrew Trick
2012-11-12
misched: Target-independent support for MacroFusion.
Andrew Trick
2012-11-12
misched: Target-independent support for load/store clustering.
Andrew Trick
2012-11-12
misched: Infrastructure for weak DAG edges.
Andrew Trick
2012-11-09
Fix assertions in updateRegMaskSlots().
Jakob Stoklund Olesen
2012-11-09
Silence GCC warning about falling off the end of a non-void function.
Benjamin Kramer
2012-11-07
misched: Heuristics based on the machine model.
Andrew Trick
2012-11-07
misched: handle on-the-fly regpressure queries better for 2-addr
Andrew Trick
2012-11-07
Add comment describing what's going on here.
Bill Wendling
2012-11-07
When we're updating the subprogram scope DIE, we want to determine if we're
Bill Wendling
2012-11-06
[regallocfast] Make sure the MachineRegisterInfo is aware of clobbers from a
Chad Rosier
2012-11-06
Remove ARM constant patch that affected x86 upstream
David Sehr
[prev]
[next]