llvm-6502/lib
Kevin Enderby 1025e9e9d6 Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers.
Also corrected the name of the load command to not end in an ’S’ as well as corrected
the name of the MachO::linker_option_command struct and other places that had the
word option as plural which did not match the Mac OS X headers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@224485 91177308-0d34-0410-b5e6-96231b3b80d8
2014-12-18 00:53:40 +00:00
..
Analysis InstSimplify: shl nsw/nuw undef, %V -> undef 2014-12-17 01:54:33 +00:00
AsmParser IR: Make metadata typeless in assembly 2014-12-15 19:07:53 +00:00
Bitcode Make ValueEnumerator::print use OS for metadata too. Noticed by inspection. 2014-12-17 01:52:08 +00:00
CodeGen RegisterCoalescer: Fix stripCopies() picking up main range instead of subregister range 2014-12-17 21:25:20 +00:00
DebugInfo Silence more static analyzer warnings. 2014-12-15 18:48:43 +00:00
ExecutionEngine Fix line mapping information in LLVM JIT profiling with Vtune 2014-12-15 04:45:43 +00:00
IR IR: Handle self-referencing DICompositeTypes in DIBuilder 2014-12-18 00:46:16 +00:00
IRReader
LineEditor
Linker Revert "Linker: Drop superseded subprograms" 2014-12-17 07:27:31 +00:00
LTO LTO: Lazy-load LTOModule in local contexts 2014-12-17 22:05:42 +00:00
MC Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers. 2014-12-18 00:53:40 +00:00
Object Add printing the LC_LINKER_OPTION load command with llvm-objdump’s -private-headers. 2014-12-18 00:53:40 +00:00
Option
ProfileData
Support Random Number Generator Refactoring (removing from Module) 2014-12-17 18:12:10 +00:00
TableGen
Target R600/SI: Fix f64 inline immediates 2014-12-17 21:04:08 +00:00
Transforms [sanitizer] allow -fsanitize-coverage=N w/ -fsanitize=leak, llvm part 2014-12-17 21:50:04 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile