summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-16
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-10
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-09
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Escape "$#".Nick Lewycky2008-06-05
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-04
* Update the polygen grammer for the new insertvalue and extractvalue syntax.Dan Gohman2008-06-02
* Fix the position of MemOperands in nodes that use variadic_opsDan Gohman2008-06-02
* Initialize members properly during constructionAnton Korobeynikov2008-06-01
* Callback was not executed on OS X when it was a function.Mikhail Glushenkov2008-05-31
* Teach the DAGISelEmitter to not compute the variable_ops operandDan Gohman2008-05-31
* Revert 51775.Evan Cheng2008-05-30
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-30
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-30
* Refactoring: remove code duplication introduced in the previous patch.Mikhail Glushenkov2008-05-30
* Refactoring: split CollectProperties into two separate function objects.Mikhail Glushenkov2008-05-30
* New feature: OptionList.Mikhail Glushenkov2008-05-30
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-30
* Make it possible to test if the '-o' option is provided.Mikhail Glushenkov2008-05-30
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-30
* Add support for option aliases.Mikhail Glushenkov2008-05-30
* Allow nesting of case expressions.Mikhail Glushenkov2008-05-30
* Small error message improvement.Mikhail Glushenkov2008-05-30
* Remove RequireDefault parameter from EmitCaseConstructHandler.Mikhail Glushenkov2008-05-30
* Fix some headers.Mikhail Glushenkov2008-05-30
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-30
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-30
* Better error reporting for the 'case' construct.Mikhail Glushenkov2008-05-30
* Do not generate empty 'if's for the output_suffix property.Mikhail Glushenkov2008-05-30
* Make it possible to use hooks like this: '$CALL(MyHook)/path/to/file'.Mikhail Glushenkov2008-05-30
* Make it possible to change the output file suffix based on command-line options.Mikhail Glushenkov2008-05-30
* Add support for user-provided hooks and environment variable reads to the cmd...Mikhail Glushenkov2008-05-30
* Some small tweaks to make the generated code prettier.Mikhail Glushenkov2008-05-30
* Make it possible to use the generalised 'case' construct in the cmd_line prop...Mikhail Glushenkov2008-05-30
* Add a generalised 'case' construct.Mikhail Glushenkov2008-05-30
* Add patterns for CALL32m and CALL64m. They aren't matched in mostDan Gohman2008-05-29
* Fix a tblgen problem handling variable_ops in tblgen instructionDan Gohman2008-05-29
* Add a flag to indicate that an instruction is as cheap (or cheaper) than a moveBill Wendling2008-05-28
* Fix the spelling of the va_arg keyword.Dan Gohman2008-05-23
* Make structs and arrays first-class types, and add assemblyDan Gohman2008-05-23
* Add a polygen grammar definition for LLVM assembly language.Dan Gohman2008-05-22
* Do not generate by TableGen the hard-coded standard, target-independent part ofRoman Levenstein2008-05-14
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-12
* Reapply 50867: A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-09
* Revertin 50867 since it was breaking the build.Tanya Lattner2008-05-08
* A small refactoring (extract method) + some comment fixes.Mikhail Glushenkov2008-05-08
* Use Doxygen-style comments.Mikhail Glushenkov2008-05-07
* Change from llvm::SmallSet<std::string> to llvm::StringMap<char>.Mikhail Glushenkov2008-05-06
* Add new edge property combinator: weight.Mikhail Glushenkov2008-05-06
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-06