Target/X86: Eliminate uses of getDarwinVers().
[oota-llvm.git] / lib / Target / X86 / X86FastISel.cpp
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
2011-01-14 Chris Lattnerfix PR8961 - a fast isel miscompilation where we'd...
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2011-01-06 Benjamin KramerRemove dead code and silence warnings.
2011-01-05 Chris Lattnersilence more self assignment warnings.
2010-11-23 Wesley PeckRenaming ISD::BIT_CONVERT to ISD::BITCAST to better...
2010-11-16 Dan GohmanReapply r118917. With pseudo-instruction expansion...
2010-11-13 Dan GohmanRevert r118917, which is implicated in the llvm-gcc...
2010-11-12 Dan GohmanWhen the definition of an address value is in a differe...
2010-11-04 Duncan SandsIn the calling convention logic, ValVT is always a...
2010-11-03 Duncan SandsInside the calling convention logic LocVT is always...
2010-10-31 Duncan SandsFactorize the duplicated logic for choosing the right...
2010-10-31 Duncan SandsRemove CCAssignFnForRet from X86 FastISel in favour...
2010-09-29 Eric ChristopherNoticed by inspection when looking for other cmov bits.
2010-09-27 Dale JohannesenMMX parameters aren't handled here yet.
2010-09-05 Chris Lattnerimplement rdar://6653118 - fastisel should fold loads...
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-07-22 Nate BegemanMake fast isel win64-aware w.r.t. call-clobbered regs
2010-07-16 Jakob Stoklund OlesenUse MI.isCopy.
2010-07-14 Jakob Stoklund OlesenLast COPY conversion.
2010-07-14 Dan GohmanDon't propagate debug locations to instructions for...
2010-07-12 Dan GohmanDon't fast-isel an x87 comparison opcode, as fast-isel...
2010-07-11 Jakob Stoklund OlesenAvoid SSE instructions in FastIsel when it is not avail...
2010-07-11 Jakob Stoklund OlesenUse COPY in X86FastISel::X86SelectRet.
2010-07-11 Jakob Stoklund OlesenUse COPY in FastISel everywhere it is safe and trivial.
2010-07-10 Dan GohmanReapply bottom-up fast-isel, with several fixes for...
2010-07-09 Bob Wilson--- Reverse-merging r107947 into '.':
2010-07-09 Dan GohmanRe-apply bottom-up fast-isel, with fixes. Be very caref...
2010-07-08 Chris LattnerChange LEA to have 5 operands for its memory operand...
2010-07-08 Jakob Stoklund OlesenConvert EXTRACT_SUBREG to COPY when emitting machine...
2010-07-08 Dan GohmanRevert 107840 107839 107813 107804 107800 107797 107791.
2010-07-07 Dan GohmanImplement bottom-up fast-isel. This has the advantage...
2010-07-07 Dan GohmanAdd X86FastISel support for return statements. This...
2010-07-07 Dan GohmanGive FunctionLoweringInfo an MBB member, avoiding the...
2010-07-07 Dan GohmanSimplify FastISel's constructor by giving it a Function...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-07-01 Dan GohmanFix X86FastISel's add folding to actually work, and...
2010-07-01 Dan GohmanTeach X86FastISel to fold constant offsets and scaled...
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-18 Dan GohmanTeach regular and fast isel to set dead flags on unused...
2010-06-18 Dan GohmanMake this comment less specific.
2010-06-18 Dan GohmanFix X86FastISel's address-mode folding to stay within the
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-06-17 Stuart HastingsAdd a DebugLoc parameter to TargetInstrInfo::InsertBran...
2010-06-15 Chris Lattnerfix fastisel to handle GS and FS relative pointers...
2010-06-01 Dan GohmanFix the allocation of shadow space for the Win64 callin...
2010-05-27 Dan GohmanFastISel doesn't yet handle callee-pop functions.
2010-05-24 Jakob Stoklund OlesenRename X86 subregister indices to something shorter.
2010-05-21 Evan Cheng- Change MachineInstr::findRegisterDefOperandIdx so...
2010-05-16 Anton KorobeynikovAdd support for thiscall calling convention.
2010-05-11 Dan GohmanAdd initial kill flag support to FastISel.
2010-05-06 Dan GohmanAdd a DebugLoc argument to TargetInstrInfo::copyRegToRe...
2010-04-22 Dan GohmanMove HandlePHINodesInSuccessorBlocks functions out...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-14 Dan GohmanFactor out EH landing pad code into a separate function...
2010-04-06 John McCallFix a number of clang -Wsign-compare warnings that...
2010-04-05 Chris Lattnerunthread MMI from FastISel
2010-04-05 Chris Lattnerfastisel doesn't need DwarfWriter, remove some tendricles.
2010-03-29 Benjamin KramerMake isInt?? and isUint?? template specializations...
2010-03-18 Eric ChristopherCouple of changes that Dan mentioned for llvm.stackprot...
2010-03-18 Eric ChristopherMake fast-isel understand llvm.stackprotector.
2010-03-11 Eric ChristopherHave fast-isel understand llvm.objectsize. Update...
2010-03-11 Chris Lattneradd support, testcases, and dox for the new GHC calling
2010-03-04 Chris Lattnernot committing what you test = bad.
2010-03-04 Chris Lattnermake gep matching in fastisel match the base of the...
2010-02-26 Dale JohannesenMove dbg_value generation to target-independent FastISel,
2010-02-18 Dale JohannesenGenerate DBG_VALUE from dbg.value intrinsics. These...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-11 Chris Lattnerrefactor the conditional jump instructions in the ...
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-01-29 Dale JohannesenAdd assertion to humor the paranoid.
2010-01-27 Evan ChengRestore to pre-94570 state.
2010-01-26 Evan ChengIgnore 'forced' tailcall opt in fastisel mode.
2010-01-26 Evan ChengCode refactoring, no functionality change.
next