summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/ARM/select.ll
AgeCommit message (Expand)Author
2024-12-07Reland "[ARM] Stop gluing ALU nodes to branches / selects" (#118887)Sergei Barannikov
2024-12-02Revert "[ARM] Stop gluing ALU nodes to branches / selects" (#118232)Martin Storsjö
2024-11-30[ARM] Stop gluing ALU nodes to branches / selects (#116970)Sergei Barannikov
2024-11-22Reland "[ARM] Stop gluing FP comparisons to FMSTAT" (#117248)Sergei Barannikov
2024-11-21Revert "[ARM] Stop gluing FP comparisons to FMSTAT" (#117175)Sergei Barannikov
2024-11-20[ARM] Stop gluing FP comparisons to FMSTAT (#116676)Sergei Barannikov
2024-03-21[ARM] Regenerate some check lines. NFCDavid Green
2022-12-19[ARM] Convert some tests to opaque pointers (NFC)Nikita Popov
2019-09-08[DAGCombiner][X86][ARM] Teach visitMULO to fold multiplies with 0 to 0 and no...Craig Topper
2019-07-04[ARM] Favour PL/MI over GE/LT when possibleDavid Green
2018-12-03ARM: use target-specific SUBS node when combining cmp with cmov.Tim Northover
2018-10-30[SchedModel] Fix for read advance cycles with implicit pseudo operands.Jonas Paulsson
2018-01-31Revert "[ARM] Lower lower saturate to 0 and lower saturate to -1 using bit-op...Evgeniy Stepanov
2018-01-31[ARM] Lower lower saturate to 0 and lower saturate to -1 using bit-operationsPablo Barrio
2014-04-03ARM: fixup more tests to specify the target more explicitlySaleem Abdulrasool
2013-10-11Revert "Tests: Be less dependent on a specific schedule/regalloc"Matthias Braun
2013-10-11Tests: Be less dependent on a specific schedule/regallocMatthias Braun
2013-10-10Tests: Use CHECK-LABEL where possibleMatthias Braun
2013-08-22ARM: use TableGen patterns to select CMOV operations.Tim Northover
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2012-09-05Use predication instead of pseudo-opcodes when folding into MOVCC.Jakob Stoklund Olesen
2012-08-16Add ADD and SUB to the predicable ARM instructions.Jakob Stoklund Olesen
2012-07-09Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...Owen Anderson
2012-04-02Allocate virtual registers in ascending order.Jakob Stoklund Olesen
2011-09-22Fix SimplifySelectCC to add newly created nodes to the DAGCombinerDan Gohman
2011-08-17Thumb assembly parsing and encoding for ADR.Jim Grosbach
2011-03-08Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.Bob Wilson
2010-11-17These tests are looking for library function names thatDale Johannesen
2010-10-06- Add TargetInstrInfo::getOperandLatency() to compute operand latencies. ThisEvan Cheng
2010-08-11Consider this code snippet:Bill Wendling
2009-11-09Use Unified Assembly Syntax for the ARM backend.Jim Grosbach
2009-10-09Convert some ARM tests with lots of greps to use FileCheck.Bob Wilson
2009-09-09Eliminate more uses of llvm-as and llvm-dis.Dan Gohman
2009-06-24Move thumb and thumb2 tests into separate directories.Evan Cheng
2007-08-15Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman
2007-04-15For PR1319: Upgrade to use new test harnessReid Spencer
2007-02-23-march=arm -enable-thumb => -march=thumbEvan Cheng
2007-01-26For PR761:Reid Spencer
2007-01-19ARM test cases contributed by Apple.Evan Cheng
2007-01-17Regression is gone, don't try to find it on clean target.Reid Spencer