Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
d0fde30ce850b78371fd1386338350591f9ff494
/
tools
/
bugpoint
/
BugDriver.h
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 21 years ago
fcb6ec0
I hate it when bugpoint is all ready to give me a bytecode file, then crashes
by Chris Lattner
· 21 years ago
417477d
Simplify the performFinalCleanups interface
by Chris Lattner
· 21 years ago
9432111
fix file headers
by Chris Lattner
· 21 years ago
7c0e022
Added copyright header to all C++ source files.
by John Criswell
· 21 years ago
9c6cfe1
Be more helpful if a pass fails while chasing down a miscompilation
by Chris Lattner
· 21 years ago
769f1fe
Change the execute methods to take the shared object filename by const reference.
by Chris Lattner
· 21 years ago
a0f5b15
The return value of compileSharedObject was never used. Return the shared
by Chris Lattner
· 21 years ago
47ae4a1
If we're debugging the SimplifyCFG pass, we _REALLY_ don't want to use it for
by Chris Lattner
· 21 years ago
587a6ce
Parameterize the performFinalCleanups a bit
by Chris Lattner
· 21 years ago
fe04db8
Added comment to function isExecutingJIT()
by Misha Brukman
· 21 years ago
91eabc1
BugDriver.h:
by Misha Brukman
· 21 years ago
a259c9b
Made a bunch of cleanups, as per Chris' recommendations:
by Misha Brukman
· 21 years ago
5073336
Major addition to bugpoint: ability to debug code generators (LLC and LLI).
by Misha Brukman
· 21 years ago
286921e
Speed up convergence significantly and also reduce the size of testcases by making large portions of a function's CFG dead at a time.
by Chris Lattner
· 22 years ago
44be257
Remove dead functions
by Chris Lattner
· 22 years ago
aae33f9
Use the list reducer to improve convergence speed and to support crashes that
by Chris Lattner
· 22 years ago
640f22e
Implement support for bugpoint to identify which FUNCTION an optimization
by Chris Lattner
· 22 years ago
ba386d9
* Reduce the number of useless bytecode files produced by bugpoint.
by Chris Lattner
· 22 years ago
6520785
Make bugpoint *much* more powerful, giving it the capability to delete instructions
by Chris Lattner
· 22 years ago
218e26e
Implement the start of the miscompilation detection stuff
by Chris Lattner
· 22 years ago
afade92
Initial checkin of bugpoint
by Chris Lattner
· 22 years ago