aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Move level change xfor into the transforms directoryChris Lattner2001-11-012-90/+0
* Add some useful accessorsChris Lattner2001-11-012-0/+20
* crunch the output of GCC a bit to make it nicerChris Lattner2001-10-311-2/+8
* Start testing the new cleangcc passChris Lattner2001-10-311-2/+2
* Use the correct prototype for malloc and freeChris Lattner2001-10-311-2/+2
* Implement code to convert %malloc and %free FUNCTION CALLS into the instructi...Chris Lattner2001-10-312-3/+126
* Implemented constant propogation of cast instructionsChris Lattner2001-10-316-4/+49
* Fix dumb copy and paste typosChris Lattner2001-10-311-1/+1
* Initial version of GCC cleanup pass: just removes extraneous global symbol ta...Chris Lattner2001-10-312-0/+68
* New GCC cleanup pass interfaceChris Lattner2001-10-311-0/+24
* Add hook for GCC cleanup passChris Lattner2001-10-311-1/+4
* Build new gccas toolChris Lattner2001-10-311-1/+1
* Initial checkin of GCCASChris Lattner2001-10-312-0/+80
* Initial checkin of heapsort benchmarkChris Lattner2001-10-311-0/+75
* Fix bug when inlining a method that refers to a global variableChris Lattner2001-10-311-2/+2
* Implement memset memcpy, callocChris Lattner2001-10-301-0/+85
* Initial checkin of ary3 "benchmark" from prog lang shootoutChris Lattner2001-10-301-0/+41
* Implement xor operatorChris Lattner2001-10-301-0/+22
* Initialize map for purifyChris Lattner2001-10-301-0/+1
* callExternalMethod now returns the return value of the functionChris Lattner2001-10-301-2/+6
* Implement a gross function name map that must be used when linking staticallyChris Lattner2001-10-301-18/+42
* * Add some assertions for checking internal error conditionsChris Lattner2001-10-301-32/+90
* Add easy way to enable purify supportChris Lattner2001-10-302-0/+12
* Don't fail to load runtime if running LLI from the current directoryChris Lattner2001-10-301-1/+4
* Initialize isRecursive. Found by PurifyChris Lattner2001-10-301-1/+1
* Fix ordering problem. Found by purify. :)Chris Lattner2001-10-301-1/+1
* Add testcase for missed SCCP optimizationChris Lattner2001-10-301-0/+25
* Print out a label if we step into the first instruction of a basic blockChris Lattner2001-10-291-0/+3
* * Fix pow wrapper to actually workChris Lattner2001-10-291-1/+56
* Implement getelementptr instruction as well as the load and store formsChris Lattner2001-10-291-6/+44
* I screwed up the macros, so of course strtol didn't work. *sigh*Chris Lattner2001-10-291-3/+3
* Fix broken assertion. Didn't allow for pointer caseChris Lattner2001-10-291-6/+3
* Pull method symbols over when linking. Otherwise the result of the link will...Chris Lattner2001-10-293-0/+3
* Fix blatent bugs in checkinChris Lattner2001-10-291-5/+4
* Expose the WriteTypeSymbolic function from the library. Refactor code to makeChris Lattner2001-10-291-119/+183
* Expose some more printing functionality from the assembly writer libraryChris Lattner2001-10-291-0/+7
* Be careful to output symbolic type name if possible for a type. This makesChris Lattner2001-10-291-82/+224
* Remember to print out the next instruction if stepping over an external metho...Chris Lattner2001-10-291-0/+2
* Fix problem next'ing over an external methodChris Lattner2001-10-291-2/+6
* Oops, accidentally broke reading from stdin when doing command line argumentsChris Lattner2001-10-291-1/+1
* Test bitwise operationsChris Lattner2001-10-291-0/+10
* Check in to use moved stringizing codeChris Lattner2001-10-291-2/+10
* Systems headers use <> not ""Chris Lattner2001-10-291-2/+2
* Checkin of C string stuff. Fix several bugs, including most escape codes beingChris Lattner2001-10-291-0/+66
* Remove C string capability from VMCore library. Move to SupportChris Lattner2001-10-291-47/+31
* Include functionality to get a string array constant as a stringChris Lattner2001-10-291-1/+13
* Remove useCSyntax flagChris Lattner2001-10-291-13/+10
* Initial checkin of name mangling code moved from linkerChris Lattner2001-10-281-0/+46
* Initial checkin of name mangling code. Moved from Linker.hChris Lattner2001-10-281-0/+27
* Make newlines be newlines! This should now work in both lli and native code.Vikram S. Adve2001-10-281-7/+5