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
/
CrashDebugger.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...
Owen Anderson
2009-07-31
1
-2
/
+1
*
Convert more tools code from cerr and cout to errs() and outs().
Dan Gohman
2009-07-16
1
-30
/
+28
*
Use errs() instead of std::cerr.
Dan Gohman
2009-07-15
1
-5
/
+6
*
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-13
1
-1
/
+2
*
Add a pointer to the owning LLVMContext to Module. This requires threading L...
Owen Anderson
2009-07-01
1
-1
/
+1
*
Fix the crash debugger to actually bisect globals once it's determined that it
Nick Lewycky
2009-05-25
1
-1
/
+1
*
Add a bisection step on the list of instructions before doing the linear
Nick Lewycky
2009-05-25
1
-0
/
+92
*
Make bugpoint emit a bugpoint-reduced-blocks.bc, because bugpoint itself
Edwin Török
2009-05-24
1
-0
/
+3
*
Add -disable-global-remove option to bugpoint.
Edwin Török
2009-05-24
1
-1
/
+6
*
CloneModule stores the BasicBlock mapping in ValueMap. There's no need to
Nick Lewycky
2009-04-04
1
-17
/
+6
*
Use CloneModule's ValueMap to avoid needing to look up
Dan Gohman
2009-03-06
1
-5
/
+4
*
Fix a bugpoint bug on anonymous functions. Instead of looking up
Dan Gohman
2009-03-05
1
-2
/
+4
*
Improve bugpoint output a bit by outputting the actual instructions instead of
Matthijs Kooijman
2008-07-29
1
-2
/
+1
*
several multiple-retval fixes for bugpoint.
Chris Lattner
2008-04-28
1
-10
/
+9
*
Remove tabs. Patch by Mike Stump!
Bill Wendling
2008-04-07
1
-2
/
+2
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-2
/
+2
*
With debug info, there are nameless constant global values. do not crash whe...
Andrew Lenharth
2008-03-24
1
-2
/
+3
*
remove attributions from tools.
Chris Lattner
2007-12-29
1
-2
/
+2
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+559