index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Be a bit more efficient when processing the active and inactive
Alkis Evlogimenos
2004-09-01
2
-52
/
+62
*
Give a better assertion if we see a use before a def.
Alkis Evlogimenos
2004-09-01
1
-0
/
+2
*
Make sure <cassert> is included for platforms that don't include it via
Reid Spencer
2004-09-01
1
-0
/
+1
*
mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.
Reid Spencer
2004-09-01
1
-5
/
+7
*
Make CommandLine prefix error output with the name of the program.
Reid Spencer
2004-09-01
1
-13
/
+20
*
Initial commit for platform independent system configuration support.
Reid Spencer
2004-08-31
1
-0
/
+30
*
Add support for FreeBSD
Reid Spencer
2004-08-31
4
-0
/
+126
*
Add support for Interix and FreeBSD
Reid Spencer
2004-08-31
6
-4
/
+130
*
Actually define PreventCoreFiles in the sys namespace.
Reid Spencer
2004-08-31
1
-3
/
+1
*
Add a new abstraction, SysConfig for platform independent system
Reid Spencer
2004-08-31
8
-0
/
+200
*
Minor code clarity changes.
Alkis Evlogimenos
2004-08-31
1
-4
/
+6
*
Fix a "test" botch.
Reid Spencer
2004-08-31
2
-82
/
+125
*
convert M and MD form instructions to generated asm writer
Nate Begeman
2004-08-31
2
-20
/
+41
*
Recognize Interix systems as if they were SunOS and make sure we don't
Reid Spencer
2004-08-31
2
-28
/
+48
*
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-30
7
-24
/
+100
*
Add inclusion of assert.h
Reid Spencer
2004-08-30
1
-0
/
+1
*
Initial commit of a configuration file for compiling C++ programs with
Reid Spencer
2004-08-30
1
-0
/
+61
*
Implement the "setIncludePaths" and "setSymbolDefines" interface methods.
Reid Spencer
2004-08-30
5
-50
/
+157
*
Pass lists of -I and -D options through to the Compiler Driver.
Reid Spencer
2004-08-30
1
-0
/
+17
*
Add a blurb about exploiting the use of external storage.
Reid Spencer
2004-08-30
1
-2
/
+10
*
Move yet more instructions over to being printed by the generated asm writer
Nate Begeman
2004-08-30
4
-134
/
+188
*
Abbreviate the long descriptions which are now in docs/SystemLibrary.html.
Reid Spencer
2004-08-30
1
-79
/
+26
*
Reduce the number of arguments in the instruction builder and make some
Reid Spencer
2004-08-30
2
-160
/
+137
*
Need to throw std::string not const char* if we want error messages to be
Reid Spencer
2004-08-30
1
-3
/
+3
*
Synchronize documentation of configuration items and substitutions with
Reid Spencer
2004-08-29
1
-80
/
+31
*
Convert A-Form instructions to auto-generated asm writer
Nate Begeman
2004-08-29
2
-45
/
+62
*
Register sizes should be specified in bits
Nate Begeman
2004-08-29
1
-2
/
+2
*
Improvements to int->float cast code for PPC-64
Nate Begeman
2004-08-29
3
-61
/
+60
*
Must link against new LLVMsystem library
Nate Begeman
2004-08-29
1
-1
/
+1
*
RemoveFileOnSignal is now in sys:: namespace
Nate Begeman
2004-08-29
1
-1
/
+1
*
Put this change back in after testing from Reid proved its innocence. getSpi...
Nate Begeman
2004-08-29
1
-2
/
+2
*
Update doxygen comment now that getSpillSize is supposed to return value in bits
Nate Begeman
2004-08-29
1
-2
/
+2
*
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
2
-0
/
+4
*
Add a missing header file
Reid Spencer
2004-08-29
1
-0
/
+1
*
Add an assert to cature null Operands. It is better to catch it here than
Reid Spencer
2004-08-29
1
-0
/
+1
*
Signals support has been moved to lib/System
Reid Spencer
2004-08-29
1
-138
/
+0
*
Updated to create a link needed for correct lib/System compilation.
Reid Spencer
2004-08-29
1
-43
/
+201
*
Add lib/System ahead of lib/Support in case there are operating system
Reid Spencer
2004-08-29
1
-1
/
+1
*
Link with LLVMsystem.a for operating system independence.
Reid Spencer
2004-08-29
1
-1
/
+1
*
RemoveFileOnErrorSignal is now in the llvm::sys namespace. Adjust
Reid Spencer
2004-08-29
1
-1
/
+1
*
Add the LLVMsystem.a library as it is now used for operating system
Reid Spencer
2004-08-29
16
-16
/
+17
*
The functions in Signal.h are now in the llvm::sys namespace - adjust
Reid Spencer
2004-08-29
17
-29
/
+29
*
add llvmc
Reid Spencer
2004-08-29
1
-3
/
+3
*
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-29
9
-687
/
+686
*
Move a warning comment to where it should have been in the first place.
Reid Spencer
2004-08-29
1
-5
/
+5
*
Correct the vim: specification
Reid Spencer
2004-08-29
1
-1
/
+1
*
Include some additional header files.
Reid Spencer
2004-08-29
1
-4
/
+6
*
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
10
-0
/
+577
*
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
10
-0
/
+443
*
Put the lib/System interface functions in llvm::sys namespace.
Reid Spencer
2004-08-29
1
-0
/
+2
[next]