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-20 10:42:36 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
History
Pete Cooper
22f2513465
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly being applied to all accesses to an alloca, not just the ones which read from the GEP. Thanks to Evan for reducing the test. rdar://11861001
...
llvm-svn: 161654
2012-08-10 03:26:36 +00:00
..
Analysis
Stay rational; don't assert trying to take the square root of a negative value.
2012-08-01 09:14:36 +00:00
Archive
…
Assembler
…
Bindings
/Ocaml
…
Bitcode
…
BugPoint
…
CodeGen
Update edge weights correctly in replaceSuccessor().
2012-08-10 03:23:27 +00:00
DebugInfo
Fix the representation of debug line table in DebugInfo LLVM library,
2012-08-07 11:46:57 +00:00
ExecutionEngine
…
Feature
…
Instrumentation
…
Integer
…
Linker
…
MC
Another 32 to 64 bit sign extension bug.
2012-08-09 19:43:18 +00:00
Object
Move test yaml files under Inputs until they are converted to be the actual
2012-08-02 21:52:49 +00:00
Other
…
Scripts
…
TableGen
…
Transforms
Fix crash when when do lto on Bullet. Dynamic GEPs in SROA were incorrectly being applied to all accesses to an alloca, not just the ones which read from the GEP. Thanks to Evan for reducing the test. rdar://11861001
2012-08-10 03:26:36 +00:00
Unit
…
Verifier
…
YAMLParser
…
CMakeLists.txt
[CMake] Add yaml2obj to check-llvm.
2012-08-03 00:45:32 +00:00
lit.cfg
…
lit.site.cfg.in
…
Makefile
Teach the LLVM test makefile to run the extra Clang tools' test suites
2012-08-09 20:26:41 +00:00
Makefile.tests
…
TestRunner.sh
…