1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Peter Collingbourne 6186b99992 CodeGen: Do not add a global's address space to the folding set profile.
It is already part of the type (which is part of the global, which is already
being added), so there's no need to do it.

llvm-svn: 285002
2016-10-24 18:56:09 +00:00
..
Analysis [BasicAA] Fix - missed alias in GEP expressions 2016-10-22 02:41:39 +00:00
AsmParser DebugInfo: preparation to implement DW_AT_alignment 2016-10-20 00:13:12 +00:00
Bitcode Fix spelling mistake in comment. 2016-10-20 10:42:14 +00:00
CodeGen CodeGen: Do not add a global's address space to the folding set profile. 2016-10-24 18:56:09 +00:00
DebugInfo [pdb] added support for dumping globals stream 2016-10-21 19:43:19 +00:00
Demangle
ExecutionEngine Fix cross-endianness RuntimeDyld relocation for ARM 2016-10-20 22:15:56 +00:00
Fuzzer [libFuzzer] mutation: insert the size of the input in bytes as one of the ways to mutate a binary integer 2016-10-22 03:48:53 +00:00
IR [AVX-512] Remove masked pmin/pmax intrinsics and autoupgrade to native IR. 2016-10-24 04:04:16 +00:00
IRReader
LibDriver
LineEditor
Linker Typo: nomed struct -> named struct 2016-10-19 20:10:03 +00:00
LTO Remove TimeValue usage from llvm/Support 2016-10-24 10:59:17 +00:00
MC [MC] Fix Various End Of Line Comment checkings 2016-10-24 14:35:29 +00:00
Object [Object] Replace TimeValue with std::chrono 2016-10-24 13:38:27 +00:00
ObjectYAML
Option
Passes
ProfileData Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
Support Removed FIXME from include ordering comment 2016-10-24 17:15:05 +00:00
TableGen
Target Revert r284972 and remove other defaulted copy/move constructors/= 2016-10-24 17:40:46 +00:00
Transforms add-discriminators: Fix handling of lexical scopes. 2016-10-24 18:23:51 +00:00
CMakeLists.txt
LLVMBuild.txt