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-01-11
Move RegAllocBase into its own cpp file separate from RABasic.
Jakob Stoklund Olesen
2012-01-11
On AVX, we can load v8i32 at a time. The bug happens when two uneven loads ar...
Nadav Rotem
2012-01-11
Teach the X86 instruction selection to do some heroic transforms to
Chandler Carruth
2012-01-11
Detect when a value is undefined on an edge to a landing pad.
Jakob Stoklund Olesen
2012-01-11
Exclusively use SplitAnalysis::getLastSplitPoint().
Jakob Stoklund Olesen
2012-01-11
Avoid CSE of instructions which define physical registers across MBBs unless
Evan Cheng
2012-01-10
80 col violation.
Evan Cheng
2012-01-10
Add 'llvm_unreachable' to passify GCC's understanding of the constraints
Chandler Carruth
2012-01-10
Remove unnecessary default cases in switches that cover all enum values.
David Blaikie
2012-01-10
Fix a bug in the legalization of shuffle vectors. When we emulate shuffles us...
Nadav Rotem
2012-01-10
Allow machine-cse to look across MBB boundary when cse'ing instructions that
Evan Cheng
2012-01-10
Remove the logging streamer.
Rafael Espindola
2012-01-08
Avoid eraseing copies from a reserved register unless the definition can be
Evan Cheng
2012-01-07
Replace some uses of hasNUsesOfValue(0, X) with !hasAnyUseOfValue(X)
Craig Topper
2012-01-07
Add some DAG combines for SUBC/SUBE. If nothing uses the carry/borrow out of ...
Craig Topper
2012-01-07
Optimize reserved register coalescing.
Jakob Stoklund Olesen
2012-01-07
Use the 'regalloc' debug tag for most register allocator tracing.
Jakob Stoklund Olesen
2012-01-07
Revert part of r147716. Looks like x87 instructions kill markers are all messed
Evan Cheng
2012-01-07
Added a late machine instruction copy propagation pass. This catches
Evan Cheng
2012-01-07
Missing raw_ostream.h breaks MSVC build.
Andrew Trick
2012-01-06
Add comment.
Chad Rosier
2012-01-06
Add a comment and ensure that anyone else looking at this code doesn't start
Eric Christopher
2012-01-06
Use const vector references instead of a vector copy. Spotted by Devang.
Eric Christopher
2012-01-06
Use -> instead of (*iter).
Eric Christopher
2012-01-06
Tracing to help investigate issues with SjLj spill code.
Andrew Trick
2012-01-06
Fix a leak I noticed while reviewing the accelerator table changes. Passes
Eric Christopher
2012-01-06
As part of the ongoing work in finalizing the accelerator tables, extend
Eric Christopher
2012-01-05
Kill ObjectCodeEmitter and BinaryObject, they were unused and superseded by MC.
Benjamin Kramer
2012-01-05
Remove the old ELF writer.
Rafael Espindola
2012-01-05
Remove an unused variable.
Chandler Carruth
2012-01-05
Prevent a DAGCombine from firing where there are two uses of
Chandler Carruth
2012-01-05
Minor postra scheduler cleanup. It could result in more precise antidependenc...
Andrew Trick
2012-01-05
Freeze reserved registers before starting register allocation.
Jakob Stoklund Olesen
2012-01-04
Allow vector shuffle normalizing to use concat vector even if the sources are...
Craig Topper
2012-01-04
Implement VECTOR_SHUFFLE canonicalizations during DAG combine.
Craig Topper
2012-01-03
Turn a few more inline asm errors into "emitErrors" instead of fatal errors.
Chris Lattner
2012-01-03
Assert when reserved registers have been assigned.
Jakob Stoklund Olesen
2012-01-03
Fix incorrect widening of the bitcast sdnode in case the incoming operand is ...
Nadav Rotem
2012-01-03
Remove the restriction that target intrinsics can only involve legal types. ...
Owen Anderson
2012-01-03
Clarified assert text.
Lang Hames
2012-01-03
Fix typo in ruler. No functionality change.
Nick Lewycky
2012-01-03
Fixed a bug in SelectionDAG.cpp.
Elena Demikhovsky
2012-01-01
Revert 147399. It broke CodeGen/ARM/vext.ll.
Rafael Espindola
2012-01-01
Fixed a bug in SelectionDAG.cpp.
Elena Demikhovsky
2011-12-28
PR11662.
Nadav Rotem
2011-12-26
Make sure DAGCombiner doesn't introduce multiple loads from the same memory l...
Eli Friedman
2011-12-25
Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat.
Nadav Rotem
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
Hoisted some loop invariant smallvector lookups out of a MachineLICM loop
Pete Cooper
2011-12-22
Changed MachineLICM to use a worklist list MachineCSE instead of recursion.
Pete Cooper
[prev]
[next]