1. ece6db5 [msan] Remove readonly/readnone attributes from all called functions. by Evgeniy Stepanov · 12 years ago
  2. 06180bf Use the new MIBundleBuilder class in the Mips target. by Jakob Stoklund Olesen · 12 years ago
  3. fad649a Add higher-level API for dealing with bundled MachineInstrs. by Jakob Stoklund Olesen · 12 years ago
  4. f3c0c77 [mips] Delete nodes and instructions for dynamic alloca that are no longer in by Akira Hatanaka · 12 years ago
  5. 249330e [mips] Shorten predicate name. by Akira Hatanaka · 12 years ago
  6. 64ed8e9 [mips] Delete unused sub-target features. by Akira Hatanaka · 12 years ago
  7. ab9705f [mips] Remove unnecessary predicates. by Akira Hatanaka · 12 years ago
  8. 70d3beb Add support to ValueTracking for determining that a pointer is non-null by Chandler Carruth · 12 years ago
  9. c4e8ddf Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we by Matt Beaumont-Gay · 12 years ago
  10. 873a1dd fixed valgrind issues of prior commit, this change applies r169456 changes back to the tree with fixes. on darwin no valgrind issues exist in the tests that used to fail. by Pedro Artigas · 12 years ago
  11. 5b4af8b Remove unused field. by Jakub Staszak · 12 years ago
  12. 582088c Remove trailing spaces. by Jakub Staszak · 12 years ago
  13. 2766a47 Replace r169459 with something safer. Rather than having computeMaskedBits to by Evan Cheng · 12 years ago
  14. d3a0563 Remove unneeded function, since PR8156 was fixed over a year ago. by Jakub Staszak · 12 years ago
  15. b2af3a0 Simplify code. by Jakub Staszak · 12 years ago
  16. dde785c Fix a bug in the code that merges consecutive stores. Previously we did not by Nadav Rotem · 12 years ago
  17. 67b9928 MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  18. 7baaee3 [msan] Fix a typo in a comment. by Evgeniy Stepanov · 12 years ago
  19. 4031b19 [msan] Do not store origin for clean values. by Evgeniy Stepanov · 12 years ago
  20. 6afe478 s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the more natural check first in the if-then statement. by Bill Wendling · 12 years ago
  21. 222c2fd Handle non-default array bounds. by Bill Wendling · 12 years ago
  22. da92646 Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing to the normal instructions. by Craig Topper · 12 years ago
  23. ab69b25 Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as neverHasSideEffects. by Craig Topper · 12 years ago
  24. c707892 Revert r169456, "change MCContext to work on the doInitialization/doFinalization model" by NAKAMURA Takumi · 12 years ago
  25. c9758b1 [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment. by Chad Rosier · 12 years ago
  26. 8a7186d Let targets provide hooks that compute known zero and ones for any_extend by Evan Cheng · 12 years ago
  27. 486a7ad by Pedro Artigas · 12 years ago
  28. 1c21164 Set the 'MadeChange' variable if we are deleting blocks. by Bill Wendling · 12 years ago
  29. 85893f4 Have CannotBeNegativeZero() be aware of the nsz fast-math flag by Michael Ilseman · 12 years ago
  30. 22af4bc RegPressureTracker::dump(): Remove unnecessary argument. by Andrew Trick · 12 years ago
  31. 5c10f50 Change std::vector to SmallVector<4> and remove some unused methods. by Eli Bendersky · 12 years ago
  32. 5807fd4 Define new-value store instructions with base+immediate addressing mode by Jyotsna Verma · 12 years ago
  33. 46defa5 Fix name. The array is unboundED. by Bill Wendling · 12 years ago
  34. f3329c4 RegisterPressureTracker: fix findUseBetween to handle DebugValue by Andrew Trick · 12 years ago
  35. f54f615 RegisterPressureTracker: unify virtual registers and physical regunits. by Andrew Trick · 12 years ago
  36. 553c42c RegisterPresssureTracker: Track live physical register by unit. by Andrew Trick · 12 years ago
  37. 0602bb4 Cost Model: change the default cost of control flow instructions (br / ret / ...) to zero. by Nadav Rotem · 12 years ago
  38. f2a1c83 Correct ARM NOP encoding by David Sehr · 12 years ago
  39. 2f10861 [NVPTX] Fix crash with unnamed struct arguments by Justin Holewinski · 12 years ago
  40. 61b632d Use multiclass to define store instructions with base+immediate offset by Jyotsna Verma · 12 years ago
  41. e1fd317 Adjust JIT target triple on OS X to match the current architecture. by Bob Wilson · 12 years ago
  42. 73714ea Fix misplaced closing brace. by Matthew Curtis · 12 years ago
  43. d979153 Try to unbreak the build on hosts that don't transitively pull in a definition for int64_t. by Benjamin Kramer · 12 years ago
  44. b47a4f7 Remove unused MachineInstr constructors. by Jakob Stoklund Olesen · 12 years ago
  45. 14ccc90 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 12 years ago
  46. d1abec3 by Pedro Artigas · 12 years ago
  47. 1e3b656 [msan] Instrument bswap intrinsic. by Evgeniy Stepanov · 12 years ago
  48. 1b3fcf9 [msan] Initialize callbacks in runOnFunction as opposed to doInitialization. by Evgeniy Stepanov · 12 years ago
  49. 61cac06 [msan] Change linkage type of __msan_track_origins. by Evgeniy Stepanov · 12 years ago
  50. 226e0e6 Simplified BLEND pattern matching for shuffles. by Elena Demikhovsky · 12 years ago
  51. 17cf535 Added RegisterPressureTracker::dump() for debugging. by Andrew Trick · 12 years ago
  52. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 12 years ago
  53. 4e54480 Add x86 isel lowering logic to form bit test with inverted condition. e.g. by Evan Cheng · 12 years ago
  54. 105ab4f Appease GCC's -Wparentheses. by Matt Beaumont-Gay · 12 years ago
  55. e01b81b Split up the ParseOptionalAttrs method into three different methods for each by Bill Wendling · 12 years ago
  56. 46c5f79 LoopVectorizer: Increase the number of pointers that can be tested at runtime. If we cant prove statically that the pointers are disjoint then we add the runtime check. by Nadav Rotem · 12 years ago
  57. dc5eff5 Enable if-conversion during vectorization. by Nadav Rotem · 12 years ago
  58. c8e7045 ARM custom lower ctpop for vector types. Patch by Pete Couperus. by Evan Cheng · 12 years ago
  59. e570dee Fix a bug in vectorization of if-converted reduction variables. If the by Nadav Rotem · 12 years ago
  60. f7999fe Speed up the AllocationOrder class a bit. by Jakob Stoklund Olesen · 12 years ago
  61. a09e18f For rdar://12329730, last piece. by Shuxin Yang · 12 years ago
  62. 836cfc4 Comment change made in r169304 as requested by Eric Christopher. by David Blaikie · 12 years ago
  63. e198626 Define store instructions with base+register offset addressing mode by Jyotsna Verma · 12 years ago
  64. 9493dae Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 12 years ago
  65. b36c531 Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB by David Blaikie · 12 years ago
  66. f659c0d Make NaCl naming consistent. The triple OSType is called NaCl and is represented by Eli Bendersky · 12 years ago
  67. f6088d1 Add support for reduction variables when IF-conversion is enabled. by Nadav Rotem · 12 years ago
  68. 4b3aafb Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading zeros) by Jyotsna Verma · 12 years ago
  69. 9ee1ec6 Add constant extender support to ALU32 instructions for V2. by Jyotsna Verma · 12 years ago
  70. d7802bf This patch introduces initial-exec model support for thread-local storage by Bill Schmidt · 12 years ago
  71. a1514e2 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 12 years ago
  72. e6f2df9 Give scalar if-converted blocks half the score because they are not always executed due to CF. by Nadav Rotem · 12 years ago
  73. 8a0ff3a Add a comment about the requirement that the Windows.h header be last. by Chandler Carruth · 12 years ago
  74. a7645a3 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
  75. 319d594 by Nadav Rotem · 12 years ago
  76. 6c55412 [asan] add experimental -asan-realign-stack option (true by default, which does not change the current behavior) by Kostya Serebryany · 12 years ago
  77. ee72115 Add 'using' declarations to suppress -Woverloaded-virtual warnings. by Matt Beaumont-Gay · 12 years ago
  78. 3db6676 Move all operand definitions into HexagonOperands.td by Jyotsna Verma · 12 years ago
  79. 3e91da2 Move generic Hexagon subtarget information into Hexagon.td by Jyotsna Verma · 12 years ago
  80. bba3eb0 rdar://12329730 (2nd part, revised) by Shuxin Yang · 12 years ago
  81. f985f44 ASan: add initial support for handling llvm.lifetime intrinsics in ASan - emit calls into runtime library that poison memory for local variables when their lifetime is over and unpoison memory when their lifetime begins. by Alexey Samsonov · 12 years ago
  82. f94e8c4 Simplify code. No functionality change. by Jakub Staszak · 12 years ago
  83. 69261a6 Stack Alignment: when creating stack objects in MachineFrameInfo, make sure by Manman Ren · 12 years ago
  84. 46608c0 Use dyn_cast instead of isa and cast. No functionality change. by Jakub Staszak · 12 years ago
  85. 915584e LoopVectorize.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 12 years ago
  86. 36422d8 Fix whitespace. by NAKAMURA Takumi · 12 years ago
  87. f714156 Remove the old TRI::ResolveRegAllocHint() and getRawAllocationOrder() hooks. by Jakob Stoklund Olesen · 12 years ago
  88. 46f6fe7 Remove VirtRegMap::getRegAllocPref(). by Jakob Stoklund Olesen · 12 years ago
  89. 980bddf Use MRI::getSimpleHint() instead of getRegAllocPref() in remaining cases. by Jakob Stoklund Olesen · 12 years ago
  90. dc8126b Stack Alignment: move functions from header file MachineFrameInfo.h. by Manman Ren · 12 years ago
  91. 4af1ca5 RuntimeDyld: Fix up r169178. MSVC doesn't like "or". by NAKAMURA Takumi · 12 years ago
  92. c811976 rdar://12329730 (2nd part) by Shuxin Yang · 12 years ago
  93. fc63744 Add VirtRegMap::hasKnownPreference(). by Jakob Stoklund Olesen · 12 years ago
  94. ade0474 Runtime dynamic linker for MCJIT should support MIPS BigEndian architecture. by Akira Hatanaka · 12 years ago
  95. ff0b2cf Classic JIT is still being supported by MIPS, along with MCJIT. by Akira Hatanaka · 12 years ago
  96. cb66b5d Minor tweaking to SmallVector static size. by Michael Ilseman · 12 years ago
  97. b8f842d minor renaming, documentation and cleanups. by Nadav Rotem · 12 years ago
  98. 25752e7 Functions in MipsCodeEmitter.cpp that expand unaligned loads/stores are dead by Akira Hatanaka · 12 years ago
  99. fc29db1 Use the new getRegAllocationHints() hook from AllocationOrder. by Jakob Stoklund Olesen · 12 years ago
  100. e70b268 constify the cost API by Nadav Rotem · 12 years ago