summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Preserve debug info for only extracted symbols.Devang Patel2010-07-01
* Make -filelist work with -linker=c++.Mikhail Glushenkov2010-07-01
* Revert r107205 and r107207.Bill Wendling2010-06-29
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-29
* Remove variables that are written by not read.Duncan Sands2010-06-29
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Add an extra-library-path option to the plugin. This is used to supportRafael Espindola2010-06-23
* add_input_file and add_input_library now take const arguments, remove theRafael Espindola2010-06-21
* Save more temps with -save-temps.Rafael Espindola2010-06-21
* Add a pass-through option to the plugin. The use case for this option is toRafael Espindola2010-06-18
* Don't produce output only if *all* files are unused.Rafael Espindola2010-06-14
* llvm-mc: Don't set NO_INSTALL on llvm-mc.Daniel Dunbar2010-06-11
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-09
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-09
* Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky2010-06-07
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-07
* Use ->isVoidTy().Dan Gohman2010-06-07
* Misc cleanups to the gold plugin.Rafael Espindola2010-06-07
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-05
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-04
* Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola2010-06-03
* Perfer !string.empty() over string != "".Nick Lewycky2010-06-03
* Whitespace cleanup.Nick Lewycky2010-06-03
* 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