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
/
include
/
llvm
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-12-01
Add a deterministic finite automaton based packetizer for VLIW architectures
Anshuman Dasgupta
2011-11-29
If fast-isel fails, remove dead instructions generated during the failed
Chad Rosier
2011-11-28
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
Bill Wendling
2011-11-16
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
Rename MVT::untyped to MVT::Untyped to match similar nomenclature.
Owen Anderson
2011-11-15
Twinify GraphWriter a little bit.
Benjamin Kramer
2011-11-14
Make headers standalone.
Benjamin Kramer
2011-11-14
Under the hood, MBPI is doing a linear scan of every successor every
Chandler Carruth
2011-11-14
Reuse the logic in getEdgeProbability within getHotSucc in order to
Chandler Carruth
2011-11-14
Fix an overflow bug in MachineBranchProbabilityInfo. This pass relied on
Chandler Carruth
2011-11-14
Add a cautionary note to this API. It was not at all obvious to me how
Chandler Carruth
2011-11-13
Rename SlotIndexes to match how they are used.
Jakob Stoklund Olesen
2011-11-12
Delete the old spilling framework from LiveIntervalAnalysis.
Jakob Stoklund Olesen
2011-11-12
Delete the linear scan register allocator.
Jakob Stoklund Olesen
2011-11-12
Don't try to form pre/post-indexed loads/stores until after LegalizeDAG runs....
Eli Friedman
2011-11-11
Add a custom safepoint method, in order for language implementers to decide w...
Nicolas Geoffray
2011-11-10
Add additional checking to ensure that MachineMemOperands are never set to nu...
Owen Anderson
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-02
Begin collecting some of the statistics for block placement discussed on
Chandler Carruth
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-24
Remove the SystemZ backend.
Dan Gohman
2011-10-24
Delete the top-down "Latency" scheduler. Top-down scheduling doesn't handle
Dan Gohman
2011-10-21
Implement a block placement pass based on the branch probability and
Chandler Carruth
2011-10-20
Delete the list-tdrr scheduler. Top-down schedulers are going away
Dan Gohman
2011-10-17
Admonish that MI is not IR and virtual registers have constraints.
Jakob Stoklund Olesen
2011-10-12
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-07
Add a bool value to set the IsLandingPad flag to.
Bill Wendling
2011-10-07
Thread the chain through the eh.sjlj.setjmp intrinsic, like it's documented to
Bill Wendling
2011-10-05
Add accessor method to check if the landing pad symbol has call site informat...
Bill Wendling
2011-10-05
Add an ivar that maps a landing pad's EH symbol to the call sites that may jump
Bill Wendling
2011-10-04
Allow <undef> flags on def operands as well as uses.
Jakob Stoklund Olesen
2011-10-04
Doxygen-ize comments. No functionality change.
Bill Wendling
2011-10-04
Add method to determine if a begin label has a call site number associated wi...
Bill Wendling
2011-09-30
Move getCommonSubClass() into TRI.
Jakob Stoklund Olesen
2011-09-29
Fix typo.
Nick Lewycky
2011-09-29
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-28
Create and use an llvm.eh.sjlj.functioncontext intrinsic.
Bill Wendling
2011-09-27
Remove X86-dependent stuff from SSEDomainFix.
Jakob Stoklund Olesen
2011-09-27
Rename AddSelectionDAGCSEId() to addSelectionDAGCSEId().
Jim Grosbach
2011-09-27
Cleanup PromoteIntOp_EXTRACT_VECTOR_ELT and PromoteIntRes_SETCC.
Nadav Rotem
2011-09-25
Clean up code after renaming LowerSubregs -> ExpandPostRAPseudos.
Jakob Stoklund Olesen
2011-09-22
Add a MinNumRegs argument to MRI::constrainRegClass().
Jakob Stoklund Olesen
2011-09-15
Use getPrevSlot() instead of getPrevIndex().
Jakob Stoklund Olesen
2011-09-15
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-13
Fix indenting.
Eric Christopher
2011-09-13
Switch extendInBlock() to take a kill slot instead of the last use slot.
Jakob Stoklund Olesen
2011-09-08
Directly point debug info to the stack slot of the arugment, instead of tryin...
Devang Patel
[prev]
[next]