1. fad649a Add higher-level API for dealing with bundled MachineInstrs. by Jakob Stoklund Olesen · 13 years ago
  2. f3c0c77 [mips] Delete nodes and instructions for dynamic alloca that are no longer in by Akira Hatanaka · 13 years ago
  3. 249330e [mips] Shorten predicate name. by Akira Hatanaka · 13 years ago
  4. 64ed8e9 [mips] Delete unused sub-target features. by Akira Hatanaka · 13 years ago
  5. ab9705f [mips] Remove unnecessary predicates. by Akira Hatanaka · 13 years ago
  6. 70d3beb Add support to ValueTracking for determining that a pointer is non-null by Chandler Carruth · 13 years ago
  7. b02ed5b Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new constructor. by Ted Kremenek · 13 years ago
  8. 4a0ed9f Makefile.common: Update a description, s/Source/SOURCES/ , according to MakefileGuide.html#control-variables . by NAKAMURA Takumi · 13 years ago
  9. d33d221 unittest/googletest/Makefile: Unbreak out-of-tree build. by NAKAMURA Takumi · 13 years ago
  10. 105fdbb Add convenience accessor to Triple for OS == NaCl by Eli Bendersky · 13 years ago
  11. e40aecf Try to unbreak makefile build by excluding gtest-all.cc source by Alexey Samsonov · 13 years ago
  12. c4e8ddf Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we by Matt Beaumont-Gay · 13 years ago
  13. 57f7daf Modify the LLVM checkout of googletest: by Alexey Samsonov · 13 years ago
  14. 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 · 13 years ago
  15. 5b4af8b Remove unused field. by Jakub Staszak · 13 years ago
  16. 582088c Remove trailing spaces. by Jakub Staszak · 13 years ago
  17. 00e97c2 Fix typos in CHECK lines. by Dmitri Gribenko · 13 years ago
  18. b553f89 Documentation: fix typos and formatting. by Dmitri Gribenko · 13 years ago
  19. 091508d Revert "Allow modifying an ImmutableMap without canonicalizing it immediately." by Ted Kremenek · 13 years ago
  20. 2766a47 Replace r169459 with something safer. Rather than having computeMaskedBits to by Evan Cheng · 13 years ago
  21. d3a0563 Remove unneeded function, since PR8156 was fixed over a year ago. by Jakub Staszak · 13 years ago
  22. 972f087 Allow modifying an ImmutableMap without canonicalizing it immediately. by Jordan Rose · 13 years ago
  23. b2af3a0 Simplify code. by Jakub Staszak · 13 years ago
  24. dde785c Fix a bug in the code that merges consecutive stores. Previously we did not by Nadav Rotem · 13 years ago
  25. 67b9928 MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable] by NAKAMURA Takumi · 13 years ago
  26. 7baaee3 [msan] Fix a typo in a comment. by Evgeniy Stepanov · 13 years ago
  27. 4031b19 [msan] Do not store origin for clean values. by Evgeniy Stepanov · 13 years ago
  28. 6afe478 s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the more natural check first in the if-then statement. by Bill Wendling · 13 years ago
  29. 222c2fd Handle non-default array bounds. by Bill Wendling · 13 years ago
  30. da92646 Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing to the normal instructions. by Craig Topper · 13 years ago
  31. ab69b25 Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as neverHasSideEffects. by Craig Topper · 13 years ago
  32. 824ec7d Properly fix the tes. by Evan Cheng · 13 years ago
  33. e1ab8e3 llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I guess Chad expects fastisel here. by NAKAMURA Takumi · 13 years ago
  34. c707892 Revert r169456, "change MCContext to work on the doInitialization/doFinalization model" by NAKAMURA Takumi · 13 years ago
  35. c9758b1 [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment. by Chad Rosier · 13 years ago
  36. 8a7186d Let targets provide hooks that compute known zero and ones for any_extend by Evan Cheng · 13 years ago
  37. 486a7ad by Pedro Artigas · 13 years ago
  38. 1c21164 Set the 'MadeChange' variable if we are deleting blocks. by Bill Wendling · 13 years ago
  39. 85893f4 Have CannotBeNegativeZero() be aware of the nsz fast-math flag by Michael Ilseman · 13 years ago
  40. 6e34113 Taking ownership of indvars/lsr. by Andrew Trick · 13 years ago
  41. c15e5b0 PR10867: Analogue of r169441 for when using external 'sh'. And actually run the test! by Richard Smith · 13 years ago
  42. 22af4bc RegPressureTracker::dump(): Remove unnecessary argument. by Andrew Trick · 13 years ago
  43. 00fb9c4 PR10867. lit would interpret by Richard Smith · 13 years ago
  44. c4c14a7 Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both by Akira Hatanaka · 13 years ago
  45. 1246700 Quick build fix for c++03 clang. This needs a proper solution. Note that these offsets are guaranteed to be correct by Endian.h. by Michael J. Spencer · 13 years ago
  46. 5c10f50 Change std::vector to SmallVector<4> and remove some unused methods. by Eli Bendersky · 13 years ago
  47. 5807fd4 Define new-value store instructions with base+immediate addressing mode by Jyotsna Verma · 13 years ago
  48. 46defa5 Fix name. The array is unboundED. by Bill Wendling · 13 years ago
  49. f3329c4 RegisterPressureTracker: fix findUseBetween to handle DebugValue by Andrew Trick · 13 years ago
  50. f54f615 RegisterPressureTracker: unify virtual registers and physical regunits. by Andrew Trick · 13 years ago
  51. 553c42c RegisterPresssureTracker: Track live physical register by unit. by Andrew Trick · 13 years ago
  52. 0602bb4 Cost Model: change the default cost of control flow instructions (br / ret / ...) to zero. by Nadav Rotem · 13 years ago
  53. f2a1c83 Correct ARM NOP encoding by David Sehr · 13 years ago
  54. fa8de24 Remove unused methods by Eli Bendersky · 13 years ago
  55. 2f10861 [NVPTX] Fix crash with unnamed struct arguments by Justin Holewinski · 13 years ago
  56. eef7b62 Add dump of Win64 EH unwind data. by Michael J. Spencer · 13 years ago
  57. 717a142 Updates to Win64EH.h structures. by Michael J. Spencer · 13 years ago
  58. d224f28 Test commit. by David Sehr · 13 years ago
  59. 61b632d Use multiclass to define store instructions with base+immediate offset by Jyotsna Verma · 13 years ago
  60. a7e29c8 Remove the non-const getInst accessor. It wasn't being used, and isn't very by Eli Bendersky · 13 years ago
  61. e1fd317 Adjust JIT target triple on OS X to match the current architecture. by Bob Wilson · 13 years ago
  62. 73714ea Fix misplaced closing brace. by Matthew Curtis · 13 years ago
  63. a59ed5b Remove two dead functions resulting from a bad rebase. by Andrew Trick · 13 years ago
  64. d979153 Try to unbreak the build on hosts that don't transitively pull in a definition for int64_t. by Benjamin Kramer · 13 years ago
  65. b47a4f7 Remove unused MachineInstr constructors. by Jakob Stoklund Olesen · 13 years ago
  66. 14ccc90 Added a option to the disassembler to print immediates as hex. by Kevin Enderby · 13 years ago
  67. d1abec3 by Pedro Artigas · 13 years ago
  68. 1e3b656 [msan] Instrument bswap intrinsic. by Evgeniy Stepanov · 13 years ago
  69. 1b3fcf9 [msan] Initialize callbacks in runOnFunction as opposed to doInitialization. by Evgeniy Stepanov · 13 years ago
  70. 61cac06 [msan] Change linkage type of __msan_track_origins. by Evgeniy Stepanov · 13 years ago
  71. 226e0e6 Simplified BLEND pattern matching for shuffles. by Elena Demikhovsky · 13 years ago
  72. eca1fcf RegisterPressure API. Add support for physical register units. by Andrew Trick · 13 years ago
  73. 17cf535 Added RegisterPressureTracker::dump() for debugging. by Andrew Trick · 13 years ago
  74. 83dbce2 Comment formatting. by Andrew Trick · 13 years ago
  75. b63ae85 docs: Explain plain preformatted text by Sean Silva · 13 years ago
  76. 00fab97 fix a typo by Shuxin Yang · 13 years ago
  77. 96a564f Copy clang/Driver/<Option parsing stuff> to llvm. by Michael J. Spencer · 13 years ago
  78. ee47edf docs: Sphinxify `docs/tutorial/` by Sean Silva · 13 years ago
  79. 4e54480 Add x86 isel lowering logic to form bit test with inverted condition. e.g. by Evan Cheng · 13 years ago
  80. 105ab4f Appease GCC's -Wparentheses. by Matt Beaumont-Gay · 13 years ago
  81. e01b81b Split up the ParseOptionalAttrs method into three different methods for each by Bill Wendling · 13 years ago
  82. 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 · 13 years ago
  83. dc5eff5 Enable if-conversion during vectorization. by Nadav Rotem · 13 years ago
  84. c8e7045 ARM custom lower ctpop for vector types. Patch by Pete Couperus. by Evan Cheng · 13 years ago
  85. e570dee Fix a bug in vectorization of if-converted reduction variables. If the by Nadav Rotem · 13 years ago
  86. f7999fe Speed up the AllocationOrder class a bit. by Jakob Stoklund Olesen · 13 years ago
  87. a09e18f For rdar://12329730, last piece. by Shuxin Yang · 13 years ago
  88. 836cfc4 Comment change made in r169304 as requested by Eric Christopher. by David Blaikie · 13 years ago
  89. e198626 Define store instructions with base+register offset addressing mode by Jyotsna Verma · 13 years ago
  90. 9493dae Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 13 years ago
  91. 91b9763 docs: Begin Sphinxification of docs/tutorial/ by Sean Silva · 13 years ago
  92. 1693583 docs: fixup legacy HTML link by Sean Silva · 13 years ago
  93. b36c531 Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB by David Blaikie · 13 years ago
  94. 8181827 Remove a URL from code by Eli Bendersky · 13 years ago
  95. f659c0d Make NaCl naming consistent. The triple OSType is called NaCl and is represented by Eli Bendersky · 13 years ago
  96. f6088d1 Add support for reduction variables when IF-conversion is enabled. by Nadav Rotem · 13 years ago
  97. 4b3aafb Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading zeros) by Jyotsna Verma · 13 years ago
  98. 9ee1ec6 Add constant extender support to ALU32 instructions for V2. by Jyotsna Verma · 13 years ago
  99. a790bc1 A test in thid directory was not being run because lit.local.cfg didn't by Eli Bendersky · 13 years ago
  100. a39504d Fix comment typo. by Duncan Sands · 13 years ago