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-09-15
Reapply r139759. Disable IV rewriting by default. See PR10916.
Andrew Trick
2011-09-15
Thumb2 assembly parsing and encoding for SADD16/SADD8.
Jim Grosbach
2011-09-15
Thumb2 assembly parsing and encoding for RSB.
Jim Grosbach
2011-09-15
DWARF: Put all the pieces we have together and provide a single accessor to D...
Benjamin Kramer
2011-09-15
DWARF: Remove accessors that parse the whole line table section in one go, th...
Benjamin Kramer
2011-09-15
Thumb2 assembly parsing and encoding for RRX.
Jim Grosbach
2011-09-15
Thumb2 assembly parsing and encoding for ROR.
Jim Grosbach
2011-09-15
Thumb2 assembly parsing and encoding for REV16/REVSH.
Jim Grosbach
2011-09-15
The the MC disassembler C API to print in verbose mode. Perhaps there should...
Owen Anderson
2011-09-15
Add support for stored annotations to MCInst, and provide facilities for MC-b...
Owen Anderson
2011-09-15
VirtRegMap is counting spill slots, not register spills.
Jakob Stoklund Olesen
2011-09-15
Change all checks regarding the presence of any SSE level to always
Bruno Cardoso Lopes
2011-09-15
Enable SSEDomainFix pass for AVX mode.
Bruno Cardoso Lopes
2011-09-15
Count correctly when a COPY turns into a spill or reload.
Jakob Stoklund Olesen
2011-09-15
Thumb2 assembly parsing and encoding for REV.
Jim Grosbach
2011-09-15
Thumb2 assembly parsing and encoding for RBIT.
Jim Grosbach
2011-09-15
Thumb2 assembly parsing and encoding for signed saturating arithmetic insns.
Jim Grosbach
2011-09-15
DWARF: Print line tables per compile unit, so they get the right address size.
Benjamin Kramer
2011-09-15
Assmebler symbol attribute directives don't work on temporary symbols.
Jim Grosbach
2011-09-15
Count inserted spills and reloads more accurately.
Jakob Stoklund Olesen
2011-09-15
DWARF: wire up .debug_str dumping.
Benjamin Kramer
2011-09-15
Handle missing newline at EOF more gracefully in MC AsmLexer.
Jim Grosbach
2011-09-15
Trace through sibling PHIs in bulk.
Jakob Stoklund Olesen
2011-09-15
ARM support the pre-UAL mnemonic 'qsubaddx' for 'qsax.'
Jim Grosbach
2011-09-15
Re-order test.
Jim Grosbach
2011-09-15
Thumb2 push/pop mnemonic recognition.
Jim Grosbach
2011-09-15
Use getPrevSlot() instead of getPrevIndex().
Jakob Stoklund Olesen
2011-09-15
Speed up LiveIntervals::shrinkToUse with some caching.
Jakob Stoklund Olesen
2011-09-15
Revert r139782, "RemoveCopyByCommutingDef doesn't need hasPHIKill()."
Jakob Stoklund Olesen
2011-09-15
DWARF: Make DIE printing more bulletproof.
Benjamin Kramer
2011-09-15
Despite what the GCC wiki says, a quick search shows that
Nick Lewycky
2011-09-15
Add some more DWARF extensions from:
Nick Lewycky
2011-09-15
Stop verifying hasPHIKill() flags.
Jakob Stoklund Olesen
2011-09-15
RemoveCopyByCommutingDef doesn't need hasPHIKill().
Jakob Stoklund Olesen
2011-09-15
It is safe to remat a value killed by phis.
Jakob Stoklund Olesen
2011-09-15
Leave hasPHIKill flags alone in LiveInterval::RenumberValues.
Jakob Stoklund Olesen
2011-09-15
Update Dwarf enums list for DWARF 4.
Nick Lewycky
2011-09-15
DWARF: Print the number for unknown abbrev fields.
Benjamin Kramer
2011-09-15
DWARF: Fail gracefully when encountering unknown values in an abbrev.
Benjamin Kramer
2011-09-15
Give structs with virtual methods a virtual destructor.
Nick Lewycky
2011-09-15
DWARF: Silence GCC -Wsign-compare warning.
Benjamin Kramer
2011-09-15
DWARF: Fix indentation.
Benjamin Kramer
2011-09-15
DWARF: Include <algorithm> explicitly.
Benjamin Kramer
2011-09-15
DWARF: Add basic support for line tables.
Benjamin Kramer
2011-09-15
Make demanded-elt simplification for shufflevector slightly stronger. Spotte...
Eli Friedman
2011-09-15
[regcoalescing] bug fix for RegistersDefinedFromSameValue.
Andrew Trick
2011-09-14
Fix the code creating VZEXT_LOAD so that it creates the right memoperand. Is...
Eli Friedman
2011-09-14
Thumb2 assembly parsing and encoding for PLI.
Jim Grosbach
2011-09-14
Thumb2 assembly parsing and encoding for PLD.
Jim Grosbach
2011-09-14
Update the comment for system_temp_directory() to indicate when it
Douglas Gregor
[next]