1. 1bb4c38 improve bullets, patch by Mike Miller by Chris Lattner · 14 years ago
  2. ffd69e7 Fix build with MSVC. by Charles Davis · 14 years ago
  3. afb7b6e improve arm build support on darwin by Nick Kledzik · 14 years ago
  4. d016b38 add explicit alignment directives to assure arm code is 4-byte aligned by Nick Kledzik · 14 years ago
  5. b1c0715 update copyright notices by Blaine Garst · 14 years ago
  6. d0d9913 add include of int_lib.h to match change to use compilerrt_abort() by Nick Kledzik · 14 years ago
  7. e972d67 clang/Darwin: Don't include enable_execute_stack in libcc_kext.a. by Daniel Dunbar · 14 years ago
  8. 1f7ee1d <rdar://problem/7733536> Move libcompiler_rt over to a dylib target for Libsystem by Nick Kledzik · 14 years ago
  9. e7d0a5c <rdar://problem/7813254> check enable_execute_stack implementation by Nick Kledzik · 14 years ago
  10. d3d2263 Add new build option KERNEL_USE, which compiles with -mkernel and gets propogated to CFLAGS. Use this to call panic() instead of abort() when enabled. by Daniel Dunbar · 14 years ago
  11. 48f46ac Use a private compilerrt_abort() define instead of calling abort directly. by Daniel Dunbar · 14 years ago
  12. 95f271b Don't build an armv7 slice for now, it has the same stuff as on armv6. by Daniel Dunbar · 14 years ago
  13. b0be8f1 Clang/Darwin: Add definition for files to put in cc_kext.a. by Daniel Dunbar · 14 years ago
  14. 8ed1651 add __sync_synchronize. Needed by compiler when emitting thumb1 with -fno-builtin by Nick Kledzik · 14 years ago
  15. 182800c add compiler options for B&I builds by Nick Kledzik · 14 years ago
  16. e697090 FUNCTIONS.armv6 to have actual function names by Nick Kledzik · 15 years ago
  17. a5556d7 document runtime support functions by Nick Kledzik · 15 years ago
  18. d5feee3 Tweak clang_darwin config to strip off any -arch if the user overrides CC, we do by Daniel Dunbar · 15 years ago
  19. 82e3b8b Updated README.txt by Howard Hinnant · 15 years ago
  20. 09d99f3 Updated README.txt by Howard Hinnant · 15 years ago
  21. b04c2c4 fix return type of _Unwind_Exception.exception_cleanup by Nick Kledzik · 15 years ago
  22. 4a32c6e clang/Darwin: Rename x86_10.4 static lib config to just 10.4, and add 'eprintf' by Daniel Dunbar · 15 years ago
  23. 8b79035 Add .mk for use by clang/Darwin. by Daniel Dunbar · 15 years ago
  24. 06f38e5 Allow UniversalArchs variable to be overridden on a per-config basis. by Daniel Dunbar · 15 years ago
  25. d057f7d Split up switch.S and save_restore_d8_d15.S to follow one function per file convention. by Daniel Dunbar · 15 years ago
  26. 6a571fb Add a VISIBILITY_HIDDEN option, which can be used to make all compiler-rt function definitions hidden/private extern. by Daniel Dunbar · 15 years ago
  27. 4c01bb7 Unbreak symbol mangling in .s files, at least for Darwin/Linux. by Daniel Dunbar · 15 years ago
  28. e136da9 Add DEFINE_COMPILERRT_PRIVATE_FUNCTION_UNMANGLED for use in .S files -- restFP and saveFP don't get USER_LABEL_PREFIX prepended for some reason. by Daniel Dunbar · 15 years ago
  29. 3c2a776 Update Apple-style build support for new Makefiles by Daniel Dunbar · 15 years ago
  30. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
  31. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
  32. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  33. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
  34. 6260e4a Add more make utility functions. - With tests. :) by Daniel Dunbar · 15 years ago
  35. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago
  36. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  37. f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 15 years ago
  38. a68b0e4 Rename DebugMake variable to DEBUGMAKE for consistency (variables that are designed to be overridden), and use VERBOSE=1 instead of VERBOSE!="" for controlling verbosity. by Daniel Dunbar · 15 years ago
  39. 26d53d0 Unbreak trampoline test. by Daniel Dunbar · 15 years ago
  40. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 15 years ago
  41. fe4eb31 Sink {config.h,ConfigureChecks}.cmake into cmake directory. by Daniel Dunbar · 15 years ago
  42. 1f1f71b Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572 by Nick Kledzik · 15 years ago
  43. 6f608d5 Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. by Rafael Espindola · 15 years ago
  44. eed1300 Fix x86/x64 on Linux, Credit to Rafael Espindola. by Edward O'Callaghan · 15 years ago
  45. ac4c794 Add DragonFly BSD to supported platforms list. by Edward O'Callaghan · 15 years ago
  46. c8a260c Fix DragonFly BSD define in compiler-rt. by Edward O'Callaghan · 15 years ago
  47. 786d7d6 Fix CMakeLists.txt comment. by Edward O'Callaghan · 15 years ago
  48. 670d09f add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM by Nick Kledzik · 15 years ago
  49. fb0e926 Nested function test in compiler-rt should not be run under Clang. by Edward O'Callaghan · 15 years ago
  50. f632c06 Fix test suit for last CMake changes to CompilerRT. by Edward O'Callaghan · 15 years ago
  51. e1fa0f3 Update CMake build system with target arch source file lists. by Edward O'Callaghan · 15 years ago
  52. a07fa29 Work around strictness in gcc 4.4.1 casting a function pointer to void * by Shantonu Sen · 15 years ago
  53. 8973a27 Add stdlib.h for rand() prototype by Shantonu Sen · 15 years ago
  54. 8c8d1aa Update web docs for cmake test suit, comment out broken test. by Edward O'Callaghan · 15 years ago
  55. e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
  56. b4b1e8c Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. by Daniel Dunbar · 15 years ago
  57. 19336a2 Add assembly.h for use in .S files. by Daniel Dunbar · 15 years ago
  58. 51c80cc Update some .S file headers. by Daniel Dunbar · 15 years ago
  59. cff5248 Fix tests broken by removal of de-anonyomizing structs. by Daniel Dunbar · 15 years ago
  60. 4467b65 Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. by Daniel Dunbar · 15 years ago
  61. 005740f Add .gitignore file. by Daniel Dunbar · 15 years ago
  62. cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
  63. 48adb32 Improve doc readability. by Edward O'Callaghan · 15 years ago
  64. ee0093b Update compiler-rt online docs to reflex recent work and testing. by Edward O'Callaghan · 15 years ago
  65. 6311a30 If the compiler does not support GCC-compatible by Shantonu Sen · 15 years ago
  66. 3f55c61 Keep on castin', in the name of -pedantic by Shantonu Sen · 15 years ago
  67. 667efba Note about compiler-rt only building on Darwin no longer applies. by Edward O'Callaghan · 15 years ago
  68. 2d05d96 Update site information to reflect using cmake to build compiler-rt and not legacy makefiles. by Edward O'Callaghan · 15 years ago
  69. 87aa4f5 CMake should only pass GCC options to GCC. by Edward O'Callaghan · 15 years ago
  70. b0f3cb3 We don't need a C++ compiler to build Blocks, Don't check for one. by Edward O'Callaghan · 15 years ago
  71. 26e507a Fix compile time warning: format '%#lx' expects type 'long unsigned int', but argument 3 has type 'unsigned int' by Edward O'Callaghan · 15 years ago
  72. 962a631 Improve readability. by Edward O'Callaghan · 15 years ago
  73. b4c3b6f 1) Remove cmake-specific #define usage from the exported by Shantonu Sen · 15 years ago
  74. 92a6cf5 update make rules so libcompiler-rt can be built for armv6 the Apple way by Nick Kledzik · 15 years ago
  75. 0c61055 add support for __switch* needed for switch statements in thumb codegen by Nick Kledzik · 15 years ago
  76. 0963c9e add conversion functions and test cases for ARM by Nick Kledzik · 15 years ago
  77. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  78. 6e8c3ac fix typo in comment by Nick Kledzik · 15 years ago
  79. a468808 Add Blocks support to CMake build system. by Edward O'Callaghan · 15 years ago
  80. d4048aa Fix include path to config.h for CMake build system. by Edward O'Callaghan · 15 years ago
  81. e8ce595 GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers. by Edward O'Callaghan · 15 years ago
  82. 0987064 Generalize Blocks code and intergrate with cmake build system more. by Edward O'Callaghan · 15 years ago
  83. e80e978 add comparison functions for ARM by Nick Kledzik · 15 years ago
  84. f058587 rename files by Nick Kledzik · 15 years ago
  85. ad98c81 add _test in file names by Nick Kledzik · 15 years ago
  86. d47c2cf start adding implementation of arm *vfp routines with test cases by Nick Kledzik · 15 years ago
  87. 3ea8287 use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm by Nick Kledzik · 15 years ago
  88. 01f9de5 Stub out structure for building armv{6,7} libs. by Daniel Dunbar · 15 years ago
  89. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  90. fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
  91. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  92. 172e105 Use -lc -lm to link with (in tests) on non-Darwin. by Daniel Dunbar · 15 years ago
  93. 7edbe04 Don't use -arch on non-Darwin. by Daniel Dunbar · 15 years ago
  94. 781a3b3 Convert tabs to spaces. by Daniel Dunbar · 15 years ago
  95. 863dd14 Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. by Edward O'Callaghan · 15 years ago
  96. aabd961 Fix some files that got left behind in early changeset to unnamed unions fix. Credit to Roman Divacky. by Edward O'Callaghan · 15 years ago
  97. e8178e2 Add support for ellcc, Credit to Richard Pennington. by Edward O'Callaghan · 15 years ago
  98. 6ee8d33 Fix testsuit build on linux. by Edward O'Callaghan · 15 years ago
  99. 4e19ff6 Fix pre-processor mistake for BSDs in endianness.h by Edward O'Callaghan · 15 years ago
  100. b72794d Temporary define HAVE_SYSCONF until cmake checks are done. by Edward O'Callaghan · 15 years ago