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
Dan Gohman
c7cda7f467
Remove this test, which should have been reverted along with r131781.
...
llvm-svn: 132628
2011-06-04 06:21:23 +00:00
..
Analysis
Remove this test, which should have been reverted along with r131781.
2011-06-04 06:21:23 +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
Reapply 132424 with fixes. This fixes PR10068.
2011-06-03 23:53:54 +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
Testcase for llvm-gcc commit r132591.
2011-06-03 20:56:31 +00:00
FrontendC++
Remove testcase. It's problematic for the buildbots.
2011-06-03 20:43: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
Teach TableGen to evaluate DAG expressions as set operations.
2011-06-04 04:11:37 +00:00
Transforms
Bail on unswitching a switch statement for a case with a critical edge. We name
2011-06-03 06:27:15 +00:00
Unit
…
Verifier
…
CMakeLists.txt
…
lit.cfg
…
lit.site.cfg.in
…
Makefile
…
Makefile.tests
…
site.exp.in
…
TestRunner.sh
…