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-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
2012-08-03
Fix memcmp code-gen to honor -fno-builtin.
Bob Wilson
2012-08-03
Completely eliminate VNInfo flags.
Jakob Stoklund Olesen
2012-08-03
Fix a couple of loops that were processing unused value numbers.
Jakob Stoklund Olesen
2012-08-03
Silence unused variable warning in -asserts build
Matt Beaumont-Gay
2012-08-03
Eliminate the VNInfo::hasPHIKill() flag.
Jakob Stoklund Olesen
2012-08-03
Make the hasPHIKills flag a computed property.
Jakob Stoklund Olesen
2012-08-03
Delete dead function.
Jakob Stoklund Olesen
2012-08-03
Don't delete dead code in TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-08-03
Fall back to selection DAG isel for calls to builtin functions.
Bob Wilson
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
Compute the critical path length through a trace.
Jakob Stoklund Olesen
2012-08-02
Verify regunit intervals along with virtreg intervals.
Jakob Stoklund Olesen
2012-08-02
Avoid creating dangling physreg live ranges during DCE.
Jakob Stoklund Olesen
2012-08-02
Add report() functions that take a LiveInterval argument.
Jakob Stoklund Olesen
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-02
Extract some methods from verifyLiveIntervals.
Jakob Stoklund Olesen
2012-08-01
Also verify RegUnit intervals at uses.
Jakob Stoklund Olesen
2012-08-01
Compute instruction heights through a trace.
Jakob Stoklund Olesen
2012-08-01
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-08-01
Add DataDep constructors. Explicitly check SSA form.
Jakob Stoklund Olesen
2012-08-01
Added FMA functionality to X86 target.
Elena Demikhovsky
2012-07-31
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
Compute instruction depths through the current trace.
Jakob Stoklund Olesen
2012-07-31
Rename CT -> MTM. MachineTraceMetrics is abbreviated MTM.
Jakob Stoklund Olesen
2012-07-31
MachineSink: Sort the successors before trying to find SuccToSinkTo.
Manman Ren
2012-07-31
Conform to LLVM coding style.
Micah Villmow
[prev]
[next]