summaryrefslogtreecommitdiff
path: root/utils/TableGen
Commit message (Expand)AuthorAge
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* TargetRegisterDesc::Name field is the same as the abstract register name. The...Evan Cheng2008-07-07
* Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman2008-07-07
* Add explicit keywords.Dan Gohman2008-07-07
* isel load folding is disabled at -fast. Now hoist the check up to the top lev...Evan Cheng2008-07-03
* Replace a few uses of SelectionDAG::getTargetNode withDan Gohman2008-07-02
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-01
* Use delete[] instead of free on an array created with new[].Owen Anderson2008-07-01
* Implement suggestions from Chris:Owen Anderson2008-07-01
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-01
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-01
* Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.Evan Cheng2008-06-30
* check in anton's patch to make inlining happen in a determinstic orderChris Lattner2008-06-30
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-26
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-25
* - 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
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-06
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-04
* 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
* 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