oota-llvm.git
2004-09-01 Reid SpencerChanges For Bug 352
2004-09-01 Alkis EvlogimenosBe a bit more efficient when processing the active...
2004-09-01 Alkis EvlogimenosGive a better assertion if we see a use before a def.
2004-09-01 Reid SpencerMake sure <cassert> is included for platforms that...
2004-09-01 Reid Spencermkdtemp doesn't exist on Cygwin. Use tempnam & mkdir...
2004-09-01 Reid SpencerMake CommandLine prefix error output with the name...
2004-08-31 Reid SpencerInitial commit for platform independent system configur...
2004-08-31 Reid SpencerAdd support for FreeBSD
2004-08-31 Reid SpencerAdd support for Interix and FreeBSD
2004-08-31 Reid SpencerActually define PreventCoreFiles in the sys namespace.
2004-08-31 Reid SpencerAdd a new abstraction, SysConfig for platform independe...
2004-08-31 Alkis EvlogimenosMinor code clarity changes.
2004-08-31 Reid SpencerFix a "test" botch.
2004-08-31 Nate Begemanconvert M and MD form instructions to generated asm...
2004-08-31 Reid SpencerRecognize Interix systems as if they were SunOS and...
2004-08-30 Reid SpencerMove the GetTemporaryDirectory function from "generic...
2004-08-30 Reid SpencerAdd inclusion of assert.h
2004-08-30 Reid SpencerInitial commit of a configuration file for compiling...
2004-08-30 Reid SpencerImplement the "setIncludePaths" and "setSymbolDefines...
2004-08-30 Reid SpencerPass lists of -I and -D options through to the Compiler...
2004-08-30 Reid SpencerAdd a blurb about exploiting the use of external storage.
2004-08-30 Nate BegemanMove yet more instructions over to being printed by...
2004-08-30 Reid SpencerAbbreviate the long descriptions which are now in docs...
2004-08-30 Reid SpencerReduce the number of arguments in the instruction build...
2004-08-30 Reid SpencerNeed to throw std::string not const char* if we want...
2004-08-29 Reid SpencerSynchronize documentation of configuration items and...
2004-08-29 Nate BegemanConvert A-Form instructions to auto-generated asm writer
2004-08-29 Nate BegemanRegister sizes should be specified in bits
2004-08-29 Nate BegemanImprovements to int->float cast code for PPC-64
2004-08-29 Nate BegemanMust link against new LLVMsystem library
2004-08-29 Nate BegemanRemoveFileOnSignal is now in sys:: namespace
2004-08-29 Nate BegemanPut this change back in after testing from Reid proved...
2004-08-29 Nate BegemanUpdate doxygen comment now that getSpillSize is suppose...
2004-08-29 Reid SpencerAdd a declaration of environ global for Darwin
2004-08-29 Reid SpencerAdd a missing header file
2004-08-29 Reid SpencerAdd an assert to cature null Operands. It is better...
2004-08-29 Reid SpencerSignals support has been moved to lib/System
2004-08-29 Reid SpencerUpdated to create a link needed for correct lib/System...
2004-08-29 Reid SpencerAdd lib/System ahead of lib/Support in case there are...
2004-08-29 Reid SpencerLink with LLVMsystem.a for operating system independence.
2004-08-29 Reid SpencerRemoveFileOnErrorSignal is now in the llvm::sys namespa...
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-08-29 Reid Spenceradd llvmc
2004-08-29 Reid SpencerConvert llvmc to use the lib/System interface instead...
2004-08-29 Reid SpencerMove a warning comment to where it should have been...
2004-08-29 Reid SpencerCorrect the vim: specification
2004-08-29 Reid SpencerInclude some additional header files.
2004-08-29 Reid SpencerInitial platform independent implementation of operatin...
2004-08-29 Reid SpencerInitial commit of an platform-indepdendent implementati...
2004-08-29 Reid SpencerPut the lib/System interface functions in llvm::sys...
2004-08-29 Reid SpencerCreate a link from $BUILD_OBJ_ROOT/lib/System/platform to
2004-08-29 Nate BegemanImplement the following missing functionality in the...
2004-08-29 Reid SpencerInitial commit of the platform agnostic interface to...
2004-08-29 Reid SpencerAdd a function to remove whole directorys on fatal...
2004-08-29 Reid SpencerRevise the design of the Path concept per peer review...
2004-08-28 Alkis EvlogimenosRemove dead code.
2004-08-27 Alkis EvlogimenosNow that LiveIntervals::addIntervalsForSpills is fixed...
2004-08-27 Alkis EvlogimenosOnly update LiveVariables if it is available. addInterv...
2004-08-27 Alkis EvlogimenosBack out this change as it broke the build last night...
2004-08-27 Nate BegemanBack out change to divide getSpillSize by 8 until I...
2004-08-27 Nate BegemanFix a typo in the bytecode format documentation
2004-08-27 Alkis EvlogimenosThe linear scan variants do not require the LiveVariabl...
2004-08-27 Nate BegemanRegister sizes are in bits, not bytes
2004-08-27 Alkis EvlogimenosAdd getLastBlock member. This is useful when growing...
2004-08-27 Alkis EvlogimenosAdd MachineBasicBlock2IndexFunctor. This is useful...
2004-08-27 Alkis EvlogimenosAdd size member function.
2004-08-27 Reid SpencerAdd more content.
2004-08-27 Reid SpencerBug 430 Fixed.
2004-08-27 Reid SpencerCorrectly compute the number of compaction tables.
2004-08-27 Reid SpencerPrevent an empty compaction table from being written...
2004-08-26 Reid SpencerAdd the CompactionTableIsEmpty function so that we...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo and don't expose...
2004-08-26 Alkis EvlogimenosUse newly added API in MRegisterInfo.
2004-08-26 Alkis EvlogimenosAdd getAllocatableSet() function.
2004-08-26 Reid SpencerProvide some meta tags for this document.
2004-08-26 Reid SpencerAdd the default table related styles
2004-08-26 Reid SpencerDocument the rational for the #include hierarchy.
2004-08-26 Reid SpencerFix a typo.
2004-08-26 Reid SpencerFirst cut at a README for lib/System explaining the...
2004-08-26 Reid SpencerAdd a README explaining the intended content of this...
2004-08-26 Alkis EvlogimenosAdd default index functor (an identity functor). You...
2004-08-25 Brian GaekePrevious checkin broke printf(%a) support for fp consta...
2004-08-25 Brian GaekeNew version of Bill Wendling's PR33 patch.
2004-08-25 Reid SpencerFix documentation.
2004-08-25 Reid SpencerInitial implementation of the Path operating system...
2004-08-25 Reid SpencerLicense for this library.
2004-08-25 Reid SpencerUpdate to include tools/llvmc and lib/System as having...
2004-08-25 Reid SpencerLicense file for llvmc.
2004-08-25 Reid SpencerDocument definitions and computations provided by llvm...
2004-08-24 Reid SpencerInsert declarations for two new functions that support...
2004-08-24 Reid SpencerRun the compilation actions before we attempt linking...
2004-08-24 Reid SpencerAdd the directory specified by LLVM_LIB_SEARCH_PATH...
2004-08-24 Reid SpencerAdd dependent library support for Stacker. It now inser...
2004-08-24 Reid SpencerAdd a function that gets just the dependent libraries...
2004-08-24 Reid SpencerProvide a method for wholesale extraction of the depend...
2004-08-24 Reid SpencerAdd a wrapper for extraction of the dependent libraries...
2004-08-24 Reid SpencerRearrange output a little to make it nicer.
2004-08-24 Chris LattnerAdd some details
2004-08-24 Reid SpencerAdded BURS.
next