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-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
2012-07-20
Split loop exiting edges more aggressively.
Jakob Stoklund Olesen
2012-07-19
Fix crash in machine verifier when trying to print the def of a register whic...
Pete Cooper
2012-07-19
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
Fixed few warnings.
Galina Kistanova
2012-07-19
Remove tabs.
Bill Wendling
2012-07-18
Fix a somewhat nasty crasher in PR13378. This crashes inside of
Chandler Carruth
2012-07-18
ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BB
Nuno Lopes
2012-07-17
Back out r160101 and instead implement a dag combine to recover from instcomb...
Evan Cheng
2012-07-17
Add some trace output to TwoAddressInstructionPass.
Jakob Stoklund Olesen
2012-07-17
Remove unused variable.
Benjamin Kramer
2012-07-17
Fix a crash in the legalization of large vectors.
Nadav Rotem
2012-07-17
Implement r160312 as target indepedenet dag combine.
Evan Cheng
[prev]
[next]