Revert "Change memcpy/memset/memmove to have dest and source alignments."
[oota-llvm.git] / lib / Target / Mips / MipsFastISel.cpp
2015-11-19 Pete CooperRevert "Change memcpy/memset/memmove to have dest and...
2015-11-18 Pete CooperChange memcpy/memset/memmove to have dest and source...
2015-11-16 Vasileios Kalintiris[mips] Disable code generation through FastISel for...
2015-10-12 Vasileios Kalintiris[mips][FastISel] Clang-format switch statement. NFC.
2015-10-07 Vasileios Kalintiris[mips][FastISel] Factor out common code from switch...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Use ternary operator to select opcode...
2015-10-07 Vasileios Kalintiris[mips][FastISel] Simple refactoring of MipsFastISel...
2015-08-26 Matthias BraunFastISel: Use finishCondBranch() for ARM,Mips,PowerPC...
2015-08-11 Alex LorenzPseudoSourceValue: Replace global manager with a manage...
2015-08-04 Vasileios Kalintiris[mips][FastISel] Disable code generation for unsupporte...
2015-07-30 Vasileios Kalintiris[mips][FastISel] Apply only zero-extension to constants...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix call lowering by bailing out on...
2015-07-28 Vasileios Kalintiris[mips][FastISel] Fix generated code for IR's select...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-09 Mehdi AminiRedirect DataLayout from TargetMachine to Module in...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement bswap.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement intrinsics memset, memcopy...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement srem/urem and sdiv/udiv...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement the select statement for...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Clobber HI0/LO0 registers in MUL instr...
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Handle calls with non legal types...
2015-05-12 Vasileios Kalintiris[mips][FastISel] Allow computation of addresses from...
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-27 Vasileios KalintirisReapply "[mips][FastISel] Implement shift ops for Mips...
2015-04-24 Vasileios Kalintiris[mips][FastISel] Specify which types we handle for...
2015-04-22 Vasileios KalintirisRevert "[mips][FastISel] Implement shift ops for Mips...
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement FastMaterializeAlloca in...
2015-04-17 Vasileios Kalintiris[mips][FastISel] Implement shift ops for Mips fast...
2015-04-10 Benjamin KramerReduce dyn_cast<> to isa<> or cast<> where possible.
2015-03-11 Eric ChristopherHave getCallPreservedMask and getThisCallPreservedMask...
2015-03-09 Reed KotlerAdd logical ops to Mips fast-isel
2015-02-24 Reed KotlerBeginning of alloca implementation for Mips fast-isel
2015-02-14 Eric ChristopherUse the template method to grab the target specific...
2015-02-12 Reed KotlerAdd bulk of returning of values to Mips fast-isel
2015-02-06 Benjamin KramerMake helper functions/classes/globals static. NFC.
2015-01-29 Eric ChristopherGet rid of a few calls through the subtarget to get...
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2015-01-15 Chandler Carruth[PM] Move TargetLibraryInfo into the Analysis library.
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-06 Eric ChristopherRewrite the Mips16HardFloat pass to avoid using the...
2014-12-20 Eric ChristopherRemove unused variable and initialization.
2014-11-14 Reid KlecknerFix build of Mips code with MSVC by using our macro...
2014-11-13 Reed KotlerFirst stage of call lowering for Mips fast-isel
2014-10-14 Reed KotlerFinish getting Mips fast-isel to match up with AArch64...
2014-10-13 Reed KotlerMake first of several changes to bring up to AArch64...
2014-10-11 Reed KotlerAdd basic conditional branches in mips fast-isel
2014-10-10 Chandler Carruth[mips] Actually mark that the default case is unreachab...
2014-10-10 Reed KotlerImplement floating point compare for mips fast-isel
2014-10-10 Reed Kotlerimplement integer compare in mips fast-isel
2014-10-10 Reed KotlerImplement floating point to integer conversion in mips...
2014-10-01 Reed KotlerAdd fptrunc to mips fast-sel
2014-09-30 Reed KotlerAdd numeric extend, trunctate to mips fast-isel
2014-09-15 Reed KotlerAdd mips32 r1 to the list of supported targets for...
2014-09-03 Juergen Ributzka[FastISel][tblgen] Rename tblgen generated FastISel...
2014-09-03 Juergen Ributzka[FastISel] Rename public visible FastISel functions...
2014-08-07 Reed Kotlerfix materialization of one bit constants and global...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-10 Eric ChristopherMake it possible for the Subtarget to change between...
2014-06-16 Reed KotlerAdd load/store functionality
2014-06-10 Reed KotlerDo Materialize Floating Point in Mips Fast-Isel
2014-06-08 Alp TokerRevert "Do materialize for floating point"
2014-06-08 Reed KotlerDo materialize for floating point
2014-06-08 Reed Kotlerstart to clean up buildMI calls in mips fast-isel
2014-06-08 Reed Kotlerinclude MipsGenFastISel.inc
2014-05-15 Reed KotlerFinish materialize for ints
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-04-29 Reed KotlerAdd Simple return instruction to Mips fast-isel
2014-04-17 Reed KotlerStart pushing changes for Mips Fast-Isel