aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* The CBE is now in llc, not llvm-disChris Lattner2004-02-171-1/+1
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-171-11/+11
* The CBE is no longer in llvm-disChris Lattner2004-02-171-2/+2
* When the user runs 'llc foo.bc -march=c', write the output to "foo.cbe.c", notChris Lattner2004-02-151-1/+5
* Break a line that's over 80cols into two.Misha Brukman2004-02-131-1/+2
* Do not advertise our -c option anymoreChris Lattner2004-02-131-1/+2
* Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error messageChris Lattner2004-02-132-18/+9
* Add support for -march=cChris Lattner2004-02-132-7/+14
* Change how we create the cwriter, and add a buttload of libraries that it nowChris Lattner2004-02-132-2/+2
* Add check-exit-code option, defaulting to true.Brian Gaeke2004-02-112-9/+36
* Factor profile information loading OUT of llvm-prof into libanalysisChris Lattner2004-02-114-246/+3
* Fix indentation of selectiondag.Brian Gaeke2004-02-081-1/+1
* Minor change to breakpoint (lack of) supportChris Lattner2004-02-081-1/+5
* Add a -march=powerpc option. Automatically select it if this looks like aBrian Gaeke2004-02-021-1/+10
* Link in the PowerPC back-end.Brian Gaeke2004-02-021-0/+1
* Now that tailduplication does not bork SSA form, run mem2reg earlier in gccas.Chris Lattner2004-02-011-2/+4
* Fixed PR#197. The libcrtend library is removed from the library linking listJohn Criswell2004-01-261-2/+4
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-263-4/+4
* Make sure to verify the result before writing out the bytecode file. Not doingChris Lattner2004-01-142-0/+6
* finegrainify namespacificationChris Lattner2004-01-146-114/+111
* Remove standard C header wrappersChris Lattner2004-01-101-1/+1
* Remove wrappers around std c filesChris Lattner2004-01-102-3/+3
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-061-1/+1
* * Implement set/show argsChris Lattner2004-01-062-11/+64
* implement the "null command" which repeats the last commandChris Lattner2004-01-061-5/+25
* /me slaps headChris Lattner2004-01-051-0/+1
* Add new directoryChris Lattner2004-01-051-2/+3
* Initial checkin of the LLVM Source-Level Debugger. This is incomplete, butChris Lattner2004-01-056-0/+1546
* Remove some pointless #includesChris Lattner2003-12-301-6/+1
* Use getFileSize() instead of sys/stat.h directlyChris Lattner2003-12-301-9/+2
* Use new getFileSize function. Eliminate some using directives. Reorder #inc...Chris Lattner2003-12-301-27/+20
* Add a -disable-opt flag to gccas, so that we can use -Wa,-disable-opt justChris Lattner2003-12-301-0/+7
* Pass extra arguments around n stuphChris Lattner2003-12-282-4/+4
* Factor out code to ExecutionEngineChris Lattner2003-12-261-50/+10
* Simplify codeChris Lattner2003-12-261-42/+24
* * eliminate the -f argument to lli, as it was silly and never useful anywayChris Lattner2003-12-261-36/+32
* update commentChris Lattner2003-12-261-6/+3
* Modified the logic so that library objects with main() are only linked inJohn Criswell2003-12-231-6/+7
* Modified the linker so that it always links in an object from an archiveJohn Criswell2003-12-231-11/+21
* Rename methodChris Lattner2003-12-232-2/+2
* There is no reason to add -load support to LLCChris Lattner2003-12-151-1/+1
* Finegrainify namespacificationChris Lattner2003-12-141-28/+29
* Add an assertion to make sure we are at least getting argv[0] right.Brian Gaeke2003-12-121-1/+2
* Run tailcall elimination in a more logical placeChris Lattner2003-12-111-1/+1
* Make 'opt -o -' work correctly instead of creating a file named './-'Chris Lattner2003-12-101-2/+2
* Added the -h option for compatibility with other linkers.John Criswell2003-12-091-0/+2
* Bugpoint had appalingly bad grammar. Fix some of it.Chris Lattner2003-12-071-4/+8
* Do not leave a bunch of crud lying aroundChris Lattner2003-12-071-0/+2
* It is now after pldi. This issue has been fixed, so remove the hackChris Lattner2003-12-071-6/+0
* New command line parsing. This isn't as perfect as I would have liked. The Co...Tanya Lattner2003-12-061-58/+247