[X86][SSE] Vector integer/float conversion memory folding
[oota-llvm.git] / lib / Target / XCore /
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-03 Benjamin KramerEliminate some deep std::vector copies. NFC.
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-08-30 Craig TopperRemove 'virtual' keyword from methods markedwith 'overr...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-07 Pete CooperFix a whole bunch of binary literals which were the...
2014-08-06 Eric ChristopherRemove the target machine from CCState. Previously...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Pedro ArtigasChanged the liveness tracking in the RegisterScavenger
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-27 Matt ArsenaultAdd alignment value to allowsUnalignedMemoryAccess
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-07-24 NAKAMURA TakumiPrune dependency to MC from each target disassembler.
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-07-04 Robert LyttonXCore target: remove incorrect DebugLoc entries from...
2014-07-02 Eric ChristopherMove the subtarget dependent features from XCoreTargetM...
2014-07-02 Eric ChristopherMake XCoreSelectionDAGInfo take a DataLayout since...
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-10 Tom StellardSelectionDAG: Don't use MVT::Other to determine legalit...
2014-06-10 Tom StellardSelectionDAG: Expand SELECT_CC to SELECT + SETCC
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-05-23 Rafael Espindolaclang-format function.
2014-05-23 Rafael EspindolaRemove a confusing use of a static method.
2014-05-22 Eric ChristopherFix typo.
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-16 Rafael EspindolaDelete getAliasedGlobal.
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-07 Rafael EspindolaRemove the UseCFI option from createAsmStreamer.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-29 Eric ChristopherNone of these targets actually define their own CFI_INS...
2014-04-29 Eric Christopher80-column fixups.
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-27 Craig TopperConvert SelectionDAG::getMergeValues to use ArrayRef.
2014-04-26 Craig TopperConvert SelectionDAG::getNode methods to use ArrayRef...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-22 Chandler Carruth[cleanup] Lift using directives, DEBUG_TYPE definitions...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-14 Richard Osborne[XCore] Don't create invalid MKMSK instructions inside...
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
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-10 Chandler Carruth[TTI] There is actually no realistic way to pop TTI...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-06 Richard Osborne[XCore] Add support for the "m" inline asm constraint.
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-04 Richard Osborne[XCore] Fix call of absolute address.
2014-03-04 Chandler Carruth[Modules] Move the NoFolder into the IR library as...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Richard OsborneRevert r202396, r202397.
2014-02-27 Richard Osborne[XCore] Support functions returning more than 4 words.
2014-02-27 Richard Osborne[XCore] Make LowerCallResult a static function.
2014-02-27 Richard Osborne[XCore] Target optimized library function __memcpy_4()
2014-02-27 Richard Osborne[XCore] Add dag combines for instructions that ignore...
2014-02-27 Richard Osborne[XCore] Provide information about known zero bits of...
2014-02-25 Richard Osborne[XCore] Add intrinsic for CLRPT (clear port time) instr...
2014-02-25 Richard Osborne[XCore] Add intrinsic for EDU (event disable unconditio...
2014-02-25 Richard Osborne[XCore] Prefer to word align functions.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Robert LyttonXCore target: Handle common linkage
2014-02-18 Robert LyttonXCore target: addMemOperand as necessary
2014-02-18 Robert LyttonXCore target: Fix llvm.eh.return and EH info register...
2014-02-11 Robert LyttonXCore target: fix const section handling
2014-02-11 Robert Lytton XCore target: Lower ATOMIC_LOAD & ATOMIC_STORE
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-02-08 Rafael EspindolaAdd LLVM_OVERRIDE to a few declarations.
2014-02-05 Rafael EspindolaRemove support for not using .loc directives.
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Benjamin KramerXCore: Fix typo in function name.
2014-01-27 Rafael EspindolaAdd missing file.
2014-01-26 Rafael EspindolaAdd a XCoreTargetStreamer and port over the simple...
2014-01-24 Juergen RibutzkaAdd final and owerride keywords to TargetTransformInfo...
2014-01-24 Alp TokerFix known typos
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
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-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Rafael EspindolaRemove dead code.
next