llvm-6502/lib
Sanjoy Das b51b170ce4 [NFC] Introduce a 'struct Range' for IRCE
Use the struct instead of a std::pair<Value *, Value *>.  This makes a
Range an obviously immutable object, and we can now assert that a
range is well-typed (Begin->getType() == End->getType()) on its
construction.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@226804 91177308-0d34-0410-b5e6-96231b3b80d8
2015-01-22 09:32:02 +00:00
..
Analysis Make ScalarEvolution less aggressive with respect to no-wrap flags. 2015-01-22 00:48:47 +00:00
AsmParser
Bitcode
CodeGen Win64 SEH: Emit the constant 1 for catch-all into xdata 2015-01-22 02:27:44 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
LineEditor
Linker
LTO
MC ARM: fail less catastrophically on invalid Windows input 2015-01-22 04:03:32 +00:00
Object
Option
ProfileData
Support
TableGen
Target Revert r226798. Guess I missed the patterns. 2015-01-22 09:01:20 +00:00
Transforms [NFC] Introduce a 'struct Range' for IRCE 2015-01-22 09:32:02 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile