oota-llvm.git
2001-11-03 Chris LattnerDon't forget to link type names together too. Fix...
2001-11-03 Chris LattnerRemove debugging info
2001-11-03 Chris LattnerFix major bugs in type resolution
2001-11-03 Chris LattnerAdd extra code for debugging linker problems
2001-11-03 Chris LattnerFix the linker. This bug was not fun to track down...
2001-11-02 Chris LattnerDramatically simplify recursive type processing. Fixed...
2001-11-02 Chris LattnerImprove some debugging code
2001-11-01 Chris LattnerSupport floating point numbers in expodential form...
2001-11-01 Chris LattnerPrint floating point numbers in expodential form so...
2001-11-01 Chris Lattner* Add comments for peepholes
2001-11-01 Chris LattnerAdd DCE as integral part of the level raising to avoid...
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerImplement new simpler constructors for if you don't...
2001-11-01 Chris Lattner* Implement expression type conversion for constant...
2001-11-01 Chris LattnerSimplify DCE code a lot
2001-11-01 Chris LattnerImplement constant propogation of null pointer values.
2001-11-01 Chris LattnerAdd simpler to use ctors. Add getType() overload to...
2001-11-01 Chris LattnerAdd new isNullValue method
2001-11-01 Chris Lattner* Convert getelementptr/store pairs into a single store
2001-11-01 Chris LattnerInitial checkin of level raising code, after move and...
2001-11-01 Chris LattnerInitial checkin of level raising code
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-11-01 Chris LattnerPropogate name to the malloc itself instead of to the...
2001-11-01 Chris LattnerMove level change xfor into the transforms directory
2001-11-01 Chris LattnerAdd some useful accessors
2001-10-31 Chris Lattnercrunch the output of GCC a bit to make it nicer
2001-10-31 Chris LattnerStart testing the new cleangcc pass
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerImplemented constant propogation of cast instructions
2001-10-31 Chris LattnerFix dumb copy and paste typos
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-31 Chris LattnerNew GCC cleanup pass interface
2001-10-31 Chris LattnerAdd hook for GCC cleanup pass
2001-10-31 Chris LattnerBuild new gccas tool
2001-10-31 Chris LattnerInitial checkin of GCCAS
2001-10-31 Chris LattnerInitial checkin of heapsort benchmark
2001-10-31 Chris LattnerFix bug when inlining a method that refers to a global...
2001-10-30 Chris LattnerImplement memset memcpy, calloc
2001-10-30 Chris LattnerInitial checkin of ary3 "benchmark" from prog lang...
2001-10-30 Chris LattnerImplement xor operator
2001-10-30 Chris LattnerInitialize map for purify
2001-10-30 Chris LattnercallExternalMethod now returns the return value of...
2001-10-30 Chris LattnerImplement a gross function name map that must be used...
2001-10-30 Chris Lattner* Add some assertions for checking internal error condi...
2001-10-30 Chris LattnerAdd easy way to enable purify support
2001-10-30 Chris LattnerDon't fail to load runtime if running LLI from the...
2001-10-30 Chris LattnerInitialize isRecursive. Found by Purify
2001-10-30 Chris LattnerFix ordering problem. Found by purify. :)
2001-10-30 Chris LattnerAdd testcase for missed SCCP optimization
2001-10-29 Chris LattnerPrint out a label if we step into the first instruction...
2001-10-29 Chris Lattner* Fix pow wrapper to actually work
2001-10-29 Chris LattnerImplement getelementptr instruction as well as the...
2001-10-29 Chris LattnerI screwed up the macros, so of course strtol didn't...
2001-10-29 Chris LattnerFix broken assertion. Didn't allow for pointer case
2001-10-29 Chris LattnerPull method symbols over when linking. Otherwise the...
2001-10-29 Chris LattnerFix blatent bugs in checkin
2001-10-29 Chris LattnerExpose the WriteTypeSymbolic function from the library...
2001-10-29 Chris LattnerExpose some more printing functionality from the assemb...
2001-10-29 Chris LattnerBe careful to output symbolic type name if possible...
2001-10-29 Chris LattnerRemember to print out the next instruction if stepping...
2001-10-29 Chris LattnerFix problem next'ing over an external method
2001-10-29 Chris LattnerOops, accidentally broke reading from stdin when doing...
2001-10-29 Chris LattnerTest bitwise operations
2001-10-29 Chris LattnerCheck in to use moved stringizing code
2001-10-29 Chris LattnerSystems headers use <> not ""
2001-10-29 Chris LattnerCheckin of C string stuff. Fix several bugs, including...
2001-10-29 Chris LattnerRemove C string capability from VMCore library. Move...
2001-10-29 Chris LattnerInclude functionality to get a string array constant...
2001-10-29 Chris LattnerRemove useCSyntax flag
2001-10-28 Chris LattnerInitial checkin of name mangling code moved from linker
2001-10-28 Chris LattnerInitial checkin of name mangling code. Moved from...
2001-10-28 Vikram S. AdveMake newlines be newlines! This should now work in...
2001-10-28 Chris LattnerRemove non linking related stuff
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Chris LattnerFix some illegal uses of the ## operator
2001-10-28 Vikram S. AdveMinor fix I omitted to check in.
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Vikram S. AdveRecord constants that need to be emitted in the assembl...
2001-10-28 Vikram S. AdveAllow combinations of True/Anti/Output flags for each...
2001-10-28 Vikram S. AdveAdd edges between call instructions and (a) load/store...
2001-10-28 Vikram S. AdveGenerate SETX for 64-bit integers!
2001-10-28 Vikram S. AdveAdd SETX instruction for 64-bit constants.
2001-10-28 Vikram S. AdveNeed to subtract, not add, stack size in SAVE instruction!
2001-10-28 Vikram S. AdveMajor overhaul to print globals and constants.
2001-10-28 Vikram S. AdveAdded name-mangling routines for future use.
2001-10-28 Vikram S. AdveUse separate functions for printing values of each...
2001-10-28 Vikram S. AdveAdded printPointer.
2001-10-28 Vikram S. AdveRuntime routines implementing print<TYPE> for all basic...
2001-10-28 Vikram S. AdveAdded a constant pool to record values that need to...
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-28 Vikram S. AdveSwitch useLLVMSyntax to useCSyntax.
2001-10-28 Vikram S. AdveAdd calls to print results in fib, simpleadd and sumarray.
2001-10-28 Vikram S. AdveSupport printing control characters in standard C/assem...
2001-10-28 Vikram S. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-28 Vikram S. AdveAdded rules for building sparc executable with and...
2001-10-28 Ruchira SasankaAdded support for spilling
2001-10-28 Ruchira SasankaMoved callerSaving code to machine specific classes...
2001-10-28 Ruchira SasankaAdded spill code support; moved insertCallerSaving...
next