1. a71443a Add some uncovered attribute tests by Tobias Grosser · 12 years ago
  2. 54bf58a Restore r181216, which was partially reverted in r182499. by Stephen Lin · 12 years ago
  3. c889c8f Fix a funny typo. Thanks to Aaron Ballman for noticing. by Rafael Espindola · 12 years ago
  4. e65b219 Add a micro optimization to catch cases where the PtrA equals PtrB. by Nadav Rotem · 12 years ago
  5. 24ff484 Add FILE_SHARE_WRITE to openFileForRead. by Rafael Espindola · 12 years ago
  6. 7f6d842 Silencing an MSVC warning about signed vs unsigned comparison mismatches. by Aaron Ballman · 12 years ago
  7. 27d0c68 [mips] Use "foreach" loop to make register definitions more concise. by Akira Hatanaka · 12 years ago
  8. 3b5c6ea Add -*- C++ -*- to InstrEmitter.h. by Michael Gottesman · 12 years ago
  9. b895d17 OptParser.td: typo by Hans Wennborg · 12 years ago
  10. fce9279 This patch checks for valid mnemonics at the beginning of parseInstruction method, thus giving the user the right error message for non-existing instructions. by Vladimir Medic · 12 years ago
  11. b0aa9e9 Split openFileForRead into Windows and Unix versions. by Rafael Espindola · 12 years ago
  12. 86f4f65 Fix comparisons of alloca alignment in inliner merging by Hal Finkel · 12 years ago
  13. 16f385f Implement eret and deret(return from exception) instructions for Mips. Test examples are given. by Vladimir Medic · 12 years ago
  14. c88ac4a Add the tests that I forgot to 'svn add' with my previous commit (r186504). by Joey Gouly · 12 years ago
  15. 19c14ab [ARMv8] Add support for the NEON instructions vmaxnm/vminnm. by Joey Gouly · 12 years ago
  16. 946dbd8 llvm-ar: doExtract(): Write extracted files with F_Binary. It should fix llvm/test/Object/extract.ll by NAKAMURA Takumi · 12 years ago
  17. e8a2742 Ensure sys::getProcessTriple always uses a normalized triple. Patch by by Duncan Sands · 12 years ago
  18. dcc4207 [XCore] Ensure implicit operands aren't lost on the return instruction. by Richard Osborne · 12 years ago
  19. a009d53 Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS. by Duncan Sands · 12 years ago
  20. 77c95b6 Teach x86 fast-isel to use AVX opcodes for vector stores when AVX is enabled. by Craig Topper · 12 years ago
  21. 1e65bf2 LLVMSymbolize.cpp: Fix build. Triple::ArchType is not a namespace. by NAKAMURA Takumi · 12 years ago
  22. df959c7 llvm-symbolizer: be more careful with colons in file names by Alexey Samsonov · 12 years ago
  23. e0364b6 Make x86 fast-isel correctly choose between aligned and unaligned operations for vector stores. Fixes PR16640. by Craig Topper · 12 years ago
  24. d055c59 Fix ARMFastISel::ARMEmitIntExt shift emission by JF Bastien · 12 years ago
  25. 8d7435e PPC: Add CTR-register clobber to builtin setjmp by Hal Finkel · 12 years ago
  26. 09df10d Add simpler version of is_directory. It will be used in clang. by Rafael Espindola · 12 years ago
  27. 619850c Mark a method 'const' and another 'static'. by Craig Topper · 12 years ago
  28. d6d6a97 Make a few more static string pointers constant. by Craig Topper · 12 years ago
  29. f33cab4 Don't fallback to copy + delete in rename. by Rafael Espindola · 12 years ago
  30. 8de25f0 Make constant string pointer into an array to remove a pointer lookup for every access. by Craig Topper · 12 years ago
  31. f7e73ac raw_ostream.cpp: Introduce <fcntl.h> to let O_BINARY provided. Or, llvm::outs() would be set to O_TEXT by default. by NAKAMURA Takumi · 12 years ago
  32. a38edf0 SLPVectorizer: Accelerate the isConsecutive check by replacing the subtraction of the two values with a simple SCEV expression that adds the offset to one of the pointers that we compare. by Nadav Rotem · 12 years ago
  33. fe47bf8 PPC: Implement base pointer and stack realignment by Hal Finkel · 12 years ago
  34. 63e22af llvm/test/CodeGen/X86/vec_setcc.ll: Add explicit -mtriple=x86_64-unknown-unknown to satisfy win32-targeted configuration. by NAKAMURA Takumi · 12 years ago
  35. f5eea52 Move string pointer from being a static class member to just a static global in the one file its needed in. by Craig Topper · 12 years ago
  36. c8cfaa1 Add getModuleFlag(StringRef Key) to query a module flag given Key. by Manman Ren · 12 years ago
  37. 45193d3 llvm/test/Object/ar-create.test: Relax a CHECK line to satisfy localized message catalogue. by NAKAMURA Takumi · 12 years ago
  38. 7432572 llvm/test/Object/check_binary_output.ll: Mark it as XFAIL on Windows. Investigating. by NAKAMURA Takumi · 12 years ago
  39. 71cc5e4 flip the scev minus direction to simplify the code. by Nadav Rotem · 12 years ago
  40. 7c8a260 SLPVectorizer: Improve the compile time of isConsecutive by adding a simple constant-gep check before using SCEV. by Nadav Rotem · 12 years ago
  41. 82d4215 Related to r181161 - Indirect branches may not be the last branch in a basic by Lang Hames · 12 years ago
  42. 898788c ARM: Add support for the Thumb2 PLI alternate literal form. by Tilmann Scheller · 12 years ago
  43. 61cf158 Update the examples for an API change. by Rafael Espindola · 12 years ago
  44. c1b49b5 Add a wrapper for open. by Rafael Espindola · 12 years ago
  45. 1a9c39e Finally, force the target for this test. Should unbreak non-x86 buildbots. by Benjamin Kramer · 12 years ago
  46. 394f3b4 XFAIL this test on mingw. by Rafael Espindola · 12 years ago
  47. f97337d Label names also differ between platforms. Use a relaxed regex. by Benjamin Kramer · 12 years ago
  48. a217a87 Fix test not to fail when the target doesn't use leading underscores on symbols. by Benjamin Kramer · 12 years ago
  49. 1872b58 Cleanup testing case by using a shorter name for types. by Manman Ren · 12 years ago
  50. 03ef600 Remove floats from live range splitting costs. by Jakob Stoklund Olesen · 12 years ago
  51. 6d9fe79 Reapply r185393. by Jakob Stoklund Olesen · 12 years ago
  52. b95e0f6 [X86] Use min/max to optimze unsigend vector comparison on X86 by Juergen Ributzka · 12 years ago
  53. 71981ef Make SpecialCaseList match full strings, as documented, using anchors. by Peter Collingbourne · 12 years ago
  54. 17c95a2 Test commit to verify write access. by Juergen Ributzka · 12 years ago
  55. 06c847e [Support] Add a Unicode conversion wrapper from UTF16 to UTF8 by Reid Kleckner · 12 years ago
  56. 5a5ebb7 When the inliner merges allocas, it must keep the larger alignment by Hal Finkel · 12 years ago
  57. 95779b6 On error, close the temporary file descriptor. by Rafael Espindola · 12 years ago
  58. 21508bf SLPVectorizer: Reduce the compile time of the consecutive store lookup. by Nadav Rotem · 12 years ago
  59. 67f9b37 Create files with mode 666. This matches the behavior of other unix tools. by Rafael Espindola · 12 years ago
  60. e7ff008 [Support] Fix some warnings when self-hosting clang on Windows by Reid Kleckner · 12 years ago
  61. f0d0a16 by Ulrich Weigand · 12 years ago
  62. 6e2dc6d [XCore] Fix printing of inline asm operands. by Richard Osborne · 12 years ago
  63. ad9a0d2 ARM: allow printing of ARM atomic DAG nodes. by Tim Northover · 12 years ago
  64. de25544 [SystemZ] Use ROSBG and non-zero form of RISBG for OR nodes by Richard Sandiford · 12 years ago
  65. ab42fc6 Fixing a buildbot failure:unused function. by Vladimir Medic · 12 years ago
  66. c25d21e [SystemZ] Add MC support for R[NOX]SBG by Richard Sandiford · 12 years ago
  67. 3764521 [SystemZ] Use RISBG for (shift (and ...)) by Richard Sandiford · 12 years ago
  68. 0884836 This patch represents Mips utilization of r186388 code that alows asm matcher to emit mnemonics contain '.' characters. This makes asm parser code simpler and more efficient. by Vladimir Medic · 12 years ago
  69. 649c7fc PPCJITInfo.cpp: Tweak r186252 with s/__ppc/__powerpc/ to work on powerpc-linux Fedora 12. by NAKAMURA Takumi · 12 years ago
  70. 2f43813 ARM: implement ldrex, strex and clrex intrinsics by Tim Northover · 12 years ago
  71. 103ba84 ARM EABI divmod support by Renato Golin · 12 years ago
  72. 9273151 This patch allows targets to define weather the instruction mnemonics in asm matcher tables will contain '.' character. by Vladimir Medic · 12 years ago
  73. 1cf9591 llvm/test/Object/directory.ll: Mark it as XFAIL:cygwin. Directories can be opened on cygwin. by NAKAMURA Takumi · 12 years ago
  74. bd6cb26 Use open+fstat instead of stat+open. by Rafael Espindola · 12 years ago
  75. 289e241 Remember that we have a null terminated string. by Rafael Espindola · 12 years ago
  76. 20a91bf [Object/COFF] Add import_directory_table_entry. by Rui Ueyama · 12 years ago
  77. 87be8d3 Add a version of sys::fs::status that uses fstat. by Rafael Espindola · 12 years ago
  78. 3a10104 COFF: Add constants for optional data directory. by Rui Ueyama · 12 years ago
  79. 77e31bc Instead friending status, provide windows and posix constructors to file_status. by Rafael Espindola · 12 years ago
  80. 334f8b9 unittests/Support: Add TimeValue.Win32FILETIME, corresponding to r186374. by NAKAMURA Takumi · 12 years ago
  81. ff8f9e5 Fix TimeValue::toWin32Time() to be symmetric to fromWin32Time() and compatible to Win32's FILETIME. by NAKAMURA Takumi · 12 years ago
  82. e7f0393 Rename Support.TimeValue to TimeValue.time_t in unittests/Support. by NAKAMURA Takumi · 12 years ago
  83. 4172a8a Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
  84. 311dbb8 Add mingw32 to the XFAIL. I forgot about it when adding win32. by Rafael Espindola · 12 years ago
  85. 519127f PEI: Support for non-zero SPAdj at beginning of a basic block. by Manman Ren · 12 years ago
  86. 135e81e PR16628: Fix a bug in the code that merges compares. by Nadav Rotem · 12 years ago
  87. a44c37f PPC: Refactoring to support subtarget feature changing by Hal Finkel · 12 years ago
  88. 0b48590 Further simplify test case from r186119/r186035. by David Blaikie · 12 years ago
  89. 086dfda XFAIL on windows too and document the XFAILs. by Rafael Espindola · 12 years ago
  90. 7310b75 Machine Verifier: verify FrameSetup and FrameDestroy by Manman Ren · 12 years ago
  91. 7126ba1 Remove an extra is_directory call. by Rafael Espindola · 12 years ago
  92. ae4f3f6 Fix register subclass handling in PPCInstrInfo::insertSelect by Hal Finkel · 12 years ago
  93. 6057eb7 [mc-coff] Resolve aliases when emitting COFF relocations by Reid Kleckner · 12 years ago
  94. cd0f245 R600/SI: Add support for 64-bit loads by Tom Stellard · 12 years ago
  95. d1654a7 Remove invalid assert in DAGTypeLegalizer::RemapValue by Hal Finkel · 12 years ago
  96. f7b6f55 Remove trailing whitespace by Stephen Lin · 12 years ago
  97. ebf72b3 Revert r186316 while I track down an ASan failure and an assert from a bot. by Chandler Carruth · 12 years ago
  98. 54911a5 Teaching llvm-tblgen to not emit a switch statement when there are no case statements. by Aaron Ballman · 12 years ago
  99. f73f809 Revert "[Option] Store arg strings in a set backed by a BumpPtrAllocator" by Reid Kleckner · 12 years ago
  100. 0bf3c99 Test commit to see if write access works. by Job Noorman · 12 years ago