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-25 05:15:58 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-mirror
/
unittests
History
Renato Golin
cf89d692dc
Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure.
...
llvm-svn: 123990
2011-01-21 18:25:47 +00:00
..
ADT
Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure.
2011-01-21 18:25:47 +00:00
Analysis
Make SCEVUnknown a CallbackVH, so that it can be notified directly
2010-08-02 23:49:30 +00:00
ExecutionEngine
unittests/CMakeLists.txt: [PR8225] Tweak linking JITTests on MSVC to add JITTests.def.
2010-11-19 03:19:42 +00:00
Support
Unittests/Support/Path: Tweak test.
2011-01-15 18:52:49 +00:00
Transforms
Teach this test not to leak. Also, clean up all the cast<BinaryOperator> cruft.
2010-03-13 19:58:26 +00:00
VMCore
Allow unnamed_addr on declarations.
2011-01-15 08:15:00 +00:00
CMakeLists.txt
Disable RTTI when building unit tests. This avoids errors at link time.
2011-01-13 15:31:45 +00:00
Makefile
Merge System into Support.
2010-11-29 18:16:10 +00:00
Makefile.unittest
unittests/JITTests: Don't use --export-dynamic but --export-all-symbols on cygming.
2010-11-26 09:32:02 +00:00