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-12
This patch addresses the problem of poor code generation for the zext
Nadav Rotem
2012-02-11
Add support for implicit TLS model used with MS VC runtime.
Anton Korobeynikov
2012-02-11
Add TargetPassConfig hooks for scheduling/bundling.
Andrew Trick
2012-02-11
Allow Post-RA LICM to hoist reserved register reads.
Jakob Stoklund Olesen
2012-02-11
Handle register masks in local live range splitting.
Jakob Stoklund Olesen
2012-02-11
Don't read PreRegAlloc before it is initialized.
Jakob Stoklund Olesen
2012-02-10
Add a static MachineOperand::clobbersPhysReg().
Jakob Stoklund Olesen
2012-02-10
Add register mask support to InterferenceCache.
Jakob Stoklund Olesen
2012-02-10
Remove unused variable.
Jakob Stoklund Olesen
2012-02-10
Put instruction names into an indexed string table on the side, removing a po...
Benjamin Kramer
2012-02-10
comment grammar
Andrew Trick
2012-02-10
RegAlloc superpass: includes phi elimination, coalescing, and scheduling.
Andrew Trick
2012-02-10
whitespace
Andrew Trick
2012-02-10
Remove unused 'isAlias' parameter.
Lang Hames
2012-02-10
Constrain the regmask search space for local live ranges.
Jakob Stoklund Olesen
2012-02-10
Cache basic block boundaries for faster RegMaskSlots access.
Jakob Stoklund Olesen
2012-02-10
Optimize LiveIntervals::intervalIsInOneMBB().
Jakob Stoklund Olesen
2012-02-10
Cache iterators. Some of these are expensive to create.
Benjamin Kramer
2012-02-09
Add register mask support to RAGreedy.
Jakob Stoklund Olesen
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
[prev]
[next]