summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-29
* add llvmcReid Spencer2004-08-29
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-29
* Move a warning comment to where it should have been in the first place.Reid Spencer2004-08-29
* Correct the vim: specificationReid Spencer2004-08-29
* Include some additional header files.Reid Spencer2004-08-29
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-29
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-29
* Put the lib/System interface functions in llvm::sys namespace.Reid Spencer2004-08-29
* Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer2004-08-29
* Implement the following missing functionality in the PPC backend:Nate Begeman2004-08-29
* Initial commit of the platform agnostic interface to finding and executingReid Spencer2004-08-29
* Add a function to remove whole directorys on fatal signal.Reid Spencer2004-08-29
* Revise the design of the Path concept per peer review. Too many changes toReid Spencer2004-08-29
* Remove dead code.Alkis Evlogimenos2004-08-28
* Now that LiveIntervals::addIntervalsForSpills is fixed, do not requireAlkis Evlogimenos2004-08-27
* Only update LiveVariables if it is available. addIntervalsForSpillsAlkis Evlogimenos2004-08-27
* Back out this change as it broke the build last night. This should beAlkis Evlogimenos2004-08-27
* Back out change to divide getSpillSize by 8 until I figure out why it breaks ...Nate Begeman2004-08-27
* Fix a typo in the bytecode format documentationNate Begeman2004-08-27
* The linear scan variants do not require the LiveVariables analysis.Alkis Evlogimenos2004-08-27
* Register sizes are in bits, not bytesNate Begeman2004-08-27
* Add getLastBlock member. This is useful when growing a densemap keyedAlkis Evlogimenos2004-08-27
* Add MachineBasicBlock2IndexFunctor. This is useful for densemaps fromAlkis Evlogimenos2004-08-27
* Add size member function.Alkis Evlogimenos2004-08-27
* Add more content.Reid Spencer2004-08-27
* Bug 430 Fixed.Reid Spencer2004-08-27
* Correctly compute the number of compaction tables.Reid Spencer2004-08-27
* Prevent an empty compaction table from being written to the bytecode file.Reid Spencer2004-08-27
* Add the CompactionTableIsEmpty function so that we can determine if aReid Spencer2004-08-26
* Use newly added API in MRegisterInfo and don't expose the allocatableAlkis Evlogimenos2004-08-26
* Use newly added API in MRegisterInfo.Alkis Evlogimenos2004-08-26
* Add getAllocatableSet() function.Alkis Evlogimenos2004-08-26
* Provide some meta tags for this document.Reid Spencer2004-08-26
* Add the default table related stylesReid Spencer2004-08-26
* Document the rational for the #include hierarchy.Reid Spencer2004-08-26
* Fix a typo.Reid Spencer2004-08-26
* First cut at a README for lib/System explaining the #inclusion rules andReid Spencer2004-08-26
* Add a README explaining the intended content of this directory.Reid Spencer2004-08-26
* Add default index functor (an identity functor). You could use aAlkis Evlogimenos2004-08-26
* Previous checkin broke printf(%a) support for fp constants-- re-fix it.Brian Gaeke2004-08-25
* New version of Bill Wendling's PR33 patch.Brian Gaeke2004-08-25
* Fix documentation.Reid Spencer2004-08-25
* Initial implementation of the Path operating system concept.Reid Spencer2004-08-25
* License for this library.Reid Spencer2004-08-25
* Update to include tools/llvmc and lib/System as having additional copyrightReid Spencer2004-08-25
* License file for llvmc.Reid Spencer2004-08-25
* Document definitions and computations provided by llvm-bcanalyzer.Reid Spencer2004-08-25
* Insert declarations for two new functions that support the dependentReid Spencer2004-08-24
* Run the compilation actions before we attempt linking work.Reid Spencer2004-08-24