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
path:
root
/
tools
/
llvmc
/
CompilerDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR786:
Reid Spencer
2006-11-02
1
-7
/
+0
*
For PR797:
Reid Spencer
2006-08-25
1
-2
/
+3
*
Make the sys::Path::GetTemporaryDirectory method not throw exceptions and
Reid Spencer
2006-08-22
1
-10
/
+30
*
For PR797:
Reid Spencer
2006-08-21
1
-10
/
+14
*
Patches to correct several bugs in llvmc.
Reid Spencer
2006-08-16
1
-4
/
+49
*
No need to check isWriteable here (which isn't sufficient anyway). Just attempt
Chris Lattner
2006-08-01
1
-1
/
+2
*
silly cleanup
Chris Lattner
2006-05-29
1
-1
/
+1
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
Final Changes For PR495:
Reid Spencer
2005-07-08
1
-1
/
+1
*
For PR495:
Reid Spencer
2005-07-07
1
-15
/
+15
*
For PR495:
Reid Spencer
2005-07-07
1
-9
/
+9
*
For PR514:
Reid Spencer
2005-05-19
1
-1
/
+33
*
Minor clean-ups
Misha Brukman
2005-05-03
1
-15
/
+13
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-41
/
+41
*
#include system headers after all LLVM headers
Misha Brukman
2005-04-20
1
-2
/
+1
*
Ensure that the arguments passed to sys::Program::ExecuteAndWait include
Reid Spencer
2005-04-11
1
-2
/
+3
*
Conform to the documented interface by null terminating argument lists!
Chris Lattner
2005-02-13
1
-7
/
+5
*
Use Config/alloca.h instead of alloca.h - pointed out by Duraid and Misha
Brian Gaeke
2004-12-20
1
-1
/
+1
*
Make this compile on Solaris.
Brian Gaeke
2004-12-19
1
-0
/
+1
*
For PR351:
Reid Spencer
2004-12-19
1
-8
/
+13
*
Make use of the new Path inserter function.
Reid Spencer
2004-12-13
1
-3
/
+3
*
PR351: \
Reid Spencer
2004-12-13
1
-2
/
+3
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-33
/
+34
*
* Don't pass empty arguments to ExecuteAndWait because it can cause the
Reid Spencer
2004-11-23
1
-41
/
+56
*
Get the -o option right
Reid Spencer
2004-11-20
1
-21
/
+43
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-40
/
+45
*
Implement linking.
Reid Spencer
2004-10-28
1
-735
/
+746
*
Support the -WX, -f -M options as pass throughs
Reid Spencer
2004-09-14
1
-91
/
+184
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Implement the "setIncludePaths" and "setSymbolDefines" interface methods.
Reid Spencer
2004-08-30
1
-42
/
+130
*
Add a missing header file
Reid Spencer
2004-08-29
1
-0
/
+1
*
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-29
1
-519
/
+564
*
Run the compilation actions before we attempt linking work.
Reid Spencer
2004-08-24
1
-42
/
+99
*
- Remove unused GetSuffix function
Reid Spencer
2004-08-24
1
-78
/
+118
*
Change @ -> % in config files. @name@ might be needed for config files to
Reid Spencer
2004-08-20
1
-7
/
+7
*
Implement Assembly support.
Reid Spencer
2004-08-20
1
-14
/
+39
*
Implement many new features for llvmc. This is the first version that will
Reid Spencer
2004-08-19
1
-132
/
+252
*
Back out dependencies on lib/System/Path.h
Reid Spencer
2004-08-16
1
-22
/
+29
*
More Functionality:
Reid Spencer
2004-08-15
1
-31
/
+163
*
Converted to use flex for tokenizing input so we can use an easier to
Reid Spencer
2004-08-14
1
-12
/
+36
*
Fix header commentary.
Reid Spencer
2004-08-13
1
-3
/
+2
*
Additional functionality. This version handles option parsing and parameter
Reid Spencer
2004-08-13
1
-0
/
+227