MVN is addrmode1.
[oota-llvm.git] / utils /
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Gabor Greifjust a brain dump for a small tool
2008-08-28 Gabor Greiferect abstraction boundaries for accessing SDValue...
2008-08-28 Owen AndersonAdd support for fast-isel of opcodes that require use...
2008-08-27 Dan GohmanUpdate a comment to reflect recent changes.
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Gabor Greifdisallow direct access to SDValue::ResNo, provide a...
2008-08-26 Dan GohmanRefactor a bunch of FastISelEmitter code into a helper...
2008-08-26 Cedric Venet- small bug corrected: incorrect iterator type.
2008-08-26 Owen AndersonWe need to check that the return type is correct, even...
2008-08-26 Chris Lattnercode simplification, no functionality change.
2008-08-26 Chris Lattnerstabilize more printing, this doesn't cause a problem
2008-08-26 Chris Lattnerstablize SubRegsSet printing, part of PR2590
2008-08-26 Chris LattnerStabilize 'getDwarfRegNumFull' output to not depend...
2008-08-26 Owen AndersonThrow the switch to allow FastISel to emit instructions...
2008-08-26 Owen AndersonEnhance TableGen to emit code for FastISel of opcodes...
2008-08-25 Owen AndersonAdd a RetVT parameter to emitted FastISel methods,...
2008-08-25 Owen AndersonDeepen the map structure tablegen uses to compute FastI...
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-23 Dan GohmanMove the point at which FastISel taps into the Selectio...
2008-08-22 Dan GohmanAdd a few comments.
2008-08-22 Dan GohmanFactor out the predicate check code from DAGISelEmitter.cpp
2008-08-21 Dan GohmanBasic fast-isel support for instructions with constant...
2008-08-21 Dan GohmanRemove the code that limited FastISel to certain fixed...
2008-08-21 Dan GohmanBegin making more use of the FastISelEmitter class.
2008-08-20 Dan GohmanRemove an obsolete todo comment.
2008-08-20 Dan GohmanFactor the code for determining the target-specific...
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-20 Dan GohmanFix the string for MVT::isVoid.
2008-08-19 Dan GohmanFor now, restrict FastISel to instructions that only...
2008-08-19 Dan GohmanFactor out the code to scan an instruction's operands...
2008-08-19 Dan GohmanAdd more comments.
2008-08-19 Dan GohmanFix indentation in FastISel tablegen-emitted code.
2008-08-19 Dan GohmanAdd more checking to filter out more kinds of things...
2008-08-19 Dan Gohman80 columns.
2008-08-19 Dan GohmanAdd a few doxygen comments.
2008-08-19 Dan GohmanRemove an unneeded #include.
2008-08-19 Devang PatelCompress manpages.
2008-08-14 Owen AndersonSpeed up addRegisterDead by adding more fast checks...
2008-08-13 Daniel DunbarUpdate makellvm to return correct result code.
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...
2008-08-13 Dan GohmanOops, check in these files too, for the FastISel -...
2008-08-11 Chris Lattnerremove obsolete files
2008-08-05 Bill WendlingAdd ARM to the targets to build.
2008-07-30 Mon P WangAdded support for overloading intrinsics (atomics)...
2008-07-28 Bill WendlingDon't build with 4.0.
2008-07-27 Dan GohmanRename SDOperand to SDValue.
2008-07-23 Chris Lattner'Previously, the emacs tablegen mode would highlight...
2008-07-21 Bill WendlingTemporary hack to build with GCC 4.0 instead of 4.2.
2008-07-17 Dan GohmanAdd a new function, ReplaceAllUsesOfValuesWith, which...
2008-07-11 Bill WendlingPorting r53478 into mainline:
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-07 Dan GohmanRefactor the tablegen DAGISelEmitter code for outputing...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-03 Evan Chengisel load folding is disabled at -fast. Now hoist the...
2008-07-02 Dan GohmanReplace a few uses of SelectionDAG::getTargetNode with
2008-07-01 Owen AndersonMake the subregister hashtable output more readable...
2008-07-01 Owen AndersonUse delete[] instead of free on an array created with...
2008-07-01 Owen AndersonImplement suggestions from Chris:
2008-07-01 Owen AndersonReplace the dynamically computed std::set lookup method...
2008-07-01 Dan GohmanSplit ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL...
2008-06-30 Evan ChengEliminate TargetRegisterDesc::ImmSubRegs. It's no longe...
2008-06-30 Chris Lattnercheck in anton's patch to make inlining happen in a...
2008-06-26 Dale JohannesenFixes the last x86-64 test failure in compat.exp:
2008-06-25 Mon P WangAdded MemOperands to Atomic operations since Atomics...
2008-06-24 Chris LattnerAdd support for building on solaris, working around...
2008-06-23 Bill WendlingExtract the x86_64 part for the executables.
2008-06-16 Evan Cheng- Add "Commutative" property to intrinsics. This allows...
2008-06-10 Matthijs KooijmanRemove some debug output from tblgen. This fixes a...
2008-06-09 Dan GohmanAsmParser support for immediate constant aggregate...
2008-06-06 Duncan SandsWrap MVT::ValueType in a struct to get type safety
2008-06-05 Nick LewyckyEscape "$#".
2008-06-04 Chris LattnerAdd #includes required by GCC 4.3, thanks for Zhongxing Xu
2008-06-02 Dan GohmanUpdate the polygen grammer for the new insertvalue...
2008-06-02 Dan GohmanFix the position of MemOperands in nodes that use varia...
2008-06-01 Anton KorobeynikovInitialize members properly during construction
2008-05-31 Mikhail GlushenkovCallback was not executed on OS X when it was a function.
2008-05-31 Dan GohmanTeach the DAGISelEmitter to not compute the variable_op...
2008-05-30 Evan ChengRevert 51775.
2008-05-30 Evan ChengPatches for building llvm on Solaris x86. Contributed...
2008-05-30 Mikhail GlushenkovAdd a check for side effect-free options (specified...
2008-05-30 Mikhail GlushenkovRefactoring: remove code duplication introduced in...
2008-05-30 Mikhail GlushenkovRefactoring: split CollectProperties into two separate...
2008-05-30 Mikhail GlushenkovNew feature: OptionList.
2008-05-30 Mikhail GlushenkovA small optimization: use static char* array instead...
2008-05-30 Mikhail GlushenkovMake it possible to test if the '-o' option is provided.
2008-05-30 Mikhail GlushenkovFix: 'sink' handling was broken.
2008-05-30 Mikhail GlushenkovAdd support for option aliases.
2008-05-30 Mikhail GlushenkovAllow nesting of case expressions.
2008-05-30 Mikhail GlushenkovSmall error message improvement.
2008-05-30 Mikhail GlushenkovRemove RequireDefault parameter from EmitCaseConstructH...
2008-05-30 Mikhail GlushenkovFix some headers.
2008-05-30 Mikhail GlushenkovNew tests for the 'case' expression: not_empty, in_lang...
2008-05-30 Mikhail GlushenkovMake it possible to have multiple input languages for...
2008-05-30 Mikhail GlushenkovBetter error reporting for the 'case' construct.
2008-05-30 Mikhail GlushenkovDo not generate empty 'if's for the output_suffix property.
2008-05-30 Mikhail GlushenkovMake it possible to use hooks like this: '$CALL(MyHook...
2008-05-30 Mikhail GlushenkovMake it possible to change the output file suffix based...
2008-05-30 Mikhail GlushenkovAdd support for user-provided hooks and environment...
2008-05-30 Mikhail GlushenkovSome small tweaks to make the generated code prettier.
next