Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cosmetic issue: more consistent naming. | Mikhail Glushenkov | 2009-12-23 | 1 | -55/+55 |
* | Allow (set_option SwitchOption, true). | Mikhail Glushenkov | 2009-12-23 | 1 | -12/+29 |
* | Make 'set_option' work with list options. | Mikhail Glushenkov | 2009-12-18 | 1 | -10/+23 |
* | Add a 'set_option' action for use in OptionPreprocessor. | Mikhail Glushenkov | 2009-12-17 | 1 | -16/+64 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-12-17 | 1 | -120/+149 |
* | s/TokenizeCmdline/TokenizeCmdLine/ | Mikhail Glushenkov | 2009-12-17 | 1 | -14/+13 |
* | Convert llvmc tests to FileCheck. | Mikhail Glushenkov | 2009-12-15 | 1 | -1/+1 |
* | Support hook invocation from 'append_cmd'. | Mikhail Glushenkov | 2009-12-15 | 1 | -37/+62 |
* | Validate the generated C++ code in llvmc tests. | Mikhail Glushenkov | 2009-12-15 | 1 | -19/+20 |
* | Allow $CALL(Hook, '$INFILE') for non-join tools. | Mikhail Glushenkov | 2009-12-15 | 1 | -37/+74 |
* | Simplify a bit. | Mikhail Glushenkov | 2009-12-07 | 1 | -13/+5 |
* | Throw 'const char*' instead of 'std::string'. | Mikhail Glushenkov | 2009-12-07 | 1 | -11/+10 |
* | Deprecate 'unpack_values'. | Mikhail Glushenkov | 2009-12-07 | 1 | -45/+41 |
* | Implement 'forward_value' and 'forward_transformed_value'. | Mikhail Glushenkov | 2009-12-07 | 1 | -28/+143 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-12-07 | 1 | -98/+163 |
* | Forward -save-temps to llvm-gcc. | Mikhail Glushenkov | 2009-12-01 | 1 | -0/+3 |
* | mark some constant global const. | Chris Lattner | 2009-11-03 | 1 | -7/+8 |
* | 80-col violation. | Mikhail Glushenkov | 2009-10-27 | 1 | -1/+2 |
* | Make 'unset_option' work on list options. | Mikhail Glushenkov | 2009-10-22 | 1 | -6/+6 |
* | Implement any_[not_]empty and list versions of switch_on and [not_]empty. | Mikhail Glushenkov | 2009-10-21 | 1 | -60/+146 |
* | More refactoring... | Mikhail Glushenkov | 2009-10-19 | 1 | -46/+55 |
* | Refactoring, no functionality change. | Mikhail Glushenkov | 2009-10-18 | 1 | -69/+158 |
* | First draft of the OptionPreprocessor. | Mikhail Glushenkov | 2009-10-17 | 1 | -32/+191 |
* | Disallow multiple instances of PluginPriority. | Mikhail Glushenkov | 2009-10-17 | 1 | -4/+10 |
* | Omit the 'out_file_index != -1' check when possible. | Mikhail Glushenkov | 2009-10-09 | 1 | -6/+54 |
* | Input files should go before all other options. | Mikhail Glushenkov | 2009-10-08 | 1 | -14/+24 |
* | Add a way to query the number of input files. | Mikhail Glushenkov | 2009-09-28 | 1 | -5/+21 |
* | A bit prettier formatting. | Mikhail Glushenkov | 2009-09-28 | 1 | -3/+3 |
* | Use raw_ostream::indent instead of passing strings. | Mikhail Glushenkov | 2009-09-21 | 1 | -145/+163 |
* | Distinguish between 'empty' and empty DAG marker. | Mikhail Glushenkov | 2009-09-10 | 1 | -1/+1 |
* | Add a logical 'not' operator to llvmc's TableGen dialect. | Mikhail Glushenkov | 2009-09-10 | 1 | -0/+12 |
* | Prune #includes from llvm/Linker.h and llvm/System/Path.h, | Chris Lattner | 2009-08-23 | 1 | -3/+3 |
* | Add an 'init' option property. | Mikhail Glushenkov | 2009-07-07 | 1 | -2/+23 |
* | Refactoring. | Mikhail Glushenkov | 2009-07-07 | 1 | -18/+28 |
* | Comment fix. | Mikhail Glushenkov | 2009-07-07 | 1 | -3/+2 |
* | Replace std::iostreams with raw_ostream in TableGen. | Daniel Dunbar | 2009-07-03 | 1 | -37/+35 |
* | Better error message. | Mikhail Glushenkov | 2009-06-25 | 1 | -3/+5 |
* | Make llvmc work again. | Mikhail Glushenkov | 2009-06-23 | 1 | -1/+8 |
* | A little bit nicer formatting. | Mikhail Glushenkov | 2009-06-23 | 1 | -2/+2 |
* | Typo. | Mikhail Glushenkov | 2009-06-23 | 1 | -5/+5 |
* | A better error message. | Mikhail Glushenkov | 2009-05-06 | 1 | -2/+2 |
* | The 'forward_as' property did not use its second argument. | Mikhail Glushenkov | 2009-05-06 | 1 | -1/+1 |
* | Fix incorrect code generation with ENV. | Mikhail Glushenkov | 2009-05-05 | 1 | -1/+0 |
* | Add some assertions. | Mikhail Glushenkov | 2009-04-19 | 1 | -1/+2 |
* | 'append_cmd' should split its argument. | Mikhail Glushenkov | 2009-02-27 | 1 | -1/+6 |
* | Typo. | Mikhail Glushenkov | 2009-01-28 | 1 | -1/+1 |
* | Add three new option properties. | Mikhail Glushenkov | 2009-01-28 | 1 | -32/+116 |
* | Change the hook API back to prevent memory leaks. | Mikhail Glushenkov | 2009-01-21 | 1 | -1/+1 |
* | Allow hooks with arguments. | Mikhail Glushenkov | 2009-01-21 | 1 | -43/+212 |
* | Fix typo in error message. | Mikhail Glushenkov | 2008-12-18 | 1 | -1/+1 |