summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Cache the result of errs() and implement formatted logging.John McCall2010-07-29
* Add the llvm-diff tool, which performs a relatively naive structuralJohn McCall2010-07-29
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-29
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Instead of abusing swapProgramIn, just add a Module argument toRafael Espindola2010-07-28
* Clone and restore the module being reduced inRafael Espindola2010-07-26
* Revert unintended white space change.Rafael Espindola2010-07-24
* Fix a trivial use after free.Rafael Espindola2010-07-24
* Get rid of exceptions in llvmc.Mikhail Glushenkov2010-07-23
* there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner2010-07-20
* fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner2010-07-20
* Fix edis makefileDouglas Gregor2010-07-20
* fix DISABLE_EDISChris Lattner2010-07-20
* this logic is handled by tools/makefile.Chris Lattner2010-07-20
* edis needs to link in mcdisassembler.Chris Lattner2010-07-20
* update cmake.Chris Lattner2010-07-20
* edinfo doesn't need to be built here.Chris Lattner2010-07-20
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-20
* 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