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-02-09
Preserve physreg kills in MachineBasicBlock::SplitCriticalEdge.
Lang Hames
2012-02-09
Fix kill flags when moving instructions using LiveIntervals::moveInstr(...).
Lang Hames
2012-02-09
Remove assertion. Not all use operands are reads.
Lang Hames
2012-02-09
Improve TargetPassConfig. No intended functionality.
Andrew Trick
2012-02-09
comment
Andrew Trick
2012-02-09
Erase dead copies that are clobbered by a call.
Jakob Stoklund Olesen
2012-02-09
Never delete instructions that define reserved registers.
Jakob Stoklund Olesen
2012-02-08
Handle register masks in MachineCopyPropagation.
Jakob Stoklund Olesen
2012-02-08
Codegen pass definition cleanup. No functionality.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: MachineLICM.
Andrew Trick
2012-02-08
whitespace
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: StackSlotColoring.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: PostRAScheduler.
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: BranchFolderPass
Andrew Trick
2012-02-08
whitespace
Andrew Trick
2012-02-08
Added TargetPassConfig::setOpt
Andrew Trick
2012-02-08
Added Pass::createPass(ID) to handle pass configuration by ID
Andrew Trick
2012-02-08
Move pass configuration out of pass constructors: TailDuplicate::PreRegAlloc
Andrew Trick
2012-02-08
Add Register mask support to RABasic.
Jakob Stoklund Olesen
2012-02-08
Keep track of register masks in LiveIntervalAnalysis.
Jakob Stoklund Olesen
2012-02-08
Added MachineInstr::isBundled() to check if an instruction is part of a bundle.
Andrew Trick
2012-02-08
misched: bug in debug output.
Andrew Trick
2012-02-08
stale comment
Andrew Trick
2012-02-07
Remove tabs.
Devang Patel
2012-02-06
Expose TargetPassConfig to PEI Pass
Andrew Trick
2012-02-06
Add TargetPassConfig to the PassManager for use inside passes
Andrew Trick
2012-02-06
Don't explicitly renumber slot indices.
Jakob Stoklund Olesen
2012-02-06
Make sure a reserved register has a live interval before merging.
Jakob Stoklund Olesen
2012-02-06
[unwind removal] Remove all of the code for the dead 'unwind' instruction. There
Bill Wendling
2012-02-06
[unwind removal] We no longer have 'unwind' instructions being generated, so
Bill Wendling
2012-02-06
DebugInfo: Provide a new hook to encode relationship between a property and a...
Devang Patel
2012-02-06
Move some llvm_unreachable's from r149849 out of switch statements to satisfy...
Craig Topper
2012-02-05
Persuade GCC that there is nothing worth warning about here (there isn't).
Duncan Sands
2012-02-05
Add additional documentation to the extract-and-trunc dagcombine optimization.
Nadav Rotem
2012-02-05
Convert assert(0) to llvm_unreachable
Craig Topper
2012-02-05
reapply the patches reverted in r149470 that reenable ConstantDataArray,
Chris Lattner
2012-02-04
Drop the REDEF_BY_EC VNInfo flag.
Jakob Stoklund Olesen
2012-02-04
Correctly terminate a physreg redefined by an early clobber.
Jakob Stoklund Olesen
2012-02-04
Fix a leak!
Nick Lewycky
2012-02-04
Don't store COPY pointers in VNInfo.
Jakob Stoklund Olesen
2012-02-04
TargetPassConfig: confine the MC configuration to TargetMachine.
Andrew Trick
2012-02-04
Move TargetPassConfig implementation into Passes.cpp
Andrew Trick
2012-02-04
Make TargetPassConfig an ImmutablePass so CodeGenPasses can query options
Andrew Trick
2012-02-04
Emit new property tag.
Devang Patel
2012-02-04
[fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too.
Chad Rosier
2012-02-03
Trim headers.
Jakob Stoklund Olesen
2012-02-03
Delete some dead code.
Jakob Stoklund Olesen
2012-02-03
Handle register mask operands in setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
ArrayRef'ize MI::setPhysRegsDeadExcept().
Jakob Stoklund Olesen
2012-02-03
Handle all live physreg defs in the same place.
Jakob Stoklund Olesen
[next]