1. 28ce1cc Fix a build error for ocaml bindings that was introduced with the TargetData --> DataLayout changes. by Micah Villmow · 12 years ago
  2. faf5470 [ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser. by Chad Rosier · 12 years ago
  3. 6b283ea lit: Rename the valgrind leaks feature to match what is currently used by Daniel Dunbar · 12 years ago
  4. f793fbc lit: Remove support for XTARGET. by Daniel Dunbar · 12 years ago
  5. f854597 lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used. by Daniel Dunbar · 12 years ago
  6. 9f4acd0 tests: Stop mangling '-vg' into the triple, we don't use this currently. by Daniel Dunbar · 12 years ago
  7. 970755e This patch is to fix radar://8426430. It is about llvm support of __builtin_debugtrap() by Shuxin Yang · 12 years ago
  8. 9abfbdf [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser. by Chad Rosier · 12 years ago
  9. 7182126 Indvars: Don't recursively delete instruction during BB iteration. by Benjamin Kramer · 12 years ago
  10. de7c37e Fix some doc-os. by Daniel Dunbar · 12 years ago
  11. 7badf45 lit: Propagate TERM variable in environment, some tools can do really obscure by Daniel Dunbar · 12 years ago
  12. facace8 Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86 by Michael Liao · 12 years ago
  13. 239fd44 SCEVExpander: Don't crash when trying to merge two constant phis. by Benjamin Kramer · 12 years ago
  14. 34674fe [ASan] Support comments in ASan/TSan blacklist file as lines starting with # by Alexey Samsonov · 12 years ago
  15. 4a2dec0 Move SplitBlockAndInsertIfThen to BasicBlockUtils. by Evgeniy Stepanov · 12 years ago
  16. 17f68c5 LoopVectorize: Keep the IRBuilder on the stack. by Benjamin Kramer · 12 years ago
  17. 0d3c8d5 ARM: by Stepan Dyatkovskiy · 12 years ago
  18. 0d7d11d Pacify -Wnon-virtual-dtor. by Nick Lewycky · 12 years ago
  19. bd0052a [asan] make sure asan erases old unused allocas after it created a new one. This became important after the recent move from ModulePass to FunctionPass because no cleanup is happening after asan pass any more. by Kostya Serebryany · 12 years ago
  20. 725f1d1 recommit the patch that makes LSR and LowerInvoke use the TargetTransform interface. by Nadav Rotem · 12 years ago
  21. 9aecdb5 Simplify condition checking as CONCAT assume all inputs of the same type. by Michael Liao · 12 years ago
  22. 89e7b35 vectorizer: Add support for reading and writing from the same memory location. by Nadav Rotem · 12 years ago
  23. cbd9a19 Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerinvoke. by Nadav Rotem · 12 years ago
  24. ebd3f27 cleanup the comment. by Nadav Rotem · 12 years ago
  25. 5ce1052 Fix case for include of Compiler.h. by Jordan Rose · 12 years ago
  26. e19f112 Add move constructors for OwningPtr and OwningArrayPtr. by Jordan Rose · 12 years ago
  27. 9d9a612 Add a T&& constructor to llvm::Optional. by Jordan Rose · 12 years ago
  28. 82c5180 Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675> by Bob Wilson · 12 years ago
  29. 88d1266 Fix a bug where a 32-bit address with the high bit does not get symbolicated by Kevin Enderby · 12 years ago
  30. 6220fb1 fix a naming typo by Nadav Rotem · 12 years ago
  31. b288ad8 test: Add a lit config variable to check if LTO is enabled. by Daniel Dunbar · 12 years ago
  32. 44a83f0 lit: Allow XFAIL: lines to also refer to "features". by Daniel Dunbar · 12 years ago
  33. 3298959 [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback, by Chad Rosier · 12 years ago
  34. 974b190 Use an export list when building JIT unittests. <rdar://problem/12473675> by Bob Wilson · 12 years ago
  35. 92c39ca Use pre-python 2.5 syntax in lit.cfg. by Sebastian Pop · 12 years ago
  36. 83ba06a Clear unknown mem ops when merging stack slots (pr14090) by Sebastian Pop · 12 years ago
  37. bf0683f Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst* by Sebastian Pop · 12 years ago
  38. c8dd27e [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a by Chad Rosier · 12 years ago
  39. 8c1dcdf Revert "We need this symbol after an LTO build." by Bob Wilson · 12 years ago
  40. b943d9d Avoid reconstructing the pointer set when searching for duplicated read/write pointers. by Nadav Rotem · 12 years ago
  41. e700f06 Update the LangRef documentation for the per pointer address space support. by Micah Villmow · 12 years ago
  42. b3394f5 Cosmetic change -- move two simplifiers to the right commented statement group. by Meador Inge · 12 years ago
  43. 0c41d57 instcombine: Migrate strcpy optimizations by Meador Inge · 12 years ago
  44. 77ed342 test commit: verifying access from new address by Eli Bendersky · 12 years ago
  45. 1c5bf3f by Nadav Rotem · 12 years ago
  46. bef36ac When looking for a vector representation of a scalar, do a single lookup. Also, cache the result of the broadcast instruction. by Nadav Rotem · 12 years ago
  47. b1f8c13 [ms-inline asm] Move most of the AsmParsing logic in clang back into the MC by Chad Rosier · 12 years ago
  48. 6c28a7e This patch fixes failures in the SingleSource/Regression/C/uint64_to_float by Ulrich Weigand · 12 years ago
  49. 2360b7a Refactor insert and extract of sub-integers into static helpers that by Chandler Carruth · 12 years ago
  50. 02d5333 This FIXME was fixed some time ago. =] by Chandler Carruth · 12 years ago
  51. 63a1eb6 Introduce a BarrierNoop pass, a hack designed to allow *some* control by Chandler Carruth · 12 years ago
  52. 3141d2d remove unused variable to fix a warning. by Nadav Rotem · 12 years ago
  53. e4e00f2 Add a small example which shows a vectorizable loop with a non-pow-of-two count by Nadav Rotem · 12 years ago
  54. 3b9a911 Temporarily revert the TargetTransform changes. by Bob Wilson · 12 years ago
  55. d22d5f9 Remove the use of dominators and AA. by Nadav Rotem · 12 years ago
  56. 1953ace Vectorizer: Add support for loops with an unknown count. For example: by Nadav Rotem · 12 years ago
  57. 6ebddd2 Revert r166157 because some tests fail... by Bill Wendling · 12 years ago
  58. 73f75cf Check that the operand of the GEP is not the GEP itself. This occurred during an LTO build of LLVM. by Bill Wendling · 12 years ago
  59. 07edaf3 Revert part of r166049 back and enable test case in r166125. by Michael Liao · 12 years ago
  60. 6dc0050 LoopVectorize.cpp: Fix a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  61. 6e0c2b3 Disable extract-concat test case temporarily by Michael Liao · 12 years ago
  62. c2358eb Remove redundant SetInsertPoint call. by Jakub Staszak · 12 years ago
  63. 4031e90 Revert r166049 by Michael Liao · 12 years ago
  64. 95a2bb4 Add conditional branch instructions and their patterns. by Reed Kotler · 12 years ago
  65. a5401d6 Fix some typos and wrong indenting. by Roman Divacky · 12 years ago
  66. 13429e2 Teach DAG combine to fold (extract_subvec (concat v1, ..) i) to v_i by Michael Liao · 12 years ago
  67. 4b1aa96 Switch MRI::UsedPhysRegs to a register unit bit vector. by Jakob Stoklund Olesen · 12 years ago
  68. b08c1de Update the release notes about how to enable the loop vectorizer. by Nadav Rotem · 12 years ago
  69. d4f7596 Add a really faster pre-RA scheduler (-pre-RA-sched=linearize). It doesn't use by Evan Cheng · 12 years ago
  70. 9aa6e0a Merge MRI::isPhysRegOrOverlapUsed() into isPhysRegUsed(). by Jakob Stoklund Olesen · 12 years ago
  71. 72d9bbf Update the release notes about the store-merge dag optimization. by Nadav Rotem · 12 years ago
  72. cf1d076 Update the release notes about the new TargetTransformInfo API changes. by Nadav Rotem · 12 years ago
  73. 3309fb8 Update the release notes about the new loop vectorizer. by Nadav Rotem · 12 years ago
  74. d15c0c7 Add a loop vectorizer. by Nadav Rotem · 12 years ago
  75. 9d57cdf Check for empty YMM use-def lists in X86VZeroUpper. by Jakob Stoklund Olesen · 12 years ago
  76. e4b33a1 Fix fallout from RegInfo => FrameLowering refactoring on MSP430. by Anton Korobeynikov · 12 years ago
  77. fdd6fa8 misched: Better handling of invalid latencies in the machine model by Andrew Trick · 12 years ago
  78. a747a84 docs: Add link to integrated assembler HowTo by Sean Silva · 12 years ago
  79. 81e35ff Support: Don't remove special files on signals. by Daniel Dunbar · 12 years ago
  80. 324d96b [asan] better debug diagnostics in asan compiler module by Kostya Serebryany · 12 years ago
  81. 02bf98a This just in, it is a *bad idea* to use 'udiv' on an offset of by Chandler Carruth · 12 years ago
  82. 80668fb Marked this variable as 'used' so that LTO doesn't get rid of it. by Bill Wendling · 12 years ago
  83. 020d9d5 Fix a really annoying "bug" introduced in r165941. The change from that by Chandler Carruth · 12 years ago
  84. fda458c Remove LLVM_DELETED_FUNCTION from destructors that override non-deleted base class destructors. This isn't legal by the C++11 standard and clang now checks for it. Curiously gcc didn't catch this, possibly because of the template usage. by Craig Topper · 12 years ago
  85. 35a5640 Check SSSE3 instead of SSE4.1 by Michael Liao · 12 years ago
  86. 281ae5a Fix setjmp on models with non-Small code model nor non-Static relocation model by Michael Liao · 12 years ago
  87. d7ea7d5 Use a SparseSet instead of a BitVector for UsedInInstr in RAFast. by Jakob Stoklund Olesen · 12 years ago
  88. e9403c1 Use a typedef to reduce some typing and reformat code accordingly. by Eric Christopher · 12 years ago
  89. b69b55f Variable name cleanup. by Eric Christopher · 12 years ago
  90. d7169e9 Formatting and 80-col. by Eric Christopher · 12 years ago
  91. 9ed6da4 Spacing. by Eric Christopher · 12 years ago
  92. 320db3f Avoid rematerializing a redef immediately after the old def. by Jakob Stoklund Olesen · 12 years ago
  93. cdcdfd2 Revert r166046 "Switch back to the old coalescer for now to fix the 32 bit bit" by Jakob Stoklund Olesen · 12 years ago
  94. 4932bbe [InstCombine] Teach InstCombine how to handle an obfuscated splat. by Michael Gottesman · 12 years ago
  95. c5ac87d [ms-inline asm] Add the helper function, isParseringInlineAsm(). To be used in a future commit. by Chad Rosier · 12 years ago
  96. be6f884 Simplify code. No functionality change. by Jakub Staszak · 12 years ago
  97. b21d9ae Check .rela instead of ELF64 for the compensation vaue resetting by Michael Liao · 12 years ago
  98. 59de622 80-col fixup. by Jakub Staszak · 12 years ago
  99. 272ea03 Teach DAG combine to fold (trunc (fptoXi x)) to (fptoXi x) by Michael Liao · 12 years ago
  100. 6f7cccd Switch back to the old coalescer for now to fix the 32 bit bit by Rafael Espindola · 12 years ago