summaryrefslogtreecommitdiff
path: root/llvm/test/CodeGen/MSP430/bit.ll
AgeCommit message (Expand)Author
2024-12-15[M68k,MSP430,test] Change llc -march= to -mtriple=Fangrui Song
2024-02-05[CodeGen] Convert tests to opaque pointers (NFC)Nikita Popov
2018-11-15[MSP430] Add MC layerAnton Korobeynikov
2018-11-08Revert "[MSP430] Add MC layer"Davide Italiano
2018-11-08[MSP430] Add MC layerAnton Korobeynikov
2017-03-02[MSP430] Add SRet support to MSP430 targetVadzim Dambrouski
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2010-02-22no need to run llvm-as here.Chris Lattner
2010-01-15Reenable testsAnton Korobeynikov
2010-01-15Temporary disable testsAnton Korobeynikov
2010-01-05Delete useless trailing semicolons.Dan Gohman
2009-12-08Reduce (cmp 0, and_su (foo, bar)) into (bit foo, bar). This saves extra instr...Anton Korobeynikov