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
2010-02-19
Radar 7636153. In the presence of large call frames, it's not sufficient
Jim Grosbach
2010-02-18
Always normalize spill weights, also for intervals created by spilling.
Jakob Stoklund Olesen
2010-02-18
Make CodePlacementOpt detect special EH control flow by
Dan Gohman
2010-02-18
Uniformize the way these options are printed. Requested by
Duncan Sands
2010-02-18
Remove terminating dot in description. Inconsistency pointed
Duncan Sands
2010-02-18
Some dag combiner goodness:
Evan Cheng
2010-02-17
Make the non-temporal bit "significant" in MemSDNodes so they aren't
David Greene
2010-02-17
Dead code elimination.
Jakob Stoklund Olesen
2010-02-17
move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter,
Chris Lattner
2010-02-17
sink special case "cannotyetselect" for intrinsics out of the
Chris Lattner
2010-02-17
Removed an early out which was causing the PBQP allocator to not compute live...
Lang Hames
2010-02-17
Before setting scope end marker, pay attention to scope begin marker and exis...
Devang Patel
2010-02-16
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
Handle DBG_VALUE mixed with labels when doing PHI
Dale Johannesen
2010-02-16
Reapply 96294; now that I've gotten around to looking
Dale Johannesen
2010-02-16
Something broke. Hard to believe it was this patch
Dale Johannesen
2010-02-15
Fix a memory leak. Patch by Nicolas Geoffray.
Evan Cheng
2010-02-15
More handling of DBG_VALUE.
Dale Johannesen
2010-02-15
Add missed entry to cmake build list file
Anton Korobeynikov
2010-02-15
Use ttype encoding consistently
Anton Korobeynikov
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
It turns out that we emitted completely wrong common EH frame since the early...
Anton Korobeynikov
2010-02-15
Preliminary patch to improve dwarf EH generation - Hooks to return Personalit...
Anton Korobeynikov
2010-02-15
Fix PR6300.
Jakob Stoklund Olesen
2010-02-15
Split SelectionDAGISel::IsLegalAndProfitableToFold to
Evan Cheng
2010-02-15
Add non-temporal flags and remove an assumption of default arguments.
David Greene
2010-02-15
Add non-temporal flags to MachineMemOperand.
David Greene
2010-02-15
Uniformize the names of type predicates: rather than having isFloatTy and
Duncan Sands
2010-02-15
Ignore DBG_VALUE in a couple more places.
Dale Johannesen
2010-02-13
Fix PR6283.
Jakob Stoklund Olesen
2010-02-13
Teach MachineFrameInfo to track maximum alignment while stack objects are being
Evan Cheng
2010-02-13
Besides removing phi cycles that reduce to a single value, also remove dead
Bob Wilson
2010-02-12
give MCCodeEmitters access to the current MCContext.
Chris Lattner
2010-02-12
Rewrite handling of DBG_VALUE; previous algorithm
Dale Johannesen
2010-02-12
Reapply the new LoopStrengthReduction code, with compile time and
Dan Gohman
2010-02-12
* Updated the cost matrix normalization proceedure to better handle infinite ...
Lang Hames
2010-02-12
Add a new pass on machine instructions to optimize away PHI cycles that
Bob Wilson
2010-02-11
Reapply coalescer fix for better cross-class coalescing.
Jakob Stoklund Olesen
2010-02-11
Revert functional change. This broke a bunch of tests.
Jakob Stoklund Olesen
2010-02-11
It is always good to do a cross-class join when the large register has a tiny...
Jakob Stoklund Olesen
2010-02-11
Allow for more than one DBG_VALUE targeting the
Dale Johannesen
2010-02-11
Don't allow DBG_VALUE to affect codegen.
Dale Johannesen
2010-02-11
Use array_pod_sort instead of std::sort for improved code size.
Jakob Stoklund Olesen
2010-02-11
Use .empty() instead of .size().
Bill Wendling
2010-02-11
Fix to get it to compile.
Bill Wendling
2010-02-11
Don't print out a default newline when emitting the section offset. There are
Bill Wendling
2010-02-11
Reuse operand location when updating PHI instructions.
Jakob Stoklund Olesen
2010-02-11
Remove duplicate successors from indirectbr instructions before building the ...
Jakob Stoklund Olesen
2010-02-10
The previous fix of widening divides that trap was too fragile as it depends ...
Mon P Wang
2010-02-10
Ignore debug info one more place during coalescing.
Dale Johannesen
[prev]
[next]