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-10-06
s/tblgen/llvm-tblgen/g in a few missed places, including the tests
Peter Collingbourne
2011-10-06
ocaml bindings: add llvm_ipo based on IPO.h
Torok Edwin
2011-10-06
add more tests for the OCaml bindings
Torok Edwin
2011-10-06
Fix assembling of xchg %eax, %eax to not use the NOP encoding of 0x90. This w...
Craig Topper
2011-10-05
Remove a check from ARM shifted operand isel helper methods, which were blocking
Cameron Zwarich
2011-10-05
Update Test for Multidefs
David Greene
2011-10-05
Add a Multidef Test
David Greene
2011-10-05
PR11061: Make simplifylibcalls fold strcmp("", x) correctly.
Eli Friedman
2011-10-05
Revert 141203. InstCombine is looping on unit tests.
Jim Grosbach
2011-10-05
Check for the returns_twice attribute in callsFunctionThatReturnsTwice. This
Rafael Espindola
2011-10-05
Update InstCombine worklist after instruction transform is complete.
Jim Grosbach
2011-10-05
Make this test less sensitive to codegen optimizations.
Dan Gohman
2011-10-05
Support a valid, but not very useful, encoding of CPSIE where none of the AIF...
Owen Anderson
2011-10-05
GVN does simple propagation of conditions: when it sees a conditional
Duncan Sands
2011-10-05
Generalize GVN's conditional propagation logic slightly:
Duncan Sands
2011-10-05
Missing test case for r141164.
Andrew Trick
2011-10-04
Teach the MC to output code/data region marker labels in MachO and ELF modes....
Owen Anderson
2011-10-04
Tidy up formatting.
Jim Grosbach
2011-10-04
Un-XFAIL file. Comment out individual failing instructions.
Jim Grosbach
2011-10-04
Tidy up formatting.
Jim Grosbach
2011-10-04
Un-XFAIL file. Fix incorrect CHECK lines. General format cleanup.
Jim Grosbach
2011-10-04
Un-XFAIL file. Fix incorrect CHECK line. General format cleanup.
Jim Grosbach
2011-10-04
Tidy up formatting.
Jim Grosbach
2011-10-04
Un-XFAIL file. Fix incorrect CHECK line.
Jim Grosbach
2011-10-04
Un-XFAIL the file. Disable only the individual tests that aren't working yet.
Jim Grosbach
2011-10-04
Test Operand Arguments
David Greene
2011-10-04
Un-XFAIL the file. Disable only the individual tests that aren't working yet.
Jim Grosbach
2011-10-04
Tidy up. Formatting.
Jim Grosbach
2011-10-04
Fix PR9833/PR11054 (patch provided by Patrik Hägglund)
David Dean
2011-10-04
Add support in the disassembler for ignoring the L-bit on certain VEX instruc...
Craig Topper
2011-10-04
LSR should avoid redundant edge splitting.
Andrew Trick
2011-10-04
Unit test for r140919, loop unroll heuristics.
Andrew Trick
2011-10-03
Tidy up. These tests are covered in the .s file tests now.
Jim Grosbach
2011-10-03
ARM assembly parsing and encoding for VMOV immediate.
Jim Grosbach
2011-10-03
ARM parsing/encoding for VCMP/VCMPE.
Jim Grosbach
2011-10-03
Move CHECK after entry label.
Akira Hatanaka
2011-10-03
Add support for 64-bit logical NOR.
Akira Hatanaka
2011-10-03
Add support for 64-bit count leading ones and zeros instructions.
Akira Hatanaka
2011-10-03
ARM assembly parsing and encoding for VMRS/FMSTAT.
Jim Grosbach
2011-10-03
Add support for 64-bit divide instructions.
Akira Hatanaka
2011-10-03
Update test for 141010.
Jim Grosbach
2011-10-03
Add support for 64-bit integer multiply instructions.
Akira Hatanaka
2011-10-03
Tidy up a bit. Formatting.
Jim Grosbach
2011-10-03
Add support for MOVBE and RDRAND instructions for the assembler and disassemb...
Craig Topper
2011-10-03
Add the returns_twice attribute to LLVM.
Rafael Espindola
2011-10-03
Treat VEX.vvvv as a 3-bit field outside of 64-bit mode. Prevents access to re...
Craig Topper
2011-10-03
Test updates that were supposed to go with r140993.
Craig Topper
2011-10-03
Reapply r140979 with fix! We never did get a testcase, but careful review of the
Nick Lewycky
2011-10-03
attempt to fix ocaml bindings: landing pads
Torok Edwin
2011-10-03
Revert r140979 due to reports of bootstrap failure.
Nick Lewycky
[next]