1. 79f06f3 Add build rules for MIPS. by Logan Chien · 13 years ago
  2. 1429059 Merge with LLVM upstream r145126 (Nov 25th 2011) by Logan Chien · 13 years ago
  3. b3ff49e Make ConstantRange::truncate a bit more efficient. by Benjamin Kramer · 13 years ago
  4. e73db4e Correctly byte-swap APInts with bit-widths greater than 64. by Richard Smith · 13 years ago
  5. 5745fbc Add configure checking for pread(2) and use it to save a syscall when reading files. by Benjamin Kramer · 13 years ago
  6. a673e83 Turn error recovery into an assert. by Benjamin Kramer · 13 years ago
  7. f9c1b92 Merge with LLVM upstream r144606 (Nov 15th 2011) by Logan Chien · 13 years ago
  8. e7c1aef Move WEAK marking to the declaration. by Nick Lewycky · 13 years ago
  9. ec381a4 Fix linking for some users who already have tsan enabled code and are trying to by Nick Lewycky · 13 years ago
  10. 4d0a9ff Add support for tsan annotations (thread sanitizer, a valgrind-based tool). by Nick Lewycky · 13 years ago
  11. 6d5e343 Fix a typo. by Benjamin Kramer · 13 years ago
  12. bc4eb46 ADT/StringRef: Add ::lower() and ::upper() methods. by Daniel Dunbar · 13 years ago
  13. 41a0858 Return only the least significant 8 bits of the exit status from by Peter Collingbourne · 13 years ago
  14. 4eb73c5 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  15. 00ade8b build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  16. 85f37f3 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
  17. efe7aa4 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  18. e92951d Remove a couple unused methods. PR11201. by Eli Friedman · 13 years ago
  19. fa86eb4 Remove the Alpha backend. by Dan Gohman · 13 years ago
  20. 09890f4 BlockFrequency: Use a smarter overflow check. by Benjamin Kramer · 13 years ago
  21. c9ff319 Remove the Blackfin backend. by Dan Gohman · 13 years ago
  22. 062c27f Remove the SystemZ backend. by Dan Gohman · 13 years ago
  23. 31ebef8 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
  24. 96f1d85 Print branch probabilities as percentages. by Benjamin Kramer · 13 years ago
  25. 9359af7 Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 13 years ago
  26. 8ac4fdf Fix build on mingw-w64. Patch by Ruben Van Boxem! by Anton Korobeynikov · 13 years ago
  27. 787d4aa Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protected by ifdef either. by David Meyer · 13 years ago
  28. a7b966f Fix a typo. by Benjamin Kramer · 13 years ago
  29. 589fbb1 ADT/StringRef: Add ::lower() and ::upper() methods. by Daniel Dunbar · 13 years ago
  30. 5ced70d Return only the least significant 8 bits of the exit status from by Peter Collingbourne · 13 years ago
  31. 41a9649 Add more PRI.64 macros for MSVC and use them throughout the codebase. by Benjamin Kramer · 13 years ago
  32. a3a2dfd build: Add initial cut at LLVMBuild.txt files. by Daniel Dunbar · 13 years ago
  33. 0173864 rename getHostTriple into getDefaultTargetTriple by Sebastian Pop · 13 years ago
  34. de2e0b5 rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE by Sebastian Pop · 13 years ago
  35. c947925 Remove a couple unused methods. PR11201. by Eli Friedman · 13 years ago
  36. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  37. bc1430a BlockFrequency: Use a smarter overflow check. by Benjamin Kramer · 13 years ago
  38. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  39. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago
  40. 5d07007 Windows/Path.inc: [PR8460] Get rid of ScopedNullTerminator. Thanks to Zvi Rackover! by NAKAMURA Takumi · 13 years ago
  41. 7102b61 Print branch probabilities as percentages. by Benjamin Kramer · 13 years ago
  42. 341473c Add compare operators to BranchProbability and use it to determine if an edge is hot. by Benjamin Kramer · 13 years ago
  43. cda065d Fix build on mingw-w64. Patch by Ruben Van Boxem! by Anton Korobeynikov · 13 years ago
  44. 2e5a5ee Apply changes to migrate to upstream Oct 20th 2011. by Logan Chien · 13 years ago
  45. e1d0b4fc Remove unused include of sys/uio.h in MemoryBuffer.cpp. It was not correctly protected by ifdef either. by David Meyer · 13 years ago
  46. 0ebc07a Merge with LLVM upstream 2011/10/20 (r142530) by Logan Chien · 13 years ago
  47. e7a0719 Fix handling of the From parameter in StringRef::find. by Benjamin Kramer · 13 years ago
  48. 962bad7 Let printf do the formatting instead aligning strings ourselves. by Benjamin Kramer · 13 years ago
  49. 462b43c remove the dead 'ShowLine' argument from SMDiagnostic. by Chris Lattner · 13 years ago
  50. 3f2d5f6 Make SMDiagnostic a little more sane. Instead of passing around note/warning/error as a by Chris Lattner · 13 years ago
  51. d8b7aa2 Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does. Enhance by Chris Lattner · 13 years ago
  52. 6e6a558 Add a bad char heuristic to StringRef::find. by Benjamin Kramer · 13 years ago
  53. 569c4a4 Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple" by NAKAMURA Takumi · 13 years ago
  54. 8e3ef11 Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the triple by Chad Rosier · 13 years ago
  55. c5c3676 Windows/Memory.inc: Support the ability to allocate memory "near" another block of memory on Win32. It has fixed FIXME. by NAKAMURA Takumi · 13 years ago
  56. 2dd0cfe Support/Windows: Add support modifying memory permissions on Windows. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  57. 7d2bc08 Support/Windows: Add efficent RW mutex on Windows. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  58. 90406e1 Avoid undefined behavior in signed integer negation. Patch by Ahmed Charles. by Eli Friedman · 13 years ago
  59. 90196fc Fix APFloat::getSmallestNormalized so the shift doesn't depend on undefined behavior. Patch from Ahmed Charles. by Eli Friedman · 13 years ago
  60. 7247a5f Fix APFloat::getLargest so that it actually returns the correct value. Found by accident while reviewing a patch to nearby code. by Eli Friedman · 13 years ago
  61. 2c607b6 Clean up a few references to System/. We still have docs/SystemLibrary.html by Daniel Dunbar · 13 years ago
  62. 9d2fa87 The Mips specific function for instruction cache invalidation cannot be by Bruno Cardoso Lopes · 13 years ago
  63. 9eb6b4d Fix APInt::operator*= so that it computes the correct result for large integers where there is unsigned overflow. Fix APFloat::toString so that it doesn't depend on the incorrect behavior in common cases (and computes the correct result in some rare cases). Fixes PR11086. by Eli Friedman · 13 years ago
  64. ce4984f Add more initializers to quiet a clang warning. by Eric Christopher · 13 years ago
  65. 03dd4e8 Fix typo in comments. by Nick Lewycky · 13 years ago
  66. 0bcd9c7 Add Windows x64 stack walking support. Patch by Aaron Ballman! by Michael J. Spencer · 13 years ago
  67. 7850dd0 Fix a bug in compare_numeric(). by Jakob Stoklund Olesen · 13 years ago
  68. ce496ca These symbols appear to be visible by SearchForAddressOfSymbol and no longer by Chad Rosier · 13 years ago
  69. bb0a612 sys::Process: Add a SetWorkingDirectory method. by Daniel Dunbar · 13 years ago
  70. 23946fc Change: by Richard Trieu · 13 years ago
  71. aabc6a9 Remove the hack to check UNAME_RELEASE when identifying the Darwin version. by Bob Wilson · 13 years ago
  72. f34fa6f U is good enough by Douglas Gregor · 13 years ago
  73. f83f0f8 Eliminate sign-comparison warnings in APInt by Douglas Gregor · 13 years ago
  74. 7030368 Add mips64 & mips64el to Triple. Patch by Liu with modifications. by Akira Hatanaka · 13 years ago
  75. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  76. 586a55a Silence -Wsign-compare warnings from GCC. by Benjamin Kramer · 13 years ago
  77. 92ec8e1 Add Win32 support to llvm::llvm_execute_on_thread(). Thanks to Aaron Ballman! by NAKAMURA Takumi · 13 years ago
  78. ecc9b5e Fix a minor bug in fs::create_directories. Patch by Albert Wong. by Eli Friedman · 13 years ago
  79. 71280b5 use 64-bit types instead of off_t/size_t to avoid the issue when by Ivan Krasin · 13 years ago
  80. b351456 CommandLine: Add support for 64 bit unsigned integer options. by Benjamin Kramer · 13 years ago
  81. 3a4178e Add some more DWARF extensions from: by Nick Lewycky · 13 years ago
  82. f59c532 Update Dwarf enums list for DWARF 4. by Nick Lewycky · 13 years ago
  83. d26d6b6 Update the comment for system_temp_directory() to indicate when it by Douglas Gregor · 13 years ago
  84. 544e412 Include limits.h to make sure PATH_MAX is known on Solaris 10. by Bill Wendling · 13 years ago
  85. 55cf815 Add a simple routine to determine the typical system directory for by Douglas Gregor · 13 years ago
  86. dcd9996 Add APInt support for converting to/from hexatridecimal strings by Douglas Gregor · 13 years ago
  87. c4cc40c One more patch towards JIT support for Mips. by Bruno Cardoso Lopes · 13 years ago
  88. 357b571 Remove unimplemented function prototypes from PathV2. They can be readded when someone cares enough. by Benjamin Kramer · 13 years ago
  89. 8366234 ObjectFile: Add support for mach-o-style dSYM companion files. by Benjamin Kramer · 13 years ago
  90. 8c74f7f Add the DataExtractor utility class. by Benjamin Kramer · 13 years ago
  91. 5443140 Add DW_ATE_UTF, which clang started using in my previous commit! by Devang Patel · 13 years ago
  92. 05d7138 Add AMDIL as valid target triple to LLVM. by Tobias Grosser · 13 years ago
  93. b1b051e Fix integer overflow bug in raw_ostream::write. This showed up as a by Nick Lewycky · 13 years ago
  94. f66f76c Report failure if there are less bytes than requested in a MemoryObject. by Benjamin Kramer · 13 years ago
  95. cf847bf Intel family 6 model 44 is Gulftown/Westmere-EP and doesn't have AVX. by Benjamin Kramer · 13 years ago
  96. 3e74d6f Move TargetRegistry and TargetSelect from Target to Support where they belong. by Evan Cheng · 13 years ago
  97. 38fb2db This patch adds support of le32 pseudo-cpu that stands for generic by Ivan Krasin · 13 years ago
  98. 07097dd lib/Support/Windows/Windows.h: Update required IE ver. 0x0600 should be enough for Windows XP. by NAKAMURA Takumi · 13 years ago
  99. d883453 Add NativeClient support to Triple::ParseOS. by Ivan Krasin · 13 years ago
  100. eeb37f1 Make DynamicLibrary thread-safe w/r/t call to dlerror() after dlopen(). PR10718 by Jordy Rose · 13 years ago