SubRegIndex'ize Mips
[oota-llvm.git] / tools / llvmc / example /
2010-02-26 Sanjiv Guptadisable-mem2reg and disable-gvn options should not...
2010-02-23 Mikhail GlushenkovUpdate mcc16 and the ancient Clang plugin for the ...
2010-02-18 Duncan SandsUniformize the way these options are printed. Requested by
2010-02-08 Sanjiv GuptaFixed build error for redefinition.
2010-02-08 Sanjiv GuptaAdd uppercase and lowercase part defines in driver.
2009-12-19 Sanjiv GuptaAdding a bunch of options to the mcc16 driver.
2009-12-07 Mikhail GlushenkovDeprecate 'unpack_values'.
2009-11-19 Mikhail GlushenkovMake example/Hello compile again.
2009-10-21 Sanjiv GuptaAdded more options to mcc16 driver.
2009-08-27 Benjamin KramerInverse logic to increase portability.
2009-08-27 Sanjiv GuptaTo make mcc16 run correctly on mac.
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-06 Sanjiv Guptallvm-ld has a new option called -b to specify the name...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-13 Sanjiv GuptaAdded a fixme for platform specific GetDirSeparator().
2009-07-13 Sanjiv Guptaallow mcc16 users to specify --save-temps even though...
2009-07-11 Sanjiv GuptaErase the temp dir before starting.
2009-07-10 Sanjiv GuptaLink std.lib (.bc code) with llvm-ld.
2009-07-09 Mikhail GlushenkovWe don't need to set SaveTemps here.
2009-07-09 Mikhail GlushenkovAdjust comment.
2009-07-09 Sanjiv GuptaBy default -t is always on for mcc16 and it uses ....
2009-07-09 Sanjiv GuptaAdded few more options to individual tools.
2009-07-09 Sanjiv GuptaReturn dir separator as per platform.
2009-07-07 Mikhail GlushenkovShow how to modify built-in options.
2009-07-02 Sanjiv GuptaPrefix bin dir to executables.
2009-07-02 Sanjiv GuptaFixed handling of -c option.wq
2009-07-01 Sanjiv GuptaExecutables will be at InstallDir/bin directory. Std...
2009-06-25 Mikhail GlushenkovRemove duplication.
2009-06-23 Mikhail GlushenkovTemporary copy-pasto to make examples compile.
2009-06-07 Mikhail GlushenkovA basic PIC16 toolchain driver.
2009-03-03 Mikhail GlushenkovAdd example/Skeleton.
2009-03-03 Mikhail GlushenkovComment fixes.
2009-03-03 Mikhail GlushenkovMove example plugins to the example/ directory.