summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error messageChris Lattner2004-02-13
* Add support for -march=cChris Lattner2004-02-13
* Change how we create the cwriter, and add a buttload of libraries that it nowChris Lattner2004-02-13
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-11
* Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner2004-02-11
* Fix indentation of selectiondag.Brian Gaeke2004-02-08
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-08
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-02
* Link in the PowerPC back-end.Brian Gaeke2004-02-02
* Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner2004-02-01
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-26
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-14
* finegrainify namespacificationChris Lattner2004-01-14
* Remove standard C header wrappersChris Lattner2004-01-10
* Remove wrappers around std c filesChris Lattner2004-01-10
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-06
* * Implement set/show argsChris Lattner2004-01-06
* implement the "null command" which repeats the last commandChris Lattner2004-01-06
* /me slaps headChris Lattner2004-01-05
* Add new directoryChris Lattner2004-01-05
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-05
* Remove some pointless #includesChris Lattner2003-12-30
* Use getFileSize() instead of sys/stat.h directlyChris Lattner2003-12-30
* Use new getFileSize function. Eliminate some using directives. Reorder #inc...Chris Lattner2003-12-30
* Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner2003-12-30
* Pass extra arguments around n stuphChris Lattner2003-12-28
* Factor out code to ExecutionEngineChris Lattner2003-12-26
* Simplify codeChris Lattner2003-12-26
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-26
* update commentChris Lattner2003-12-26
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-23
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-23
* Rename methodChris Lattner2003-12-23
* There is no reason to add -load support to LLCChris Lattner2003-12-15
* Finegrainify namespacificationChris Lattner2003-12-14
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-12
* Run tailcall elimination in a more logical placeChris Lattner2003-12-11
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-10
* Added the -h option for compatibility with other linkers.John Criswell2003-12-09
* Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner2003-12-07
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-07
* It is now after pldi. This issue has been fixed, so remove the hackChris Lattner2003-12-07
* New command line parsing. This isn't as perfect as I would have liked. The Co...Tanya Lattner2003-12-06
* be 3.4 happyChris Lattner2003-11-29
* Fix compatibility with gcc 3.4Chris Lattner2003-11-29
* The function resolving pass must be run, even if -disable-opt is specifiedChris Lattner2003-11-28
* * The return value of LinkLibraries is ignored, so remove it.Chris Lattner2003-11-28
* I'm gonna be picky and say we don't really need that trailing slash "lib/"Misha Brukman2003-11-24
* Make sure we ONLY add a `-load' switch to the JIT command line if the file isMisha Brukman2003-11-24