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 |
Dan Gohman
|
ee05152cfa
|
Convert more tools code from cerr and cout to errs() and outs().
llvm-svn: 76070
|
2009-07-16 15:30:09 +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
|
594006524b
|
Erase the temp dir before starting.
llvm-svn: 75367
|
2009-07-11 17:35:46 +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 |
Mikhail Glushenkov
|
163f93e434
|
We don't need to set SaveTemps here.
'--temp-dir' always overrides 'save-temps'.
llvm-svn: 75165
|
2009-07-09 19:38:32 +00:00 |
Mikhail Glushenkov
|
353b8cc112
|
Adjust comment.
llvm-svn: 75164
|
2009-07-09 19:37:58 +00:00 |
Sanjiv Gupta
|
f3b8609c6f
|
By default -t is always on for mcc16 and it uses ./tmp-objs as the temp directory.
llvm-svn: 75155
|
2009-07-09 18:09:26 +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 |
Mikhail Glushenkov
|
244821fbe5
|
Show how to modify built-in options.
Sanjiv complained about the need to maintain local changes to
lib/CompilerDriver.
llvm-svn: 74912
|
2009-07-07 16:39:33 +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
|
73da626340
|
Remove duplication.
Factor out common preprocessor-related bits to Makefile.rules.
llvm-svn: 74153
|
2009-06-25 01:07:00 +00:00 |
Mikhail Glushenkov
|
8b4e03898c
|
Temporary copy-pasto to make examples compile.
llvm-svn: 74001
|
2009-06-23 20:47:24 +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 |
Mikhail Glushenkov
|
33435e49a9
|
Add example/Skeleton.
This is a template that can be used to build your own LLVMC-based drivers.
It can be also useful as a "bare-bones" LLVMC.
llvm-svn: 65944
|
2009-03-03 11:02:48 +00:00 |
Mikhail Glushenkov
|
b5f56fc268
|
Comment fixes.
llvm-svn: 65943
|
2009-03-03 10:04:57 +00:00 |
Mikhail Glushenkov
|
b00b964697
|
Move example plugins to the example/ directory.
llvm-svn: 65939
|
2009-03-03 10:02:53 +00:00 |