llvm-6502/include/llvm
Duncan P. N. Exon Smith cc19b2fb2e DIBuilder: Stop abusing DIExpressionIterator::operator*(), NFC
This code was confusing, since it created a `DIExpressionIterator` from
an invalid start point (although it wasn't wrong: it never actually
iterated).  Now that the underlying iterator has `getNumber()`, just use
it directly.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226773 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-22 03:13:35 +00:00
..
ADT [tinyptrvector] Add in a MutableArrayRef implicit conversion operator to complement the ArrayRef implicit conversion operator. 2015-01-19 03:25:33 +00:00
Analysis [PM] Don't spend time making self moves no-ops. They're allowed to leave 2015-01-20 18:54:16 +00:00
AsmParser
Bitcode
CodeGen LiveIntervalAnalysis: Mark subregister defs as undef when we determined they are only reading a dead superregister value 2015-01-21 22:55:13 +00:00
Config
DebugInfo
ExecutionEngine
IR DIBuilder: Stop abusing DIExpressionIterator::operator*(), NFC 2015-01-22 03:13:35 +00:00
IRReader
LineEditor
Linker
LTO
MC Add r224985 back with fixes. 2015-01-19 21:11:14 +00:00
Object
Option
ProfileData
Support Making deleted copy constructors and operators to be private for better diagnostics when deleted is not available. 2015-01-22 02:51:33 +00:00
TableGen
Target
Transforms [PM] Replace an abuse of inheritance to override a single function with 2015-01-21 02:11:59 +00:00
CMakeLists.txt
InitializePasses.h [PM] Separate the InstCombiner from its pass. 2015-01-20 22:44:35 +00:00
LinkAllIR.h
LinkAllPasses.h
module.modulemap
module.modulemap.build
Pass.h
PassAnalysisSupport.h
PassInfo.h
PassManager.h
PassRegistry.h
PassSupport.h