summaryrefslogtreecommitdiffstats
path: root/core/combo/arch
Commit message (Expand)AuthorAgeFilesLines
* Set mcpu targets based on cpu variant.Christopher Ferris2016-02-101-1/+1
* Apply correct, optimized mfpu compiler flag for ARMv7-A Cortex CPUsarter972015-10-271-7/+6
* core: armv7-a-neon.mk: Add missing endifArne Coucheron2015-10-061-0/+1
* core: Enable -mcpu=cortex-a9 flag for Cortex-A9 cpu variantCristoforo Cataldo2015-10-061-0/+3
* core: Enable -mcpu=cortex-a8 flag for Scorpion cpu variantCristoforo Cataldo2015-10-061-1/+1
* Add support for cortex-a53 variants when building 64-bit.Tim Murray2015-06-111-1/+5
* Don't use -Wl,--fix-cortex-a8 for Cortex A7, A9, A15, Krait or DenverBernhard Rosenkränzer2015-03-251-3/+9
* Update x86_64 minimal ISA instruction setMingwei Shi2015-03-121-0/+3
* Rename core/combo/arch/x86/x86-atom.mk to core/combo/arch/x86/atom.mk.Alexander Ivchenko2014-12-031-0/+0
* Revert "Continue to use march=i686 before fix of g++ ICE."Chih-hung Hsieh2014-10-301-6/+2
* Continue to use march=i686 before fix of g++ ICE.Chih-Hung Hsieh2014-10-291-2/+6
* Specify -mcpu=krait for clang.Ian Rogers2014-10-281-1/+2
* Raise x86 arch requirement to prescott.Chih-Hung Hsieh2014-10-221-6/+2
* Move definition of -D__ARM_FEATURE_LPAE=1 cflag to top-level.Ian Rogers2014-10-151-0/+7
* Remove "-mstackrealign" option from all x86 builds.Alexander Ivchenko2014-10-135-5/+0
* Add missing flags to x86 (both 32- and 64-bit) arch variants.Varvara Rainchik2014-08-047-13/+16
* [MIPSR6] Add mips64r6 and mips32r6 targetsDuane Sand2014-07-242-0/+19
* [MIPS] Unite mipsel and mips64el 4.9 gcc toolchainsDuane Sand2014-07-2310-90/+17
* add silvermont x86 architectureAndrew Boie2014-04-302-0/+37
* Specify -mcpu=cortex-a15 for denver CPU variants.Shu Zhang2014-03-241-1/+1
* Select the arch_variant_cflags for the 2nd arch.Ying Wang2014-02-071-3/+3
* [MIPS64] Add mips64 targetChris Dearman2014-02-051-0/+14
* remove 2nd arch from ARCH_ARM_* definesColin Cross2014-02-042-6/+6
* Load compiler environment for a second arch.Ying Wang2014-01-242-6/+6
* build: rename aarch64 target to arm64Colin Cross2014-01-231-0/+0
* am 09c6d68b: am 816af5fc: Merge "Specify -mcpu=cortex-a15 for krait CPU varia...Ian Rogers2013-10-111-1/+1
|\
| * Specify -mcpu=cortex-a15 for krait CPU variants.Ian Rogers2013-10-111-1/+1
* | am 0b42554f: am 12eeb000: Merge "Add generic aarch64 board config and build r...Ben Cheng2013-10-071-0/+1
|\ \ | |/
| * Merge "Add generic aarch64 board config and build rules."Ben Cheng2013-10-071-0/+1
| |\
| | * Add generic aarch64 board config and build rules.Ben Cheng2013-10-071-0/+1
* | | am a035abc5: am 1303aa28: Merge "Remove useless x86 options that were always ...Elliott Hughes2013-10-046-42/+5
|\ \ \ | |/ /
| * | Remove useless x86 options that were always hardcoded on.Elliott Hughes2013-10-046-42/+5
| |/
* | am ab7b53b8: am 5d92a933: Merge "x86_64: Adding new target"Ying Wang2013-10-025-0/+72
|\ \ | |/
| * x86_64: Adding new targetPavel Chupin2013-10-025-0/+72
* | resolved conflicts for merge of 70190a2b to klp-dev-plus-aospYing Wang2013-09-195-5/+67
|\ \ | |/
| * Extend x86 to have different arch variantsNegreanu Marius Adrian2013-09-185-5/+67
* | am 20c768d2: am c5cc2f6d: Merge "[MIPS] Add support for MXU instructions for ...Ying Wang2013-08-191-1/+2
|\ \ | |/
| * [MIPS] Add support for MXU instructions for Ingenic builds.Pete Delaney2013-08-151-1/+2
* | am c012edbc: am 42aaacf1: am a90d7eb6: Merge "Do not use -msynci flag for Xbu...Ying Wang2013-06-211-1/+0
|\ \ | |/
| * am a90d7eb6: Merge "Do not use -msynci flag for Xburst 4780 cores"Ying Wang2013-06-211-1/+0
| |\
| | * Do not use -msynci flag for Xburst 4780 coresRaghu Gandham2013-06-201-1/+0
* | | am 210aee35: am fa29872a: Merge "[MIPS] Disabled madd support for Ingenic Xbu...Ying Wang2013-05-211-0/+17
|\ \ \ | |/ /
| * | am fa29872a: Merge "[MIPS] Disabled madd support for Ingenic Xburst CPUs."Ying Wang2013-05-211-0/+17
| |\ \ | | |/
| | * [MIPS] Disabled madd support for Ingenic Xburst CPUs.Pete Delaney2013-05-201-0/+17
* | | core: combo: arm: add cortex-a8 targetRom Lemarchand2013-05-141-0/+4
|/ /
* | core: combo: arm: use appropriate mcpu flags for cortex-a7Dima Zavin2013-03-231-0/+4
* | am 7ce7473f: am 5e12e60b: Merge "For the current MIPS compiler __builtin___cl...Ying Wang2013-02-156-6/+12
|\ \ | |/
| * Merge "For the current MIPS compiler __builtin___clear_cache() generates sync...Ying Wang2013-02-156-6/+12
| |\
| | * For the current MIPS compiler __builtin___clear_cache() generates synci instr...Raghu Gandham2013-02-076-6/+12
* | | am ea852f6e: am f6b670b7: Merge "Remove more always-true ARCH_ARM_HAVE_ flags."Elliott Hughes2013-02-143-14/+0
|\ \ \ | |/ /