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
Age
Commit message (
Expand
)
Author
2011-08-09
Provide method to print variable's extended name which includes inline location.
Devang Patel
2011-08-09
Rename member variables to follow coding standards.
Jakob Stoklund Olesen
2011-08-09
Add missing attributes to the C++ backend's output.
Bill Wendling
2011-08-09
Make LowerVSETCC aware of AVX types and add patterns to match them.
Bruno Cardoso Lopes
2011-08-09
Move the RegisterCoalescer private to its implementation file.
Jakob Stoklund Olesen
2011-08-09
Tidy up these testcases to look more like real code does.
Dan Gohman
2011-08-09
Refer to the RegisterCoalescer pass by ID.
Jakob Stoklund Olesen
2011-08-08
ARM parsing and encoding for LDRBT instruction.
Jim Grosbach
2011-08-08
Thumb1 BL instructions encoding 22 bits of displacement, not 21.
Owen Anderson
2011-08-08
Indicate that there are changes if runOfFunction returns saying that there are.
Bill Wendling
2011-08-08
ARM parsing and encoding for LDRB instruction.
Jim Grosbach
2011-08-08
Add FIXME.
Jim Grosbach
2011-08-08
Implement isLoadFromStackSlotPostFE and isStoreToStackSlotPostFE for ARM.
Jakob Stoklund Olesen
2011-08-08
Add support for several vector shifts operations while in AVX mode. Fix PR10581
Bruno Cardoso Lopes
2011-08-08
ARM load/store label parsing.
Jim Grosbach
2011-08-08
Hoist hasLoadFromStackSlot and hasStoreToStackSlot.
Jakob Stoklund Olesen
2011-08-08
Fix encodings for Thumb ASR and LSR immediate operands. They encode the rang...
Owen Anderson
2011-08-08
Fix up the patterns for SXTB, SXTH, UXTB, and UXTH so that they are correctly...
Eli Friedman
2011-08-08
Pacify virtual dtor warnings and cmake buildbots.
Benjamin Kramer
2011-08-08
Add MCInstrAnalysis class. This allows the targets to specify own versions of...
Benjamin Kramer
2011-08-08
llvm-objdump: disassembly enhancements
Benjamin Kramer
2011-08-08
llvm-objdump: Use help of CFG to print assembly when --cfg is passed.
Benjamin Kramer
2011-08-08
Simplify by creating parent first.
Devang Patel
2011-08-08
Don't clobber pending ST regs when FP regs are killed.
Jakob Stoklund Olesen
2011-08-08
Clean up the grammar for the landingpad instruction.
Bill Wendling
2011-08-08
Remove unnecessary space.
Bill Wendling
2011-08-08
Fix typo found by John.
Bill Wendling
2011-08-07
strengthen up an assertion: you can't create a constant struct
Chris Lattner
2011-08-06
Fix typo. Thanks, Andy!
Jakob Stoklund Olesen
2011-08-06
Made SCEV's UDiv expressions more canonical. When dividing a
Andrew Trick
2011-08-05
Reject RS_Spill ranges from local splitting as well.
Jakob Stoklund Olesen
2011-08-05
Only mark remainder intervals as RS_Spill after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
Remember to update LiveDebugVariables after per-block splitting.
Jakob Stoklund Olesen
2011-08-05
Extract per-block splitting into its own method.
Jakob Stoklund Olesen
2011-08-05
Delete getMultiUseBlocks and splitSingleBlocks.
Jakob Stoklund Olesen
2011-08-05
Also use shouldSplitSingleBlock() in the fallback splitting mode.
Jakob Stoklund Olesen
2011-08-05
Split around single instructions to enable register class inflation.
Jakob Stoklund Olesen
2011-08-05
ARM load instruction shifted register index operands.
Jim Grosbach
2011-08-05
ARM indexed load assembly parsing and encoding.
Jim Grosbach
2011-08-05
Detect proper register sub-classes.
Jakob Stoklund Olesen
2011-08-05
ARM refactor indexed store instructions.
Jim Grosbach
2011-08-05
Add ARM LDR parsing tests.
Jim Grosbach
2011-08-05
Fix liveness computations in BranchFolding.
Jakob Stoklund Olesen
2011-08-05
ARM simplify the postidx_reg operand encoding.
Jim Grosbach
2011-08-05
ARM use a dedicated printer for postidx_reg operands.
Jim Grosbach
2011-08-05
Add missing register constraint for some VLD3/VLD4 pseudo instructions.
Bob Wilson
2011-08-05
Silence unused variable warnings in release builds.
Chandler Carruth
2011-08-05
Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...
Jason W Kim
2011-08-05
Temporarily revert r135528 which distinguishes between two copies of one
Chandler Carruth
2011-08-04
Fix broken encodings for the Thumb2 LDRD/STRD instructions.
Owen Anderson
[next]