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-24
Be stricter in enforcing IT instruction predicate values, so that we don't en...
Owen Anderson
2011-08-24
Port over more encoding tests to decoding tests.
Owen Anderson
2011-08-24
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-24
Add Uses=[SP] to call instructions. This fixes a miscompilation with a
Richard Osborne
2011-08-24
Break 256-bit vector int add/sub/mul into two 128-bit operations to avoid cos...
Craig Topper
2011-08-24
Add the sentinal "no handle" value to the ResumeInst.
Bill Wendling
2011-08-23
Don't replace *all* uses with the new stuff.
Bill Wendling
2011-08-23
Look at the end of the entry block for an invoke.
Bill Wendling
2011-08-23
Fix a nasty bug where a v4i64 was being wrong emitted with 32-bit
Bruno Cardoso Lopes
2011-08-23
A landingpad instruction is neither folded nor dead.
Bill Wendling
2011-08-23
Move ARM frame-unwinding EHABI handling a touch earlier.
Jim Grosbach
2011-08-23
[SU]XT[BH] are only available on ARMv6 and up.
Jim Grosbach
2011-08-23
Add some useful accessors to c++ api that appear to be missing from the c api
Nate Begeman
2011-08-23
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
Revert "Address Duncan's CR request:"
Eric Christopher
2011-08-23
Thumb parsing and encoding for WFE, WFI and YIELD.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for UXTB and UXTH.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for TST.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for SXTB and SXTH.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for SVC.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for SUB.
Jim Grosbach
2011-08-23
Fix 80 col violations.
Evan Cheng
2011-08-23
PerformSubCombine to work on integers larger than i128. Fixes a crasher.
Nick Lewycky
2011-08-23
Thumb parsing and encoding for STRH.
Jim Grosbach
2011-08-23
Thread safety: Adding in an option for variadic expr* array of arguments
Caitlin Sadowski
2011-08-23
Thumb parsing and encoding for STRB.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for tSTRspi.
Jim Grosbach
2011-08-23
Thumb parsing and encoding for STR.
Jim Grosbach
2011-08-23
Fix an example in the documentation.
Rafael Espindola
2011-08-23
Thumb parsing and encoding for STM.
Jim Grosbach
2011-08-23
Factor low reg checking into a helper function.
Jim Grosbach
2011-08-23
Fix a typo in the test from the previous commit.
Nadav Rotem
2011-08-23
Fix decoding of Thumb2 prefetch instructions, which account for all the remai...
Owen Anderson
2011-08-23
Address Duncan's CR request:
Nadav Rotem
2011-08-23
Fix Thumb2 decoding of CPS instructions to mirror ARM decoding of the same in...
Owen Anderson
2011-08-23
Clean up Thumb load/store multiple definitions.
Jim Grosbach
2011-08-23
Fix two more instances of mis-matched operand names breaking disassembly. Fo...
Owen Anderson
2011-08-23
Port more assemble tests over to disassembly tests.
Owen Anderson
2011-08-23
This patch adds support of le32 pseudo-cpu that stands for generic
Ivan Krasin
2011-08-23
Fix fpimmm->fpimm typo.
Eric Christopher
2011-08-23
Update config.sub, config.guess and configure.
Ivan Krasin
2011-08-23
Add support for breaking 256-bit v16i16 and v32i8 VSETCC into two 128-bit one...
Craig Topper
2011-08-23
lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enoug...
NAKAMURA Takumi
2011-08-23
Introduce a pass to insert vzeroupper instructions to avoid AVX to
Bruno Cardoso Lopes
2011-08-22
Thumb parsing and encoding for SETEND.
Jim Grosbach
2011-08-22
Thumb parsing and encoding for SBC.
Jim Grosbach
2011-08-22
Thumb parsing and encoding for RSB.
Jim Grosbach
2011-08-22
Reject invalid imod values in t2CPS instructions.
Owen Anderson
2011-08-22
Add an MCInstrAnalysis version of isCall.
Benjamin Kramer
2011-08-22
Thumb parsing and encoding for ROR.
Jim Grosbach
[prev]
[next]