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
/
test
Age
Commit message (
Expand
)
Author
2011-11-01
Merging r143194:
Bill Wendling
2011-11-01
Fixed in r143195. Still it is not "TARGETS" neutral.
Bill Wendling
2011-11-01
Merging r143437:
Bill Wendling
2011-10-29
Merging r143247:
Bill Wendling
2011-10-24
Merging r142869:
Bill Wendling
2011-10-24
Merging r142806:
Bill Wendling
2011-10-19
Merging r142550:
Bill Wendling
2011-10-19
Merging r142493:
Bill Wendling
2011-10-19
Merging r142492:
Bill Wendling
2011-10-19
Merging r142491:
Bill Wendling
2011-10-19
Merging r142168:
Bill Wendling
2011-10-19
Merging r142537:
Bill Wendling
2011-10-16
------------------------------------------------------------------------
Bill Wendling
2011-10-14
Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...
Eli Friedman
2011-10-14
Update test for disabling of code/data marker labels in ELF.
Owen Anderson
2011-10-14
OCaml bindings: add some missing functions and testcases.
Torok Edwin
2011-10-14
OCaml bindings: fix infinite recursion on string_of_lltype
Torok Edwin
2011-10-14
Update live-in lists when splitting critical edges.
Jakob Stoklund Olesen
2011-10-14
Add X86 ANDN instruction. Including instruction selection.
Craig Topper
2011-10-14
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-14
Add value numbers when spilling dead defs.
Jakob Stoklund Olesen
2011-10-13
ELF: Fix the section that relocations apply to. Add test to verify. Patch by ...
Michael J. Spencer
2011-10-13
llvm-object: Add inline relocation information to disassembly.
Michael J. Spencer
2011-10-13
Reapply r141870, SCEV expansion of post-inc.
Andrew Trick
2011-10-13
Revert r141870. The test case crashes on linux with data corruption. A deeper...
Andrew Trick
2011-10-13
LSR: Reuse the post-inc expansion of expressions.
Andrew Trick
2011-10-13
Force CPU type on test so it doesn't accidentally emit movbe instead of bswap...
Benjamin Kramer
2011-10-13
Mark 'branch indirect' instruction as an indirect branch.
Kalle Raiskila
2011-10-13
More closely follow libgcc, which has code after the `ret' instruction to
Bill Wendling
2011-10-13
Revert r141854 because it was causing failures:
Bill Wendling
2011-10-13
Should not add instructions to a BB after a return instruction. The machine i...
Bill Wendling
2011-10-13
Add X86 TZCNT instruction and patterns to select it. Also added core-avx2 pro...
Craig Topper
2011-10-12
Also inflate register classes around inline asm.
Jakob Stoklund Olesen
2011-10-12
We need to verify that the machine instruction we're using as a replacement for
Bill Wendling
2011-10-12
Removed colons from some target datalayout strings in test, since they don't ...
Lang Hames
2011-10-12
Finish supporting cpp #file/line comments in assembler for error messages. So
Kevin Enderby
2011-10-12
Thumb2 assembly parsing and encoding for LDC/STC.
Jim Grosbach
2011-10-12
ARM encoding tests for STC.
Jim Grosbach
2011-10-12
ARM parsing and encoding for the <option> form of LDC/STC instructions.
Jim Grosbach
2011-10-12
Fix -widen-vmovs liveness issues.
Jakob Stoklund Olesen
2011-10-11
Make this test more specific. There are 3 stats that matched "machine-licm".
Bob Wilson
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
2011-10-11
ARM assembly parsing and encoding for LDC{2}{L}/STC{2}{L} instructions.
Jim Grosbach
2011-10-11
Revert r141529. This is causing failures in the test-suite, like bigstack and...
Bill Wendling
2011-10-11
Fix PR11106 by correcting a typo that has been in the code for over a year. This
Cameron Zwarich
2011-10-11
Update test for r141704.
Jim Grosbach
2011-10-11
Add dominance check for the instruction being hoisted.
Devang Patel
2011-10-11
Add support for legalization of vector SHL/SRA/SRL instructions
Nadav Rotem
2011-10-11
Apparently, sometimes llvm-nm doesn't put the undefined symbol at the top. Take
Nick Lewycky
2011-10-11
Test case for X86 LZCNT instruction selection.
Craig Topper
[next]