Put common rules for compiling programs into Makefile.target.
[oota-llvm.git] / lib /
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 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 Ruchira SasankaArranged stack frame - needs furhter organization
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-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 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 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 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 LattnerPropogate name to the malloc itself instead of to the...
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 LattnerInitial version of GCC cleanup pass: just removes extra...
2001-10-31 Chris LattnerFix bug when inlining a method that refers to a global...
2001-10-30 Chris LattnerImplement xor operator
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 LattnerDon't fail to load runtime if running LLI from the...
2001-10-30 Chris LattnerInitialize isRecursive. Found by Purify
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 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 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 LattnerCheck in to use moved stringizing code
2001-10-29 Chris LattnerRemove C string capability from VMCore library. Move...
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 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. AdveAdd methods print<TYPE> for String, Pointer, and each...
2001-10-28 Ruchira SasankaAdded support for spilling
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 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...
2001-10-23 Ruchira Sasankaadded support to move "added instructions" after the...
2001-10-23 Ruchira SasankaAdded support to move "added instructions" after the...
2001-10-23 Chris LattnerFix problem linking in a method prototype when a method...
2001-10-23 Chris LattnerRemove unnamed prototypes that are created.
2001-10-23 Chris LattnerNegative FP constants... whodathunkit.
2001-10-23 Chris LattnerOops, didn't mean to check in enabled debugging support. :(
next