Decouple dllexport/dllimport from linkage
[oota-llvm.git] / lib / Target / X86 / X86FastISel.cpp
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-08 David Woodhouse[x86] Disambiguate RET[QL] and fix aliases for 16-bit...
2013-12-19 Quentin Colombet[X86][fast-isel] Fix select lowering.
2013-12-19 Josh Magee[stackprotector] Use analysis from the StackProtector...
2013-12-12 Rafael EspindolaSwitch to the new MingW ABI.
2013-11-15 Bob WilsonAvoid illegal integer promotion in fastisel
2013-11-08 Juergen Ributzka[Stackmap] Add AnyReg calling convention support for...
2013-10-22 Quentin Colombet[X86][FastISel] Add a comment to help understanding...
2013-10-14 Quentin Colombet[X86][FastISel] During X86 fastisel, the address of...
2013-09-24 Bill WendlingFollowup to r191252.
2013-09-24 Bill WendlingSelecting the address from a very long chain of GEPs...
2013-08-15 Craig TopperReplace getValueType().getSimpleVT() with getSimpleValu...
2013-07-18 Craig TopperFix copy and paste bug from r186491 to make v2f64 use...
2013-07-17 Craig TopperTeach x86 fast-isel to use AVX opcodes for vector store...
2013-07-17 Craig TopperMake x86 fast-isel correctly choose between aligned...
2013-07-12 Charles DavisTarget/X86: Add explicit Win64 and System V/x86-64...
2013-07-09 Jim GrosbachX86 fast-isel: Avoid explicit AH subreg reference for...
2013-06-21 David BlaikieDebugInfo: Don't lose unreferenced non-trivial by-value...
2013-06-11 Eric ChristopherUse the Copy we defined above here.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-30 Tim NorthoverX86: use sub-register sequences for MOV*r0 operations
2013-05-30 Tim NorthoverX86: change zext moves to use sub-register infrastructure.
2013-04-19 Eli BenderskyMove TryToFoldFastISelLoad to FastISel, where it belong...
2013-04-18 Derek SchuffAllow misaligned stores in x86 fast-isel.
2013-04-17 Eli BenderskyThis patch teaches x86 fast-isel to generate the native...
2013-04-02 Chad Rosier[fast-isel] Use the correct API to disable FastLowerArg...
2013-03-28 Timur IskhodzhanovMake Win32 put the SRet address into EAX, fixes PR15556
2013-03-14 Chad Rosier[fast-isel] The X86FastISel::FastLowerArguments functio...
2013-02-26 Chad Rosier[fast-isel] Make sure the FastLowerArguments function...
2013-02-25 Chad Rosier[fast-isel] Add X86FastIsel::FastLowerArguments to...
2013-02-18 Chad RosierRemove a useless assert.
2013-02-17 Jakub StaszakReturn false instead of 0.
2013-02-14 Jakub StaszakSimplify code. Remove "else after return".
2013-02-05 Jakob Stoklund OlesenMove MRI liveouts to X86 return instructions.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Bill WendlingRemove the Function::getRetAttributes method in favor...
2012-12-19 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-11 Patrik HagglundRevert EVT->MVT changes, r169836-169851, due to buildbo...
2012-12-11 Patrik HagglundChange TargetLowering::RegisterTypeForVT to contain...
2012-12-11 Chad RosierFall back to the selection dag isel to select tail...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Jakub StaszakReturn 0 instead of false.
2012-11-15 Jakub StaszakSimplify code.
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-11-01 Michael LiaoCleanup another place redundant SP maintained
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-03 Bill WendlingAdd methods which query for the specific attribute...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-02 Nick LewyckyMake sure to put our sret argument into %rax on x86...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-08-30 Michael LiaoFix PR13727
2012-08-11 Craig TopperTidy up indentation. No functional change.
2012-08-11 Craig TopperFix a cast that was casting away 'const' unnecessarily
2012-08-03 Bob WilsonFall back to selection DAG isel for calls to builtin...
2012-07-25 Rafael EspindolaFix typos. Thanks to Matt Beaumont-Gay for noticing it.
2012-07-25 Rafael EspindolaWhen a return struct pointer is passed in registers...
2012-07-25 Rafael EspindolaFactor a long list of conditions into a predicate funct...
2012-07-23 Sylvestre LedruFix a typo (the the => the)
2012-07-19 Bill WendlingRemove tabs.
2012-07-11 Chad Rosier[x86 fast-isel] Per discussion with Eric, add all cases...
2012-07-11 Chad Rosier[x86 fast-isel] Rather then call llvm_unreachable(...
2012-07-04 Jakob Stoklund OlesenMake X86 call and return instructions non-variadic.
2012-05-25 Eli FriedmanSimplify code for calling a function where CanLowerRetu...
2012-05-11 Chad RosierTypo.
2012-04-30 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-27 Derek SchuffRevert r155745
2012-04-27 Derek SchuffFix fastcc structure return with fast-isel on x86-32
2012-04-20 Craig TopperConvert some uses of XXXRegisterClass to &XXXRegClass...
2012-03-27 Craig TopperRemove unnecessary llvm:: qualifications
2012-03-11 Craig TopperConvert more static tables of registers used by calling...
2012-02-22 Craig TopperMake all pointers to TargetRegisterClass const since...
2012-02-16 Jakob Stoklund OlesenUse the same CALL instructions for Windows as for every...
2012-02-16 Jakob Stoklund OlesenEnable register mask operands for x86 calls.
2012-02-15 Chad RosierUse a temporary variable, rather then a series of redun...
2012-01-20 Eli FriedmanSupport MSVC x86-32 sret convention. PR11688. Patch...
2012-01-10 Craig TopperRemove hasXMM/hasXMMInt functions. Move callers to...
2012-01-09 Craig TopperChange some places that were checking for AVX OR SSE1...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-29 Jakob Stoklund OlesenMake X86::FsFLD0SS / FsFLD0SD real pseudo-instructions.
2011-10-18 Lang HamesTeach fast isel about vector stores, and make DoSelectC...
2011-10-12 Nick LewyckyFix indent in comment.
2011-09-22 Eli FriedmanPR10991: make fast-isel correctly check whether accessi...
2011-09-03 Bruno Cardoso LopesTeach X86FastISel to use AVX versions of instructions...
2011-09-02 Eli FriedmanDon't fast-isel for atomic load/store; some cases requi...
2011-08-02 Nick LewyckyBail from FastISel when we encounter a volatile memset...
2011-08-01 Bruno Cardoso LopesTeach PreprocessISelDAG to be aware of vector types...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-06-30 Jakob Stoklund OlesenFix a problem with fast-isel return values introduced...
2011-06-28 Evan ChengMove CallFrameSetupOpcode and CallFrameDestroyOpcode...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-28 Jakob Stoklund OlesenClean up the handling of the x87 fp stack to make it...
2011-06-23 Evan ChengRemove TargetOptions.h dependency from X86Subtarget.
2011-06-11 Eli FriedmanMake sure to pass OpFlags into MachineInstrBuilder...
2011-06-10 Eli FriedmanAdd full x86 fast-isel support for memcpy and memset.
2011-06-08 Eric ChristopherAdd a parameter to CCState so that it can access the...
2011-05-25 Eli FriedmanRewrite fast-isel integer cast handling to handle more...
next