1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib
Mike Aizatsky d01a744fd9 [libfuzzer] use %p for printing addresses
llvm-svn: 258370
2016-01-21 00:02:09 +00:00
..
Analysis fix typo; NFC 2016-01-20 18:59:48 +00:00
AsmParser Implemented Support of IA interrupt and exception handlers: 2015-12-21 14:07:14 +00:00
Bitcode Fix typo in an error string. NFC. 2016-01-20 22:15:23 +00:00
CodeGen [SelectionDAG] Fix constant offset folding to avoid commuting non-commutative operators. 2016-01-20 23:16:59 +00:00
DebugInfo Fix instance of -Wcovered-switch-default 2016-01-13 20:39:22 +00:00
ExecutionEngine Orc: Simplify lambda by using std::set's initializer_list ctor 2016-01-20 22:24:26 +00:00
Fuzzer [libfuzzer] use %p for printing addresses 2016-01-21 00:02:09 +00:00
IR Add a "gc-transition" operand bundle 2016-01-20 19:50:25 +00:00
IRReader [ThinLTO] Metadata linking for imported functions 2015-12-17 17:14:09 +00:00
LibDriver
LineEditor
Linker Remove redundant argument. 2016-01-21 00:00:53 +00:00
LTO [LTO] Fix error reporting when a file passed to libLTO is invalid or non-existent 2016-01-20 09:03:42 +00:00
MC Accept subtractions involving a weak symbol. 2016-01-20 18:57:48 +00:00
Object [llvm-readobj][ELF] Teach llvm-readobj to show arch specific ELF section's flags 2016-01-20 19:15:18 +00:00
Option Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs(). 2015-12-18 18:55:26 +00:00
Passes [attrs] Extract the pure inference of function attributes into 2015-12-27 08:41:34 +00:00
ProfileData [PGO] Add a new interface to be used by Indirect Call Promotion 2016-01-20 01:26:34 +00:00
Support parseArch() supports more variations of arch names for PowerPC builds 2016-01-19 00:04:41 +00:00
TableGen [TableGen] Use FoldingSets instead of DenseMaps to unique UnOpInit, BinOpInit and TernOpInit. This remove the memory needed to store the key for the DenseMap. NFC 2016-01-18 20:36:06 +00:00
Target AMDGPU/SI: Promote i1 SETCC operations 2016-01-20 21:48:24 +00:00
Transforms don't repeat function names in comments; NFC 2016-01-20 22:24:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile