1. b0f3cb3 We don't need a C++ compiler to build Blocks, Don't check for one. by Edward O'Callaghan · 15 years ago
  2. 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
  3. 962a631 Improve readability. by Edward O'Callaghan · 15 years ago
  4. b4c3b6f 1) Remove cmake-specific #define usage from the exported by Shantonu Sen · 15 years ago
  5. 92a6cf5 update make rules so libcompiler-rt can be built for armv6 the Apple way by Nick Kledzik · 15 years ago
  6. 0c61055 add support for __switch* needed for switch statements in thumb codegen by Nick Kledzik · 15 years ago
  7. 0963c9e add conversion functions and test cases for ARM by Nick Kledzik · 15 years ago
  8. 7b268dc Update cmake files for arm support hooks. by Edward O'Callaghan · 15 years ago
  9. 6e8c3ac fix typo in comment by Nick Kledzik · 15 years ago
  10. a468808 Add Blocks support to CMake build system. by Edward O'Callaghan · 15 years ago
  11. d4048aa Fix include path to config.h for CMake build system. by Edward O'Callaghan · 15 years ago
  12. e8ce595 GCC atomic built-ins are available patch to Blocks. - Credit to Bobby Powers. by Edward O'Callaghan · 15 years ago
  13. 0987064 Generalize Blocks code and intergrate with cmake build system more. by Edward O'Callaghan · 15 years ago
  14. e80e978 add comparison functions for ARM by Nick Kledzik · 15 years ago
  15. f058587 rename files by Nick Kledzik · 15 years ago
  16. ad98c81 add _test in file names by Nick Kledzik · 15 years ago
  17. d47c2cf start adding implementation of arm *vfp routines with test cases by Nick Kledzik · 15 years ago
  18. 3ea8287 use HAS_80_BIT_LONG_DOUBLE so some tests work properly on arm by Nick Kledzik · 15 years ago
  19. 01f9de5 Stub out structure for building armv{6,7} libs. by Daniel Dunbar · 15 years ago
  20. dc114bf Unbreak building of assembly files (broken by my .s -> .S rename). by Daniel Dunbar · 15 years ago
  21. fd17b8a Include universal build step in 'make {Debug,Release,Profile}' targets. by Daniel Dunbar · 15 years ago
  22. 866d282 Support building for a single target architecture. by Daniel Dunbar · 15 years ago
  23. 172e105 Use -lc -lm to link with (in tests) on non-Darwin. by Daniel Dunbar · 15 years ago
  24. 7edbe04 Don't use -arch on non-Darwin. by Daniel Dunbar · 15 years ago
  25. 781a3b3 Convert tabs to spaces. by Daniel Dunbar · 15 years ago
  26. 863dd14 Adding FreeBSD to supported platforms list. Credit to Roman Divacky for testing. by Edward O'Callaghan · 15 years ago
  27. 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
  28. e8178e2 Add support for ellcc, Credit to Richard Pennington. by Edward O'Callaghan · 15 years ago
  29. 6ee8d33 Fix testsuit build on linux. by Edward O'Callaghan · 15 years ago
  30. 4e19ff6 Fix pre-processor mistake for BSDs in endianness.h by Edward O'Callaghan · 15 years ago
  31. b72794d Temporary define HAVE_SYSCONF until cmake checks are done. by Edward O'Callaghan · 15 years ago
  32. de1c6cf Fix a FIXME for configure check for HAVE_SYSCONF. by Edward O'Callaghan · 15 years ago
  33. 166b783 fix build on linux by Nuno Lopes · 15 years ago
  34. 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
  35. 33c1347 Optimized versions now buildable on Solaris. by Edward O'Callaghan · 15 years ago
  36. bb119a4 Fix signedness warning in mprotect call, Clean up and improve endianness.h header. by Edward O'Callaghan · 15 years ago
  37. 37a6a45 Code style and Readability fixes. Credit to Craig van Vliet. by Edward O'Callaghan · 15 years ago
  38. 686fd2a Forgot to add new endianness.h header file. by Edward O'Callaghan · 15 years ago
  39. 0898ee9 Refactor test suit endianness pre-processor code. More style and readability fixes, start labling endif's by Edward O'Callaghan · 15 years ago
  40. 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
  41. 2bf6272 Fixup C++ style comments are not allowed in ISO C90 to classic C style. by Edward O'Callaghan · 15 years ago
  42. 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
  43. f361ff1 Some compiler-rt www site improvements. by Edward O'Callaghan · 15 years ago
  44. df479b6 Refactor out common pre-processor code. by Edward O'Callaghan · 15 years ago
  45. 6c307f0 Fix newlinew warning in floatundidf.c , Bulkout CMake system more, complete port to AuroraUX and Solaris. by Edward O'Callaghan · 15 years ago
  46. 880cafc A few CMake formating fixes for compiler-rt. by Edward O'Callaghan · 15 years ago
  47. 18678da Small syntax error in HTML. by Edward O'Callaghan · 15 years ago
  48. f998156 Small improvement to Compiler-RT docs and add a CREDITS.TXT file to source. by Edward O'Callaghan · 15 years ago
  49. d904635 Initial import of CMake type build system. Just like the rest of llvm.. by Edward O'Callaghan · 15 years ago
  50. ad9a176 improve portability to platforms that don't put python in /usr/bin. Patch by by Chris Lattner · 15 years ago
  51. 34ecf0f typos by Gabor Greif · 15 years ago
  52. d02ea67 Misc compiler-rt fixes. Clarify neg implementations to show what is by Eli Friedman · 15 years ago
  53. 4c8aa0d fix broken links. by Chris Lattner · 15 years ago
  54. 135bcdf test commit by Chris Lattner · 15 years ago
  55. eb561be mention the license. by Chris Lattner · 15 years ago
  56. c134674 add the "get it and get involved" section. by Chris Lattner · 15 years ago
  57. f639213 Add missing include for getpagesize, and fix a typo. by Daniel Dunbar · 15 years ago
  58. 940515a Fix a Darwinism, .s files meant to be preprocessed should be named .S. by Daniel Dunbar · 15 years ago
  59. 72b5907 Use getpagesize() on non-Darwin platforms. by Daniel Dunbar · 15 years ago
  60. ff5380f initial web page for compiler_rt by Chris Lattner · 15 years ago
  61. 5603674 add directory for web page. by Chris Lattner · 15 years ago
  62. b3a6901 Initial import of compiler-rt. - by Daniel Dunbar · 15 years ago
  63. 8cbe163 Flesh out svn structure, tuck blocks stuff away until we figure out where it goes. by Daniel Dunbar · 15 years ago