1. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  2. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  3. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  4. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  5. 1ccba31 Teach the Makefile build system how to handle SOURCES which include by Chandler Carruth · 11 years ago
  6. 0f2f62d Fix regular expression to work with multiple-digit version numbers by Dmitri Gribenko · 11 years ago
  7. 90f9b8a Rules adjustments in order to build on DragonFly BSD. by Rafael Espindola · 11 years ago
  8. 8d4021c Makefile.rules: Avoid -fomit-frame-pointer also on cygwin due to PR14646. by NAKAMURA Takumi · 11 years ago
  9. a75cda0 Makefile.rules: Simplify nested if(s) on OmitFramePointer. by NAKAMURA Takumi · 11 years ago
  10. 611910c Remove oddly named libraries with "make uninstall-local" by Tim Northover · 11 years ago
  11. 0cffe07 Build with the $RDYNAMIC flag on Darwin as well as other platforms. by Bob Wilson · 11 years ago
  12. 1a9e248 Remove dead code from the makefile build system. by Rafael Espindola · 11 years ago
  13. ba62f2f The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. by Sylvestre Ledru · 11 years ago
  14. 105b1c8 Add CXXFLAGS back to the Link command. by Bob Wilson · 11 years ago
  15. 1baa381 Add an autoconf option for turning on -gsplit-dwarf by default by Eric Christopher · 11 years ago
  16. a619be8 As far as I know no linker needs or wants the -g flag. by Eric Christopher · 11 years ago
  17. ea64122 Remove all non-linker oriented compile options from the linker by Eric Christopher · 11 years ago
  18. 1529f0c Remove redundant rpath. by Rafael Espindola · 11 years ago
  19. b58484e Fix indentation. by Rafael Espindola · 11 years ago
  20. e83a6f3 Revert previous patch, it's actually on under Wall. by Eric Christopher · 11 years ago
  21. f8f7086 Add -Wreorder to the list of C++ warnings. by Eric Christopher · 11 years ago
  22. b415285 Remove this hack. We can support this better with function attributes. by Bill Wendling · 11 years ago
  23. 2900535 We don't want FP elimination when doing an Apple-style build. by Bill Wendling · 11 years ago
  24. aa27161 Allow users to choose identity used to sign tools. by Filipe Cabecinhas · 11 years ago
  25. 376e05f Make check depend on all. by Eric Christopher · 11 years ago
  26. c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 12 years ago
  27. 4434a4f remove an ancient and quaint bit of commented out makefile goo from when by Chris Lattner · 12 years ago
  28. ee740dd Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in the Apple way. by Bill Wendling · 12 years ago
  29. cdb0a58 Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 12 years ago
  30. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
  31. 3ef8b0a build: add --with-python option by Saleem Abdulrasool · 12 years ago
  32. 9778d5c Pass NO_MISSING_FIELD_INITIALIZERS to Compiler Flags by David Greene · 12 years ago
  33. d2f8216 Disable -Wuninitialized for gcc by David Greene · 12 years ago
  34. 0b8c9a8 Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 12 years ago
  35. 759e3fa Remove edis - the enhanced disassembler. Fixes PR14654. by Roman Divacky · 12 years ago
  36. f3ad95a Use MACOSX_DEPLOYMENT_TARGET when it is set. <rdar://problem/12433905> by Bob Wilson · 12 years ago
  37. c33b930 Place temporary LTO files into their own subdirectory. by Bill Wendling · 12 years ago
  38. 52bcafe Revert "Use a special path to place the .o files in." by Bob Wilson · 12 years ago
  39. e57cb73 Use a special path to place the .o files in. by Bill Wendling · 12 years ago
  40. 0a03117 Use -object_path_lto when linking executables if building Apple style. by Bill Wendling · 12 years ago
  41. 81be6bf Make sure 'prefix-clang++' is aliased to 'prefix-clang', not 'clang'. by Jordan Rose · 12 years ago
  42. 9208052 Re-enable support for --program-prefix. by Jordan Rose · 12 years ago
  43. 85042e6 Revert "Add --program-prefix support to build" by Jordan Rose · 12 years ago
  44. ba48ceb Add --program-prefix support to build by Sebastian Pop · 12 years ago
  45. 164a308 Temporarily revert this to bring back the bots. by Eric Christopher · 12 years ago
  46. 94a935f Add --program-prefix support to build. by Sebastian Pop · 12 years ago
  47. 09a8873 Add a configure flag for enabling -Werror on the command line by Eric Christopher · 12 years ago
  48. 8212002 Add a configure option to pass -std=c++11 on the command line. by Eric Christopher · 12 years ago
  49. 42dffa5 Revert previous patch here, we should instead configure in specific by Eric Christopher · 12 years ago
  50. cbd84f7 Add a BUILD_FLAGS variable so that autoconf checks have a place by Eric Christopher · 12 years ago
  51. c1a0af1 Remove 'check-dg', a wrapper around 'check-local-dg' which was just nuked. by Chandler Carruth · 12 years ago
  52. 49efb1a llvm-ld does not exist anymore, use llvm-link instead. by Nicolas Geoffray · 12 years ago
  53. 7549354 Make IntelJITEvents and OProfileJIT as optional libraries and add by Preston Gurd · 12 years ago
  54. 7533809 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 12 years ago
  55. 6fc30c2 Fix the build under Debian GNU/Hurd. Thanks to Pino Toscano for the patch by Sylvestre Ledru · 12 years ago
  56. 5084fa0 Use a posix compliant regexp in export file construction. by Eric Christopher · 13 years ago
  57. 9566905 build/Darwin: Make it easy to cause all tools to get codesigned (with make CODESIGN_TOOLS=1). by Daniel Dunbar · 13 years ago
  58. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  59. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  60. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  61. 107506f On Cygwin/MingW, add SharedLibDir and LLVMToolDir to the library search path, since shared libraries are placed in 'bin'. (static libraries are still in 'lib'). by David Meyer · 13 years ago
  62. 2e5b88e build/make: Ensure make clean removes the LLVMBuild makefile fragment. by Daniel Dunbar · 13 years ago
  63. 8979f4e build/Make: Add missing dependency, LLVMBuild makefile fragment implicitly depends on Makefile.config. by Daniel Dunbar · 13 years ago
  64. 99f9a20 PR11642 has been fixed, enable -fvisibility-inlines-hidden everywhere. by Rafael Espindola · 13 years ago
  65. 01442cd Reenable building with -fvisibility-inlines-hidden. by Benjamin Kramer · 13 years ago
  66. dc81e5d Add a deterministic finite automaton based packetizer for VLIW architectures by Anshuman Dasgupta · 13 years ago
  67. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  68. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  69. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  70. ae7e2a4 Add an optional separate install prefix for internal components. rdar://10217046 by Bob Wilson · 13 years ago
  71. 7c67d32 build/Make: Switch over to using llvm-config-2 for dependencies one more (hopefully last) time, now that it also builds as a build tool. by Daniel Dunbar · 13 years ago
  72. a7de1d6 build/Make: Define a TARGET_NATIVE_ARCH variable to be a bit more precise than by Daniel Dunbar · 13 years ago
  73. 01b825d cross-build/Make: Update cross build to properly forward ARCH and by Daniel Dunbar · 13 years ago
  74. 9969bc9 build/Make: Eliminate BUILD_COMPONENT variable, which is unused. by Daniel Dunbar · 13 years ago
  75. bee515f Add an option '--enable-libcpp' that will have the compiler pass on by Eric Christopher · 13 years ago
  76. 6fd98ae build/Make: Switch back to llvm-config for now, I foolishly forgot to think by Daniel Dunbar · 13 years ago
  77. 57c68f9 build/Make: llvm-config-2 needs to use EXEEXT, since it is an actual executable by Daniel Dunbar · 13 years ago
  78. 950dba0 build/Make: Try to switch over to llvm-config-2 again, now that I've cleaned up by Daniel Dunbar · 13 years ago
  79. 1696980 Remove a really ancient line from the default 'make clean' rule that attempts by Chris Lattner · 13 years ago
  80. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  81. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  82. 8333730 build/Make & CMake: Pass the appropriate --native-target and --enable-targets by Daniel Dunbar · 13 years ago
  83. 2808853 build/Make: Fix some missing dependencies on the llvm-build generation step. by Daniel Dunbar · 13 years ago
  84. 774ec45 build/make: Fix the output path of the llvm-config-2 library dependency table. by Daniel Dunbar · 13 years ago
  85. d5574f6 build: Use right Echo variable and use Verb appropriately. by Daniel Dunbar · 13 years ago
  86. e29c316 build/Make: Integrate llvm-build into Makefiles. by Daniel Dunbar · 13 years ago
  87. 8d69414 build/Make: Add support for INCLUDE_BUILD_DIR make variable, to specify that by Daniel Dunbar · 13 years ago
  88. 13460c9 Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD by Charles Davis · 13 years ago
  89. f3a5ba5 Search for and use the strip program and pass it to install for it by Eric Christopher · 13 years ago
  90. a87a7db Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path. by NAKAMURA Takumi · 13 years ago
  91. e2aa5d5 Add -D__STDC_FORMAT_MACROS to use PRIx64. by NAKAMURA Takumi · 13 years ago
  92. de8f33c Build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
  93. 78d0835 More llvmc bits. Spotted by Benjamin on IRC. by Eric Christopher · 13 years ago
  94. 86f9adb TableGen'erated MC lowering for simple pseudo-instructions. by Jim Grosbach · 13 years ago
  95. 385e930 Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency. by Evan Cheng · 13 years ago
  96. ade490a build/Darwin: Fix epic typo fail. by Daniel Dunbar · 13 years ago
  97. 22fee2d Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc by Evan Cheng · 13 years ago
  98. a347f85 Starting to refactor Target to separate out code that's needed to fully describe by Evan Cheng · 13 years ago
  99. f1b7e94 Don't force remove config.cache on reconfiguration. by NAKAMURA Takumi · 13 years ago
  100. e2a91a7 build/configure: Add support for --with-extra-ld-options flag (to provide extra by Daniel Dunbar · 13 years ago