oota-llvm.git
2004-12-15 Reid SpencerRemove the CFE's lib directory from the bytecode path...
2004-12-15 Reid SpencerRemove automatic insertion of CFE's lib directory into...
2004-12-15 Reid SpencerUnbreak all archive reading operations introduced by...
2004-12-15 Chris LattnerAdd a verifier assertion
2004-12-15 Chris LattnerEliminate a virtual method call
2004-12-15 Chris LattnerMake archive rules properly depend on llvm-ar.
2004-12-15 Chris LattnerFix a bug in -no-aa that caused two DSGraph tests to...
2004-12-15 Reid SpencerFix a file overwrite bug in llvm-ar introduced by chang...
2004-12-15 Chris LattnerDisable libprofile as llvm-ar bus errors on it, and...
2004-12-15 Chris LattnerDo not fail an assertion on a broken archive
2004-12-15 Chris LattnerAdjust to new interfaces
2004-12-15 Chris LattnerAdjust to new alias analysis interfaces
2004-12-15 Chris LattnerMake the AliasAnalysis interface more precise for commo...
2004-12-15 Chris LattnerMove virtual method call out of loop
2004-12-15 Jeff CohenMake Win32 TimeValue::toString() re-entrant and work...
2004-12-15 Jeff CohenFix VC++ compilation errors
2004-12-15 Reid SpencerDon't put newlines in AC macros that can't handle them!
2004-12-15 Reid SpencerChange LLVMGCCDIR/bytecode-libs -> LLVMGCCDIR/lib
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-12-15 Reid SpencerAdd some system specific functions we use
2004-12-15 Reid SpencerRemove most references to LLVM_LIB_SEARCH_PATH. It...
2004-12-14 Reid SpencerFix the default install directory of modules from ...
2004-12-14 Chris LattnerUse user time, not wall time, for optimizer time.
2004-12-14 Reid SpencerCorrect documentation to reflect the change in location...
2004-12-14 Chris LattnerConstant exprs are not efficiently negatable in practic...
2004-12-14 Reid SpencerAdd the getMagicNumber method.
2004-12-14 Brian GaekeThe mystery of Olden/tsp solved, and more opportunities...
2004-12-14 Brian GaekeGet rid of shifts by zero in most cases.
2004-12-14 Jeff CohenImplement Win32 Path::getStatusInfo(), TimeValue::toStr...
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerFor PR351:
2004-12-14 Reid SpencerRevert the last patch as it causes a static destruction...
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Chris LattnerWhen generating code for X86 targets, make sure the...
2004-12-13 Misha BrukmanMinor cleanups
2004-12-13 Brian GaekeFix link error in PPC optimized build of 'opt'.
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Chris LattnerAdd some notes
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Chris LattnerGet rid of getSizeOf, using ConstantExpr::getSizeOf...
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Chris LattnerChange this method to return ulong, not uint, for 64...
2004-12-13 Chris LattnerNew testcase that crashes the V9 backend.
2004-12-13 Reid SpencerGenericize implementation of GetDLLSuffix now that...
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Alkis EvlogimenosFix typo.
2004-12-13 Chris LattnerFix this test
2004-12-13 Alkis EvlogimenosAdd llvm tool variables.
2004-12-13 Reid SpencerFor PR351:
2004-12-13 Chris LattnerSet the rounding mode for the X86 FPU to 64-bits instea...
2004-12-13 Reid SpencerMake the loop termination condition clear when building...
2004-12-13 Reid SpencerFor PR351: libLLVMSupport now depends on libLLVMSystem
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerAdded a size_type typedef to LLVM containers to make...
2004-12-13 Reid SpencerAdd a convenience function for clearing the two global...
2004-12-13 Reid SpencerGet rid of some leaks found by VC leak detector.
2004-12-13 Reid SpencerMinor syntactical change to make this a little easier...
2004-12-13 Reid SpencerMake use of the new Path inserter function.
2004-12-13 Reid SpencerFix a bug where "." or any single character file name...
2004-12-13 Reid SpencerRemove an always false clause from an if statement.
2004-12-13 Alkis EvlogimenosFix a bug where directory names of length one or less...
2004-12-13 Reid SpencerUse the new BYTECODE_DESTINATION to override the defaul...
2004-12-13 Reid SpencerMore properly name bytecode_libdir cferuntime_libdir...
2004-12-13 Reid SpencerFinish the implementation of the BYTECODE_DESTINATION...
2004-12-13 Reid SpencerImplement a new feature, BYTECODE_DESTINATION, to allow...
2004-12-13 Reid Spencer* Add a std::ostream inserter for sys::Path
2004-12-13 Jeff CohenFix recent breakage of win32 build
2004-12-13 Reid SpencerMake sure the archive doesn't have to exist before...
2004-12-13 Reid SpencerAlways remove bytecode archives so that path mismatches...
2004-12-13 Reid Spencer* Fix header block.
2004-12-13 Reid SpencerAdd missing space in a comment.
2004-12-13 Reid SpencerMake sure the Archive gets deleted if there's an error.
2004-12-13 Reid SpencerRemove commented out functions that have been replaced...
2004-12-13 Reid SpencerFix header and function comments.
2004-12-13 Reid SpencerImplement new functions per new interface
2004-12-13 Reid SpencerPR351: \
2004-12-13 Reid SpencerConvert to use new Linker class interface
2004-12-13 Reid SpencerLinkModules is now in the Linker class
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerThis file contains basic Linker facilities needed by...
2004-12-13 Reid SpencerMake LinkModules a static member function
2004-12-13 Reid SpencerThis file contains only the Linker's library linking...
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerThis file contains only the Linker's file linking support
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerFor PR351: \
2004-12-13 Reid SpencerImplement error handling in OpenAndLoad* functions...
next