aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-302-5/+17
* Add support for option aliases.Mikhail Glushenkov2008-05-302-18/+70
* Allow nesting of case expressions.Mikhail Glushenkov2008-05-301-17/+36
* Small error message improvement.Mikhail Glushenkov2008-05-301-0/+5
* Remove RequireDefault parameter from EmitCaseConstructHandler.Mikhail Glushenkov2008-05-301-9/+3
* Fix some headers.Mikhail Glushenkov2008-05-308-8/+8
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-308-24/+44
* -E should print to stdout.Mikhail Glushenkov2008-05-302-5/+6
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-304-39/+91
* Rename StringVector to StrVector (to be consistent with LLVMCConfigurationEmi...Mikhail Glushenkov2008-05-302-7/+6
* Minor error message fixes.Mikhail Glushenkov2008-05-301-3/+4
* Documentation and examples improvementsMikhail Glushenkov2008-05-305-9/+89
* Better error reporting for the 'case' construct.Mikhail Glushenkov2008-05-301-4/+17
* Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov2008-05-302-7/+15
* Update documentation, add examples.Mikhail Glushenkov2008-05-305-77/+241
* Rename LLVMC-Tutorial.rst to LLVMC-Reference.rstMikhail Glushenkov2008-05-301-0/+0
* Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.Mikhail Glushenkov2008-05-301-17/+36
* Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov2008-05-302-8/+34
* Add support for user-provided hooks and environment variable reads to the cmd...Mikhail Glushenkov2008-05-302-16/+114
* Enable the response file ('llvmc @file') support.Mikhail Glushenkov2008-05-301-2/+2
* Update the code to the fact that StringSet now lives in llvm/ADT.Mikhail Glushenkov2008-05-303-46/+7
* Some small tweaks to make the generated code prettier.Mikhail Glushenkov2008-05-301-4/+14
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-308-201/+286
* Add a generalised 'case' construct.Mikhail Glushenkov2008-05-304-96/+139
* Unbreak this test.Nick Lewycky2008-05-301-1/+1
* remove the StripSymbolsPass. This should not be done by default in libLTO.dy...Nick Kledzik2008-05-301-5/+0
* Remove an unused variable.Dan Gohman2008-05-301-1/+0
* Fix an error in the comment for APInt::getMinSignedBits.Dan Gohman2008-05-301-3/+1
* Fix a typo in a comment.Dan Gohman2008-05-301-1/+1
* Fix a copy+paste error in a comment.Dan Gohman2008-05-301-1/+1
* Fix doxygen comment syntax.Dan Gohman2008-05-301-3/+3
* Make the renumbering correct in the face of deleted instructions that have be...Owen Anderson2008-05-291-7/+73
* add doxygen commentsGabor Greif2008-05-291-0/+18
* Unbreak build.Bill Wendling2008-05-291-3/+3
* Remove guard, so *each* inclusion will result in a warningAnton Korobeynikov2008-05-291-4/+0
* Add patterns for CALL32m and CALL64m. They aren't matched in mostDan Gohman2008-05-294-8/+17
* Remove more iostream header includes. Needed to implement a "FlushStream"Bill Wendling2008-05-296-8/+23
* Remove <iostream>.Bill Wendling2008-05-291-2/+0
* Add newline at end of file.Owen Anderson2008-05-291-1/+1
* Fix a tblgen problem handling variable_ops in tblgen instructionDan Gohman2008-05-298-52/+54
* const-ify getOpcode.Dan Gohman2008-05-291-3/+3
* Prune and tidy #includes.Dan Gohman2008-05-2914-21/+8
* Expand small memmovs using inline code. Set the X86 threshold for expandingDan Gohman2008-05-293-6/+86
* For PR1338: Rename test dirsAnton Korobeynikov2008-05-29355-0/+0
* Revert part of my last patch that I didn't intend to commit yet.Owen Anderson2008-05-291-0/+2
* Add file with warning for backward comptibility. Should be removed after 2.4Anton Korobeynikov2008-05-291-0/+36
* Update guardsAnton Korobeynikov2008-05-294-12/+12
* Renumbering needs to account for instruction slot offsets when performing loo...Owen Anderson2008-05-291-7/+20
* RegenerateAnton Korobeynikov2008-05-291-6/+6
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-2927-37/+37