[SystemZ] Optimize (sext (ashr (shl ...), ...))
[oota-llvm.git] / lib / Target / Sparc /
2014-01-12 Jakob Stoklund OlesenHandle bundled terminators in isBlockOnlyReachableByFal...
2014-01-12 Venkatraman Govind... [Sparc] Add support for parsing floating point instruct...
2014-01-12 Venkatraman Govind... [Sparc] Replace (unsigned)-1 with ~OU as suggested...
2014-01-12 Jakob Stoklund OlesenThe SPARCv9 ABI returns a float in %f0.
2014-01-11 Venkatraman Govind... [Sparc] Add missing processor types: v7 and niagara
2014-01-11 Venkatraman Govind... [Sparc] Bundle instruction with delay slow and its...
2014-01-10 Venkatraman Govind... [Sparc] Emit retl/ret instead of jmp instruction. It...
2014-01-10 Venkatraman Govind... [Sparc] Add support for parsing jmpl instruction and...
2014-01-09 Venkatraman Govind... [Sparc] Multiclass for loads/stores. No functionality...
2014-01-08 Venkatraman Govind... [SparcV9] Rename operands in some sparc64 instructions...
2014-01-08 Venkatraman Govind... [Sparc] Correct the mask for fixup_sparc_br19.
2014-01-08 Venkatraman Govind... [Sparc] Add support for parsing branch instructions...
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-07 Venkatraman Govind... [Sparc] Add support for parsing sparc asm modifiers...
2014-01-07 Venkatraman Govind... [Sparc] Add support for parsing memory operands in...
2014-01-06 Venkatraman Govind... [Sparc] Explicitly cast -1 to unsigned to fix buildbot...
2014-01-06 Venkatraman Govind... [Sparc] Add initial implementation of disassembler...
2014-01-06 Bill WendlingRemove unnecessary #includes.
2014-01-06 Venkatraman Govind... [Sparc] Add ELF Object Writer for Sparc.
2014-01-06 Bill WendlingRefactor function that checks that __builtin_returnaddr...
2014-01-05 Benjamin KramerSPARC: Make helper function static.
2014-01-05 Venkatraman Govind... [Sparc] Add initial implementation of MC Code emitter...
2014-01-05 Bill WendlingEmit an error message if the value passed to __builtin_...
2014-01-04 Venkatraman Govind... [Sparc] Add the initial implementation of an asm parser...
2014-01-04 Venkatraman Govind... [SparcV9]: Implement RETURNADDR and FRAMEADDR lowering...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Venkatraman Govind... [Sparc] Handle atomic loads/stores in sparc backend.
2014-01-01 Venkatraman Govind... [SparcV9]: Custom lower UMULO/SMULO so that the argumen...
2014-01-01 Venkatraman Govind... [SparcV9]: Use SRL instead of SLL to clear top 32-bits...
2013-12-29 Venkatraman Govind... [SparcV9] Use separate instruction patterns for 64...
2013-12-29 Venkatraman Govind... [SparcV9] For codegen generated library calls that...
2013-12-29 Venkatraman Govind... [SparcV9]: Implement lowering of long double (fp128...
2013-12-26 Venkatraman Govind... [Sparc] Lower and MachineInstr to MC and print assembly...
2013-12-26 Venkatraman Govind... [Sparc] Add target specific MCExpr class to handle...
2013-12-25 Venkatraman Govind... [Sparc] Add MCInstPrinter implementation for SPARC.
2013-12-19 Rafael EspindolaAdd stack alignment information for Sparc.
2013-12-16 Rafael EspindolaThe preferred alignment defaults to the abi alignment...
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-13 Rafael EspindolaAssume defaults to produce smaller datalayout strings.
2013-12-11 Rafael EspindolaMove Sparc's getDataLayout out of line and add comments.
2013-12-11 NAKAMURA TakumiPrune redundant dependencies in LLVMBuild.txt.
2013-12-09 Venkatraman Govind... [SPARCV9]: Adjust the resultant pointer of DYNAMIC_STAC...
2013-12-09 Venkatraman Govind... [Sparc]: Implement getSetCCResultType() in SparcTargetL...
2013-12-08 Venkatraman Govind... [SparcV9]: Expand MULHU/MULHS:i64 and UMUL_LOHI/SMUL_LO...
2013-12-02 Rafael EspindolaRefactor the setting of PrivateGlobalPrefix.
2013-12-02 Rafael EspindolaChange the default of AsmWriterClassName and isMCAsmWriter.
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target() provide intrin...
2013-11-28 NAKAMURA Takumi[CMake] Let add_public_tablegen_target responsible...
2013-11-28 NAKAMURA Takumi[CMake] Prune include_directories() in llvm/lib/Target...
2013-11-25 NAKAMURA TakumiSparcFrameLowering.cpp: Prune 'DL' [-Wunused-variable]
2013-11-24 Venkatraman Govind... [Sparc] Emit large negative adjustments to SP/FP with...
2013-11-24 Venkatraman Govind... [Sparc]: Implement LEA pattern for sparcv9.
2013-11-24 Venkatraman Govind... [SparcV9]: Do not emit .register directives for global...
2013-11-24 Venkatraman Govind... [SparcV9] Enable custom lowering of DYNAMIC_STACKALLOC...
2013-11-19 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-18 Alexey SamsonovRevert r194865 and r194874.
2013-11-15 Juergen Ributzka[weak vtables] Remove a bunch of weak vtables
2013-11-12 Roman DivackyExpand rotate instructions on sparcv9 as well.
2013-11-03 Venkatraman Govind... [SparcV9] Handle i64 <-> float conversions in sparcv9...
2013-11-03 Venkatraman Govind... [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128.
2013-11-03 Venkatraman Govind... [SparcV9] Add ctpop instruction for i64. Also, expand...
2013-10-31 Roman DivackySparcV9 doesnt have rem instruction either.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-16 Rafael EspindolaAdd a MCAsmInfoELF class and factor some code into it.
2013-10-09 Venkatraman Govind... [Sparc] Disable tail call optimization for sparc64.
2013-10-08 NAKAMURA TakumiSparcJITInfo.cpp: Prune "default:" label to fix a warni...
2013-10-08 NAKAMURA TakumiPrune trailing linefeeds.
2013-10-08 Venkatraman Govind... [Sparc] Implement JIT for SPARC.
2013-10-08 Venkatraman Govind... [Sparc] Do not hardcode nop in the delay slot of TLS_CA...
2013-10-07 Rafael EspindolaRemove getEHExceptionRegister and getEHHandlerRegister.
2013-10-06 Venkatraman Govind... [Sparc] Do not emit nop after fcmp* instruction with V9.
2013-10-06 Venkatraman Govind... [Sparc] Custom lower addc/adde/subc/sube on i64 in...
2013-10-06 Venkatraman Govind... [Sparc] Use addxcc/subxcc for adde/sube instead of...
2013-10-05 Venkatraman Govind... [Sparc] Use correct alignment while loading/storing...
2013-10-05 Venkatraman Govind... [Sparc] Respect hasHardQuad parameter correctly when...
2013-10-04 Venkatraman Govind... [Sparc] Correct the floating point conditional code...
2013-09-26 Venkatraman Govind... [Sparc] Implements exception handling in SPARC with...
2013-09-22 Venkatraman Govind... [Sparc] Use correct instruction pattern for CMPri.
2013-09-22 Venkatraman Govind... [Sparc] Make SPARC instructions' encoding well defined...
2013-09-22 Venkatraman Govind... [Sparc] Clean up MOVcc instructions so that TableGen...
2013-09-22 Venkatraman Govind... [Sparc] Clean up branch instructions, so that TableGen...
2013-09-22 Tim NorthoverISelDAG: spot chain cycles involving MachineNodes
2013-09-22 Venkatraman Govind... [Sparc] Add support for TLS in sparc.
2013-09-22 Venkatraman Govind... [SPARC] Make functions with GLOBAL_OFFSET_TABLE access...
2013-09-22 Venkatraman Govind... [Sparc] Emit .register directive to declare the use...
2013-09-21 Venkatraman Govind... [Sparc] Fix lowering FABS on fp128 (long double) on...
2013-09-05 Venkatraman Govind... [Sparc] Correctly handle call to functions with Returns...
2013-09-04 Venkatraman Govind... [Sparc] Fix an assertion failure while lowering fcmp...
2013-09-03 Venkatraman Govind... [Sparc] Add support for soft long double (fp128).
2013-09-02 Venkatraman Govind... [Sparc] Implement spill and load for long double(f128...
2013-08-25 Venkatraman Govind... [Sparc] Add long double (f128) instructions to sparc...
2013-08-25 Venkatraman Govind... [Sparc] Added V9's extra floating point registers and...
2013-08-23 Jakob Stoklund OlesenUse register masks on SPARC call instructions.
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-20 Venkatraman Govind... [Sparc] Use HWEncoding instead of unused Num field...
2013-08-10 Venkatraman Govind... [Sparc] Enable xword directive in sparcv9.
2013-08-06 NAKAMURA TakumiTarget/*/CMakeLists.txt: Add the dependency to CommonTa...
2013-07-30 Venkatraman Govind... [Sparc] Rewrite MBB's live-in registers for leaf functi...
2013-07-30 Venkatraman Govind... [Sparc] Use call's debugloc for the unimp instruction.
next