aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move sparc-specific code into lib/Target/SparcChris Lattner2004-01-095-688/+0
* Move sparc-specific livevar code into lib/Target/SparcChris Lattner2004-01-093-6/+5
* Fix more incestuous #includage.Chris Lattner2004-01-092-4/+4
* Finegrainify namespacification.Chris Lattner2004-01-091-9/+4
* Move InstrSelection into lib/Target/Sparc, as it's sparc specificChris Lattner2004-01-095-1038/+3
* Move InstrSelection into lib/Target/Sparc, as it's sparc specific. ThisChris Lattner2004-01-093-5/+4
* Move lib/Codegen/RegAlloc into lib/Target/Sparc, as it is sparc specificChris Lattner2004-01-0917-3355/+3
* Finegrainify namespacificationChris Lattner2004-01-0917-103/+57
* Remove dependence on structure index type. s/MT/FTChris Lattner2004-01-091-6/+6
* Finegrainify namespacificationChris Lattner2004-01-0914-80/+37
* Finegrainify namespacificationChris Lattner2004-01-093-13/+23
* Remove an obsolete method, including its _long_ out of date comment.Chris Lattner2004-01-091-16/+0
* Inching towards fixing PR82Chris Lattner2004-01-091-1/+4
* Inching our way towards fixing PR82Chris Lattner2004-01-091-1/+4
* Remove yet another obsolete comment :)Chris Lattner2004-01-081-3/+0
* Fix typos. Rewrite head-of-file comment.Brian Gaeke2004-01-081-13/+10
* Fix typos. Regularize include guard.Brian Gaeke2004-01-081-3/+3
* New bugs fixedChris Lattner2004-01-081-1/+2
* Testcase for PR202Chris Lattner2004-01-081-0/+12
* Improve encapsulation in the Loop and LoopInfo classes by eliminating theChris Lattner2004-01-085-35/+40
* explain the jump for llvm-dbChris Lattner2004-01-071-0/+1
* Add a separate list of fixed intervals. This improves the running timeAlkis Evlogimenos2004-01-071-64/+111
* Minor cleanups.Alkis Evlogimenos2004-01-071-29/+3
* Remove declared but undefined method.Alkis Evlogimenos2004-01-071-5/+0
* Change perl interpreter path to the standard /usr/bin/perl.Alkis Evlogimenos2004-01-071-1/+1
* Change implementation of LiveIntervals::overlap(). This results in aAlkis Evlogimenos2004-01-071-10/+22
* Ugh, fix some copy and pasted code that somehow never got compiled or somethingChris Lattner2004-01-061-1/+1
* Pass std::string to constructor as const reference to avoid multipleAlkis Evlogimenos2004-01-061-1/+1
* restore comments to this fileChris Lattner2004-01-061-49/+103
* * Implement set/show argsChris Lattner2004-01-062-11/+64
* implement the "null command" which repeats the last commandChris Lattner2004-01-061-5/+25
* Add support for new intrinsicChris Lattner2004-01-062-0/+2
* add new intrinsicChris Lattner2004-01-061-0/+1
* add new methodChris Lattner2004-01-061-0/+4
* Add links to SLD from the LangRef.html docChris Lattner2004-01-062-150/+446
* Fix some typos and copy-and-paste-os in comments, and doxygenify.Brian Gaeke2004-01-051-5/+9
* Remove simple coalescing.Alkis Evlogimenos2004-01-052-26/+0
* /me slaps headChris Lattner2004-01-051-0/+1
* /me slaps foreheadChris Lattner2004-01-052-0/+2
* fix warningChris Lattner2004-01-051-1/+1
* Add VMCore and code generator support for debugging intrinsics. By defaultChris Lattner2004-01-054-0/+27
* Add some intrinsicsChris Lattner2004-01-051-0/+6
* An example testcase for use in the debugger. Currently you can do stuff likeChris Lattner2004-01-052-0/+82
* 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
* Add new dirChris Lattner2004-01-051-1/+1
* Initial checkin of the LLVM source-level debugger. This is still not finished,Chris Lattner2004-01-0511-0/+1983
* Initial implementation of some source-level debugging stuffChris Lattner2004-01-056-0/+887
* First version of this document. It is still missing some pretty big pieces, andChris Lattner2004-01-052-0/+906
* Currently we cannot handle two-address instructions of the form:Alkis Evlogimenos2004-01-051-0/+9