1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 05:52:53 +02:00
llvm-mirror/lib
Dylan McKay dbe4adba91 [AVR] Support floats in the instrumention pass
This also refactors some common code into the 'GetTypeName' method.

llvm-svn: 289803
2016-12-15 11:02:41 +00:00
..
Analysis Revert part of r289765 that is not necessary 2016-12-15 05:50:45 +00:00
AsmParser Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
Bitcode Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
CodeGen [ARM] Implement execute-only support in CodeGen 2016-12-15 07:59:08 +00:00
DebugInfo Add the ability to get attribute values as Optional<T> 2016-12-14 22:38:08 +00:00
Demangle Demangle: remove references to allocator for default allocator 2016-11-20 00:20:27 +00:00
ExecutionEngine Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
Fuzzer [libFuzzer] enable the failure-resistant merge by default (with trace-pc-guard only) 2016-12-15 06:21:21 +00:00
IR [DebugInfo] Changed DIBuilder::createCompileUnit() to take DIFile instead of FileName and Directory. 2016-12-14 20:24:54 +00:00
IRReader Timer: Track name and description. 2016-11-18 19:43:18 +00:00
LibDriver LibDriver: Reject inputs that are not COFF objects or bitcode files. 2016-12-14 22:19:22 +00:00
LineEditor
Linker [ThinLTO] Import only necessary DICompileUnit fields 2016-12-12 16:09:30 +00:00
LTO [LTO] Reject modules without datalayout. 2016-12-14 21:57:04 +00:00
MC Allow ELF section flags to be specified numerically 2016-12-15 07:59:15 +00:00
Object Object: Make IRObjectFile own multiple modules and enumerate symbols from all modules. 2016-12-13 20:20:17 +00:00
ObjectYAML [ARM] Implement execute-only support in CodeGen 2016-12-15 07:59:08 +00:00
Option
Passes Remove the AssumptionCache 2016-12-15 03:02:15 +00:00
ProfileData
Support Include <cstdarg> in PrettyStackTrace.cpp, fixing the bots. 2016-12-14 19:19:53 +00:00
TableGen [TableGen] Centralize/Unify error handling. 2016-12-05 22:58:01 +00:00
Target [AVR] Support floats in the instrumention pass 2016-12-15 11:02:41 +00:00
Transforms [AVX-512][InstCombine] Add masked scalar FMA intrinsics to SimplifyDemandedVectorElts. 2016-12-15 03:49:45 +00:00
CMakeLists.txt
LLVMBuild.txt