index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
bugpoint
Age
Commit message (
Expand
)
Author
2010-08-20
Convert tools to use tool_output_file, and introduce error
Dan Gohman
2010-08-10
Use RunPassesOn as in the rest of bugpoint.
Rafael Espindola
2010-08-08
Add a opt-args option that can be used to pass arguments to every opt
Rafael Espindola
2010-08-08
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
Try to fix cmake build.
Rafael Espindola
2010-08-07
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
Revert bugpoint change due to buildbot breakage.
Bob Wilson
2010-08-05
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-05
Add const to compileProgram and to the various test functions in CrashDebugger.
Rafael Espindola
2010-08-05
Add a Module argument to the remaining runPasses methods and mark getContext
Rafael Espindola
2010-08-05
Make EmitProgressBitcode const and add a Module argument to runPasses. Use
Rafael Espindola
2010-07-31
Add const to some methods and change TestMergedProgram to return the merged
Rafael Espindola
2010-07-31
The BlockExtractorPass() constructor was not reading the BlockFile and that was
Rafael Espindola
2010-07-30
Add a Program argument to diffProgram to avoid a use of swapProgramIn.
Rafael Espindola
2010-07-30
Do not pass a copy of the value map, pass a reference to it.
Duncan Sands
2010-07-29
Make the test while reducing blocks functional. This avoids accessing freed
Rafael Espindola
2010-07-29
Use the right gcc tool args for IsARMArchitecture.
Jakob Stoklund Olesen
2010-07-28
Instead of abusing swapProgramIn, just add a Module argument to
Rafael Espindola
2010-07-26
Clone and restore the module being reduced in
Rafael Espindola
2010-07-24
Revert unintended white space change.
Rafael Espindola
2010-07-24
Fix a trivial use after free.
Rafael Espindola
2010-07-20
Speculatively revert r108813, in an attempt to get the self-host buildbots wo...
Owen Anderson
2010-07-20
Reapply r108794, a fix for the failing test from last time.
Owen Anderson
2010-07-20
Revert r108794, "Separate PassInfo into two classes: a constructor-free
Daniel Dunbar
2010-07-20
Separate PassInfo into two classes: a constructor-free superclass (StaticPass...
Owen Anderson
2010-07-12
Convert some tab stops into spaces.
Duncan Sands
2010-06-24
Use ValueMap instead of DenseMap.
Devang Patel
2010-06-21
Save more temps with -save-temps.
Rafael Espindola
2010-06-07
Run dead type elimination after dead argument elimination.
Dan Gohman
2010-06-07
Use ->isVoidTy().
Dan Gohman
2010-06-05
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-06-04
No need to special-case structs here; structs are first-class now.
Dan Gohman
2010-05-27
Eliminate some unnessary Path::exists() calls.
Dan Gohman
2010-05-24
Apply timeouts and memory limits in more places. In particular, when
Duncan Sands
2010-05-13
Fix complete badness in bugpoint's IsARMArchitecture() function.
Jakob Stoklund Olesen
2010-05-11
Fix PR6951 by fixing Module leaks in bugpoint.
Jeffrey Yasskin
2010-05-10
Add command line option --gcc to bugpoint.
Kalle Raiskila
2010-04-29
The llc -f flag was removed.
Nick Lewycky
2010-04-14
Don't forget cmake!
Nick Lewycky
2010-04-14
Remove accidentally committed cruft.
Nick Lewycky
2010-04-14
Bugpoint no longer uses exceptions.
Nick Lewycky
2010-04-12
Boolify.
Benjamin Kramer
2010-04-12
Remove use of exceptions from bugpoint. No deliberate functionality change!
Nick Lewycky
2010-04-10
Remove dead argument and clean whitespace. No functionality change.
Nick Lewycky
2010-03-24
Trim #includes.
Dan Gohman
2010-03-22
Free all Constants in ~LLVMConstantImpl. We avoid assertion failures
Jeffrey Yasskin
[prev]
[next]