llvm-6502/lib
Tim Northover 22f4151e3b ARM64: give MOV priority over shorter ORR when printing aliases.
MOV is almost always the right thing to print if possile. People understand it.

This will be tested when the TableGen "should I print this Alias" heuristic is
fixed (very soon).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208958 91177308-0d34-0410-b5e6-96231b3b80d8
2014-05-16 09:41:03 +00:00
..
Analysis Add C API for thread yielding callback. 2014-05-16 02:33:15 +00:00
AsmParser
Bitcode
CodeGen Remove the Options query functions and just access our Options directly. 2014-05-16 00:32:52 +00:00
DebugInfo [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier. 2014-05-15 21:24:32 +00:00
ExecutionEngine [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixes 2014-05-13 22:09:07 +00:00
IR Add C API for thread yielding callback. 2014-05-16 02:33:15 +00:00
IRReader
LineEditor
Linker
LTO
MC Move more MC options into the MCTargetOptions structure. 2014-05-15 23:27:49 +00:00
Object [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections. 2014-05-15 18:04:02 +00:00
Option
ProfileData ProfileData: Allow multiple profiles in RawInstrProfReader 2014-05-16 00:38:00 +00:00
Support
TableGen
Target ARM64: give MOV priority over shorter ORR when printing aliases. 2014-05-16 09:41:03 +00:00
Transforms MergeFunctions Pass, introduced total ordering among function attributes. 2014-05-16 08:55:34 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile