summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Be a bit more efficient when processing the active and inactiveAlkis Evlogimenos2004-09-01
* Give a better assertion if we see a use before a def.Alkis Evlogimenos2004-09-01
* Make sure <cassert> is included for platforms that don't include it viaReid Spencer2004-09-01
* mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer2004-09-01
* Make CommandLine prefix error output with the name of the program.Reid Spencer2004-09-01
* Initial commit for platform independent system configuration support.Reid Spencer2004-08-31
* Add support for FreeBSDReid Spencer2004-08-31
* Add support for Interix and FreeBSDReid Spencer2004-08-31
* Actually define PreventCoreFiles in the sys namespace.Reid Spencer2004-08-31
* Add a new abstraction, SysConfig for platform independent systemReid Spencer2004-08-31
* Minor code clarity changes.Alkis Evlogimenos2004-08-31
* Fix a "test" botch.Reid Spencer2004-08-31
* convert M and MD form instructions to generated asm writerNate Begeman2004-08-31
* Recognize Interix systems as if they were SunOS and make sure we don'tReid Spencer2004-08-31
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-30
* Add inclusion of assert.hReid Spencer2004-08-30
* Initial commit of a configuration file for compiling C++ programs withReid Spencer2004-08-30
* Implement the "setIncludePaths" and "setSymbolDefines" interface methods.Reid Spencer2004-08-30
* Pass lists of -I and -D options through to the Compiler Driver.Reid Spencer2004-08-30
* Add a blurb about exploiting the use of external storage.Reid Spencer2004-08-30
* Move yet more instructions over to being printed by the generated asm writerNate Begeman2004-08-30
* Abbreviate the long descriptions which are now in docs/SystemLibrary.html.Reid Spencer2004-08-30
* Reduce the number of arguments in the instruction builder and make someReid Spencer2004-08-30
* Need to throw std::string not const char* if we want error messages to beReid Spencer2004-08-30
* Synchronize documentation of configuration items and substitutions withReid Spencer2004-08-29
* Convert A-Form instructions to auto-generated asm writerNate Begeman2004-08-29
* Register sizes should be specified in bitsNate Begeman2004-08-29
* Improvements to int->float cast code for PPC-64Nate Begeman2004-08-29
* Must link against new LLVMsystem libraryNate Begeman2004-08-29
* RemoveFileOnSignal is now in sys:: namespaceNate Begeman2004-08-29
* Put this change back in after testing from Reid proved its innocence. getSpi...Nate Begeman2004-08-29
* Update doxygen comment now that getSpillSize is supposed to return value in bitsNate Begeman2004-08-29
* Add a declaration of environ global for DarwinReid Spencer2004-08-29
* Add a missing header fileReid Spencer2004-08-29
* Add an assert to cature null Operands. It is better to catch it here thanReid Spencer2004-08-29
* Signals support has been moved to lib/SystemReid Spencer2004-08-29
* Updated to create a link needed for correct lib/System compilation.Reid Spencer2004-08-29
* Add lib/System ahead of lib/Support in case there are operating systemReid Spencer2004-08-29
* Link with LLVMsystem.a for operating system independence.Reid Spencer2004-08-29
* RemoveFileOnErrorSignal is now in the llvm::sys namespace. AdjustReid Spencer2004-08-29
* Add the LLVMsystem.a library as it is now used for operating systemReid Spencer2004-08-29
* 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