index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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-15
reverting r150565. Premature push.
Andrew Trick
2012-02-15
Move PostRAMachineLICM into MachineLateOptimization. It now runs after PEI!
Andrew Trick
2012-02-15
Allow CodeGen (llc) command line options to work as expected.
Andrew Trick
2012-02-15
Added TargetPassConfig::disablePass/substitutePass as a general mechanism to ...
Andrew Trick
2012-02-15
Don't emit live ranges for physregs live-ins that are dead.
Lang Hames
2012-02-15
Disentangle moving a machine instr from updating LiveIntervals.
Lang Hames
2012-02-15
Added hook to let targets custom lower splitting of illegal vectors
Pete Cooper
2012-02-14
Fix global live range splitting regmask accuracy.
Jakob Stoklund Olesen
2012-02-14
Fix details in local live range splitting with regmasks.
Jakob Stoklund Olesen
2012-02-14
Handle regmasks in findRegisterDefOperandIdx().
Jakob Stoklund Olesen
2012-02-14
Use the proper clobber check in handleLiveInRegister().
Jakob Stoklund Olesen
2012-02-14
Dump live intervals in numerical order.
Jakob Stoklund Olesen
2012-02-14
Don't create a new copy of reserved regs - we already have one handy.
Lang Hames
2012-02-14
Add code to the target lowering object file module to handle module flags.
Bill Wendling
2012-02-14
Update MachineVerifier to check the new physreg live-in rules.
Lang Hames
2012-02-14
Tighten physical register invariants: Allocatable physical registers can
Lang Hames
2012-02-14
Fix PR12000. Some vector operations may use scalar operands with types
Nadav Rotem
2012-02-14
Turn push_back loops into append/insert.
Benjamin Kramer
2012-02-14
Rename getExceptionAddressRegister() to getExceptionPointerRegister() for con...
Lang Hames
2012-02-14
Use convenience function for consistency.
Lang Hames
2012-02-13
Don't reserve the R0 and R1 registers here. We don't use these registers, and
Bill Wendling
2012-02-13
Don't recalculate the size of the vector each time through the loop.
Bill Wendling
2012-02-13
Add register mask support to ScheduleDAGRRList.
Jakob Stoklund Olesen
2012-02-13
LiveIntervalAnalysis does not depend on MachineLoopInfo.
Andrew Trick
2012-02-13
Check regmask interference for -join-physregs.
Jakob Stoklund Olesen
2012-02-13
Fix a bug in DAGCombine for the optimization of BUILD_VECTOR. We cant generat...
Nadav Rotem
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
[prev]
[next]