oota-llvm.git
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.
2004-08-24 Reid SpencerGet rid of error messages from CommandLine because...
2004-08-24 Reid SpencerGive the -time-passes tool option a global storage...
2004-08-24 Chris LattnerFix a bug in a previous checkin of mine, correcting
2004-08-24 Reid SpencerAdd the examples directory to these scripts.
2004-08-24 Chris LattnerModify testcase to merit a warning, though no warning...
2004-08-24 Reid SpencerInclude the "examples" directory as optional.
2004-08-24 Reid SpencerEnsure that the examples get built.
2004-08-24 Reid SpencerAdjustments for changes in the configuration language.
2004-08-24 Reid Spencer- Unify format of output messages
2004-08-24 Reid SpencerLink with bcreader and vmcore.
2004-08-24 Reid Spencer- Implement the %args% substitution
2004-08-24 Reid Spencer- Alphabetize the list of token enumerators.
2004-08-24 Reid Spencer- Rename and rearrange for clarity
2004-08-24 Reid Spencer- Remove unused GetSuffix function
2004-08-24 Reid SpencerRemove unneeded flags.
2004-08-24 Chris LattnerAdd -sse[,2,3] arguments to LLC
2004-08-24 Chris LattnerNuke commented out stuff
2004-08-24 Brian Gaekebug fixed
2004-08-24 Brian Gaekenote pr#
2004-08-24 Brian GaekeThis code is dodgy, but the guaranteed assertion failur...
2004-08-24 Brian GaekeFix bug in PhyRegAlloc::setCallInterferences() handling...
2004-08-24 Brian GaekeRevise head-of-file comment.
2004-08-24 Reid SpencerActually get the URL to my notes page correct.
next