llvm-6502/tools
Tobias Grosser 6db2ad6004 bugpoint: make the number of trim iterations a compile-time constant
Around 10 year ago Chris limited this code to a single iteration by just
dropping a break into the loop body. We now make the number of trim iterations
a compile time constant to be able to play with it and see if this can
improve the bugpoint results. We currently use with '3' still a small and
conservative value, but this can be adjusted in the future, if needed.

I tried to look for a trivial test case, but did not succeed yet.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243247 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-26 15:18:45 +00:00
..
bugpoint bugpoint: make the number of trim iterations a compile-time constant 2015-07-26 15:18:45 +00:00
bugpoint-passes
dsymutil [dsymutil] Implement support for universal mach-o object files. 2015-07-24 06:41:11 +00:00
gold Update for r243115 which changed the DataLayout API on TargetMachine but 2015-07-24 17:23:09 +00:00
llc Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
lli Remove access to the DataLayout in the TargetMachine 2015-07-24 16:04:22 +00:00
llvm-ar For new archive member we only need to store the full path. 2015-07-15 22:46:53 +00:00
llvm-as
llvm-bcanalyzer
llvm-c-test
llvm-config
llvm-cov
llvm-cxxdump [llvm-cxxdump] Don't rely on global state 2015-07-17 06:18:36 +00:00
llvm-diff
llvm-dis
llvm-dwarfdump [llvm-dwarfump] Don't rely on global state, part 3. 2015-07-26 05:35:59 +00:00
llvm-extract
llvm-go
llvm-jitlistener
llvm-link
llvm-lto
llvm-mc
llvm-mcmarkup
llvm-nm
llvm-objdump [llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on all sections instead of just text sections. 2015-07-23 20:58:49 +00:00
llvm-pdbdump
llvm-profdata
llvm-readobj [llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF. 2015-07-24 02:14:20 +00:00
llvm-rtdyld
llvm-shlib
llvm-size
llvm-stress
llvm-symbolizer
lto
macho-dump
msbuild
obj2yaml Use helper function. NFC. 2015-07-23 12:51:44 +00:00
opt
verify-uselistorder
yaml2obj
CMakeLists.txt [CMake] Projects supported via LLVM_EXTERNAL_*_SOURCE_DIR need to be explicitly specified. 2015-07-21 15:53:09 +00:00
LLVMBuild.txt
Makefile