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
2010-06-15
IfConversion's AnalyzeBlocks method always returns false; clean it up.
Bob Wilson
2010-06-15
fix naming
Jim Grosbach
2010-06-15
Fix an exotic bug that only showed up in an internal test case.
Jakob Stoklund Olesen
2010-06-15
Fix a comment typo.
Bob Wilson
2010-06-15
Add some missing checks for the case where the extract_subregs are
Bob Wilson
2010-06-15
Avoid processing early clobbers twice in RegAllocFast.
Jakob Stoklund Olesen
2010-06-15
Add CoalescerPair helper class.
Jakob Stoklund Olesen
2010-06-15
Generalize the pre-coalescing of extract_subregs feeding reg_sequences,
Bob Wilson
2010-06-15
Update CMake build.
Ted Kremenek
2010-06-14
More dbg_value cleanup so the presence of debug info doesn't affect code-gen.
Jim Grosbach
2010-06-14
- Do away with SimpleHazardRecognizer.h. It's not used and offers little value.
Evan Cheng
2010-06-14
Avoid uncessary array copying.
Evan Cheng
2010-06-14
fix a -Wbool-conversions warning from clang.
Chris Lattner
2010-06-12
When performing the Horrible Hack(tm-Duncan) on the EH code to convert a
Bill Wendling
2010-06-12
Allow target to provide its own hazard recognizer to post-ra scheduler.
Evan Cheng
2010-06-12
Code formatting.
Evan Cheng
2010-06-11
Support for nested functions/classes in debug output. (Again.) Radar 7424645.
Stuart Hastings
2010-06-10
Code refactoring, no functionality changes.
Evan Cheng
2010-06-09
Mark physregs defined by inline asm as implicit.
Jakob Stoklund Olesen
2010-06-09
Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...
Evan Cheng
2010-06-09
It's an error to translate this:
Bill Wendling
2010-06-09
Add argument name comments.
Jakob Stoklund Olesen
2010-06-07
Fix a mistake in my previous change r105437: don't access operand 2 and assume
Bob Wilson
2010-06-07
Add some basic debug output.
Dan Gohman
2010-06-07
Cleanup. Process the dbg_values separately
Jim Grosbach
2010-06-07
Move exit check where it really belongs.
Jim Grosbach
2010-06-05
Revert 105492 & 105493 due to a testcase regression. Radar 7424645.
Stuart Hastings
2010-06-05
Fix some liveout handling related to tail calls, see comments.
Dale Johannesen
2010-06-04
Re-apply 105308 with fix.
Evan Cheng
2010-06-04
Make if-conversion ignore dbg_value instructions in its analysis. rdar://7797940
Jim Grosbach
2010-06-04
Support for nested functions/classes in debug output. Radar 7424645.
Stuart Hastings
2010-06-04
Skip dbg_value instructions when scanning instructions in register scavenging.
Jim Grosbach
2010-06-04
Keep track of the call instructions whose clobber lists were skipped during fast
Jakob Stoklund Olesen
2010-06-04
Fixed a bug during widening where we would avoid legalizing a node. When we
Mon P Wang
2010-06-03
Add some missing checks in TwoAddressInstructionPass::CoalesceExtSubRegs.
Bob Wilson
2010-06-03
Cleanup 80-column and trim trailing whitespace
Jim Grosbach
2010-06-03
Fix SimplifyDemandedBits' AssertZext logic to demand all the bits. It
Dan Gohman
2010-06-03
Revert 105308.
Bob Wilson
2010-06-03
Machine sink could potentially sink instructions into a block where the physical
Bill Wendling
2010-06-03
One underscore, not two.
Eric Christopher
2010-06-03
Implement expansion in type legalization for add/sub with overflow. The
Eli Friedman
2010-06-03
Use the fast register allocator by default for -O0 builds.
Jakob Stoklund Olesen
2010-06-03
Use readsWritesVirtualRegister instead of counting uses and defs when inserting
Jakob Stoklund Olesen
2010-06-02
Add full register <imp-def> operands when the coalescer is creating partial
Jakob Stoklund Olesen
2010-06-02
Compulsive reformating. No functionalitical changes.
Bill Wendling
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-02
Remove the TargetRegisterClass member from CalleeSavedInfo
Rafael Espindola
2010-06-02
Skip identical instruction while calculating DBG_VALUE range.
Devang Patel
2010-06-02
Rename canCombinedSubRegIndex method to something more grammatically correct
Bob Wilson
2010-06-02
Use local small vector.
Devang Patel
[prev]
[next]