1. 4208381 Support: catch invalid accesses by Saleem Abdulrasool · 10 years ago
  2. e26f799 [ARM] Add ARMv8-M Baseline/Mainline LLVM targeting by Bradley Smith · 10 years ago
  3. 46642ff Reordering fields to reduce padding in LLVM. NFC by Ben Craig · 10 years ago
  4. 4667071 [ARM] Add ARMv8.2-A to TargetParser by Oliver Stannard · 10 years ago
  5. 91f339a Handle ARMv6-J as an alias, instead of fake architecture by Artyom Skrobov · 10 years ago
  6. 768579c TargetParser.cpp: Fixup -- StringRef::startswith() is better here. NFC. by NAKAMURA Takumi · 10 years ago
  7. b6b2545 llvm/lib/Support/TargetParser.cpp: Rework llvm::ARM::getArchExtFeature() to avoid abuse of Twine in r253470. by NAKAMURA Takumi · 10 years ago
  8. 7b0a7d8 [ARM] Add +feature names to TargetParser extensions table by Bradley Smith · 10 years ago
  9. f187a65 Handle ARMv6KZ naming by Artyom Skrobov · 10 years ago
  10. bc09f39 NFC refactorings in lib/Support/TargetParser.cpp by Artyom Skrobov · 10 years ago
  11. 4adcb73 [ARM] Allow TargetParser to accurately target architectures by Bradley Smith · 10 years ago
  12. 2c2f378 Cull non-standard variants of ARM architectures (NFC) by Artyom Skrobov · 10 years ago
  13. 2d4d161 ARM: support .watchos_version_min and .tvos_version_min. by Tim Northover · 10 years ago
  14. 5a6e394 [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev by Artyom Skrobov · 10 years ago
  15. cf29644 [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  16. e46da384 Revert "[ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def" by James Molloy · 10 years ago
  17. 79b0ada [ARM] Handle +t2dsp feature as an ArchExtKind in ARMTargetParser.def by Artyom Skrobov · 10 years ago
  18. ea33e5e Added arch extensions and default target features in TargetParser. by Alexandros Lamprineas · 10 years ago
  19. 822d54a Remove a linear walk to find the default FPU for a given CPU by directly by Chandler Carruth · 10 years ago
  20. 3309ef6 Teach the target parsing framework to directly compute the length of all by Chandler Carruth · 10 years ago
  21. 799e880 Refactor the ARM target parsing to use a def file with macros to expand by Chandler Carruth · 10 years ago
  22. 4fc3a98 [Triple] Use clang-format to normalize the formatting of the ARM target by Chandler Carruth · 10 years ago
  23. bb47b9a [Triple] Stop abusing a class to have only static methods and just use by Chandler Carruth · 10 years ago
  24. 366dd9fd [ARM] Fix MachO CPU Subtype selection by Vedant Kumar · 10 years ago
  25. 980b6cc Revert "[ARM] Fix MachO CPU Subtype selection" by Renato Golin · 10 years ago
  26. 2f079be [ARM] Fix MachO CPU Subtype selection by Vedant Kumar · 10 years ago
  27. 4ea7075 - Added support for parsing HWDiv features using Target Parser. by Alexandros Lamprineas · 10 years ago
  28. 69718d2 Edited the CPUNames table of TargetParser by Alexandros Lamprineas · 10 years ago
  29. 0e20b8d - TargetParser does not handle armv7l in parseArchProfile(). by Alexandros Lamprineas · 10 years ago
  30. fcd93d5 -Added API for retrieving the default FPU of a CPU from TargetParser. by Alexandros Lamprineas · 10 years ago
  31. a04e6b1 Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9 by Alexandros Lamprineas · 10 years ago
  32. ab9907a -Added API for retrieving the default FPU of a CPU from TargetParser. by Alexandros Lamprineas · 10 years ago
  33. 3f7c893 [ARM]: Extend -mfpu options for half-precision and vfpv3xd by Javed Absar · 10 years ago
  34. d552630 [ARM]: Extend -mfpu options for half-precision and vfpv3xd by Javed Absar · 10 years ago
  35. d9e39d5 [ARM] Disabling vfp4 should disable fp16 by John Brawn · 10 years ago
  36. 1781a68 TargetParser: Fix comments in enum(s) introduced in r239150. [-Wdocumentation] by NAKAMURA Takumi · 10 years ago
  37. f2d06a5 [TargetParser] Properly attach functions of ARMTargetParser to the class by Benjamin Kramer · 10 years ago
  38. 985c04e [ARM] Add support for -sp- FPUs and FPU none to TargetParser by John Brawn · 10 years ago
  39. d03d229 [ARM] Add knowledge of FPU subtarget features to TargetParser by John Brawn · 10 years ago
  40. acd1cd6 [ARMTargetParser] Follow-up for r239099: one case was missed by Artyom Skrobov · 10 years ago
  41. 85aebc8 Simplify ARMTargetParser::getArchSynonym by Artyom Skrobov · 10 years ago
  42. 230d298 [ARMTargetParser] Move IAS arch ext parser. NFC by Renato Golin · 10 years ago
  43. 42dad64 [ARMTargetParser] Adding sub-arch information for Clang. NFC by Renato Golin · 10 years ago
  44. 7374fcd [ARMTargetParser] Adding a few more CPUs for Clang CPU detection. NFC. by Renato Golin · 10 years ago
  45. e1326ca Fix comments in ARMTargetParser. NFC. by Renato Golin · 10 years ago
  46. f7c0d5f ARMTargetParser: Normalising build attributes by Renato Golin · 10 years ago
  47. ebdd12c Reinforce ARMTargetParser::getCanonicalArchName validation by Renato Golin · 10 years ago
  48. fadc210 Adding profile and version parsers to ARMTargetParser by Renato Golin · 10 years ago
  49. b6b9e05 Make Triple::parseARMArch use ARMTargetParser by Renato Golin · 10 years ago
  50. e8048f0 Get Triple::getARMCPUForArch() to use TargetParser by Renato Golin · 10 years ago
  51. 35de35d Change TargetParser enum names to avoid macro conflicts (llvm) by Renato Golin · 10 years ago
  52. f5f373f TargetParser: FPU/ARCH/EXT parsing refactory - NFC by Renato Golin · 10 years ago