aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-291-0/+2
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-291-15/+31
* Implement the following missing functionality in the PPC backend:Nate Begeman2004-08-293-66/+137
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-291-0/+77
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-291-6/+14
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-298-320/+1071
* Remove dead code.Alkis Evlogimenos2004-08-281-1/+0
* Now that LiveIntervals::addIntervalsForSpills is fixed, do not requireAlkis Evlogimenos2004-08-272-4/+0
* Only update LiveVariables if it is available. addIntervalsForSpillsAlkis Evlogimenos2004-08-271-9/+12
* Back out this change as it broke the build last night. This should beAlkis Evlogimenos2004-08-272-0/+4
* Back out change to divide getSpillSize by 8 until I figure out why it breaks ...Nate Begeman2004-08-271-2/+2
* Fix a typo in the bytecode format documentationNate Begeman2004-08-271-1/+1
* The linear scan variants do not require the LiveVariables analysis.Alkis Evlogimenos2004-08-272-4/+0
* Register sizes are in bits, not bytesNate Begeman2004-08-273-5/+5
* Add getLastBlock member. This is useful when growing a densemap keyedAlkis Evlogimenos2004-08-271-0/+5
* Add MachineBasicBlock2IndexFunctor. This is useful for densemaps fromAlkis Evlogimenos2004-08-271-0/+10
* Add size member function.Alkis Evlogimenos2004-08-273-0/+12
* Add more content.Reid Spencer2004-08-271-27/+220
* Bug 430 Fixed.Reid Spencer2004-08-271-0/+2
* Correctly compute the number of compaction tables.Reid Spencer2004-08-271-1/+1
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-271-8/+12
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-262-0/+29
* Use newly added API in MRegisterInfo and don't expose the allocatableAlkis Evlogimenos2004-08-262-17/+1
* Use newly added API in MRegisterInfo.Alkis Evlogimenos2004-08-263-5/+8
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-262-4/+22
* Provide some meta tags for this document.Reid Spencer2004-08-261-0/+4
* Add the default table related stylesReid Spencer2004-08-261-0/+8
* Document the rational for the #include hierarchy.Reid Spencer2004-08-261-0/+112
* Fix a typo.Reid Spencer2004-08-261-1/+1
* First cut at a README for lib/System explaining the #inclusion rules andReid Spencer2004-08-261-0/+96
* Add a README explaining the intended content of this directory.Reid Spencer2004-08-261-0/+16
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-263-36/+54
* Previous checkin broke printf(%a) support for fp constants-- re-fix it.Brian Gaeke2004-08-252-2/+18
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-253-49/+77
* Fix documentation.Reid Spencer2004-08-251-4/+4
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-258-0/+569
* License for this library.Reid Spencer2004-08-251-0/+6
* Update to include tools/llvmc and lib/System as having additional copyrightReid Spencer2004-08-251-0/+2
* License file for llvmc.Reid Spencer2004-08-251-0/+6
* Document definitions and computations provided by llvm-bcanalyzer.Reid Spencer2004-08-251-1/+252
* Insert declarations for two new functions that support the dependentReid Spencer2004-08-241-0/+9
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-241-42/+99
* Add the directory specified by LLVM_LIB_SEARCH_PATH to the list ofReid Spencer2004-08-241-0/+6
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-241-1/+5
* Add a function that gets just the dependent libraries from a bytecode file.Reid Spencer2004-08-241-7/+17
* Provide a method for wholesale extraction of the dependent libraries.Reid Spencer2004-08-241-0/+3
* Add a wrapper for extraction of the dependent libraries from a bytecodeReid Spencer2004-08-241-0/+14
* Rearrange output a little to make it nicer.Reid Spencer2004-08-241-17/+17
* Add some detailsChris Lattner2004-08-241-1/+3
* Added BURS.Reid Spencer2004-08-241-0/+14