oota-llvm.git
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...
2001-10-27 Chris LattnerImplement a -trace command line option and a trace...
2001-10-27 Chris Lattner* Make pointer values work better by treating them...
2001-10-27 Chris LattnerProvide argv for commands
2001-10-27 Chris LattnerProvide option to enable eating of all arguments follow...
2001-10-27 Chris Lattner* Implement exit() builtin function
2001-10-24 Ruchira SasankaFixed load syntax in EmitAssembly
2001-10-24 Chris LattnerAdd support for building a runtime library for LLI
2001-10-24 Ruchira SasankaFixed logic for checking whether a LR received the...
2001-10-24 Chris LattnerImplement a -L command line argument to specify a searc...
2001-10-24 Chris LattnerClean up error handling a bit. Add / as a seperator...
2001-10-24 Chris LattnerFrivolous cleanups
2001-10-24 Chris LattnerDang it, do NOT check in code that enables debugging...
2001-10-24 Chris LattnerTwo things:
2001-10-24 Chris LattnerChanges to get some meaningful feedback from the byteco...
2001-10-23 Ruchira SasankaCorrected a bug in SparcRegInfo.cpp - to add inserted...
next