1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Matt Arsenault dd128e79e5 NVPTX: Refactor NVPTXInferAddressSpaces to check TTI
Add a new TTI hook for getting the generic address space value.

llvm-svn: 293563
2017-01-30 23:02:12 +00:00
..
Analysis NVPTX: Refactor NVPTXInferAddressSpaces to check TTI 2017-01-30 23:02:12 +00:00
AsmParser
Bitcode Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
CodeGen GlobalISel: correctly translate invoke when callee is a register. 2017-01-30 21:45:21 +00:00
DebugInfo Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Demangle Fix ASAN failure in cxa_demangle 2017-01-27 20:32:16 +00:00
ExecutionEngine RuntimeDyldELF: Don't abort on R_X86_64_NONE, it's a no-oop. 2017-01-28 18:39:01 +00:00
Fuzzer [libFuzzer] Implement TmpDir() for Windows. 2017-01-30 18:14:53 +00:00
IR Include LLVMDumpValue in release builds. 2017-01-30 05:40:52 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO [LTO] Teach lib/LTO about the new pass manager. 2017-01-24 00:58:24 +00:00
MC Fix the GCC build. 2017-01-30 19:05:09 +00:00
Object Fix llvm-objdump so it picks a good CPU based for Mach-O files 2017-01-24 23:41:04 +00:00
ObjectYAML Add LC_BUILD_VERSION load command 2017-01-23 20:07:55 +00:00
Option Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Passes [PM] Port LoopLoadElimination to the new pass manager and wire it into 2017-01-27 01:32:26 +00:00
ProfileData Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
Support Cleanup dump() functions. 2017-01-28 02:02:38 +00:00
TableGen Use print() instead of dump() in code 2017-01-28 02:47:46 +00:00
Target NVPTX: Refactor NVPTXInferAddressSpaces to check TTI 2017-01-30 23:02:12 +00:00
Transforms [InstCombine] enable more lshr(shl X, C1), C2 folds for vectors with splat constants 2017-01-30 23:01:05 +00:00
XRay
CMakeLists.txt
LLVMBuild.txt