1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/lib
2017-08-21 19:56:46 +00:00
..
Analysis [InlineCost] Add more debug during inline cost computation. 2017-08-21 19:56:46 +00:00
AsmParser Add strictfp attribute to prevent unwanted optimizations of libm calls 2017-08-14 21:15:13 +00:00
BinaryFormat
Bitcode Move helper classes into anonymous namespaces. 2017-08-20 13:03:48 +00:00
CodeGen Move helper classes into anonymous namespaces. 2017-08-20 13:03:48 +00:00
DebugInfo [llvm-pdbutil] Add support for dumping detailed module stats. 2017-08-21 14:53:25 +00:00
Demangle
ExecutionEngine [ORC] Add case statements for AArch64 to the local stub and callback manager 2017-08-15 18:10:19 +00:00
Fuzzer Get rid of even more "%T" expansions, see <https://reviews.llvm.org/D35396>. 2017-08-20 17:05:22 +00:00
IR Move helper classes into anonymous namespaces. 2017-08-20 13:03:48 +00:00
IRReader
LineEditor
Linker Linker: Create a function declaration when moving a non-prevailing alias of function type. 2017-08-10 01:07:44 +00:00
LTO Fix thinlto cache key computation for cfi-icall. 2017-08-09 23:24:07 +00:00
MC [AsmParser] Recommit: Hash is not a comment on some targets 2017-08-21 09:58:37 +00:00
Object [MachO] Use Twines more efficiently. 2017-08-20 15:13:39 +00:00
ObjectYAML Move helper classes into anonymous namespaces. 2017-08-20 13:03:48 +00:00
Option
Passes [PM] Switch the CGSCC debug messages to use the standard LLVM debug 2017-08-11 05:47:13 +00:00
ProfileData Fix the bug when SampleProfileWriter writes out number of callsites. 2017-08-03 00:09:18 +00:00
Support [BinaryStream] Defaultify copy and move constructors. 2017-08-21 19:46:46 +00:00
TableGen
Target [PPC] Refine checks for emiting TOC restore nop and tail-call eligibility. 2017-08-21 17:35:32 +00:00
Testing
ToolDrivers [dlltool] Make memory buffer ownership less weird. 2017-08-20 13:03:32 +00:00
Transforms [LibCallSimplifier] try harder to fold memcmp with constant arguments (2nd try) 2017-08-21 19:13:14 +00:00
WindowsManifest llvm-mt: Merge manifest namespaces. 2017-08-19 00:37:41 +00:00
XRay [XRay][tools] Support new kinds of instrumentation map entries 2017-08-21 00:14:06 +00:00
CMakeLists.txt Revert "Introduce FuzzMutate library" 2017-08-21 17:57:12 +00:00
LLVMBuild.txt