index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert some tab stops into spaces.
Duncan Sands
2010-07-12
3
-4
/
+4
*
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-24
4
-41
/
+41
*
Save more temps with -save-temps.
Rafael Espindola
2010-06-21
1
-3
/
+7
*
Run dead type elimination after dead argument elimination.
Dan Gohman
2010-06-07
1
-1
/
+2
*
Use ->isVoidTy().
Dan Gohman
2010-06-07
3
-5
/
+4
*
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-05
1
-3
/
+1
*
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-04
1
-3
/
+1
*
Eliminate some unnessary Path::exists() calls.
Dan Gohman
2010-05-27
1
-2
/
+1
*
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
2010-05-24
3
-21
/
+40
*
Fix complete badness in bugpoint's IsARMArchitecture() function.
Jakob Stoklund Olesen
2010-05-13
1
-3
/
+2
*
Fix PR6951 by fixing Module leaks in bugpoint.
Jeffrey Yasskin
2010-05-11
1
-7
/
+7
*
Add command line option --gcc to bugpoint.
Kalle Raiskila
2010-05-10
3
-17
/
+30
*
The llc -f flag was removed.
Nick Lewycky
2010-04-29
2
-2
/
+1
*
Don't forget cmake!
Nick Lewycky
2010-04-14
1
-1
/
+0
*
Remove accidentally committed cruft.
Nick Lewycky
2010-04-14
1
-3
/
+0
*
Bugpoint no longer uses exceptions.
Nick Lewycky
2010-04-14
2
-4
/
+4
*
Boolify.
Benjamin Kramer
2010-04-12
1
-1
/
+1
*
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-12
10
-341
/
+463
*
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-04-10
3
-16
/
+6
*
Trim #includes.
Dan Gohman
2010-03-24
1
-1
/
+0
*
Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
Jeffrey Yasskin
2010-03-22
2
-0
/
+5
*
Bugpoint's default memory limit (100MB) was too low for valgrind, so
Jeffrey Yasskin
2010-03-19
4
-9
/
+25
*
add support for bugpointing the integrated assembler. Something like this
Chris Lattner
2010-03-16
3
-40
/
+66
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
2
-2
/
+2
*
Replace strcpy with memcpy when we have the length around anyway.
Benjamin Kramer
2010-01-28
1
-6
/
+2
*
remove obsolete comment.
Chris Lattner
2010-01-16
1
-5
/
+2
*
bugpoint doesn't need the mangler at all. DisambiguateGlobalSymbols
Chris Lattner
2010-01-16
1
-25
/
+5
*
switch liblto to use the new getNameWithPrefix() method instead of getMangled...
Chris Lattner
2010-01-16
1
-2
/
+2
*
Make bugpoint pass -load arguments to LLI. This lets one use bugpoint with
Duncan Sands
2009-11-17
1
-4
/
+5
*
Add compare_lower and equals_lower methods to StringRef. Switch all users of
Benjamin Kramer
2009-11-12
1
-3
/
+3
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
1
-2
/
+2
*
Remove the default value for ConstantStruct::get's isPacked parameter and
Nick Lewycky
2009-09-19
1
-2
/
+2
*
Add -output-prefix option to bugpoint (to change the default output name).
Daniel Dunbar
2009-09-07
4
-11
/
+23
*
Make bugpoint use ParseIRFile instead of doing the same thing manually.
Dan Gohman
2009-09-03
1
-12
/
+5
*
only print the override triple if it exists!
Chris Lattner
2009-08-31
1
-2
/
+3
*
Make LLVM command-line tools overwrite their output files without -f.
Dan Gohman
2009-08-25
3
-6
/
+4
*
prune the #includes in raw_ostream.h by moving a
Chris Lattner
2009-08-24
1
-0
/
+1
*
Prune #includes from llvm/Linker.h and llvm/System/Path.h,
Chris Lattner
2009-08-23
7
-56
/
+63
*
eliminate the ostream version of CheckBitcodeOutputToConsole,
Chris Lattner
2009-08-23
1
-0
/
+1
*
eliminate the std::ostream forms of the bitcode writing APIs.
Chris Lattner
2009-08-23
1
-15
/
+17
*
Change raw_fd_ostream to take flags as an optional bitmask
Chris Lattner
2009-08-23
1
-3
/
+2
*
Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.
Benjamin Kramer
2009-08-19
1
-7
/
+2
*
Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...
Benjamin Kramer
2009-08-19
1
-0
/
+5
*
Include valgrind in the steps to reproduce if valgrind was used to reproduce
Nick Lewycky
2009-08-18
1
-0
/
+1
*
Change bugpoint to use Triple to make runtime decisions.
Daniel Dunbar
2009-08-18
5
-36
/
+64
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
3
-18
/
+25
*
Make LLVMContext and LLVMContextImpl classes instead of structs.
Benjamin Kramer
2009-08-11
1
-1
/
+1
*
MSVC warning fixes; patch by Stein Roger!
Daniel Dunbar
2009-08-07
1
-1
/
+1
*
Privatize the StructType table, which unfortunately involves routing contexts...
Owen Anderson
2009-08-05
1
-1
/
+2
*
Use (void *)(intptr_t) to cast function addresses to void*
Dan Gohman
2009-08-05
1
-8
/
+4
[next]