1. 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
  2. 4c01bb7 Unbreak symbol mangling in .s files, at least for Darwin/Linux. by Daniel Dunbar · 15 years ago
  3. 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
  4. 3c2a776 Update Apple-style build support for new Makefiles by Daniel Dunbar · 15 years ago
  5. 48464e0 Add support for "platform" configurations, which define a suite of compiler-rt by Daniel Dunbar · 15 years ago
  6. ba990c4 Remove old build logic, this is going to be replaced by a more configurable mechanism shortly. by Daniel Dunbar · 15 years ago
  7. 6db90e6 Rename subdir 'Target' variable to 'Implementation' to be less overloaded. by Daniel Dunbar · 15 years ago
  8. 78cfbc5 Add 'SelectFunctionDir' function, to select appropriate function implementation based on a configuration and architecture. by Daniel Dunbar · 15 years ago
  9. 6260e4a Add more make utility functions. - With tests. :) by Daniel Dunbar · 15 years ago
  10. 9edf5cd Change subdir traversal to primarily cache information about what is available in subdirectories. by Daniel Dunbar · 15 years ago
  11. faf0150 Simplify subdirectory makefiles, and be more robust by checking that they define the appropriate variables. by Daniel Dunbar · 15 years ago
  12. f572275 Add basic make {help,help-hidden} targets. by Daniel Dunbar · 15 years ago
  13. 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
  14. 26d53d0 Unbreak trampoline test. by Daniel Dunbar · 15 years ago
  15. 557a6ea Tidy up comments, remove whitespace, and rename 'print-%' make debugging target by Daniel Dunbar · 15 years ago
  16. fe4eb31 Sink {config.h,ConfigureChecks}.cmake into cmake directory. by Daniel Dunbar · 15 years ago
  17. 1f1f71b Fix copy/paste error. http://llvm.org/bugs/show_bug.cgi?id=572 by Nick Kledzik · 15 years ago
  18. 6f608d5 Use __USER_LABEL_PREFIX__ so that we don't add a _ prefix on ELF. by Rafael Espindola · 15 years ago
  19. eed1300 Fix x86/x64 on Linux, Credit to Rafael Espindola. by Edward O'Callaghan · 15 years ago
  20. ac4c794 Add DragonFly BSD to supported platforms list. by Edward O'Callaghan · 15 years ago
  21. c8a260c Fix DragonFly BSD define in compiler-rt. by Edward O'Callaghan · 15 years ago
  22. 786d7d6 Fix CMakeLists.txt comment. by Edward O'Callaghan · 15 years ago
  23. 670d09f add __save_vfp_d8_d15_regs and __restore_vfp_d8_d15_regs for ARM by Nick Kledzik · 15 years ago
  24. fb0e926 Nested function test in compiler-rt should not be run under Clang. by Edward O'Callaghan · 15 years ago
  25. f632c06 Fix test suit for last CMake changes to CompilerRT. by Edward O'Callaghan · 15 years ago
  26. e1fa0f3 Update CMake build system with target arch source file lists. by Edward O'Callaghan · 15 years ago
  27. a07fa29 Work around strictness in gcc 4.4.1 casting a function pointer to void * by Shantonu Sen · 15 years ago
  28. 8973a27 Add stdlib.h for rand() prototype by Shantonu Sen · 15 years ago
  29. 8c8d1aa Update web docs for cmake test suit, comment out broken test. by Edward O'Callaghan · 15 years ago
  30. e4ff347 Fix cmake test suit for compiler-rt. by Edward O'Callaghan · 15 years ago
  31. b4b1e8c Switch to using DEFINE_COMPILERRT_[PRIVATE_]FUNCTION to define function symbols inside .S files. by Daniel Dunbar · 15 years ago
  32. 19336a2 Add assembly.h for use in .S files. by Daniel Dunbar · 15 years ago
  33. 51c80cc Update some .S file headers. by Daniel Dunbar · 15 years ago
  34. cff5248 Fix tests broken by removal of de-anonyomizing structs. by Daniel Dunbar · 15 years ago
  35. 4467b65 Remove duplicate copy of int_lib.h, and update test script to find copy inside lib/. by Daniel Dunbar · 15 years ago
  36. 005740f Add .gitignore file. by Daniel Dunbar · 15 years ago
  37. cc75801 Comment out broken tests and make the rest build in cmake build system. by Edward O'Callaghan · 15 years ago
  38. 48adb32 Improve doc readability. by Edward O'Callaghan · 15 years ago
  39. ee0093b Update compiler-rt online docs to reflex recent work and testing. by Edward O'Callaghan · 15 years ago
  40. 6311a30 If the compiler does not support GCC-compatible by Shantonu Sen · 15 years ago
  41. 3f55c61 Keep on castin', in the name of -pedantic by Shantonu Sen · 15 years ago
  42. 667efba Note about compiler-rt only building on Darwin no longer applies. by Edward O'Callaghan · 15 years ago
  43. 2d05d96 Update site information to reflect using cmake to build compiler-rt and not legacy makefiles. by Edward O'Callaghan · 15 years ago
  44. 87aa4f5 CMake should only pass GCC options to GCC. by Edward O'Callaghan · 15 years ago
  45. b0f3cb3 We don't need a C++ compiler to build Blocks, Don't check for one. by Edward O'Callaghan · 15 years ago
  46. 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
  47. 962a631 Improve readability. by Edward O'Callaghan · 15 years ago
  48. b4c3b6f 1) Remove cmake-specific #define usage from the exported by Shantonu Sen · 15 years ago
  49. 92a6cf5 update make rules so libcompiler-rt can be built for armv6 the Apple way by Nick Kledzik · 15 years ago
  50. 0c61055 add support for __switch* needed for switch statements in thumb codegen by Nick Kledzik · 15 years ago
  51. 0963c9e add conversion functions and test cases for ARM by Nick Kledzik · 15 years ago
  52. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  53. 6e8c3ac fix typo in comment by Nick Kledzik · 15 years ago
  54. a468808 Add Blocks support to CMake build system. by Edward O'Callaghan · 15 years ago
  55. d4048aa Fix include path to config.h for CMake build system. by Edward O'Callaghan · 15 years ago
  56. e8ce595 GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers. by Edward O'Callaghan · 15 years ago
  57. 0987064 Generalize Blocks code and intergrate with cmake build system more. by Edward O'Callaghan · 15 years ago
  58. e80e978 add comparison functions for ARM by Nick Kledzik · 15 years ago
  59. f058587 rename files by Nick Kledzik · 15 years ago
  60. ad98c81 add _test in file names by Nick Kledzik · 15 years ago
  61. d47c2cf start adding implementation of arm *vfp routines with test cases by Nick Kledzik · 15 years ago
  62. 3ea8287 use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm by Nick Kledzik · 15 years ago
  63. 01f9de5 Stub out structure for building armv{6,7} libs. by Daniel Dunbar · 15 years ago
  64. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  65. fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
  66. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  67. 172e105 Use -lc -lm to link with (in tests) on non-Darwin. by Daniel Dunbar · 15 years ago
  68. 7edbe04 Don't use -arch on non-Darwin. by Daniel Dunbar · 15 years ago
  69. 781a3b3 Convert tabs to spaces. by Daniel Dunbar · 15 years ago
  70. 863dd14 Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. by Edward O'Callaghan · 15 years ago
  71. 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
  72. e8178e2 Add support for ellcc, Credit to Richard Pennington. by Edward O'Callaghan · 15 years ago
  73. 6ee8d33 Fix testsuit build on linux. by Edward O'Callaghan · 15 years ago
  74. 4e19ff6 Fix pre-processor mistake for BSDs in endianness.h by Edward O'Callaghan · 15 years ago
  75. b72794d Temporary define HAVE_SYSCONF until cmake checks are done. by Edward O'Callaghan · 15 years ago
  76. de1c6cf Fix a FIXME for configure check for HAVE_SYSCONF. by Edward O'Callaghan · 15 years ago
  77. 166b783 fix build on linux by Nuno Lopes · 15 years ago
  78. 8bf1e09 Refactor to remove un-named struct gnu extension usage. Now ISO C89 and C99 compliant. Comment trailing endifs by Edward O'Callaghan · 15 years ago
  79. 33c1347 Optimized versions now buildable on Solaris. by Edward O'Callaghan · 15 years ago
  80. bb119a4 Fix signedness warning in mprotect call, Clean up and improve endianness.h header. by Edward O'Callaghan · 15 years ago
  81. 37a6a45 Code style and Readability fixes. Credit to Craig van Vliet. by Edward O'Callaghan · 15 years ago
  82. 686fd2a Forgot to add new endianness.h header file. by Edward O'Callaghan · 15 years ago
  83. 0898ee9 Refactor test suit endianness pre-processor code. More style and readability fixes, start labling endif's by Edward O'Callaghan · 15 years ago
  84. 1fcb40b Next batch of C++ to C comment style changes. Also improve and factor out endianness pre-processor code. by Edward O'Callaghan · 15 years ago
  85. 2bf6272 Fixup C++ style comments are not allowed in ISO C90 to classic C style. by Edward O'Callaghan · 15 years ago
  86. 0e4ad9c Start porting compiler-rt testsuit to Solaris with new build system. Fix some C++ style comments which are not allowed in ISO C90. by Edward O'Callaghan · 15 years ago
  87. f361ff1 Some compiler-rt www site improvements. by Edward O'Callaghan · 15 years ago
  88. df479b6 Refactor out common pre-processor code. by Edward O'Callaghan · 15 years ago
  89. 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
  90. 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
  91. 18678da Small syntax error in HTML. by Edward O'Callaghan · 15 years ago
  92. f998156 Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source. by Edward O'Callaghan · 15 years ago
  93. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago
  94. ad9a176 improve portability to platforms that don't put python in /usr/bin. Patch by by Chris Lattner · 15 years ago
  95. 34ecf0f typos by Gabor Greif · 15 years ago
  96. d02ea67 Misc compiler-rt fixes. Clarify neg implementations to show what is by Eli Friedman · 15 years ago
  97. 4c8aa0d fix broken links. by Chris Lattner · 15 years ago
  98. 135bcdf test commit by Chris Lattner · 15 years ago
  99. eb561be mention the license. by Chris Lattner · 15 years ago
  100. c134674 add the "get it and get involved" section. by Chris Lattner · 15 years ago