llvm-mirror/lib
Dylan McKay 261a06f328 [AVR] Compile the disassembler
This also updates references of 'TheAVRTarget' to the new
'getTheAVRTarget()' method.

llvm-svn: 285272
2016-10-27 08:09:15 +00:00
..
Analysis Simplify x >=u x >> y and x >=u x udiv y 2016-10-26 19:18:43 +00:00
AsmParser DebugInfo: preparation to implement DW_AT_alignment 2016-10-20 00:13:12 +00:00
Bitcode DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
CodeGen DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
DebugInfo [codeview] support emitting indirect virtual base class information 2016-10-25 22:11:52 +00:00
Demangle
ExecutionEngine Fix cross-endianness RuntimeDyld relocation for ARM 2016-10-20 22:15:56 +00:00
Fuzzer [libFuzzer] speculatively trying to fix the Mac build; second attempt 2016-10-27 00:36:38 +00:00
IR DebugInfo: fix incorrect alignment type (NFC) 2016-10-26 21:32:29 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Utility functions for appending to llvm.used/llvm.compiler.used. 2016-10-25 23:53:31 +00:00
MC [MC] Fix comma typo in .loc parsing 2016-10-26 17:28:58 +00:00
Object nother additional error check for an invalid Mach-O file 2016-10-24 21:15:11 +00:00
ObjectYAML
Option
Passes
ProfileData Retire llvm::alignOf in favor of C++11 alignof. 2016-10-20 15:02:18 +00:00
Support DebugInfo: support for DWARFv5 DW_AT_alignment attribute 2016-10-26 11:59:03 +00:00
TableGen
Target [AVR] Compile the disassembler 2016-10-27 08:09:15 +00:00
Transforms Introduce updateDiscriminator interface to DILocation to make it cleaner assigning discriminators. 2016-10-26 15:48:45 +00:00
CMakeLists.txt
LLVMBuild.txt