Sanjiv Gupta
|
f8bd9413d5
|
disable-mem2reg and disable-gvn options should not be used by the driver.
llvm-svn: 97236
|
2010-02-26 18:38:44 +00:00 |
Mikhail Glushenkov
|
527bfeeda7
|
Update mcc16 and the ancient Clang plugin for the 'cmd_line' -> 'command' change.
llvm-svn: 96933
|
2010-02-23 09:59:30 +00:00 |
Duncan Sands
|
3d928db087
|
Uniformize the way these options are printed. Requested by
Russell Wallace.
llvm-svn: 96580
|
2010-02-18 14:37:52 +00:00 |
Sanjiv Gupta
|
b67dc69a78
|
Add uppercase and lowercase part defines in driver.
Use a temp dir with a unique name in the current dir itself.
Use forward_value instead of unpack_values.
llvm-svn: 95530
|
2010-02-08 05:56:37 +00:00 |
Sanjiv Gupta
|
bdef02be69
|
Adding a bunch of options to the mcc16 driver.
llvm-svn: 91776
|
2009-12-19 13:13:29 +00:00 |
Mikhail Glushenkov
|
67c106664b
|
Deprecate 'unpack_values'.
Use 'forward_values' + 'comma_separated' instead.
llvm-svn: 90774
|
2009-12-07 18:25:54 +00:00 |
Sanjiv Gupta
|
d6e77d004a
|
Added more options to mcc16 driver.
llvm-svn: 84752
|
2009-10-21 10:38:59 +00:00 |
Benjamin Kramer
|
53fd9f392d
|
Inverse logic to increase portability.
llvm-svn: 80240
|
2009-08-27 12:02:34 +00:00 |
Sanjiv Gupta
|
99c20d1459
|
To make mcc16 run correctly on mac.
llvm-svn: 80239
|
2009-08-27 11:54:38 +00:00 |
Dan Gohman
|
1432ef864e
|
This void is implicit in C++.
llvm-svn: 78848
|
2009-08-12 22:10:57 +00:00 |
Sanjiv Gupta
|
bdaaacad9a
|
llvm-ld has a new option called -b to specify the name of bitcode output file, use that.
llvm-svn: 78282
|
2009-08-06 04:09:26 +00:00 |
Sanjiv Gupta
|
63bdb56274
|
Added a fixme for platform specific GetDirSeparator().
llvm-svn: 75461
|
2009-07-13 10:58:55 +00:00 |
Sanjiv Gupta
|
ed5db9dd30
|
allow mcc16 users to specify --save-temps even though it is hidden by mcc16.
link libstd.so with llvm-ld by default with all the programs user is trying to build.
llvm-svn: 75460
|
2009-07-13 10:56:29 +00:00 |
Sanjiv Gupta
|
62609a4131
|
Link std.lib (.bc code) with llvm-ld.
Link devices.lib (processor specific variables) with mplink.
llvm-svn: 75263
|
2009-07-10 19:04:05 +00:00 |
Sanjiv Gupta
|
c378299f79
|
Added few more options to individual tools.
llvm-svn: 75120
|
2009-07-09 08:20:25 +00:00 |
Sanjiv Gupta
|
772924295d
|
Return dir separator as per platform.
llvm-svn: 75119
|
2009-07-09 08:17:55 +00:00 |
Sanjiv Gupta
|
6c41ac5b38
|
Prefix bin dir to executables.
llvm-svn: 74713
|
2009-07-02 17:51:09 +00:00 |
Sanjiv Gupta
|
2b65d1aac1
|
Fixed handling of -c option.wq
llvm-svn: 74711
|
2009-07-02 17:35:38 +00:00 |
Sanjiv Gupta
|
8ff5a6c262
|
Executables will be at InstallDir/bin directory. Std header files will be at InstallDir/include, libs will be at InstallDir/lib. Define hooks for these and use them in the options for various tools.
llvm-svn: 74611
|
2009-07-01 16:10:29 +00:00 |
Mikhail Glushenkov
|
aef7175f45
|
A basic PIC16 toolchain driver.
Nice addition to the examples and also a starting point for Sanjiv to work on.
llvm-svn: 73013
|
2009-06-07 07:08:01 +00:00 |