summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola2010-06-03
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-27
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-27
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-27
* Don't create an output stream when output is disabled.Dan Gohman2010-05-27
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-27
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-24
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-23
* Currently, createMachOStreamer() is invoked directly in llvm-mc whichMatt Fleming2010-05-21
* Remove dead option.Daniel Dunbar2010-05-21
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-16
* Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman2010-05-14
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-13
* Add an also-emit-llvm option to the gold plugin.Rafael Espindola2010-05-13
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-11
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-11
* Extended the edis "IsBranch" property to callSean Callanan2010-05-11
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-11
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-10
* don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090)Chris Lattner2010-05-07
* make -filetype=obj default to emitting its output to foo.obj Chris Lattner2010-05-06
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-05
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-02
* The llc -f flag was removed.Nick Lewycky2010-04-29
* llc no longer requires the -f option to overwrite files.Dan Gohman2010-04-29
* Remove dead option.Daniel Dunbar2010-04-29
* r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling2010-04-27
* Fixed edis to tokenize instructions with noSean Callanan2010-04-24
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-23
* Fixed EDOperand to use the operand type, not theSean Callanan2010-04-23
* Support .a files directly (without -l).Mikhail Glushenkov2010-04-19
* Fix more -Wcast-qual warnings.Dan Gohman2010-04-17
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-16
* Revert r64616 which worked around http://gcc.gnu.org/PR42757 , we just didn'tNick Lewycky2010-04-16
* Create an exports file, so that the plugin only exports the onload symbol.Dan Gohman2010-04-16
* Make things static that don't need to be referenced from outside the file.Dan Gohman2010-04-16
* Make the export files absolute paths, and change Makefile.rulesDan Gohman2010-04-15
* Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work withDan Gohman2010-04-15
* Simplify ".bc" detection.Benjamin Kramer2010-04-15
* Remove unnecessary uses of <iostream>.Daniel Dunbar2010-04-15
* fix a crash on "lli ex" or any other file whose name is exactly twoChris Lattner2010-04-15
* Don't forget cmake!Nick Lewycky2010-04-14
* Remove accidentally committed cruft.Nick Lewycky2010-04-14
* Bugpoint no longer uses exceptions.Nick Lewycky2010-04-14
* Unbreak CMake build by improving the EnhancedDisassembly makefile aDouglas Gregor2010-04-13
* Fixed a nasty layering violation in the edis sourceSean Callanan2010-04-13
* Add CMake support for 'edis'.Ted Kremenek2010-04-13
* Make the disassembler respect the assembler dialect when printing instructions,Chris Lattner2010-04-13
* Build system fix to make llvm-mc properly buildSean Callanan2010-04-12
* Build system fixes. llvm-mc depends onSean Callanan2010-04-12