aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fixed test case to actually check for the static declaration.John Criswell2004-02-261-2/+1
* Regression tests for PR258 and PR259.John Criswell2004-02-262-0/+16
* Fixes for PR258 and PR259.John Criswell2004-02-262-6/+6
* Be a good little compiler and handle direct calls efficiently, even if thereChris Lattner2004-02-261-10/+13
* Uncomment assertions that register# != 0 on calls toAlkis Evlogimenos2004-02-266-27/+35
* Modified the default pathname for Povray.John Criswell2004-02-262-6/+6
* Since LLVM uses structure type equivalence, it isn't useful to keep aroundChris Lattner2004-02-261-10/+11
* Annotations are evil. This makes Value not derive from Annotable, which makesChris Lattner2004-02-262-3/+3
* add noteChris Lattner2004-02-261-0/+2
* Use a map instead of annotationsChris Lattner2004-02-261-23/+36
* Make TargetData no longer use annotations!Chris Lattner2004-02-261-14/+6
* Eliminate copy-and-paste commentsChris Lattner2004-02-2610-10/+10
* remove obsolete commentChris Lattner2004-02-261-1/+1
* Make sure that at least one virtual method is defined in a .cpp file to avoidChris Lattner2004-02-265-20/+18
* turn things like:Chris Lattner2004-02-261-0/+74
* No need to clear the map here, it will always be emptyChris Lattner2004-02-261-1/+0
* Fix a bug in the densemap that was killing the local allocator, and probablyChris Lattner2004-02-263-3/+3
* Remove .micro references as those files no longer exist and add some more rec...Alkis Evlogimenos2004-02-262-14/+14
* Fix typeo. grow() cannot shrink storage. clear() should really nuke storageChris Lattner2004-02-263-9/+15
* Fix typoChris Lattner2004-02-261-1/+1
* The node doesn't have to be _no_ node flags, it just has to be complete andChris Lattner2004-02-261-2/+3
* Add _more_ functionsChris Lattner2004-02-261-3/+20
* We have this snazzy link-time optimizer. How about we start using it? ThisChris Lattner2004-02-261-2/+6
* Fix some warnings, some of which were spurious, and some of which were realChris Lattner2004-02-262-12/+12
* Instructions to call and return from functions.Misha Brukman2004-02-262-2/+50
* One B00g fixed.Brian Gaeke2004-02-261-0/+1
* Temporarily comment out asserts as they break things. I will uncommentAlkis Evlogimenos2004-02-251-2/+2
* Fix typo. I wonder how this actually worked.Alkis Evlogimenos2004-02-251-1/+1
* Complete the SPEC_ROOT and USE_SPEC to SPEC2000_ROOT and USE_SPEC200 rename.Alkis Evlogimenos2004-02-252-15/+13
* Two changes:Chris Lattner2004-02-251-1/+4
* New testcaseChris Lattner2004-02-251-0/+22
* When building local graphs, clone the initializer for constant globals into eachChris Lattner2004-02-251-7/+21
* Fix bugs found with recent addition of assertions inAlkis Evlogimenos2004-02-252-9/+9
* Simplify the dead node elimination stuffChris Lattner2004-02-251-10/+12
* Add a bunch more functionsChris Lattner2004-02-251-8/+55
* Try harder to get symbol infoChris Lattner2004-02-251-0/+3
* Represent va_list in interpreter as a (ec-stack-depth . var-arg-index)Brian Gaeke2004-02-252-11/+15
* Great sparc renaming fallout IV: Sparc --> SparcV9.Brian Gaeke2004-02-255-5/+5
* Duh, forgot to close the parenthesis.Alkis Evlogimenos2004-02-251-2/+2
* Add assert to isPhysicalRegister and isVirtualRegister to fail whenAlkis Evlogimenos2004-02-251-0/+2
* Remove asssert since it is breaking cases that it shouldn't.Alkis Evlogimenos2004-02-251-1/+0
* Add DenseMap template and actually use it for for mapping virtual regsAlkis Evlogimenos2004-02-258-49/+232
* Add a new pass, run internalize firstChris Lattner2004-02-251-7/+11
* Add a new passChris Lattner2004-02-251-0/+1
* Add prototypeChris Lattner2004-02-251-0/+7
* My faith in programmers has been found to be totally misplaced. One wouldChris Lattner2004-02-251-0/+82
* SparcV8 regs are really 32-bit, not 64! Thanks, Chris.Misha Brukman2004-02-252-2/+2
* Clean up the tablegen descriptions for SparcV8.Misha Brukman2004-02-254-70/+44
* Fix the SparcV8 register definitions that were imported from PPC template.Misha Brukman2004-02-252-130/+50
* SparcV8 has different types of instructions, but F1 is only used for CALL.Misha Brukman2004-02-254-0/+210