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-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
2012-07-31
Don't generate ordered or unordered comparison operations if it is not legal ...
Micah Villmow
2012-07-31
Clear kill flags in removeCopyByCommutingDef().
Jakob Stoklund Olesen
2012-07-31
Reverse order of the two branches at end of a basic block if it is profitable.
Manman Ren
2012-07-30
Use the latest MachineRegisterInfo APIs. No functionality.
Andrew Trick
2012-07-30
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
Avoid looking at stale data in verifyAnalysis().
Jakob Stoklund Olesen
2012-07-30
Allow traces to enter nested loops.
Jakob Stoklund Olesen
2012-07-30
Clarify invalidation strategy in comment.
Jakob Stoklund Olesen
2012-07-30
Assert that all trace candidate blocks have been visited by the PO.
Jakob Stoklund Olesen
2012-07-30
Hook into PassManager's analysis verification.
Jakob Stoklund Olesen
2012-07-30
Consider address spaces for hashing and CSEing DAG nodes. Otherwise two load...
Pete Cooper
2012-07-30
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
Add MachineTraceMetrics::verify().
Jakob Stoklund Olesen
2012-07-30
Verify that the CFG hasn't changed during invalidate().
Jakob Stoklund Olesen
2012-07-30
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-29
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
Reenable a basic SSA DAG builder optimization.
Andrew Trick
2012-07-27
Add more debug output to MachineTraceMetrics.
Jakob Stoklund Olesen
2012-07-27
Keep track of the head and tail of the trace through each block.
Jakob Stoklund Olesen
2012-07-27
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-27
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-07-27
Add <imp-def> of super-register when lowering SUBREG_TO_REG.
Jakob Stoklund Olesen
2012-07-26
Use an otherwise unused variable.
Jakob Stoklund Olesen
2012-07-26
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
Add a floor intrinsic.
Dan Gohman
2012-07-25
Disable rematerialization in TwoAddressInstructionPass.
Manman Ren
2012-07-25
Preserve 2-addr constraints in ConnectedVNInfoEqClasses.
Jakob Stoklund Olesen
2012-07-25
Verify two-address constraints more carefully.
Jakob Stoklund Olesen
2012-07-24
Change llvm_unreachable in SplitVectorOperand to report_fatal_error. Keeps re...
Craig Topper
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
Fixed DAGCombine optimizations which generate select_cc for targets
Nadav Rotem
2012-07-23
Tidy up. Fix indentation and remove trailing whitespace.
Craig Topper
2012-07-23
Change llvm_unreachable in SplitVectorResult to report_fatal_error. Keeps rel...
Craig Topper
2012-07-20
Remove unused private member variables uncovered by the recent changes to cla...
Benjamin Kramer
2012-07-20
Avoid folding loads that are unsafe to move.
Jakob Stoklund Olesen
[prev]
[next]