summaryrefslogtreecommitdiff
path: root/test/CodeGen/Hexagon
Commit message (Expand)AuthorAge
* Hexagon: Pass to replace tranfer/copy instructions into combine instructionJyotsna Verma2013-05-14
* Hexagon: Add patterns to generate 'combine' instructions.Jyotsna Verma2013-05-14
* Hexagon: ArePredicatesComplement should not restrict itself to TFRs.Jyotsna Verma2013-05-14
* Hexagon: Test case to check if branch probabilities are properly reflected inJyotsna Verma2013-05-14
* Hexagon: Fix switch cases in HexagonVLIWPacketizer.cpp.Jyotsna Verma2013-05-10
* Hexagon: Use relation map for getMatchingCondBranchOpcode() and Jyotsna Verma2013-05-09
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-07
* Reverting r181331.Jyotsna Verma2013-05-07
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-07
* Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar2013-05-02
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-30
* Hexagon: Use multiclass for combine and STri[bhwd]_shl_V4 instructions.Jyotsna Verma2013-04-23
* Hexagon: Remove assembler mapped instruction definitions.Jyotsna Verma2013-04-23
* Hexagon: Remove duplicate instructions to handle global/immediate valuesJyotsna Verma2013-04-23
* Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.Jyotsna Verma2013-03-28
* Hexagon: Use multiclass for gp-relative instructions.Jyotsna Verma2013-03-28
* Hexagon: Use multiclass for aslh, asrh, sxtb, sxth, zxtb and zxth.Jyotsna Verma2013-03-26
* Hexagon: Add and enable memops setbit, clrbit, &,|,+,- for byte, short, and w...Jyotsna Verma2013-03-22
* Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma2013-03-14
* Hexagon: Add patterns for zero extended loads from i1->i64.Jyotsna Verma2013-03-08
* Hexagon: Handle i8, i16 and i1 Var Args.Jyotsna Verma2013-03-07
* Hexagon: Add support to lower block address.Jyotsna Verma2013-03-07
* reverting patch 176508.Jyotsna Verma2013-03-05
* Hexagon: Add support for lowering block address.Jyotsna Verma2013-03-05
* Hexagon: Expand addc, adde, subc and sube.Jyotsna Verma2013-03-05
* Hexagon: Add encoding bits to the TFR64 instructions.Jyotsna Verma2013-03-05
* Hexagon: Add constant extender support framework.Jyotsna Verma2013-03-01
* Hexagon: Expand cttz, ctlz, and ctpop for now.Anshuman Dasgupta2013-02-21
* Hexagon: Move HexagonMCInst.h to MCTargetDesc/HexagonMCInst.h.Jyotsna Verma2013-02-20
* Hexagon: add support for predicate-GPR copies.Anshuman Dasgupta2013-02-13
* Hexagon: Use absolute addressing mode loads/stores for global+offset Jyotsna Verma2013-02-13
* Hexagon: Add support to generate predicated absolute addressing modeJyotsna Verma2013-02-12
* Extend Hexagon hardware loop generation to handle various additional cases:Krzysztof Parzyszek2013-02-11
* Hexagon: Use TFR_cond with cmpb.[eq,gt,gtu] to handleJyotsna Verma2013-02-05
* Hexagon: Add testcase for post-increment store instructions.Jyotsna Verma2013-02-05
* Hexagon: Use multiclass for absolute addressing mode stores.Jyotsna Verma2013-02-05
* Hexagon: Add V4 compare instructions. Enable relationship mappingJyotsna Verma2013-02-05
* Hexagon: Add V4 combine instructions and some more Def Pats for V2.Jyotsna Verma2013-02-04
* Hexagon: Test case to confirm generation of indexed loads with zero offset.Jyotsna Verma2013-02-01
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-17
* In hexagon convertToHardwareLoop, don't deref end() iteratorMatthew Curtis2012-12-07
* Use multiclass to define store instructions with base+immediate offsetJyotsna Verma2012-12-05
* test/CodeGen/Hexagon/postinc-load.ll: Suppress it for now. It triggered the f...NAKAMURA Takumi2012-11-14
* Added multiclass for post-increment load instructions.Jyotsna Verma2012-11-14
* LLVM Bug Fix 13709: Remove needless lsr(Rp, #32) instruction access thePranav Bhandarkar2012-09-05
* Porting Hexagon MI Scheduler to the new API.Sergei Larin2012-09-04
* Remove extra MayLoad/MayStore flags from atomic_load/store.Jakob Stoklund Olesen2012-08-28
* Infer instruction properties from single-instruction patterns.Jakob Stoklund Olesen2012-08-24
* [Hexagon] Don't mark callee saved registers as clobbered by a tail callArnold Schwaighofer2012-08-13
* Add test triples to fix win32 failures. Revert workaround from r161292.Bob Wilson2012-08-08