aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Register sizes should be specified in bitsNate Begeman2004-08-291-2/+2
* Improvements to int->float cast code for PPC-64Nate Begeman2004-08-293-61/+60
* Must link against new LLVMsystem libraryNate Begeman2004-08-291-1/+1
* RemoveFileOnSignal is now in sys:: namespaceNate Begeman2004-08-291-1/+1
* Put this change back in after testing from Reid proved its innocence. getSpi...Nate Begeman2004-08-291-2/+2
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-291-2/+2
* Add a declaration of environ global for DarwinReid Spencer2004-08-292-0/+4
* Add a missing header fileReid Spencer2004-08-291-0/+1
* Add an assert to cature null Operands. It is better to catch it here thanReid Spencer2004-08-291-0/+1
* Signals support has been moved to lib/SystemReid Spencer2004-08-291-138/+0
* Updated to create a link needed for correct lib/System compilation.Reid Spencer2004-08-291-43/+201
* Add lib/System ahead of lib/Support in case there are operating systemReid Spencer2004-08-291-1/+1
* Link with LLVMsystem.a for operating system independence.Reid Spencer2004-08-291-1/+1
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-291-1/+1
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-2916-16/+17
* The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer2004-08-2917-29/+29
* add llvmcReid Spencer2004-08-291-3/+3
* Convert llvmc to use the lib/System interface instead of directlyReid Spencer2004-08-299-687/+686
* Move a warning comment to where it should have been in the first place.Reid Spencer2004-08-291-5/+5
* Correct the vim: specificationReid Spencer2004-08-291-1/+1
* Include some additional header files.Reid Spencer2004-08-291-4/+6
* Initial platform independent implementation of operating system conceptReid Spencer2004-08-2910-0/+577
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-2910-0/+443
* 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