Factor out the code for sign-extending/truncating gep indices
[oota-llvm.git] / include / llvm / CodeGen / FastISel.h
2008-12-08 Dan GohmanFactor out the code for sign-extending/truncating gep...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-04 Dan GohmanFix fast-isel's handling of atomic instructions. They may
2008-10-02 Dan GohmanOptimize conditional branches in X86FastISel. This...
2008-09-29 Dan GohmanFix FastISel to not initialize the PIC-base register...
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-10 Dan GohmanAdd X86FastISel support for static allocas, and refences
2008-09-09 Evan ChengFix a constant lowering bug. Now we can do load and...
2008-09-05 Owen AndersonRename method.
2008-09-05 Dan GohmanFastISel support for ConstantExprs.
2008-09-05 Owen AndersonAdd initial support for selecting constant materializat...
2008-09-03 Dan GohmanDo trivial local CSE for constants and other non-Instru...
2008-09-03 Dan GohmanCreate HandlePHINodesInSuccessorBlocksFast, a version of
2008-09-03 Evan ChengMake UpdateValueMap, createResultReg, etc. protected...
2008-08-30 Owen AndersonFix an issue where a use might be selected before a...
2008-08-28 Dan GohmanAdd a target callback for FastISel.
2008-08-28 Owen AndersonFastEmitInst_extractsubreg doesn't need to be passed...
2008-08-27 Owen AndersonAdd a helper method that will be used to support EXTRAC...
2008-08-27 Dan GohmanAdd a new FastISel method, getRegForValue, which takes...
2008-08-27 Dan GohmanBasic FastISel support for floating-point constants.
2008-08-26 Owen AndersonFactor out a large amoutn of the cast handling code...
2008-08-26 Dan GohmanRefactor the bitcast code into its own function.
2008-08-25 Owen AndersonAdd a RetVT parameter to emitted FastISel methods,...
2008-08-25 Owen AndersonAdd support for fast isel of (integer) immediate materi...
2008-08-23 Dan GohmanMake MBBMap a DenseMap instead of a std::map.
2008-08-22 Dan GohmanReapply r55191 and r55192.
2008-08-22 Bill WendlingReverting r55190, r55191, and r55192. They broke the...
2008-08-22 Dan GohmanSupport non-fallthrough unconditional branches in FastISel.
2008-08-22 Owen AndersonFix typo.
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 GohmanImprove the doxygen comment for SelectInstructions...
2008-08-21 Dan GohmanBegin making more use of the FastISelEmitter class.
2008-08-20 Evan ChengFirst cut, un-optimized (and untested) fast isel loweri...
2008-08-20 Dan GohmanSimplify FastISel's constructor argument list, make...
2008-08-20 Dan GohmanFix a leak in the FastISel code that Chris pointed...
2008-08-20 Dan GohmanAdd FastISel support for several more binary operators.
2008-08-18 Dan GohmanFix the FastISel class' doxygen comment.
2008-08-14 Dan GohmanMake FastISel's constructor protected, and give it...
2008-08-13 Dan GohmanInitial checkin of the new "fast" instruction selection...