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-08-14
Fix undefined behavior: binding null pointer to reference. No functionality c...
Richard Smith
2012-08-14
Grammar.
Eric Christopher
2012-08-13
Add a roundToIntegral method to APFloat, which can be parameterized over vari...
Owen Anderson
2012-08-13
Transfer weights in transferSuccessorsAndUpdatePHIs().
Jakob Stoklund Olesen
2012-08-13
Print out MachineBasicBlock successor weights when available.
Jakob Stoklund Olesen
2012-08-13
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-08-13
Whitespace cleanup.
Bill Wendling
2012-08-13
Count triangles and diamonds in early if-conversion.
Jakob Stoklund Olesen
2012-08-13
Delete dead typedef.
Jakob Stoklund Olesen
2012-08-13
Handle extra Tail predecessors in if-conversion.
Jakob Stoklund Olesen
2012-08-11
MachineCSE: Hoist isConstantPhysReg out of the loop, it checks for overlaps a...
Benjamin Kramer
2012-08-11
PR13578: Teach MachineCSE that instructions that use a constant register can ...
Benjamin Kramer
2012-08-10
Add a proper if-conversion cost model.
Jakob Stoklund Olesen
2012-08-10
Give MachineTraceMetrics its own debug tag.
Jakob Stoklund Olesen
2012-08-10
Add more trace query functions.
Jakob Stoklund Olesen
2012-08-10
Add getTPred() and getFPred() functions.
Jakob Stoklund Olesen
2012-08-10
Include loop-carried dependencies when computing instr heights.
Jakob Stoklund Olesen
2012-08-10
Update edge weights correctly in replaceSuccessor().
Jakob Stoklund Olesen
2012-08-10
Reapply r161633-161634 "Partition use lists so defs always come before uses.""
Jakob Stoklund Olesen
2012-08-10
Also update MRI use lists when changing a use to a def and vice versa.
Jakob Stoklund Olesen
2012-08-09
Revert r161633-161634 "Partition use lists so defs always come before uses."
Jakob Stoklund Olesen
2012-08-09
Partition use lists so defs always come before uses.
Jakob Stoklund Olesen
2012-08-09
Don't use pointer-pointers for the register use lists.
Jakob Stoklund Olesen
2012-08-09
Move use list management into MachineRegisterInfo.
Jakob Stoklund Olesen
2012-08-09
Fix a future TwoAddressInstructionPass crash.
Jakob Stoklund Olesen
2012-08-09
Fix the legalization of ExtLoad on ARM. ExpandUnalignedLoad did not properly
Nadav Rotem
2012-08-08
Don't use getNextOperandForReg() in RAFast.
Jakob Stoklund Olesen
2012-08-08
Deal with irreducible control flow when building traces.
Jakob Stoklund Olesen
2012-08-08
Heed -stress-early-ifcvt.
Jakob Stoklund Olesen
2012-08-08
Get the MispredictPenalty from MCSchedModel.
Jakob Stoklund Olesen
2012-08-08
Minor cleanup of defaultDefLatency API
Andrew Trick
2012-08-08
Revert "Fix a quadratic algorithm in MachineBranchProbabilityInfo."
Jakob Stoklund Olesen
2012-08-08
X86: enable CSE between CMP and SUB
Manman Ren
2012-08-08
Fix a quadratic algorithm in MachineBranchProbabilityInfo.
Jakob Stoklund Olesen
2012-08-07
Skip tied operand pairs that already have the same register.
Jakob Stoklund Olesen
2012-08-07
Add SelectionDAG::getTargetIndex.
Jakob Stoklund Olesen
2012-08-07
For non-Darwin platforms, we want to generate stack protectors only for
Bill Wendling
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-08-07
Fix a couple of typos.
Jakob Stoklund Olesen
2012-08-07
Add trace accessor methods, implement primitive if-conversion heuristic.
Jakob Stoklund Olesen
2012-08-07
Add a much more conservative strategy for aligning branch targets.
Chandler Carruth
2012-08-07
MachineCSE: Update the heuristics for isProfitableToCSE.
Manman Ren
2012-08-04
Delete a dead variable.
Jakob Stoklund Olesen
2012-08-03
TwoAddressInstructionPass refactoring: Extract another method.
Jakob Stoklund Olesen
2012-08-03
Refactor and check "onlyReadsMemory" before optimizing builtins.
Bob Wilson
2012-08-03
TwoAddressInstructionPass refactoring: Extract a method.
Jakob Stoklund Olesen
2012-08-03
Begin adding support for updating LiveIntervals in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
Add an experimental -early-live-intervals option.
Jakob Stoklund Olesen
2012-08-03
Delete merged physreg copies in joinReservedPhysReg().
Jakob Stoklund Olesen
2012-08-03
Try to reduce the compile time impact of r161232.
Bob Wilson
[next]