oota-llvm.git
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...
2004-12-13 Reid SpencerMake the size() method const
2004-12-13 Reid SpencerFor PR351:\
2004-12-13 Reid SpencerAdd LLVMGCCDIR for path lookup
2004-12-13 Reid SpencerMake the OpenAndLoad functions have an ErrorMessage...
2004-12-13 Reid SpencerCompletely rewrite the interface to be class based
2004-12-13 Reid SpencerFor PR351:\
2004-12-13 Reid SpencerFor PR351:Remove the file type checking methods (now...
2004-12-13 Reid SpencerGet LLVMGCCDIR into the #defines
2004-12-13 Brian GaekeAdd V8 SPEC status.
2004-12-12 Chris LattnerChange indentation of a whole bunch of code, no real...
2004-12-12 Chris LattnerMore substantial simplifications and speedups. This...
2004-12-12 Chris LattnerMore minor microoptimizations
2004-12-12 Chris LattnerRemove some more set operations
2004-12-12 Chris LattnerReduce number of set operations.
2004-12-12 Chris LattnerOptimize div/rem + select combinations more.
2004-12-12 Chris LattnerAdd testcases for simple things we can handle that...
2004-12-12 Chris LattnerDejagnu doesn't work if you do TESTSUITE=.../
2004-12-12 Chris LattnerFix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommo...
2004-12-12 Chris LattnerNew testcase that the PPC backend miscompiles. It...
2004-12-12 Chris LattnerCSE calls to getTypeSize.
2004-12-12 Chris LattnerProperly implement copying of a global, fixing the...
2004-12-12 Chris LattnerSimplify code and do not invalidate iterators.
2004-12-12 Chris LattnerUse the target triple to pick this target.
2004-12-12 Chris LattnerGet rid of subbullets for all of the "known problems...
2004-12-12 Brian GaekeComplete the list of MultiSource failures.
2004-12-12 Chris LattnerDo not internalize a module if -link-as-library is...
2004-12-12 Brian Gaekehbd should be working now.
2004-12-12 Brian GaekeFinally enable the setcc-branch folding code.
2004-12-12 Brian GaekeAdd (currently disabled) code for canFoldSetCC
2004-12-12 Chris LattnerThough the previous xform applies to literally dozens...
2004-12-12 Brian GaekeAdd stubs for setcc-branch folding support.
2004-12-12 Chris LattnerIf a variable can only hold two values, and is not...
2004-12-12 Chris LattnerNew testcase. Shrinking the variable to a bool allows...
2004-12-11 Chris LattnerIf one side of and/or is known to be 0/-1, it doesn...
next