summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Initial support for the CMake build system.Oscar Fuentes2008-09-22
* Turn on the AddReadAttrs pass.Duncan Sands2008-09-19
* Teach -callgraph to always print the callgraph (as theDuncan Sands2008-09-19
* Fix comments, help messages.Devang Patel2008-09-17
* Fix cut-n-pasto.Devang Patel2008-09-17
* Add -O1, -O2 and -O3 that matches llvm-gcc's -O1, -O2 and -O3 respectively.Devang Patel2008-09-16
* End of the GlobalsModRef experiment.Duncan Sands2008-09-15
* Give GlobalsModRef a whirl in the nightly testers.Duncan Sands2008-09-12
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-09
* Backout 55429Devang Patel2008-08-27
* Add facility to create a target.Devang Patel2008-08-27
* Switch the asmprinter (.ll) and all the stuff it requires over toChris Lattner2008-08-23
* Don't silently ignore errors when opening output streams.Dan Gohman2008-08-21
* Use raw_ostream throughout the AsmPrinter.Owen Anderson2008-08-21
* Link GC metadata printers by default to llcAnton Korobeynikov2008-08-17
* Move X86 assembler printers into separate directory. This allows JIT-only use...Anton Korobeynikov2008-08-17
* Remove GCSE, ValueNumbering, and LoadValueNumbering. These have been depreca...Owen Anderson2008-08-15
* Add -fast command line option to lli. It enables fast codegen path.Evan Cheng2008-08-08
* Improve bugpoint output a bit by outputting the actual instructions instead ofMatthijs Kooijman2008-07-29
* Identify llvm bit-code file that is causing linking failure in LTO mode.Devang Patel2008-07-24
* Quit early, if unable to reproduce error using original input files.Devang Patel2008-07-22
* Remove temp. files in the end.Devang Patel2008-07-22
* Remove more tabs.Bill Wendling2008-07-22
* Provide llvm bitcode file to native object file interface.Devang Patel2008-07-21
* tentative definitions are default visibilityNick Kledzik2008-07-19
* typo.Devang Patel2008-07-18
* If all linker input files are native object files then lto-bugpoint is not us...Devang Patel2008-07-18
* Start writing lto-bugpoint tool.Devang Patel2008-07-18
* Name string length is end position marker - begin position marker.Devang Patel2008-07-16
* Do not forget global definitions from inline asm code block.Devang Patel2008-07-16
* LinkOnce definitions have default scope, like weak definitions. Otherwise, th...Devang Patel2008-07-15
* Goodbye tail duplication (for good this time).Evan Cheng2008-07-14
* Reformat this message to fit in 80 cols.Dan Gohman2008-07-14
* Fix comment.Duncan Sands2008-07-13
* Fix PR2231 - opt -internalize -std-compile-opts should run internalize firstChris Lattner2008-07-13
* fix dangling pointer and argv off by one errors. Add support for --disable-i...Nick Kledzik2008-07-08
* Global variables beginning with \01 have special meaning on Darwin, so we nee...Owen Anderson2008-07-08
* add _lto_codegen_debug_options so that linker can use itNick Kledzik2008-07-07
* Provide a hook to set the code generation debug options to investigate lto f...Devang Patel2008-07-03
* Use ADCE instead of just DCE. ADCE will better clean up after jump threading,Owen Anderson2008-07-02
* Rename new lto2 tool as lto.Devang Patel2008-06-30
* Remove old LTO interface.Devang Patel2008-06-30
* Move dominator info printer into tool/opt/GraphPrinters.cppDevang Patel2008-06-30
* Since we are using GCC to assemble the program, make sure the assembly syntax...Argyrios Kyrtzidis2008-06-27
* jump threading can introduce allocas, make sure we promote Chris Lattner2008-06-25
* run mem2reg after the second jump threading pass in llvm-ld.Chris Lattner2008-06-25
* remove some dead options.Chris Lattner2008-06-25
* Fix some warnings reported by gcc-4.3. HopefullyDuncan Sands2008-06-19
* Refactor the way to get a string containing the features of the target.Bill Wendling2008-06-18
* If compiling for PPC on an i386 box, the LTO wouldn't get the altivec (andBill Wendling2008-06-18