1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/lib
Tim Northover de665d6f28 GlobalISel: support selecting G_GEP instructions.
They're basically just an alias for G_ADD on AArch64.

llvm-svn: 283807
2016-10-10 21:49:49 +00:00
..
Analysis Rename isHotFunction/isColdFunction to isFunctionEntryHot/isFunctionEntryCold. (NFC) 2016-10-10 21:47:28 +00:00
AsmParser [AsmParser] Remove unused partial template specialization. 2016-09-22 22:02:59 +00:00
Bitcode ThinLTO: handles modules with empty summaries 2016-10-08 04:44:18 +00:00
CodeGen [SelectionDAGBuilder] Support llvm.flt.rounds on targets where i32 is not legal 2016-10-10 20:45:15 +00:00
DebugInfo [pdb] Dump Module Symbols to Yaml. 2016-10-08 01:12:01 +00:00
Demangle
ExecutionEngine Use StringRef instead of raw pointer in ExecutionEngine 2016-10-01 06:22:04 +00:00
Fuzzer [libFuzzer] make a test less flaky 2016-10-09 03:45:38 +00:00
IR Teach llvm::StripDebugInfo() about global variable !dbg attachments. 2016-10-10 17:53:33 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO ThinLTO: don't perform incremental LTO on module without a hash 2016-10-08 04:44:23 +00:00
MC Add return type for checkForValidSection parsing function. NFC Intended. 2016-10-10 15:24:54 +00:00
Object [Object] Fix a crash in Archive::child_iterator's default constructor. 2016-10-05 21:20:00 +00:00
ObjectYAML
Option Generalize ArgList::AddAllArgs more 2016-09-29 19:47:58 +00:00
Passes
ProfileData NFC Add const 2016-09-30 21:05:55 +00:00
Support [ARM]: Add Cortex-R52 target to LLVM 2016-10-07 12:06:40 +00:00
TableGen
Target GlobalISel: support selecting G_GEP instructions. 2016-10-10 21:49:49 +00:00
Transforms Turn cl::values() (for enum) from a vararg function to using C++ variadic template 2016-10-08 19:41:06 +00:00
CMakeLists.txt
LLVMBuild.txt