llvm-6502/tools
Rafael Espindola efdbec8b0a Simplify the handling of iterators in ObjectFile.
None of the object file formats reported error on iterator increment. In
retrospect, that is not too surprising: no object format stores symbols or
sections in a linked list or other structure that requires chasing pointers.
As a consequence, all error checking can be done on begin() and end().

This reduces the text segment of bin/llvm-readobj in my machine from 521233 to
518526 bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200442 91177308-0d34-0410-b5e6-96231b3b80d8
2014-01-30 02:49:50 +00:00
..
bugpoint Do not reference llvm-gcc from bugpoint 2014-01-27 13:44:58 +00:00
bugpoint-passes
gold
llc Add target analysis passes to the codegen pipeline for MCJIT. 2014-01-23 19:23:28 +00:00
lli
llvm-ar Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-diff
llvm-dis
llvm-dwarfdump
llvm-extract
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
llvm-objdump Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
llvm-readobj Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
llvm-rtdyld Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
llvm-shlib
llvm-size Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
llvm-stress
llvm-symbolizer Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
lto
macho-dump Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
msbuild
obj2yaml Simplify the handling of iterators in ObjectFile. 2014-01-30 02:49:50 +00:00
opt
yaml2obj
CMakeLists.txt
LLVMBuild.txt
Makefile