aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* there is now no reason to link in TARGETS_TO_BUILD since we listChris Lattner2010-07-201-1/+1
* fix edis to only try to link in the x86 parts if the x86 backend isChris Lattner2010-07-201-1/+11
* Fix edis makefileDouglas Gregor2010-07-201-0/+1
* fix DISABLE_EDISChris Lattner2010-07-201-2/+2
* this logic is handled by tools/makefile.Chris Lattner2010-07-201-9/+2
* edis needs to link in mcdisassembler.Chris Lattner2010-07-201-1/+1
* update cmake.Chris Lattner2010-07-201-13/+0
* edinfo doesn't need to be built here.Chris Lattner2010-07-202-9/+0
* start straightening out libedis's dependencies and make it fitChris Lattner2010-07-2013-1930/+146
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-208-37/+34
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-208-34/+37
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-208-37/+34
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-208-34/+37
* llvmc: Add a new option type (switch_list).Mikhail Glushenkov2010-07-191-1/+8
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-192-2/+3
* edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar2010-07-192-5/+7
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-182-10/+12
* llvm-mc: Fix llvm-mc -as-lex.Daniel Dunbar2010-07-181-2/+2
* Fix what seems like a clear buffer overflow, noticed by cppcheck.Duncan Sands2010-07-171-2/+2
* Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman2010-07-161-4/+4
* build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar2010-07-161-1/+9
* Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson2010-07-142-5/+2
* Convert some tab stops into spaces.Duncan Sands2010-07-124-5/+5
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-1/+2
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-012-2/+2
* Preserve debug info for only extracted symbols.Devang Patel2010-07-011-0/+1
* Make -filelist work with -linker=c++.Mikhail Glushenkov2010-07-011-4/+8
* Revert r107205 and r107207.Bill Wendling2010-06-291-2/+1
* 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