summaryrefslogtreecommitdiff
path: root/test/CodeGen/Thumb
AgeCommit message (Expand)Author
2017-02-03[LLC] Add an inline assembly diagnostics handler.Sanne Wouda
2017-02-02Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-02-02In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-31CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2017-01-26Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2017-01-26In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2017-01-11Revert "CodeGen: Allow small copyable blocks to "break" the CFG."Kyle Butt
2017-01-10CodeGen: Allow small copyable blocks to "break" the CFG.Kyle Butt
2016-12-15[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlySjoerd Meijer
2016-12-14Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-14In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-12-09Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-12-09In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-11-03Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy
2016-11-03[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy
2016-10-13Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-10-13In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-10-11Re-land "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"Reid Kleckner
2016-10-11Revert "[Thumb] Save/restore high registers in Thumb1 pro/epilogues"Reid Kleckner
2016-10-11[Thumb] Save/restore high registers in Thumb1 pro/epiloguesOliver Stannard
2016-09-28Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA...Nirav Dave
2016-09-28In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena...Nirav Dave
2016-09-14Revert "[Thumb] Teach ISel how to lower compares of AND bitmasks efficiently"James Molloy
2016-09-13[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy
2016-09-12Revert r281215, it caused PR30358.Nico Weber
2016-09-12[Thumb] Teach ISel how to lower compares of AND bitmasks efficientlyJames Molloy
2016-09-09[Thumb] Select (CMPZ X, -C) -> (CMPZ (ADDS X, C), 0)James Molloy
2016-09-09[Thumb1] Teach optimizeCompareInstr about thumb1 comparesJames Molloy
2016-08-23[ARM] Generate consistent frame records for Thumb2Oliver Stannard
2016-08-19Revert "RegScavenging: Add scavengeRegisterBackwards()"Matthias Braun
2016-08-18RegScavenging: Add scavengeRegisterBackwards()Matthias Braun
2016-07-29DAG: avoid duplicated truncating for sign extended operandWeiming Zhao
2016-07-20Revert "RegScavenging: Add scavengeRegisterBackwards()"Matthias Braun
2016-07-19RegScavenging: Add scavengeRegisterBackwards()Matthias Braun
2016-07-15[Thumb-1] Select post-increment load and store where possibleJames Molloy
2016-07-05[Thumb] Reapply r272251 with a fix for PR28348 (mk 2)James Molloy
2016-07-04Revert "[Thumb] Reapply r272251 with a fix for PR28348"James Molloy
2016-07-04[Thumb] Reapply r272251 with a fix for PR28348James Molloy
2016-06-29Add a regression test for PR28348.Nico Weber
2016-06-29Revert r272251, it caused PR28348.Nico Weber
2016-06-14[Thumb] Fix off-by-one error in r272007James Molloy
2016-06-09[Thumb] Select a BIC instead of AND if the immediate can be encoded more opti...James Molloy
2016-06-07[Thumb-1] Add optimized constant materialization for integers [256..512)James Molloy
2016-05-10ARM: stop emitting blx instructions for most calls on MachO.Tim Northover
2016-04-15[PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl
2016-04-08Revert r265817Colin LeMahieu
2016-04-08[llvm-objdump] Printing hex instead of dec by defaultColin LeMahieu
2016-04-05[DebugInfo] Fix tests so that each subprogram belongs to a CU.Davide Italiano
2016-04-01testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl
2016-03-31Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl