This website requires JavaScript.
Explore
Help
Register
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2025-01-31 17:32:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
History
Rafael Espindola
2eab5458f6
Add test for PR10068.
...
llvm-svn: 132482
2011-06-02 20:02:48 +00:00
..
Analysis
Make DecomposeGEPExpression check SimplifyInstruction only
2011-05-24 18:24:08 +00:00
Archive
Many LLVM tests relies on standard output stream be in the binary mode. Which is not always the case (on Windows in particular). The patch adds a test to verify that the standard output stream is actually in the binary mode.
2011-05-05 18:40:27 +00:00
Assembler
Tighten up checking of the validity of casts. (1) The IR parser would
2011-05-18 09:21:57 +00:00
Bindings
/Ocaml
…
Bitcode
Add missing newlines.
2011-05-28 01:35:58 +00:00
BugPoint
…
CodeGen
Add test for PR10068.
2011-06-02 20:02:48 +00:00
DebugInfo
Fix a regression I recently introduced by removing DwarfRegNum of
2011-05-27 22:15:01 +00:00
ExecutionEngine
Reverted r132135 per Xerxes request. These tests are passing for his setup. Requires more research.
2011-05-31 21:50:33 +00:00
Feature
…
FrontendAda
…
FrontendC
Add a testcase, enabled only on arm, for llvm-gcc r132366.
2011-06-01 18:23:56 +00:00
FrontendC++
Pass -disable-cfi to llc.
2011-05-06 18:01:58 +00:00
FrontendFortran
…
FrontendObjC
Pass -disable-cfi to llc.
2011-05-06 18:01:58 +00:00
FrontendObjC++
…
Integer
…
lib
…
Linker
…
LLVMC
…
MC
Fix ssat and ssat16 encodings for ARM and Thumb. The bit position value
2011-05-31 03:33:27 +00:00
Object
…
Other
Move platform-dependent test to appropriate directory.
2011-05-13 19:45:05 +00:00
Scripts
…
TableGen
…
Transforms
When marking a block as being unanalyzable, use "Clobber" on the terminator instead of the first instruction in the block. This is a bit of a hack; "Clobber" isn't really the right marking in the first place. memdep doesn't really have any way of properly expressing "unanalyzable" at the moment. Using it on the terminator is much less ambiguous than using it on an arbitrary instruction, though.
2011-06-02 00:08:52 +00:00
Unit
…
Verifier
…
CMakeLists.txt
…
lit.cfg
…
lit.site.cfg.in
…
Makefile
…
Makefile.tests
…
site.exp.in
…
TestRunner.sh
…