Move all of the header files which are involved in modelling the LLVM IR
[oota-llvm.git] / lib / Target / X86 / X86FastISel.cpp
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...
2011-05-20 Eli FriedmanAdd fast-isel support for byval calls on x86.
2011-05-19 Eli FriedmanAdd fast-isel support for zeroext and signext ret instr...
2011-05-18 Eli FriedmanRevert unintentional commit.
2011-05-18 Eli FriedmanMore instcombine simplifications towards better debug...
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-17 Eli FriedmanBack out r131444 and r131438; they're breaking nightly...
2011-05-17 Eli FriedmanAdd x86 fast-isel for calls returning first-class aggre...
2011-05-16 Eli FriedmanMake fast-isel work correctly s/uadd.with.overflow...
2011-05-14 Eli FriedmanFix a FIXME by moving the fast-isel implementation...
2011-05-14 Eli FriedmanZap useless code; this hasn't done anything useful...
2011-04-28 Eli Friedmanfast-isel sret calls, try 2. We actually do need to...
2011-04-28 Eli FriedmanRevert r130348; causing buildbot issues on x86-32.
2011-04-27 Eli Friedmanfast-isel sret. We actually don't need to do anything...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Eli FriedmanRefactor out code to fast-isel a memcpy operation with...
2011-04-27 Eli FriedmanFix an edge case involving branches in fast-isel on...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarTarget/X86: Eliminate uses of getDarwinVers().
2011-04-19 Eli FriedmanAdd support for FastISel'ing varargs calls.
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-19 Chris Lattnertidy up
2011-04-19 Chris LattnerImplement support for fast isel of calls of i1 argument...
2011-04-19 Chris LattnerHandle i1/i8/i16 constant integer arguments to calls...
2011-04-19 Chris Lattnerbe layout aware, to produce:
2011-04-19 Chris Lattnerfix rdar://9297006 - fast isel bails out on trunc to...
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an x86 fast isel issue where we'd completely give...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris Lattnertidy up and reduce indentation.
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-03-22 Dan GohmanFix fast-isel address mode folding to avoid folding...
2011-02-21 NAKAMURA TakumiTarget/X86/X86FastISel: [PR6275] Fix Win32's dllimport...
2011-01-16 Chris Lattnerreapply my fix for PR8961 with a tweak to properly...
2011-01-14 Chris Lattnerrevert my fastisel patch again which apparently still...
2011-01-14 Chris Lattnerreapply r123414 now that the botz are calmed down and...
2011-01-14 Chris Lattnerr123414 broke llvm-gcc bootstrap apparently, revert
next