[AVX512] Fix VSQRT packed instructions internal names.
[oota-llvm.git] / lib / Target / Sparc /
2014-10-16 Robin MorissetErase fence insertion from SelectionDAGBuilder.cpp...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-08 Eric ChristopherCache TargetLowering on SelectionDAGISel and update...
2014-09-23 Lang Hames[MCJIT] Nuke MachineRelocation and MachineCodeEmitter...
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-15 Rafael EspindolaFix a lot of confusion around inserting nops on empty...
2014-09-11 Brad SmithProvide an implementation of getNoopForMachoTarget...
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-30 Brad SmithJIT support has been added awhile ago.
2014-08-18 Tim NorthoverTableGen: allow use of uint64_t for available features...
2014-08-15 Rafael EspindolaRemove HasLEB128.
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-10 Joerg SonnenbergerIf available, pass down the Fixup object to EvaluateAsR...
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
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 Rafael EspindolaRemove a virtual function from TargetMachine. NFC.
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-08-02 Chandler Carruth[SDAG] Allow the legalizer to delete an illegally typed...
2014-08-01 Eric ChristopherAdd a non-const subtarget returning function to the...
2014-07-31 Louis GerbargMake sure no loads resulting from load->switch DAGCombi...
2014-07-24 NAKAMURA TakumiPrune dependency to MC from each target disassembler.
2014-07-24 NAKAMURA TakumiUpdate library dependencies.
2014-07-10 Brad SmithUse the integrated assembler by default on OpenBSD.
2014-07-01 Juergen Ributzka[DAG] Pass the argument list to the CallLoweringInfo...
2014-06-26 Eric ChristopherMove the various Subtarget dependent members down to...
2014-06-26 Eric ChristopherHave SparcSelectionDAGInfo take a DataLayout to initial...
2014-06-26 Eric ChristopherRemove the storage and use of the subtarget out of...
2014-06-25 Rafael EspindolaMove expression visitation logic up to MCStreamer.
2014-06-25 Rafael EspindolaSimplify the visitation of target expressions. No funct...
2014-06-19 Craig TopperConvert some assert(0) to llvm_unreachable or fold...
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-08 David BlaikieAsmMatchers: Use unique_ptr to manage ownership of...
2014-06-06 Eric ChristopherHave TargetSelectionDAGInfo take a DataLayout initializ...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-05-17 Saleem AbdulrasoolTarget: remove old constructors for CallLoweringInfo
2014-05-16 Tim NorthoverTableGen: fix operand counting for aliases
2014-05-16 Tim NorthoverSparc: disable printing of jmp/call aliases (C++ does it)
2014-05-16 Tim NorthoverSparc: disable printing on longer "brX,pt" aliases
2014-05-15 Jay FoadInstead of littering asserts throughout the code after...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-09 Reid KlecknerAllow sret on the second parameter as well as the first
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-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-23 Evgeniy StepanovCreate MCTargetOptions.
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-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-04 Craig TopperMake consistent use of MCPhysReg instead of uint16_t...
2014-03-29 Rafael EspindolaCompletely rewrite ELFObjectWriter::RecordRelocation.
2014-03-28 Rafael EspindolaAdd const to a method I missed in the previous commit.
2014-03-27 Rafael EspindolaRemove another unused argument.
2014-03-27 Rafael EspindolaRemove unused argument.
2014-03-12 Rafael EspindolaTry harder to evaluate expressions when printing assembly.
2014-03-09 Venkatraman Govind... [Sparc] Add support for decoding 'swap' instruction.
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-06 Yaron KerenCleaning up two more pre-Visual C++ 2012 build hacks.
2014-03-02 Venkatraman Govind... [Sparc] Add trap on integer condition codes (Ticc)...
2014-03-02 Venkatraman Govind... [Sparc] Add return/rett instruction to Sparc backend.
2014-03-02 Venkatraman Govind... [Sparc] Add support for decoding jmpl/retl/ret instruction.
2014-03-02 Venkatraman Govind... [Sparc] Add fcmpe* instructions to Sparc backend.
2014-03-02 Venkatraman Govind... [Sparc] Add VIS instructions to sparc backend.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Venkatraman Govind... [SparcV9] Adds support for branch on integer register...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing branches and conditiona...
2014-03-02 Venkatraman Govind... [Sparc] Make floating point branch instruction formats...
2014-03-02 Venkatraman Govind... [Sparc] Add support for parsing fcmp with %fcc registers.
2014-03-02 Venkatraman Govind... [Sparc] Add register class for floating point condition...
2014-03-01 Venkatraman Govind... [SparcV9] Add support for parsing branch instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing annulled branch instruc...
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing sparcv9 instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add missing ALU instruction patterns.
2014-03-01 Venkatraman Govind... [Sparc] Add support to decode unimp instruction.
2014-03-01 Venkatraman Govind... [Sparc] Add support to decode negative simm13 operands...
2014-03-01 Venkatraman Govind... [Sparc] Add support for decoding call instructions...
2014-03-01 Venkatraman Govind... [Sparc] Add support to disassemble sparc memory instruc...
2014-03-01 Venkatraman Govind... [Sparc] Implement writeNopData. Emit actual NOP instruc...
2014-03-01 Venkatraman Govind... [Sparc] Teach SparcAsmParser to emit correct relocation...
2014-03-01 Venkatraman Govind... [Sparc] 80 column rule. No functionality change.
2014-03-01 Venkatraman Govind... [Sparc] Add support for parsing directives in SparcAsmP...
2014-03-01 Venkatraman Govind... [Sparc] Emit 'restore' instead of 'restore %g0, %g0...
2014-02-27 Roman DivackyLower FNEG just like FABS to fneg[ds] and fmov[ds]...
2014-02-24 Roman DivackyAdd a dwarf number to the Y register.
2014-02-23 Benjamin KramerSPARC: Implement TRAP lowering. Matches what GCC emits.
2014-02-19 Roman DivackyExpand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
next