aboutsummaryrefslogtreecommitdiffstats
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-305-9/+26
* Don't build with 4.0.Bill Wendling2008-07-281-2/+1
* Rename SDOperand to SDValue.Dan Gohman2008-07-271-76/+76
* 'Previously, the emacs tablegen mode would highlight constants even if Chris Lattner2008-07-231-4/+4
* Temporary hack to build with GCC 4.0 instead of 4.2.Bill Wendling2008-07-211-1/+2
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-171-42/+55
* Porting r53478 into mainline:Bill Wendling2008-07-111-0/+8
* TargetRegisterDesc::Name field is the same as the abstract register name. The...Evan Cheng2008-07-071-10/+1
* Refactor the tablegen DAGISelEmitter code for outputing calls toDan Gohman2008-07-071-201/+208
* Add explicit keywords.Dan Gohman2008-07-071-4/+4
* isel load folding is disabled at -fast. Now hoist the check up to the top lev...Evan Cheng2008-07-031-8/+27
* Replace a few uses of SelectionDAG::getTargetNode withDan Gohman2008-07-021-13/+28
* Make the subregister hashtable output more readable by wrapping the lines,Owen Anderson2008-07-011-12/+16
* Use delete[] instead of free on an array created with new[].Owen Anderson2008-07-011-1/+1
* Implement suggestions from Chris:Owen Anderson2008-07-011-9/+10
* Replace the dynamically computed std::set lookup method for subregisters with...Owen Anderson2008-07-011-1/+68
* Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminatingDan Gohman2008-07-015-26/+33
* Eliminate TargetRegisterDesc::ImmSubRegs. It's no longer in use.Evan Cheng2008-06-301-22/+1
* check in anton's patch to make inlining happen in a determinstic orderChris Lattner2008-06-301-4/+6
* Fixes the last x86-64 test failure in compat.exp:Dale Johannesen2008-06-261-0/+2
* Added MemOperands to Atomic operations since Atomics touches memory.Mon P Wang2008-06-254-6/+10
* Add support for building on solaris, working around namespaceChris Lattner2008-06-241-1/+1
* Extract the x86_64 part for the executables.Bill Wendling2008-06-231-5/+3
* - Add "Commutative" property to intrinsics. This allows tblgen to generate th...Evan Cheng2008-06-164-5/+42
* Remove some debug output from tblgen. This fixes a test.Matthijs Kooijman2008-06-101-2/+0
* AsmParser support for immediate constant aggregate values.Dan Gohman2008-06-091-0/+7
* Wrap MVT::ValueType in a struct to get type safetyDuncan Sands2008-06-0610-147/+167
* Escape "$#".Nick Lewycky2008-06-051-1/+1
* Add #includes required by GCC 4.3, thanks for Zhongxing XuChris Lattner2008-06-041-2/+1
* Update the polygen grammer for the new insertvalue and extractvalue syntax.Dan Gohman2008-06-021-4/+6
* Fix the position of MemOperands in nodes that use variadic_opsDan Gohman2008-06-021-12/+15
* Initialize members properly during constructionAnton Korobeynikov2008-06-011-2/+2
* Callback was not executed on OS X when it was a function.Mikhail Glushenkov2008-05-311-1/+1
* Teach the DAGISelEmitter to not compute the variable_ops operandDan Gohman2008-05-315-46/+56
* Revert 51775.Evan Cheng2008-05-301-1/+1
* Patches for building llvm on Solaris x86. Contributed by Nathan Keynes.Evan Cheng2008-05-301-1/+1
* Add a check for side effect-free options (specified only in the OptionList).Mikhail Glushenkov2008-05-301-2/+38
* Refactoring: remove code duplication introduced in the previous patch.Mikhail Glushenkov2008-05-301-86/+65
* Refactoring: split CollectProperties into two separate function objects.Mikhail Glushenkov2008-05-301-137/+226
* New feature: OptionList.Mikhail Glushenkov2008-05-301-4/+31
* A small optimization: use static char* array instead of StrVector.Mikhail Glushenkov2008-05-301-12/+21
* Make it possible to test if the '-o' option is provided.Mikhail Glushenkov2008-05-301-5/+11
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-301-5/+5
* Add support for option aliases.Mikhail Glushenkov2008-05-301-17/+68
* 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-302-2/+2
* New tests for the 'case' expression: not_empty, in_language.Mikhail Glushenkov2008-05-301-4/+14
* Make it possible to have multiple input languages for a single tool.Mikhail Glushenkov2008-05-301-24/+65