Revert r218778 while investigating buldbot breakage.
[oota-llvm.git] / lib / Target / X86 / X86FastISel.cpp
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-09-25 Daniel SandersAdd llvm_unreachables() for [ASZ]ExtUpper to X86FastISe...
2014-09-15 Juergen Ributzka[FastISel] Move optimizeCmpPredicate to FastISel base...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Add large code model support...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Use XOR to materialize the...
2014-08-19 Juergen RibutzkaReapply [FastISel][X86] Emit more efficient instruction...
2014-08-14 Juergen RibutzkaRevert several FastISel commits to track down a buildbo...
2014-08-13 Juergen Ributzka[FastISel][X86] Add large code model support for materi...
2014-08-13 Juergen Ributzka[FastISel][X86] Use XOR to materialize the "0" value.
2014-08-13 Juergen Ributzka[FastISel][X86] Emit more efficient instructions for...
2014-08-13 Juergen Ributzka[FastISel][X86] Refactor constant materialization....
2014-08-08 Rui Ueyama[FastISel][X86] Silence -Wenum-compare warning
2014-08-08 Juergen Ributzka[FastISel][X86] Fix INC/DEC optimization (r215230)
2014-08-08 Juergen Ributzka[FastISel][X86] Use INC/DEC when possible for {sadd...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-01 Akira Hatanaka[X86] Simplify X87 stackifier pass.
2014-07-31 Juergen Ributzka[FastISel][AArch64 and X86] Don't emit stores for UNDEF...
2014-07-30 Juergen Ributzka[FastISel] Move the helper function isCommutativeIntrin...
2014-07-15 Andrea Di BiagioSilence a warning in conditional expression.
2014-07-15 Juergen Ributzka[FastISel][X86] Remove no longer needed functions.
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerCall hook.
2014-07-15 Juergen RibutzkaRevert "[FastISel][X86] Remove no longer needed functions."
2014-07-15 Juergen Ributzka[FastISel][X86] Remove no longer needed functions.
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-15 Juergen Ributzka[FastISel][X86] Implement the FastLowerCall hook.
2014-07-11 Juergen RibutzkaRevert "[FastISel][X86] Implement the FastLowerIntrinsi...
2014-07-11 Juergen Ributzka[FastISel][X86] Implement the FastLowerIntrinsicCall...
2014-07-07 Juergen Ributzka[FastISel][X86] Fix smul.with.overflow.i8 lowering.
2014-07-07 Tim NorthoverX86: revert unintentional change to X86FastISel.
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-06-30 Saleem AbdulrasoolX86: fix comment
2014-06-27 Juergen Ributzka[FastISel][X86] Fix typos.
2014-06-27 Craig TopperRename getX86ConditonCode -> getX86ConditionCode
2014-06-25 Juergen Ributzka[FastISel][X86] More refactoring of select lowering...
2014-06-25 Juergen Ributzka[FastISel][X86] Refactor XALU folding. NFC.
2014-06-25 Juergen Ributzka[FastISel][X86] Only fold the cmp into the select when...
2014-06-25 Juergen RibutzkaFix indentation.
2014-06-24 Juergen Ributzka[FastISel][X86] Fold XALU condition into branch and...
2014-06-23 Juergen Ributzka[FastISel][X86] Lower unsupported selects to control...
2014-06-23 Juergen Ributzka[FastISel][X86] Add support for floating-point select.
2014-06-23 Juergen Ributzka[FastISel][X86] Optimize selects when the condition...
2014-06-19 Alp TokerFix typos
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-17 Juergen Ributzka[FastISel][X86] Optimize predicates and fold CMP instru...
2014-06-17 Juergen Ributzka[FastISel][X86] Fix previous refactoring commit (r211077)
2014-06-16 Juergen Ributzka[FastISel][X86] Refactor the code to get the X86 condit...
2014-06-16 Louis GerbargImprove comments for r211040
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-13 Juergen Ributzka[FastISel][X86] Add support for cvttss2si/cvttsd2si...
2014-06-13 Juergen Ributzka[FastISel][X86] - Add branch weights
2014-06-12 Juergen Ributzka[FastISel][X86] Add MachineMemOperand to load/store...
2014-06-12 Juergen Ributzka[FastIsel][X86] Add support for lowering the first...
2014-06-12 Juergen RibutzkaRevert "[FastIsel][X86] Add support for lowering the...
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the sqrt intrinsic.
2014-06-11 Juergen Ributzka[FastIsel][X86] Add support for lowering the first...
2014-06-11 Juergen Ributzka[FastISel][X86] Add support for the frameaddress intrinsic.
2014-06-10 Juergen Ributzka[FastISel][X86] Extend support for {s|u}{add|sub|mul...
2014-05-28 Rafael Espindola[pr19844] Add thread local mode to aliases.
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-04-01 Yaron KerenisTargetWindows() renamed to isTargetKnownWindowsMSVC()
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-19 Craig TopperPrune includes in X86 target.
2014-03-18 Craig Topper[C++11] Mark the target fast isel classes as 'final...
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Reid KlecknerDon't put non-static allocas in the static alloca map
2014-01-24 Alp TokerFix known typos
2014-01-14 Lang HamesAdd FPExt option to CCValAssign::LocInfo. When generati...
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...
next