llvm-project/llvm/lib
Tim Northover 28a9e7f4ba ARM: take account of possible bundle when erasing an instruction.
Fortunately this appears to be the only ARM-specific pass that runs while
bundles might be in play, so no other cases need modifying.

llvm-svn: 273029
2016-06-17 18:40:46 +00:00
..
Analysis [PPC] Strength-reduce SmallVectors into arrays. 2016-06-17 13:15:10 +00:00
AsmParser IR: Introduce local_unnamed_addr attribute. 2016-06-14 21:01:22 +00:00
Bitcode [PM] Remove support for omitting the AnalysisManager argument to new 2016-06-17 00:11:01 +00:00
CodeGen Support expanding partial-word cmpxchg to full-word cmpxchg in AtomicExpandPass. 2016-06-17 18:11:48 +00:00
DebugInfo [codeview] Use hashBufferV8 to verify all type records. 2016-06-16 18:39:17 +00:00
ExecutionEngine [PATCH] Fix RuntimeDyldCOFFI386 to handle relocations with a non-zero addend 2016-06-16 16:21:41 +00:00
Fuzzer [libFuzzer] make the single-run output more reliable 2016-06-17 13:07:06 +00:00
IR [Codegen] Change PICLevel. 2016-06-17 18:07:14 +00:00
IRReader Remove autoconf support 2016-01-26 21:29:08 +00:00
LTO [PM] Revert the port of MergeLoadStoreMotion to the new pass manager. 2016-06-16 17:40:53 +00:00
LibDriver LibDriver: Silently do nothing when provided no inputs. 2016-04-13 19:36:04 +00:00
LineEditor Fix Clang-tidy modernize-deprecated-headers warnings in some files; other minor fixes. 2016-03-28 17:40:08 +00:00
Linker [IR] [DAE] Copy comdats during DAE, and don't copy comdats in GlobalObject::copyAttributesFrom. 2016-06-15 23:20:15 +00:00
MC Refactor and cleanup Assembly Parsing / Lexing 2016-06-17 16:06:17 +00:00
Object [IRObjectFile] Handle .weak in RecordStreamer. 2016-06-17 18:20:14 +00:00
ObjectYAML [obj2yaml] [yaml2obj] Support for MachO nlist and string table 2016-06-02 22:54:06 +00:00
Option Option parser: class for consuming a joined arg in addition to all remaining args 2016-04-15 00:23:30 +00:00
Passes [PM] Run clang-format over various parts of the new pass manager code 2016-06-17 07:15:29 +00:00
ProfileData Bug fix remove another illegal char from prof symbol name 2016-06-10 06:32:26 +00:00
Support Properly handle short file names on the command line in Windows 2016-06-16 22:07:55 +00:00
TableGen Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
Target ARM: take account of possible bundle when erasing an instruction. 2016-06-17 18:40:46 +00:00
Transforms LoopSimplifyCFG: Prefer `const auto &` to `auto &`, for clarity. NFC 2016-06-17 17:59:48 +00:00
CMakeLists.txt Move ObjectYAML code to a new library. 2016-03-01 19:15:06 +00:00
LLVMBuild.txt Add LLVMBuild for ObjectYAML. 2016-03-01 21:29:33 +00:00