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
2010-11-19
ARM LDRD binary encoding.
Jim Grosbach
2010-11-19
Remove hard tabs.
Jim Grosbach
2010-11-19
Remove trailing whitespace.
Jim Grosbach
2010-11-19
Avoid release build warnings.
Benjamin Kramer
2010-11-19
Fix decoding ambiguities of stdrex and ldrex.
Owen Anderson
2010-11-19
Silence warning about an uninitialized variable.
Benjamin Kramer
2010-11-19
Remove threading of Xor over selects and phis, with an explanation
Duncan Sands
2010-11-19
Simplify, no functionality change.
Duncan Sands
2010-11-19
Add a MCLineSectionOrder vector so that we produce the line tables in a
Rafael Espindola
2010-11-19
These instructions are thumb2 only.
Evan Cheng
2010-11-19
Fix an obvious oversight.
Evan Cheng
2010-11-19
Don't attempt trivial coalescing for sub-register copies.
Jakob Stoklund Olesen
2010-11-19
Work around GCC 4.0 build error:
Jakob Stoklund Olesen
2010-11-19
Add an assert.
Rafael Espindola
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb when
Rafael Espindola
2010-11-19
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITT...
NAKAMURA Takumi
2010-11-19
unittests/CMakeLists.txt: Suppress building ValueMapTest on MSVC older than 1...
NAKAMURA Takumi
2010-11-19
lit.GoogleTest: On case-insensitive filesystem, matching should be case-insen...
NAKAMURA Takumi
2010-11-19
CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files ar...
NAKAMURA Takumi
2010-11-19
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-19
Add MC encodings for some Thumb instructions. Test for a few of them. The "bx
Bill Wendling
2010-11-19
Revert "Add ADT/IntervalMap.", GCC doesn't like it.
Jakob Stoklund Olesen
2010-11-19
Add ADT/IntervalMap.
Jakob Stoklund Olesen
2010-11-19
Aligned and unaligned copies of the same string
Dale Johannesen
2010-11-19
Use array_pod_sort because the list is contiguous.
Bill Wendling
2010-11-19
Provide Thumb2 encodings for strex and ldrex.
Owen Anderson
2010-11-19
Minor cleanups to a few llvm_unreachable() calls.
Jim Grosbach
2010-11-19
An 'unreachable' shouldn't have a '0 &&' prefix.
Bill Wendling
2010-11-18
Add support for parsing the writeback ("!") token.
Bill Wendling
2010-11-18
Fix .o emission of ARM movt/movw. MCSymbolRefExpr::VK_ARM_(HI||LO)16 for the ...
Jason W Kim
2010-11-18
Give the exclamation point a name instead of a number.
Bill Wendling
2010-11-18
More tests.
Owen Anderson
2010-11-18
Fix encodings for pkhbt, and fix some tests where I accidentally tested ARM m...
Owen Anderson
2010-11-18
Move getInitialFrameState() to TargetFrameInfo
Anton Korobeynikov
2010-11-18
ARM Encoding information for UXTAH and friends.
Jim Grosbach
2010-11-18
Fix bug in DAGCombiner for ARM that was trying to do a ShiftCombine on illega...
Tanya Lattner
2010-11-18
Don't allocate the SmallVector of Registers. It gets messy figuring out who
Bill Wendling
2010-11-18
Provide Thumb2 encodings for mov's that come from MOVCC SDNodes.
Owen Anderson
2010-11-18
Add ARM encoding information for LDRH post-increment.
Jim Grosbach
2010-11-18
Change the 'x' type modifier for Neon intrinsics to force a signed integer.
Bob Wilson
2010-11-18
Move hasFP() and few related hooks to TargetFrameInfo.
Anton Korobeynikov
2010-11-18
Fix thinko: we must turn select(anyext, sext) into sext(select)
Duncan Sands
2010-11-18
Split up ARM LowerShift function.
Bob Wilson
2010-11-18
More Thumb2 encodings.
Owen Anderson
2010-11-18
Fill out the set of Thumb2 multiplication operator encodings.
Owen Anderson
2010-11-18
The DAGCombiner was threading select over pairs of extending loads even
Duncan Sands
2010-11-18
Factor code for testing whether replacing one value with another
Duncan Sands
2010-11-18
Missed the _RET versions of LDMIA.
Bill Wendling
2010-11-18
Rewrite stack callee saved spills and restores to use push/pop instructions.
Eric Christopher
[prev]
[next]