aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Force the interpreter for this testcaseChris Lattner2003-06-281-1/+1
* Get rid of control flow in the testChris Lattner2003-06-281-4/+1
* New script for testrunner programsChris Lattner2003-06-281-0/+12
* Convert scripts from using explicit control flow to use the new grep-not scriptChris Lattner2003-06-2819-76/+19
* Handle quoting rightChris Lattner2003-06-281-1/+1
* Make the TestRunner tests not print out horrible things when they runChris Lattner2003-06-281-2/+3
* Fix testcaseChris Lattner2003-06-281-5/+2
* Initial checkin of grep-not scriptChris Lattner2003-06-281-0/+19
* Add the test/Scripts directory to the path used by TestRunnerChris Lattner2003-06-281-1/+2
* Describe directoryChris Lattner2003-06-281-0/+2
* Improve the make ruleChris Lattner2003-06-281-1/+2
* Propagate globals graph from the local to bu to td globals graphs. ThisChris Lattner2003-06-282-4/+5
* Drop references to globals who do exist in the globals graph, but are neverChris Lattner2003-06-281-1/+16
* Avoid double negativesChris Lattner2003-06-282-3/+3
* Add new DSGraph::ScalarMapTy typedef to avoid pulling representation issuesChris Lattner2003-06-282-14/+20
* Add new 'isComplete' methodChris Lattner2003-06-282-0/+2
* New testcaseChris Lattner2003-06-282-0/+34
* New pass to perform DSA based optimizations. Initially we just support turningChris Lattner2003-06-281-0/+76
* New makefile for Dsgraph testsChris Lattner2003-06-281-0/+10
* Add DSGraph to the testsChris Lattner2003-06-281-1/+3
* Avoid printing out huge structures or arrays if they are just filled with zerosChris Lattner2003-06-281-0/+10
* Add support for a new zeroinitializer token which can be used to get rid ofChris Lattner2003-06-282-1/+7
* Add test for new zeroinitializer tokenChris Lattner2003-06-281-0/+3
* jmp_buf is really a pointer type that is passed around...Chris Lattner2003-06-282-4/+4
* Add support for the Invoke instruction!Chris Lattner2003-06-282-18/+96
* New testcase for invoke supportChris Lattner2003-06-282-0/+24
* Preserve compatibility with non-gcc compilersChris Lattner2003-06-282-8/+28
* Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llxChris Lattner2003-06-282-0/+4
* New testcaseChris Lattner2003-06-282-0/+8
* Allow the inlining limit to be controlled from the command line!Chris Lattner2003-06-281-1/+5
* Add support for 'unsigned' command line argumentsChris Lattner2003-06-284-4/+56
* Added code to the clean rule that deletes files placed in the source directory.John Criswell2003-06-272-0/+2
* Added the OPTIONAL_DIRS variable for specifying optional directories to build.John Criswell2003-06-272-0/+24
* New testcase that crashes the cfeChris Lattner2003-06-271-0/+17
* Nice tasty llc fixes. These should fix LLC for x86 for everything inBrian Gaeke2003-06-278-120/+154
* Here are the notes from our Reoptimizer meetings.Brian Gaeke2003-06-262-0/+247
* Modify script to support checkins on branchesChris Lattner2003-06-261-1/+1
* Number constants from constant pool as CPIf_i where f is the function indexBrian Gaeke2003-06-262-20/+22
* Add a testcase to ensure that ctor/dtor attributes work in CChris Lattner2003-06-261-0/+14
* Add support to globaldce for deleting dead function prototypesChris Lattner2003-06-261-1/+7
* When internalizing global ctor/dtor list, also mark it constant. This is gro...Chris Lattner2003-06-261-0/+8
* Run the simplify CFG pass after instcombine which has the effect of deletingChris Lattner2003-06-261-0/+4
* New variable which is just the GCCLD toolChris Lattner2003-06-261-0/+1
* Implement more aggressive folding of constant GEP instructionsChris Lattner2003-06-261-6/+25
* Add support for elimination of load instruction from global constantsChris Lattner2003-06-261-0/+48
* add tests for elimination of loadsChris Lattner2003-06-261-0/+29
* Move the instcombine pass before globaldce, so that if globals are made dead ...Chris Lattner2003-06-261-4/+4
* Don't register the destructors if the list is emptyChris Lattner2003-06-261-2/+6
* Integrate the C writer's name mangler.Brian Gaeke2003-06-252-30/+164
* First draft of X86 LLC backend. This should be OK for small programs likeBrian Gaeke2003-06-252-60/+708