aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-08-31Minor code clarity changes.Alkis Evlogimenos
2004-08-31Fix a "test" botch.Reid Spencer
2004-08-31convert M and MD form instructions to generated asm writerNate Begeman
2004-08-31Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer
2004-08-30Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer
2004-08-30Add inclusion of assert.hReid Spencer
2004-08-30Initial commit of a configuration file for compiling C++ programs withReid Spencer
2004-08-30Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer
2004-08-30Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer
2004-08-30Add a blurb about exploiting the use of external storage.Reid Spencer
2004-08-30Move yet more instructions over to being printed by the generated asm writerNate Begeman
2004-08-30Abbreviate the long descriptions which are now in docs/SystemLibrary.html.Reid Spencer
2004-08-30Reduce the number of arguments in the instruction builder and make someReid Spencer
2004-08-30Need to throw std::string not const char* if we want error messages to beReid Spencer
2004-08-29Synchronize documentation of configuration items and substitutions withReid Spencer
2004-08-29Convert A-Form instructions to auto-generated asm writerNate Begeman
2004-08-29Register sizes should be specified in bitsNate Begeman
2004-08-29Improvements to int->float cast code for PPC-64Nate Begeman
2004-08-29Must link against new LLVMsystem libraryNate Begeman
2004-08-29RemoveFileOnSignal is now in sys:: namespaceNate Begeman
2004-08-29Put this change back in after testing from Reid proved its innocence. getSpi...Nate Begeman
2004-08-29Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman
2004-08-29Add a declaration of environ global for DarwinReid Spencer
2004-08-29Add a missing header fileReid Spencer
2004-08-29Add an assert to cature null Operands. It is better to catch it here thanReid Spencer
2004-08-29Signals support has been moved to lib/SystemReid Spencer
2004-08-29Updated to create a link needed for correct lib/System compilation.Reid Spencer
2004-08-29Add lib/System ahead of lib/Support in case there are operating systemReid Spencer
2004-08-29Link with LLVMsystem.a for operating system independence.Reid Spencer
2004-08-29RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer
2004-08-29Add the LLVMsystem.a library as it is now used for operating systemReid Spencer
2004-08-29The functions in Signal.h are now in the llvm::sys namespace - adjustReid Spencer
2004-08-29add llvmcReid Spencer
2004-08-29Convert llvmc to use the lib/System interface instead of directlyReid Spencer
2004-08-29Move a warning comment to where it should have been in the first place.Reid Spencer
2004-08-29Correct the vim: specificationReid Spencer
2004-08-29Include some additional header files.Reid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer
2004-08-29Put the lib/System interface functions in llvm::sys namespace.Reid Spencer
2004-08-29Create a link from $BUILD_OBJ_ROOT/lib/System/platform toReid Spencer
2004-08-29Implement the following missing functionality in the PPC backend:Nate Begeman
2004-08-29Initial commit of the platform agnostic interface to finding and executingReid Spencer
2004-08-29Add a function to remove whole directorys on fatal signal.Reid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer
2004-08-28Remove dead code.Alkis Evlogimenos
2004-08-27Now that LiveIntervals::addIntervalsForSpills is fixed, do not requireAlkis Evlogimenos
2004-08-27Only update LiveVariables if it is available. addIntervalsForSpillsAlkis Evlogimenos
2004-08-27Back out this change as it broke the build last night. This should beAlkis Evlogimenos
2004-08-27Back out change to divide getSpillSize by 8 until I figure out why it breaks ...Nate Begeman