summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use the new BYTECODE_DESTINATION to override the default bytecode installReid Spencer2004-12-13
* More properly name bytecode_libdir cferuntime_libdir. This is only theReid Spencer2004-12-13
* Finish the implementation of the BYTECODE_DESTINATION feature for modulesReid Spencer2004-12-13
* Implement a new feature, BYTECODE_DESTINATION, to allow a user makefile toReid Spencer2004-12-13
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-13
* Fix recent breakage of win32 buildJeff Cohen2004-12-13
* Make sure the archive doesn't have to exist before we remove it.Reid Spencer2004-12-13
* Always remove bytecode archives so that path mismatches don't cause theReid Spencer2004-12-13
* * Fix header block.Reid Spencer2004-12-13
* Add missing space in a comment.Reid Spencer2004-12-13
* Make sure the Archive gets deleted if there's an error.Reid Spencer2004-12-13
* Remove commented out functions that have been replaced with lib/SystemReid Spencer2004-12-13
* Fix header and function comments.Reid Spencer2004-12-13
* Implement new functions per new interfaceReid Spencer2004-12-13
* PR351: \Reid Spencer2004-12-13
* Convert to use new Linker class interfaceReid Spencer2004-12-13
* LinkModules is now in the Linker classReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* This file contains basic Linker facilities needed by all toolsReid Spencer2004-12-13
* Make LinkModules a static member functionReid Spencer2004-12-13
* This file contains only the Linker's library linking supportReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* This file contains only the Linker's file linking supportReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Implement error handling in OpenAndLoad* functions so the Linker can handle it.Reid Spencer2004-12-13
* Make the size() method constReid Spencer2004-12-13
* For PR351:\Reid Spencer2004-12-13
* Add LLVMGCCDIR for path lookupReid Spencer2004-12-13
* Make the OpenAndLoad functions have an ErrorMessage argument.Reid Spencer2004-12-13
* Completely rewrite the interface to be class basedReid Spencer2004-12-13
* For PR351:\Reid Spencer2004-12-13
* For PR351:Remove the file type checking methods (now in sys::Path)Reid Spencer2004-12-13
* Get LLVMGCCDIR into the #definesReid Spencer2004-12-13
* Add V8 SPEC status.Brian Gaeke2004-12-13
* Change indentation of a whole bunch of code, no real changes here.Chris Lattner2004-12-12
* More substantial simplifications and speedups. This makes ADCE about 20% fasterChris Lattner2004-12-12
* More minor microoptimizationsChris Lattner2004-12-12
* Remove some more set operationsChris Lattner2004-12-12
* Reduce number of set operations.Chris Lattner2004-12-12
* Optimize div/rem + select combinations more.Chris Lattner2004-12-12
* Add testcases for simple things we can handle that occur now in vortex.Chris Lattner2004-12-12
* Dejagnu doesn't work if you do TESTSUITE=.../Chris Lattner2004-12-12
* Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon.ll, and all programsChris Lattner2004-12-12
* New testcase that the PPC backend miscompiles. It is emittingChris Lattner2004-12-12
* CSE calls to getTypeSize.Chris Lattner2004-12-12
* Properly implement copying of a global, fixing the 255.vortex & povrayChris Lattner2004-12-12
* Simplify code and do not invalidate iterators.Chris Lattner2004-12-12
* Use the target triple to pick this target.Chris Lattner2004-12-12