1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 04:02:41 +01:00
llvm-mirror/lib
Dan Gohman 3c8e228ac9 [WebAssembly] Switch to *-wasm as the default target triple.
This makes wasm32-unknown-unknown-wasm the default, which supports
the .o file writer and the new linking ABI. To enable s2wasm-compatible
output, use the wasm32-unknown-unknown-elf triple.

llvm-svn: 323220
2018-01-23 16:55:44 +00:00
..
Analysis [Analysis] Disable exp/exp2/pow finite lib calls on Android with -ffast-math. 2018-01-23 11:11:36 +00:00
AsmParser
BinaryFormat [BinaryFormat] Add .debug_names support 2018-01-22 09:41:36 +00:00
Bitcode [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
CodeGen CodeGen: Fix assertion in ScheduleDAGMILive::scheduleMI due to llvm.dbg.value 2018-01-23 16:04:53 +00:00
DebugInfo Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFC 2018-01-22 13:17:23 +00:00
Demangle
ExecutionEngine [ORC] Add orc::SymbolResolver, a Orc/Legacy API interop header, and an 2018-01-22 03:00:31 +00:00
Fuzzer
FuzzMutate
IR Verifier: fix bug treating debug info issue as non-debug info issue 2018-01-23 16:11:15 +00:00
IRReader
LineEditor
Linker
LTO [ThinLTO] Re-commit of dot dumper after test fix 2018-01-22 13:35:40 +00:00
MC [WebAssembly] Store function index rather than table index in TABLE_INDEX relocations 2018-01-23 01:23:17 +00:00
Object [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode 2018-01-20 11:44:32 +00:00
ObjectYAML
Option
Passes NewPM: Add an extension point for the start of the pipeline. 2018-01-23 01:25:20 +00:00
ProfileData
Support [WebAssembly] Switch to *-wasm as the default target triple. 2018-01-23 16:55:44 +00:00
TableGen
Target [X86] Rewrite vXi1 element insertion by using a vXi1 scalar_to_vector and inserting into a vXi1 vector. 2018-01-23 15:56:36 +00:00
Testing
ToolDrivers [COFF] Keep the underscore on exported decorated stdcall functions in MSVC mode 2018-01-20 11:44:32 +00:00
Transforms This change add's optimization remark in LoopVersioning LICM pass. 2018-01-23 09:47:28 +00:00
WindowsManifest
XRay
CMakeLists.txt
LLVMBuild.txt