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
2013-05-06
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
[SystemZ] Add MC test cases
Ulrich Weigand
2013-05-06
[SystemZ] Add DebugInfo test cases
Ulrich Weigand
2013-05-06
[SystemZ] Add CodeGen test cases
Ulrich Weigand
2013-05-06
Free the exception object. Should fix the vg bots.
Rafael Espindola
2013-05-06
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-06
Add a testcase that checks that we generate functions with frame
Bill Wendling
2013-05-06
XFAIL for cygwin.
Rafael Espindola
2013-05-06
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-05
This should also fail on ARM.
Rafael Espindola
2013-05-05
Fix XFAIL line.
Rafael Espindola
2013-05-05
XFAIL this on ppc64.
Rafael Espindola
2013-05-05
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
Test case for r181160 and r181161. rdar://13782395
Evan Cheng
2013-05-05
[XCore] Add LDAPB instructions.
Richard Osborne
2013-05-05
[XCore] Add BLRB instructions.
Richard Osborne
2013-05-05
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
Remove a recently redundant transform from X86ISelLowering.
David Majnemer
2013-05-05
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-04
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-05-04
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-03
Revert r181009.
Amara Emerson
2013-05-03
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-05-03
Delete test instead.
Amara Emerson
2013-05-03
Temporarily disable failing test.
Amara Emerson
2013-05-03
[PowerPC] Parse platform-specifc variant kinds in AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Add some Book II instructions to AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Support extended mnemonics in AsmParser
Ulrich Weigand
2013-05-03
[PowerPC] Add assembler parser
Ulrich Weigand
2013-05-03
[mips] Split the DSP control register and define one register for each field of
Akira Hatanaka
2013-05-03
LoopVectorizer: Add support for if-conversion of PHINodes with 3+ incoming va...
Nadav Rotem
2013-05-03
R600: Expand vector or, shl, srl, and xor nodes
Tom Stellard
2013-05-03
R600: Add pattern for SHA-256 Ma function
Tom Stellard
2013-05-03
RegionInfo: Do not crash if unreachable block is found
Tobias Grosser
2013-05-03
Add support for reading ARM ELF build attributes.
Amara Emerson
2013-05-02
[mips] Handle reading, writing or copying of ccond field of DSP control
Akira Hatanaka
2013-05-02
R600: Signed literals are 64bits wide
Vincent Lejeune
2013-05-02
R600: If previous bundle is dot4, PV valid chan is always X
Vincent Lejeune
2013-05-02
R600: Add a test to check that use_kill is emitted
Vincent Lejeune
2013-05-02
R600: Prettier asmPrint of Alu
Vincent Lejeune
2013-05-02
Hexagon - Add peephole optimizations for zero extends.
Pranav Bhandarkar
2013-05-02
TBAA: remove !tbaa from testing cases if not used.
Manman Ren
2013-05-02
Rewrite X86 codegen regression test with FileCheck
Michael Liao
[next]