aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-1/+2
* Remove variables that are written by not read.Duncan Sands2010-06-291-6/+0
* Use ValueMap instead of DenseMap.Devang Patel2010-06-244-41/+41
* Add an extra-library-path option to the plugin. This is used to supportRafael Espindola2010-06-231-0/+13
* add_input_file and add_input_library now take const arguments, remove theRafael Espindola2010-06-211-2/+2
* Save more temps with -save-temps.Rafael Espindola2010-06-211-3/+7
* Add a pass-through option to the plugin. The use case for this option is toRafael Espindola2010-06-181-0/+26
* Don't produce output only if *all* files are unused.Rafael Espindola2010-06-141-7/+7
* llvm-mc: Don't set NO_INSTALL on llvm-mc.Daniel Dunbar2010-06-111-1/+0
* Change another reference to the "indirect callgraph node" toDuncan Sands2010-06-091-1/+1
* Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands2010-06-091-1/+1
* Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky2010-06-071-6/+4
* Run dead type elimination after dead argument elimination.Dan Gohman2010-06-071-1/+2
* Use ->isVoidTy().Dan Gohman2010-06-073-5/+4
* Misc cleanups to the gold plugin.Rafael Espindola2010-06-071-15/+16
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-051-3/+1
* No need to special-case structs here; structs are first-class now.Dan Gohman2010-06-041-3/+1
* Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola2010-06-031-2/+23
* Perfer !string.empty() over string != "".Nick Lewycky2010-06-031-2/+2
* Whitespace cleanup.Nick Lewycky2010-06-031-5/+5
* Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola2010-06-031-12/+10
* Eliminate some unnessary Path::exists() calls.Dan Gohman2010-05-273-19/+10
* When handling raw_ostream errors manually, use clear_error() so thatDan Gohman2010-05-271-1/+3
* Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman2010-05-271-2/+6
* Don't create an output stream when output is disabled.Dan Gohman2010-05-271-19/+21
* Avoid calling outs() and fouts() when the stream isn't really needed.Dan Gohman2010-05-273-10/+15
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-243-21/+40
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-0/+7
* Currently, createMachOStreamer() is invoked directly in llvm-mc whichMatt Fleming2010-05-211-1/+2
* Remove dead option.Daniel Dunbar2010-05-211-3/+0
* Avoid renaming loadable modules at install time. Now the gold plugin is namedRafael Espindola2010-05-161-1/+1
* Use regular PassManager instead of FunctionPassManager in opt, since itDan Gohman2010-05-141-12/+8
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-131-3/+2
* Add an also-emit-llvm option to the gold plugin.Rafael Espindola2010-05-131-0/+14
* Fix PR6951 by fixing Module leaks in bugpoint.Jeffrey Yasskin2010-05-111-7/+7
* Remove the "WantsWholeFile" concept, as it's no longer needed. CBEDan Gohman2010-05-111-67/+26
* Extended the edis "IsBranch" property to callSean Callanan2010-05-112-1/+8
* The getDefaultSubtargetFeatures method of SubtargetFeature did actually return aBill Wendling2010-05-112-4/+6
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-103-17/+30
* don't pass -f to llc, it doesn't have it anymore. Patch by Kevin Fan (PR7090)Chris Lattner2010-05-071-2/+0
* make -filetype=obj default to emitting its output to foo.obj Chris Lattner2010-05-061-3/+8
* Fixed a sign-extension bug in the X86 disassemblerSean Callanan2010-05-051-0/+2
* Remove the -enable-sjlj-eh option, which doesn't do anything.Duncan Sands2010-05-021-14/+0
* The llc -f flag was removed.Nick Lewycky2010-04-292-2/+1
* llc no longer requires the -f option to overwrite files.Dan Gohman2010-04-291-1/+1
* Remove dead option.Daniel Dunbar2010-04-291-3/+0
* r98363 deleted a '!' when cleaning up whitespace. This caused globals which areBill Wendling2010-04-271-1/+1
* Fixed edis to tokenize instructions with noSean Callanan2010-04-241-3/+5
* Fixes to edis that mark x86 call targets asSean Callanan2010-04-231-0/+3
* Fixed EDOperand to use the operand type, not theSean Callanan2010-04-231-1/+3