oota-llvm.git
2001-11-05 Vikram S. AdvePut common rules for compiling programs into Makefile...
2001-11-04 Chris LattnerNew file for expression tree conversion
2001-11-04 Chris LattnerRefactor code to share stuff
2001-11-04 Chris Lattner* Relax restriction that prevented malloc promotion...
2001-11-04 Vikram S. AdveGenerate code for Rem instruction.
2001-11-04 Chris LattnerFix obscure nasty bug with bytecode writing that could...
2001-11-04 Chris Lattner* Disable debug output
2001-11-04 Chris LattnerConvert backward conversion of expression trees into...
2001-11-04 Vikram S. AdveFixed instruction information for RDCCR and WRCCR.
2001-11-04 Chris LattnerMinor method rename
2001-11-04 Chris LattnerAdd transformations for Load and GetElementPtr. Fix...
2001-11-04 Chris LattnerFix cast instructions that end up in bad places in...
2001-11-03 Ruchira SasankaAdded an assertion since it seems like AdjList returns...
2001-11-03 Chris LattnerAvoid making a broken transformation!
2001-11-03 Chris LattnerAdd new cleanup pass:
2001-11-03 Chris LattnerAdd a helper function to PHI node
2001-11-03 Ruchira SasankaAdded support for correct spilling of %ccr
2001-11-03 Ruchira SasankaAdded code to support correct saving of %ccr across...
2001-11-03 Chris Lattner* Export method to merge identically named methods
2001-11-03 Chris LattnerExpose method to merge identically named methods
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaMoved InsertCallerSaveInstr to the SparcRegInfo.cpp...
2001-11-03 Ruchira SasankaArranged stack frame - needs furhter organization
2001-11-03 Ruchira SasankaCommented out code so that copies are inserted for...
2001-11-03 Chris LattnerBe lenient on types so that programs that are not very...
2001-11-03 Chris LattnerChanges to compile the TSP benchmark successfully....
2001-11-03 Chris LattnerAdd code to link method together with the same name...
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...
next