aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon
AgeCommit message (Expand)Author
2013-03-28Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.Jyotsna Verma
2013-03-28Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma
2013-03-26Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma
2013-03-22Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma
2013-03-14Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma
2013-03-08Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma
2013-03-07Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma
2013-03-07Hexagon: Add support to lower block address.Jyotsna Verma
2013-03-05reverting patch 176508.Jyotsna Verma
2013-03-05Hexagon: Add support for lowering block address.Jyotsna Verma
2013-03-05Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma
2013-03-05Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma
2013-03-01Hexagon: Add constant extender support framework.Jyotsna Verma
2013-02-21Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta
2013-02-20Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma
2013-02-13Hexagon: add support for predicate-GPR copies.Anshuman Dasgupta
2013-02-13Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma
2013-02-12Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma
2013-02-11Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek
2013-02-05Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handleJyotsna Verma
2013-02-05Hexagon: Add testcase for post-increment store instructions.Jyotsna Verma
2013-02-05Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma
2013-02-05Hexagon: Add V4 compare instructions. Enable relationship mappingJyotsna Verma
2013-02-04Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma
2013-02-01Hexagon: Test case to confirm generation of indexed loads with zero offset.Jyotsna Verma
2013-01-17Add indexed load/store instructions for offset validation check.Jyotsna Verma
2012-12-07In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis
2012-12-05Use multiclass to define store instructions with base+immediate offsetJyotsna Verma
2012-11-14test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi
2012-11-14Added multiclass for post-increment load instructions.Jyotsna Verma
2012-09-05LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar
2012-09-04Porting Hexagon MI Scheduler to the new API.Sergei Larin
2012-08-28Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen
2012-08-24Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen
2012-08-13[Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer
2012-08-08Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson
2012-08-03Refactor and check "onlyReadsMemory" before optimizing builtins.Bob Wilson
2012-05-15Enable all Hexagon tests.Sirish Pande
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande
2012-05-11Hexagon constant extender support.Brendon Cahoon
2012-05-10Hexagon V5 FP Support.Sirish Pande
2012-05-03Support for target dependent Hexagon VLIW packetizer.Sirish Pande
2012-04-23Revert r155365, r155366, and r155367. All three of these have regressionChandler Carruth
2012-04-23Hexagon V5 (floating point) support.Sirish Pande
2012-04-23Support for Hexagon architectural feature, new value jump.Sirish Pande
2012-04-23Support for Hexagon VLIW Packetizer.Sirish Pande
2012-04-12Disable Hexagon test temporarily.Sirish Pande
2012-03-25Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky
2012-02-16Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky