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
/
llvmc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use LINK_COMPONENTS to specify *components* to link against instead of
Chris Lattner
2006-09-04
1
-1
/
+0
*
For PR797:
Reid Spencer
2006-08-21
1
-2
/
+3
*
silly cleanup
Chris Lattner
2006-05-29
1
-19
/
+19
*
Eliminate all remaining tabs and trailing spaces.
Jeff Cohen
2005-07-27
1
-1
/
+1
*
* Use consistent spacing for function arguments
Misha Brukman
2005-05-05
1
-18
/
+18
*
std::string(NULL) does not a proper constructor make
Misha Brukman
2005-05-03
1
-3
/
+3
*
Omit periods at the end of command-line switch explanations for consistency
Misha Brukman
2005-05-03
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-22
1
-11
/
+11
*
Adjust the help output so that it will fit cleanly within 80 columns.
Reid Spencer
2005-02-18
1
-17
/
+17
*
For PR351:
Reid Spencer
2004-12-30
1
-0
/
+1
*
Path::get -> Path::toString
Reid Spencer
2004-12-11
1
-1
/
+1
*
* Adjust the options to make them either accept multiple occurrences or be
Reid Spencer
2004-11-23
1
-5
/
+22
*
Get the -o option right
Reid Spencer
2004-11-20
1
-1
/
+1
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
1
-0
/
+4
*
Eliminate the -F option (for forcing output) .. not needed
Reid Spencer
2004-10-28
1
-6
/
+10
*
Support the -WX, -f -M options as pass throughs
Reid Spencer
2004-09-14
1
-5
/
+20
*
Don't re-instantiate the std::string in catch block.
Reid Spencer
2004-09-03
1
-1
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Pass lists of -I and -D options through to the Compiler Driver.
Reid Spencer
2004-08-30
1
-0
/
+17
*
Need to throw std::string not const char* if we want error messages to be
Reid Spencer
2004-08-30
1
-3
/
+3
*
Convert llvmc to use the lib/System interface instead of directly
Reid Spencer
2004-08-29
1
-28
/
+38
*
Add the directory specified by LLVM_LIB_SEARCH_PATH to the list of
Reid Spencer
2004-08-24
1
-0
/
+6
*
Get rid of error messages from CommandLine because -time-passes was
Reid Spencer
2004-08-24
1
-4
/
+2
*
- Unify format of output messages
Reid Spencer
2004-08-24
1
-7
/
+10
*
Actually let it compile after file name changes.
Reid Spencer
2004-08-19
1
-1
/
+1
*
Implement many new features for llvmc. This is the first version that will
Reid Spencer
2004-08-19
1
-97
/
+117
*
More Functionality:
Reid Spencer
2004-08-15
1
-9
/
+20
*
Converted to use flex for tokenizing input so we can use an easier to
Reid Spencer
2004-08-14
1
-0
/
+1
*
Additional functionality. This version handles option parsing and parameter
Reid Spencer
2004-08-13
1
-28
/
+126
*
Move CompilerDriver.h here.
Reid Spencer
2004-08-10
1
-1
/
+1
*
First "do nothing" version of the LLVM Compiler Driver. This version just
Reid Spencer
2004-08-10
1
-0
/
+167