llvm-6502/include/llvm
Cameron Zwarich 680c98f632 Remove use of reverse iterators in repairIntervalsInRange(). While they were
arguably better than forward iterators for this use case, they are confusing and
there are some implementation problems with reverse iterators and MI bundles.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175393 91177308-0d34-0410-b5e6-96231b3b80d8
2013-02-17 11:09:00 +00:00
..
ADT Add missing typename to unbreak the MSVC 2012 build. 2013-02-14 03:24:14 +00:00
Analysis Pacify -Wnon-virtual-dtor 2013-02-15 23:51:59 +00:00
Assembly Enable *BasicBlockPass::createPrinterPass() 2013-02-08 23:37:41 +00:00
Bitcode use memcpy instead of dubious union to type pun two values, 2013-02-13 04:53:40 +00:00
CodeGen Remove use of reverse iterators in repairIntervalsInRange(). While they were 2013-02-17 11:09:00 +00:00
Config Fix MSan annotations inclusion guard. 2013-02-13 10:40:01 +00:00
DebugInfo Add support for the pubnames section to llvm-dwarfdump. 2013-02-12 16:20:28 +00:00
ExecutionEngine
IR Remove comma at the end of enum. Still my favourite C++11 feature. 2013-02-16 19:15:28 +00:00
MC [ms-inline-asm] Implement align directive (which is roughly equivalent to .align). 2013-02-12 21:33:51 +00:00
Object include/llvm/Object/ELF.h: do debug checks only when NDEBUG 2013-02-14 18:41:42 +00:00
Option
Support [ELF] Add STN_UNDEF. 2013-02-16 01:56:36 +00:00
TableGen
Target Use the 'target-features' and 'target-cpu' attributes to reset the subtarget features. 2013-02-15 22:31:27 +00:00
Transforms BBVectorize: Cap the number of candidate pairs in each instruction group 2013-02-15 04:28:42 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h
DIBuilder.h DIBuilder: make the return type of createBasicType more specific 2013-02-12 00:40:41 +00:00
GVMaterializer.h
InitializePasses.h Enable *BasicBlockPass::createPrinterPass() 2013-02-08 23:37:41 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h Enable *BasicBlockPass::createPrinterPass() 2013-02-08 23:37:41 +00:00
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h