summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMSubtarget.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* Propagate CPU string out of SubtargetFeaturesAnton Korobeynikov2009-05-231-3/+2
| | | | llvm-svn: 72335
* ARM target now also recognize triplets like thumbv6-apple-darwin and set ↵Evan Cheng2009-03-091-12/+19
| | | | | | thumb mode and arch subversion. Eventually thumb triplets will go way and replaced with function notes. llvm-svn: 66435
* Recognize triplets starting with armv5-, armv6- etc. And set the ARM arch ↵Evan Cheng2009-03-081-1/+17
| | | | | | version accordingly. llvm-svn: 66365
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
| | | | llvm-svn: 45418
* Added -march=thumb; removed -enable-thumb.Evan Cheng2007-02-231-8/+2
| | | | llvm-svn: 34521
* Add ABI information to ARM subtarget.Lauro Ramos Venancio2007-02-131-4/+10
| | | | llvm-svn: 34245
* Introduce TargetType's ELF and Darwin.Evan Cheng2007-01-191-5/+10
| | | | llvm-svn: 33363
* ARM backend contribution from Apple.Evan Cheng2007-01-191-0/+52
llvm-svn: 33353
OpenPOWER on IntegriCloud