aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-11-30Remove ShortNames from getNodeLabel in DOTGraphTraitsTobias Grosser
2009-11-30Instantiate DefaultDOTGraphTraitsTobias Grosser
2009-11-25Rollback changes r89516: Added two SubtargetFeatures::AddFeatures methods, wh...Viktor Kutuzov
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-11-21Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separa...Viktor Kutuzov
2009-11-19Make example/Hello compile again.Mikhail Glushenkov
2009-11-18Added getDefaultSubtargetFeatures method to SubtargetFeatures class which ret...Viktor Kutuzov
2009-11-17Added getArchNameForAssembler method to the Triple class for which returns OS...Viktor Kutuzov
2009-11-17Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands
2009-11-12Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer
2009-11-07Stop running get_target_triple more than we need to.Daniel Dunbar
2009-11-03Make opt default to not adding a target data string and update tests that dep...Kenneth Uildriks
2009-11-01Line this up as well.Nick Lewycky
2009-11-01Fix whitespace.Nick Lewycky
2009-11-01Reverting 85714, 85715, 85716, which are breaking the buildDouglas Gregor
2009-11-01Remove the #include of Pass.h from PassManager.h. This breaks a significantDan Gohman
2009-10-28Fix to pass options from Gold plugin to LTO codegenViktor Kutuzov
2009-10-27Revert the API changes from r85295 to make it easier for people to buildJeffrey Yasskin
2009-10-27Change the JIT to compile eagerly by default as agreed inJeffrey Yasskin
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-10-25Document OptionPreprocessor.Mikhail Glushenkov
2009-10-22Include config.h in order to have HAVE_STDINT_H be defined.Duncan Sands
2009-10-22llvm-ld doesn't throw.Chris Lattner
2009-10-22this doesn't use EH either.Chris Lattner
2009-10-22nothing opt uses can throw, remove the try block and -fexceptions whenChris Lattner
2009-10-22Add some command line options for twiddling the default data layoutChris Lattner
2009-10-21Added more options to mcc16 driver.Sanjiv Gupta
2009-10-21Clarify documentation on multi_val options.Mikhail Glushenkov
2009-10-21Delete the MacOSJITEventListener per echristo's request. It was disabled byJeffrey Yasskin
2009-10-17First draft of the OptionPreprocessor.Mikhail Glushenkov
2009-10-17-O[0-3] options should be also forwarded to opt and llc.Mikhail Glushenkov
2009-10-17llvm-as: Simplify, and don't create empty output files with -disable-output.Daniel Dunbar
2009-10-16Add a CodeGenOpt::Less level to match -O1. It'll be used by clients which do ...Evan Cheng
2009-10-16MC: Remove unneeded context argument to MCExpr::Evaluate*.Daniel Dunbar
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar
2009-10-14There seems to be no reason for opt's -S option to be hidden.Duncan Sands
2009-10-11Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel!Nick Lewycky
2009-10-09Slight rewording.Mikhail Glushenkov
2009-10-09Use llvm-as only for compiling .ll -> .bc.Mikhail Glushenkov
2009-10-08Unbreak the build.Mikhail Glushenkov
2009-10-08Make the Base plugin understand -MF and -MT.Mikhail Glushenkov
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-10-05remove llvm-db: it is completely broken and if anyone wants to do a debugger,Chris Lattner
2009-10-04CMake: remove .so file extension from library names when buildingOscar Fuentes
2009-09-28Add a way to query the number of input files.Mikhail Glushenkov
2009-09-28Document the 'not' combinator.Mikhail Glushenkov
2009-09-27add a new DirectiveMap stringmap, which allows more efficient dispatchingChris Lattner
2009-09-27avoid copying MCAsmInfo by value, add an (extremely low prio) fixme.Chris Lattner
2009-09-25Make llvm-bcanalyzer percentages more readable.Daniel Dunbar