summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/globals.ll
AgeCommit message (Expand)Author
2016-01-26[MC] Use .p2align instead of .alignDan Gohman
2015-10-26ARM/ELF: Better codegen for global variable addresses.Peter Collingbourne
2015-02-27[opaque pointer type] Add textual IR support for explicit type parameter to l...David Blaikie
2014-12-10ARM: correctly expand LDR-lit based globals.Tim Northover
2013-07-14Mass update to CodeGen tests to use CHECK-LABEL for labels corresponding to f...Stephen Lin
2011-12-06Align ARM constant pool islands via their basic block.Jakob Stoklund Olesen
2011-07-07Change some ARM subtarget features to be single bit yes/no in order to sink t...Evan Cheng
2010-04-17Start function numbering at 0.Dan Gohman
2010-03-17Added sub-formats to the NeonI/NeonXI instructions to further refine the NEONFrmJohnny Chen
2010-03-16--- Reverse-merging r98637 into '.':Bob Wilson
2010-03-16Initial ARM/Thumb disassembler check-in. It consists of a tablgen backendJohnny Chen
2010-01-26Emit .comm alignment in bytes but .align in powers of 2 for ARM ELF.Rafael Espindola
2010-01-25Fix PR6134.Rafael Espindola
2009-11-06Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...Evan Cheng
2009-10-19convert to filecheck syntax and make a lot more aggressive.Chris Lattner
2009-10-19rename testChris Lattner