summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* To simplify the upcoming context-on-type change, switch all command line tool...Owen Anderson2009-07-15
* Reapply TargetRegistry refactoring commits.Daniel Dunbar2009-07-15
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-15
* Migrate llc and the JIT to using the TargetRegistry for lookups.Daniel Dunbar2009-07-15
* Switch some obvious clients to using the new TargetRegistry.Daniel Dunbar2009-07-15
* Teach Makefiles & CMake to link in the <TARGET>Info library when linking theDaniel Dunbar2009-07-15
* eliminate the Mangler::PreserveAsmNames bit, the sole client of thisChris Lattner2009-07-15
* control reaches end of non-void function.Evan Cheng2009-07-14
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-14
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-14
* Have asm printers use formatted_raw_ostream directly to avoid aDavid Greene2009-07-14
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-14
* Reapply my previous asmprinter changes now with more testing and two Chris Lattner2009-07-14
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-14
* Revert r7561{9,8,7,6}, which depend on r75610. Daniel Dunbar2009-07-14
* Move main llvm-prof functionality into a ModulePass.Daniel Dunbar2009-07-14
* rename getValueName -> getMangledNameChris Lattner2009-07-14
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-13
* #include "llvm/Assembly/Writer.h" to get the declaration for WriteAsOperand.Dan Gohman2009-07-13
* Fix the build.Owen Anderson2009-07-13
* As Chris pointed out, this doesn't actually need an LLVMContext to operate.Owen Anderson2009-07-13
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-13
* Added a fixme for platform specific GetDirSeparator().Sanjiv Gupta2009-07-13
* allow mcc16 users to specify --save-temps even though it is hidden by mcc16.Sanjiv Gupta2009-07-13
* Begin the painful process of tearing apart the rat'ss nest that is Constants....Owen Anderson2009-07-13
* Match declaration to definition.Daniel Dunbar2009-07-12
* silence vc++ warning.Chris Lattner2009-07-11
* Fix unused function warning.Daniel Dunbar2009-07-11
* Update documentation.Mikhail Glushenkov2009-07-11
* Erase the temp dir before starting.Sanjiv Gupta2009-07-11
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-10
* Support remote execute for ARM.David Goodwin2009-07-10
* Add a --with-oprofile flag to configure, which uses OProfile's agentJeffrey Yasskin2009-07-10
* Link std.lib (.bc code) with llvm-ld.Sanjiv Gupta2009-07-10
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-09
* Documentation update.Mikhail Glushenkov2009-07-09
* We don't need to set SaveTemps here.Mikhail Glushenkov2009-07-09
* Adjust comment.Mikhail Glushenkov2009-07-09
* By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc...Sanjiv Gupta2009-07-09
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-09
* Added few more options to individual tools.Sanjiv Gupta2009-07-09
* Return dir separator as per platform.Sanjiv Gupta2009-07-09
* Don't create undefined symbols for aliases.Nick Lewycky2009-07-09
* Switch GlobalVariable ctors to a sane API, where *either* a context or a modu...Owen Anderson2009-07-08
* Push LLVMContext through GlobalVariables and IRBuilder.Owen Anderson2009-07-08
* Fix http://llvm.org/PR4481: Make llvm-config print the right include paths whenJeffrey Yasskin2009-07-07