summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-19
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-19
* edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar2010-07-19
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-18
* llvm-mc: Fix llvm-mc -as-lex.Daniel Dunbar2010-07-18
* Fix what seems like a clear buffer overflow, noticed by cppcheck.Duncan Sands2010-07-17
* Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman2010-07-16
* build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar2010-07-16
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-14
* Convert some tab stops into spaces.Duncan Sands2010-07-12
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-01
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-01
* 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