summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAge
...
* Add more comments.Dan Gohman2008-08-19
* Fix indentation in FastISel tablegen-emitted code.Dan Gohman2008-08-19
* Add more checking to filter out more kinds of things thatDan Gohman2008-08-19
* 80 columns.Dan Gohman2008-08-19
* Add a few doxygen comments.Dan Gohman2008-08-19
* Remove an unneeded #include.Dan Gohman2008-08-19
* Compress manpages.Devang Patel2008-08-19
* Speed up addRegisterDead by adding more fast checks before performing the exp...Owen Anderson2008-08-14
* Update makellvm to return correct result code.Daniel Dunbar2008-08-13
* Initial checkin of the new "fast" instruction selection support. SeeDan Gohman2008-08-13
* Oops, check in these files too, for the FastISel -> Fast rename.Dan Gohman2008-08-13
* remove obsolete filesChris Lattner2008-08-11
* Add ARM to the targets to build.Bill Wendling2008-08-05
* Added support for overloading intrinsics (atomics) based on pointersMon P Wang2008-07-30
* Don't build with 4.0.Bill Wendling2008-07-28
* Rename SDOperand to SDValue.Dan Gohman2008-07-27
* 'Previously, the emacs tablegen mode would highlight constants even if Chris Lattner2008-07-23
* Temporary hack to build with GCC 4.0 instead of 4.2.Bill Wendling2008-07-21
* Add a new function, ReplaceAllUsesOfValuesWith, which handles bulkDan Gohman2008-07-17
* Porting r53478 into mainline:Bill Wendling2008-07-11
* 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 support for building on solaris, working around namespaceChris Lattner2008-06-24
* Extract the x86_64 part for the executables.Bill Wendling2008-06-23
* - 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