summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Don't register stdout to be deleted on a signal.Dan Gohman2010-08-18
* Remove an unused command-line option.Dan Gohman2010-08-18
* This patch enables ENABLE_SHARED=1 to build DLL based LLVM toolchain on MingW...Anton Korobeynikov2010-08-17
* CMake: Improved COMMENT on a custom commandOscar Fuentes2010-08-15
* Update tests.Mikhail Glushenkov2010-08-15
* llvmc: remove dynamic plugins.Mikhail Glushenkov2010-08-15
* llvm-mc: Add -show-inst-operands, for dumping the parsed instruction represen...Daniel Dunbar2010-08-11
* Make it possible to set the cpu used for codegen.Rafael Espindola2010-08-11
* lto: Fix an inverted conditional which prevented the addition of symbols scrapedDaniel Dunbar2010-08-11
* lto: Fix gratuitous memory leaks.Daniel Dunbar2010-08-11
* lto: Reduce nesting.Daniel Dunbar2010-08-10
* LTOModule.cpp: Fix numerous style issues.Daniel Dunbar2010-08-10
* Make it possible to set the flags passed to the assembler.Rafael Espindola2010-08-10
* Fix silly bug.Rafael Espindola2010-08-10
* Use RunPassesOn as in the rest of bugpoint.Rafael Espindola2010-08-10
* Make it possible to set the target triple and expose that with an option in theRafael Espindola2010-08-09
* Don't try to build a plugin on windows.Rafael Espindola2010-08-09
* llc: Fix help typo as pointed out by Nick Lewycky.Michael J. Spencer2010-08-08
* Add a opt-args option that can be used to pass arguments to every optRafael Espindola2010-08-08
* s/libLLVMgold/LLVMgold/gRafael Espindola2010-08-08
* Most of bugpoint now only needs to know the pass names.Rafael Espindola2010-08-08
* Try to fix cmake build.Rafael Espindola2010-08-08
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-07
* Another missing file :-(Rafael Espindola2010-08-07
* Add missing file.Rafael Espindola2010-08-07
* Move the bugpoint test passes to a plugin in preparation for having bugpointRafael Espindola2010-08-07
* llc: Clarify -mc-relax-all description.Michael J. Spencer2010-08-06
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Revert bugpoint change due to buildbot breakage.Bob Wilson2010-08-05
* Run opt instead of bugpoint itself.Rafael Espindola2010-08-05
* Add const to compileProgram and to the various test functions in CrashDebugger.Rafael Espindola2010-08-05
* Add a Module argument to the remaining runPasses methods and mark getContextRafael Espindola2010-08-05
* Make EmitProgressBitcode const and add a Module argument to runPasses. UseRafael Espindola2010-08-05
* build: Don't pass -avoid-version or -no-undefined on Darwin, they don't doDaniel Dunbar2010-07-31
* llc: Add -mc-relax-all.Michael J. Spencer2010-07-31
* Add const to some methods and change TestMergedProgram to return the mergedRafael Espindola2010-07-31
* The BlockExtractorPass() constructor was not reading the BlockFile and that wasRafael Espindola2010-07-31
* Add a Program argument to diffProgram to avoid a use of swapProgramIn.Rafael Espindola2010-07-30
* Do not pass a copy of the value map, pass a reference to it.Duncan Sands2010-07-30
* Transcribe IRC to svn. Also don't print basic block names twice if they match.John McCall2010-07-29
* Make the header self-contained and follow #include guidelines.John McCall2010-07-29
* Switch to using the LLVM CommandLine library so that our helpJohn McCall2010-07-29
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-29
* Make the test while reducing blocks functional. This avoids accessing freedRafael Espindola2010-07-29
* Centralize the logic to permanently unify two instructions and make sureJohn McCall2010-07-29
* Diagnose non-structural differences in the case where blocks wereJohn McCall2010-07-29
* When unifying instructions during a block diff, actually complain aboutJohn McCall2010-07-29
* Somehow I was getting reasonable results for the test cases I was interestedJohn McCall2010-07-29