aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2010-07-20Fix edis makefileDouglas Gregor
2010-07-20fix DISABLE_EDISChris Lattner
2010-07-20this logic is handled by tools/makefile.Chris Lattner
2010-07-20edis needs to link in mcdisassembler.Chris Lattner
2010-07-20update cmake.Chris Lattner
2010-07-20edinfo doesn't need to be built here.Chris Lattner
2010-07-20start straightening out libedis's dependencies and make it fitChris Lattner
2010-07-20Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson
2010-07-20Reapply r108794, a fix for the failing test from last time.Owen Anderson
2010-07-20Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar
2010-07-20Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson
2010-07-19llvmc: Add a new option type (switch_list).Mikhail Glushenkov
2010-07-19Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar
2010-07-19edis: Save the TargetMachine in the EDDisassembler object.Daniel Dunbar
2010-07-18MC: Move several clients to using AsmParser constructor function.Daniel Dunbar
2010-07-18llvm-mc: Fix llvm-mc -as-lex.Daniel Dunbar
2010-07-17Fix what seems like a clear buffer overflow, noticed by cppcheck.Duncan Sands
2010-07-16Make llvm-bcanalyzer print out the full enum name for all metadataDan Gohman
2010-07-16build/Darwin: Add an LLVM_LTO_VERSION_OFFSET make variable to allow offsettingDaniel Dunbar
2010-07-14Remove some broken code to check the DISABLE_EDIS flag (edis is now in theBob Wilson
2010-07-12Convert some tab stops into spaces.Duncan Sands
2010-07-01Implement the "linker_private_weak" linkage type. This will be used forBill Wendling
2010-07-01MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar
2010-07-01Preserve debug info for only extracted symbols.Devang Patel
2010-07-01Make -filelist work with -linker=c++.Mikhail Glushenkov
2010-06-29Revert r107205 and r107207.Bill Wendling
2010-06-29Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling
2010-06-29Remove variables that are written by not read.Duncan Sands
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-23Add an extra-library-path option to the plugin. This is used to supportRafael Espindola
2010-06-21add_input_file and add_input_library now take const arguments, remove theRafael Espindola
2010-06-21Save more temps with -save-temps.Rafael Espindola
2010-06-18Add a pass-through option to the plugin. The use case for this option is toRafael Espindola
2010-06-14Don't produce output only if *all* files are unused.Rafael Espindola
2010-06-11llvm-mc: Don't set NO_INSTALL on llvm-mc.Daniel Dunbar
2010-06-09Change another reference to the "indirect callgraph node" toDuncan Sands
2010-06-09Output "external node" rather than "Indirect CallGraph node" when printingDuncan Sands
2010-06-07Plug a leak in the non-error case by removing one level of indirection.Nick Lewycky
2010-06-07Run dead type elimination after dead argument elimination.Dan Gohman
2010-06-07Use ->isVoidTy().Dan Gohman
2010-06-07Misc cleanups to the gold plugin.Rafael Espindola
2010-06-05No need to special-case structs here; structs are first-class now.Dan Gohman
2010-06-04No need to special-case structs here; structs are first-class now.Dan Gohman
2010-06-03Add a emit-llvm option to the plugin and make the path argument to also-emit-...Rafael Espindola
2010-06-03Perfer !string.empty() over string != "".Nick Lewycky
2010-06-03Whitespace cleanup.Nick Lewycky
2010-06-03Don't preserve all symbols in a .so and instead trust gold to know what isRafael Espindola
2010-05-27Eliminate some unnessary Path::exists() calls.Dan Gohman
2010-05-27When handling raw_ostream errors manually, use clear_error() so thatDan Gohman
2010-05-27Don't special-case stdout in llvm::WriteBitcodeToFile; just considerDan Gohman