This website requires JavaScript.
Explore
Help
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 12:41:49 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-mirror
/
unittests
History
Eli Friedman
3b5162de17
NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works. Use (void*)0 instead. PR11002.
...
llvm-svn: 140720
2011-09-28 20:41:50 +00:00
..
ADT
Add APInt support for converting to/from hexatridecimal strings
2011-09-14 15:54:46 +00:00
Analysis
land David Blaikie's patch to de-constify Type, with a few tweaks.
2011-07-18 04:54:35 +00:00
ExecutionEngine
Exclude more arm jit failures pending PR10783.
2011-09-03 01:08:35 +00:00
Support
NULL cannot be portably used as the last argument to a function with __attribute((sentinel)), even though it usually works. Use (void*)0 instead. PR11002.
2011-09-28 20:41:50 +00:00
Transforms
Convert GetElementPtrInst to use ArrayRef.
2011-07-25 09:48:08 +00:00
VMCore
Fix C++0x narrowing errors when char is unsigned.
2011-08-30 20:53:29 +00:00
CMakeLists.txt
Land the long talked about "type system rewrite" patch. This
2011-07-09 17:41:24 +00:00
Makefile
Merge System into Support.
2010-11-29 18:16:10 +00:00
Makefile.unittest
build: Add MAKEFILE_UNITTEST_NO_INCLUDE_COMMON build variable, to be leveraged
2011-02-04 17:12:18 +00:00