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
Age
Commit message (
Expand
)
Author
2012-07-30
Keep empty assembly macro argument values in the middle of the list.
Jim Grosbach
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
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
Kevin Enderby
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-30
When constant folding GEP expressions, keep the address space information of ...
Nadav Rotem
2012-07-30
Mark MOVZX16/MOVSX16 as neverHasSideEffects/mayLoad
Craig Topper
2012-07-30
Mark MOVZX32_NOREX as isCodeGenOnly and neverHasSideEffects. The isCodeGenOnl...
Craig Topper
2012-07-30
Give VCVTTPD2DQ priority over CVTTPD2DQ.
Craig Topper
2012-07-30
Fix patterns for CVTTPS2DQ to specify SSE2 instead of SSE1.
Craig Topper
2012-07-30
Fix up patterns for VCVTSS2SD. Specifically give it priority over SSE form. A...
Craig Topper
2012-07-29
Fix load types on intrinsic forms of SS2SD and SD2SS AVX/SSE convert instruct...
Craig Topper
2012-07-29
Move more SSE/AVX convert instruction patterns into their definitions.
Craig Topper
2012-07-29
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-28
Fold patterns for some of the SSE/AVX convert instructions into their instruc...
Craig Topper
2012-07-28
Mark some of the SSE/AVX convert instructions as mayLoad/neverHasSideEffects.
Craig Topper
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-28
Make CVTSS2SI instruction definition consistent with CVTSD2SI.
Craig Topper
2012-07-28
Fix up memory load types for SSE scalar convert intrinsic patterns.
Craig Topper
2012-07-28
X86 Peephole: fix PR13475 in optimizeCompare.
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
Typos.
Chad Rosier
2012-07-27
Teach CodeGenPrep to look past bitcast when it's duplicating return instruction
Evan Cheng
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
Fixing problems with X86_64_32 relocations and making the assertions more rea...
Andrew Kaylor
2012-07-27
Add <imp-def> of super-register when lowering SUBREG_TO_REG.
Jakob Stoklund Olesen
2012-07-27
Test commit, clean up comment
Andrew Kaylor
2012-07-27
fix PR13390: do not loop forever with self-referencing self instructions
Nuno Lopes
2012-07-27
fix infinite loop in instcombine in the presence of a (malformed) self-refere...
Nuno Lopes
2012-07-27
Test commit, clean up comment
Andrew Kaylor
2012-07-27
Give MCRegisterInfo an implementation file.
Jakob Stoklund Olesen
2012-07-26
Pass the correct call frame size to callseq_start node. This is needed to
Akira Hatanaka
2012-07-26
Simplify demanded bits of select sources where the condition is a constant ve...
Pete Cooper
2012-07-26
Remove the X86 sub_ss and sub_sd sub-register indexes completely.
Jakob Stoklund Olesen
2012-07-26
Remove the last mentions of sub_ss and sub_sd from patterns.
Jakob Stoklund Olesen
2012-07-26
Eliminate sub_ss, sub_sd from broadcast patterns.
Jakob Stoklund Olesen
2012-07-26
Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...
Pete Cooper
2012-07-26
Eliminate more sub_ss / sub_sd patterns.
Jakob Stoklund Olesen
2012-07-26
Eliminate some SUBREG_TO_REG patterns with sub_ss and sub_sd.
Jakob Stoklund Olesen
2012-07-26
Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.
Jakob Stoklund Olesen
[prev]
[next]