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-02-07 21:09:21 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
test
History
Bill Wendling
854ec415ea
Testcase for r132493.
...
llvm-svn: 132495
2011-06-02 22:12:42 +00:00
..
Analysis
…
Archive
…
Assembler
…
Bindings
/Ocaml
…
Bitcode
Add missing newlines.
2011-05-28 01:35:58 +00:00
BugPoint
…
CodeGen
During post RA scheduling, do not try to chase reg defs. to preserve DBG_VALUEs. This approach has several downsides, for example, it does not work when dbg value is a constant integer, it does not work if reg is defined more than once, it places end of debug value range markers in the wrong place. It even causes misleading incorrect debug info when duplicate DBG_VALUE instructions point to same reg def.
2011-06-02 20:07:12 +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 r132493.
2011-06-02 22:12:42 +00:00
FrontendC++
…
FrontendFortran
…
FrontendObjC
…
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
…
Scripts
…
TableGen
…
Transforms
PR10067: Add missing safety check to call return transformation in MemCpyOpt::processStore. If something accesses the dest of the "copy" between the call and the copy, the performCallSlotOptzn transformation is not valid.
2011-06-02 21:24:42 +00:00
Unit
…
Verifier
…
CMakeLists.txt
…
lit.cfg
…
lit.site.cfg.in
…
Makefile
…
Makefile.tests
…
site.exp.in
…
TestRunner.sh
…