llvm-6502/lib
Pete Cooper 5c09803aee Use foreach loop over constant operands. NFC.
A number of places had explicit loops over Constant::operands().
Just use foreach loops where possible.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240694 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-25 20:51:38 +00:00
..
Analysis Take alignment into account in isSafeToLoadUnconditionally 2015-06-25 12:18:43 +00:00
AsmParser ADT: Add a string APSInt constructor. 2015-06-23 18:22:10 +00:00
Bitcode Use foreach loop over constant operands. NFC. 2015-06-25 20:51:38 +00:00
CodeGen DAGCombiner: Remove redundant check 2015-06-25 18:47:02 +00:00
DebugInfo
ExecutionEngine Use Symbol.getValue to simplify RuntimeDyldCOFF::getSymbolOffset. NFC. 2015-06-24 19:27:53 +00:00
Fuzzer
IR Devirtualize Instruction::clone_impl 2015-06-24 20:22:23 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO
MC Diagnose undefined temporary symbols. 2015-06-25 20:10:45 +00:00
Object Use computeSymbolSizes in llvm-symbolize. 2015-06-25 15:06:38 +00:00
Option
Passes
ProfileData
Support ADT: Add a string APSInt constructor. 2015-06-23 18:22:10 +00:00
TableGen [TableGen] Restore the use of the TheInit field in Record to cache the Record's DefInit. I broke this when I fixed memory leaks recently. Remove the DenseMap that mapped Record's to DefInit. 2015-06-24 06:19:19 +00:00
Target Use foreach loop over constant operands. NFC. 2015-06-25 20:51:38 +00:00
Transforms Use foreach loop over constant operands. NFC. 2015-06-25 20:51:38 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile