index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2004-08-31
Minor code clarity changes.
Alkis Evlogimenos
2004-08-31
Fix a "test" botch.
Reid Spencer
2004-08-31
convert M and MD form instructions to generated asm writer
Nate Begeman
2004-08-31
Recognize Interix systems as if they were SunOS and make sure we don't
Reid Spencer
2004-08-30
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-30
Add inclusion of assert.h
Reid Spencer
2004-08-30
Initial commit of a configuration file for compiling C++ programs with
Reid Spencer
2004-08-30
Implement the "setIncludePaths" and "setSymbolDefines" interface methods.
Reid Spencer
2004-08-30
Pass lists of -I and -D options through to the Compiler Driver.
Reid Spencer
2004-08-30
Add a blurb about exploiting the use of external storage.
Reid Spencer
2004-08-30
Move yet more instructions over to being printed by the generated asm writer
Nate Begeman
2004-08-30
Abbreviate the long descriptions which are now in docs/SystemLibrary.html.
Reid Spencer
2004-08-30
Reduce the number of arguments in the instruction builder and make some
Reid Spencer
2004-08-30
Need to throw std::string not const char* if we want error messages to be
Reid Spencer
2004-08-29
Synchronize documentation of configuration items and substitutions with
Reid Spencer
2004-08-29
Convert A-Form instructions to auto-generated asm writer
Nate Begeman
2004-08-29
Register sizes should be specified in bits
Nate Begeman
2004-08-29
Improvements to int->float cast code for PPC-64
Nate Begeman
2004-08-29
Must link against new LLVMsystem library
Nate Begeman
2004-08-29
RemoveFileOnSignal is now in sys:: namespace
Nate Begeman
2004-08-29
Put this change back in after testing from Reid proved its innocence. getSpi...
Nate Begeman
2004-08-29
Update doxygen comment now that getSpillSize is supposed to return value in bits
Nate Begeman
2004-08-29
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
Add a missing header file
Reid Spencer
2004-08-29
Add an assert to cature null Operands. It is better to catch it here than
Reid Spencer
2004-08-29
Signals support has been moved to lib/System
Reid Spencer
2004-08-29
Updated to create a link needed for correct lib/System compilation.
Reid Spencer
2004-08-29
Add lib/System ahead of lib/Support in case there are operating system
Reid Spencer
2004-08-29
Link with LLVMsystem.a for operating system independence.
Reid Spencer
2004-08-29
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
Reid Spencer
2004-08-29
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-29
add llvmc
Reid Spencer
2004-08-29
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-29
Move a warning comment to where it should have been in the first place.
Reid Spencer
2004-08-29
Correct the vim: specification
Reid Spencer
2004-08-29
Include some additional header files.
Reid Spencer
2004-08-29
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
Put the lib/System interface functions in llvm::sys namespace.
Reid Spencer
2004-08-29
Create a link from $BUILD_OBJ_ROOT/lib/System/platform to
Reid Spencer
2004-08-29
Implement the following missing functionality in the PPC backend:
Nate Begeman
2004-08-29
Initial commit of the platform agnostic interface to finding and executing
Reid Spencer
2004-08-29
Add a function to remove whole directorys on fatal signal.
Reid Spencer
2004-08-29
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-28
Remove dead code.
Alkis Evlogimenos
2004-08-27
Now that LiveIntervals::addIntervalsForSpills is fixed, do not require
Alkis Evlogimenos
2004-08-27
Only update LiveVariables if it is available. addIntervalsForSpills
Alkis Evlogimenos
2004-08-27
Back out this change as it broke the build last night. This should be
Alkis Evlogimenos
2004-08-27
Back out change to divide getSpillSize by 8 until I figure out why it breaks ...
Nate Begeman
[next]