1. 7bc0f27 build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting users of LLVM makefiles, these options really shouldn't be used on Darwin. by Daniel Dunbar · 14 years ago
  2. bf48816 autoconf: Stop lying to me. by Daniel Dunbar · 14 years ago
  3. 5be6d2a Let target asm backends see assembler flags as they go by. Use that to handle by Jim Grosbach · 14 years ago
  4. 1b19dc1 Move RABasic::addMBBLiveIns to the base class, it is generally useful. by Jakob Stoklund Olesen · 14 years ago
  5. 255eafb Simplify the byte reordering logic slightly. by Owen Anderson · 14 years ago
  6. d8e351b VLDR fixups need special handling under Thumb. While the encoding is the same, by Owen Anderson · 14 years ago
  7. e113ae5 Add operators for vadd[lw] and vsub[lw] by Bob Wilson · 14 years ago
  8. 94541ef Global variable does not need linkage name. by Devang Patel · 14 years ago
  9. 48f17ba Add support to create local variable's debug info. by Devang Patel · 14 years ago
  10. 0584316 Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane} by Bob Wilson · 14 years ago
  11. da1d3dc Emit vmovl intrinsics first in the arm_neon.h header by Bob Wilson · 14 years ago
  12. 4f4363a Layout each section independently. With the testcase in PR8711: by Rafael Espindola · 14 years ago
  13. 2bf315f Fix a warning about a variable which is only used in an assertion. by Matt Beaumont-Gay · 14 years ago
  14. fe58f95 Add support to create variables, structs etc.. using DIBuilder. by Devang Patel · 14 years ago
  15. 953af2c Switch LiveIntervalUnion from std::set to IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  16. da2fdcb Fix begin() and end() on const IntervalMap. by Jakob Stoklund Olesen · 14 years ago
  17. d832fa0 Cleanup in the Darwin end. No functionality change. by Bill Wendling · 14 years ago
  18. 06d65f5 Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal by Evan Cheng · 14 years ago
  19. 997759a Add source Record* reference to PatternToMatch. Allows better diagnostics. by Jim Grosbach · 14 years ago
  20. 52e635e A bit of cleanup: early exit ApplyFixup and cache the Fixup offset. No by Bill Wendling · 14 years ago
  21. 2196caa Add an operator for vdup_lane so it can be implemented without a clang builtin. by Bob Wilson · 14 years ago
  22. 3467cd0 Add an operator for vmull_lane so it can be implemented without a clang builtin. by Bob Wilson · 14 years ago
  23. d967cd0 Binary encoding for ARM tLDRspi and tSTRspi. by Jim Grosbach · 14 years ago
  24. f57c2d3 Handle recursive values. Add comments. by Devang Patel · 14 years ago
  25. bdf7144 Fix Thumb2 encoding of the S bit. by Owen Anderson · 14 years ago
  26. bf149c7 Remove reference to the CMPz instruction patterns for ARM. by Jim Grosbach · 14 years ago
  27. 97a884d Refactor the ARM CMPz* patterns to just use the normal CMP instructions when by Jim Grosbach · 14 years ago
  28. 52f21e3 Code clean up; no functionality change. by Evan Cheng · 14 years ago
  29. c4ba09d Add new built-in operations for vmull and vmull_n by Bob Wilson · 14 years ago
  30. 9801b5c Code clean up; no functionality change. by Evan Cheng · 14 years ago
  31. a6399ae Remove the code from Function::dropAllReferences which replaced by Dan Gohman · 14 years ago
  32. 45258f5 Trailing whitespace. by Jim Grosbach · 14 years ago
  33. 76612b5 Change assert to diagnostic. Message still needs work, but it's better than by Jim Grosbach · 14 years ago
  34. bd3af09c Remove target specific node MipsISD::CMov, which is not used because all conditional moves are directly matched using tablegen patterns. If there's a need in the future, we can introduce it again by Bruno Cardoso Lopes · 14 years ago
  35. ab8d53a Match a pattern generated by a dag combiner opt where: by Bruno Cardoso Lopes · 14 years ago
  36. 2b38c51 Simplify assertion. by Jakob Stoklund Olesen · 14 years ago
  37. 1ff6573 Missed a spot removing Alarm. by Michael J. Spencer · 14 years ago
  38. c20beb9 Support: Remove Alarm. It is unused (via local grep and google code search). by Michael J. Spencer · 14 years ago
  39. 12ccf67 Support/PathV2: Remove const from bool return types. by Michael J. Spencer · 14 years ago
  40. 6511988 Fix spelling. by Michael J. Spencer · 14 years ago
  41. a35c1b9 Support: Remove DynamicLinker.h. It is unused and unimplemented. by Michael J. Spencer · 14 years ago
  42. 5169220 Encode the literal field for tCMPzi instruction. by Jim Grosbach · 14 years ago
  43. 545b77e Fix absolute recording of differences of symbols in two sections. Reduced from ctor_dtor_count-2.cpp. by Rafael Espindola · 14 years ago
  44. 5029159 Support/PathV2: Change most functions in the path namespace to return their work by Michael J. Spencer · 14 years ago
  45. dc3b906 build: Go back to dropping __eprintf reference when building with Clang, see by Daniel Dunbar · 14 years ago
  46. 6aa4943 Add parens to pacify gcc. by Benjamin Kramer · 14 years ago
  47. 8e8cdc8 Remove some dead code from the jump threading pass. by Frits van Bommel · 14 years ago
  48. 729b294 CMake: Fix warning in gtest header used by unit tests. by Frits van Bommel · 14 years ago
  49. 40f8f62 PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and by Jay Foad · 14 years ago
  50. 0ea112f Don't leak the mutex when loading dynamic libraries. by Owen Anderson · 14 years ago
  51. 2804235 utils/lit/lit/TestFormats.py: [PR8438] unittests: Seek *Tests (not BUILD_MODE/*Tests) under whole unittests/ if BUILD_MODE == '.' by NAKAMURA Takumi · 14 years ago
  52. b3d37e3 unittests/CMakeLists.txt: Tweak unittests' layout to be identical to GNU build. by NAKAMURA Takumi · 14 years ago
  53. 3b3148f Fix relocations with weak definitions. by Rafael Espindola · 14 years ago
  54. 85c3772 Revert test/Archive/check_binary_output.ll". It fails on a buildbot. by NAKAMURA Takumi · 14 years ago
  55. 1945d58 reapply r121100 with a tweak to constant fold ConstExprs with TargetData by Chris Lattner · 14 years ago
  56. ca3a339 Support/PathV2: Cleanup separator handling. by Michael J. Spencer · 14 years ago
  57. 936671b Support/PathV2: Remove the error_code return type from all functions in the path by Michael J. Spencer · 14 years ago
  58. ee271d8 Support/PathV2: Move make_absolute from path to fs. by Michael J. Spencer · 14 years ago
  59. bf60dad Fix pcrel relocations that cross sections. by Rafael Espindola · 14 years ago
  60. b9949b2 test/Archive/check_binary_output.ll: Add a new test to check output of 'llvm-ar -p' is sane. Thanks to Danil Malyshev! by NAKAMURA Takumi · 14 years ago
  61. 50004be test/Other/close-stderr.ll: Require the feature 'shell'. It is not executable on Win32 but it is executable on MSYS-bash. by NAKAMURA Takumi · 14 years ago
  62. e7331ee test: Add the feature 'shell' on LLVM_ON_UNIX. by NAKAMURA Takumi · 14 years ago
  63. 63fbb52 lib/Target/X86/X86MCAsmInfo.cpp: [PR8741] On Win64, specify explicit PrivateGlobalPrefix as ".L". by NAKAMURA Takumi · 14 years ago
  64. 6a3e305 Temporarily revert r121100 as it's causing clang to fail by Eric Christopher · 14 years ago
  65. 51e5713 Two things: Fix testcase to use extern - otherwise the link will always by Eric Christopher · 14 years ago
  66. fb43109 fix PR8710 - teach global opt that some constantexprs are too complex to by Chris Lattner · 14 years ago
  67. 1fe0452 Remove unused member. by Jakob Stoklund Olesen · 14 years ago
  68. 97b2f72 Promote "enumerator in switch of enum is not handled" to level 1 warning on MSVC. It was disabled by default. by Francois Pichet · 14 years ago
  69. 44d392a Test: Fix Support.Path and _all_ of the unittest death tests. GetTempPath defaults to \Windows\. by Michael J. Spencer · 14 years ago
  70. 69cbbbf Support/Unix/PathV2: Return the real error from realpath instead of any error by Michael J. Spencer · 14 years ago
  71. 79c3c3a Support/Unix/PathV2: Use 0770 instead of 0700 when creating a directory. Also use by Michael J. Spencer · 14 years ago
  72. fbd1bbd Support/PathV2: Use SmallVector::clear instead of set_size. by Michael J. Spencer · 14 years ago
  73. ad8a14f Support/PathV2: Clarify and correct documentation. by Michael J. Spencer · 14 years ago
  74. 1522fce Support/PathV2: Move current_path from path to fs and fix the Unix implementation. by Michael J. Spencer · 14 years ago
  75. 3890e39 Add an OpReinterpret operation to TableGen's NeonEmitter. by Bob Wilson · 14 years ago
  76. d8b8470 Fix whitespace. by Bob Wilson · 14 years ago
  77. f10d2be Fix a crash reduced from gcc produced assembly. by Rafael Espindola · 14 years ago
  78. eb6779c Second attempt at converting Thumb2's LDRpci, including updating the gazillion places that need to know about it. by Owen Anderson · 14 years ago
  79. 8802f0b Add python scripts to extract debug info using LLDB and do comparison. by Devang Patel · 14 years ago
  80. f5f2300 Add a simple breakpoint location printer. This will be used by upcoming "debug info in optimized code" quality test harness to set breakpoints at "interesting" locations. by Devang Patel · 14 years ago
  81. 85f2ecc Sorry for such a large commit. The summary is that only MachO cares about the by Rafael Espindola · 14 years ago
  82. 662a816 Add fixup for Thumb1 BL/BLX instructions. by Jim Grosbach · 14 years ago
  83. 6033b34 Implement jump threading of 'indirectbr' by keeping track of whether we're looking for ConstantInt*s or BlockAddress*s. by Frits van Bommel · 14 years ago
  84. b7313e2 Undefined value in reg 0 may need a marker to identify end of source range. by Devang Patel · 14 years ago
  85. afeaae7 If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG message instead of creating DBG_VALUE for undefined value in reg0. by Devang Patel · 14 years ago
  86. 22373b2 Use references to simplify the code a bit. by Rafael Espindola · 14 years ago
  87. a3b2200 Adding bug fix that was suppose to be part of 121044. by Wesley Peck · 14 years ago
  88. dc80380 Fixed reversed operands for IDIV and CMP instructions in MBlaze backend. by Wesley Peck · 14 years ago
  89. 56a3990 Refactor ELFObjectWriter. by Jason W Kim · 14 years ago
  90. f51a6cc replace a linear scan with a symtab lookup, reduce indentation. by Chris Lattner · 14 years ago
  91. 1dda29b use getSymbolOffset. by Rafael Espindola · 14 years ago
  92. 29d8d6b Use a stronger predicate here, pointed out by Duncan by Chris Lattner · 14 years ago
  93. a9d4da8 add some DEBUG statements. by Chris Lattner · 14 years ago
  94. 1e8cdd5 Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler. by Wesley Peck · 14 years ago
  95. f96d17b Another use of getSymbolOffset. by Rafael Espindola · 14 years ago
  96. 179821a Remove the instruction fragment to data fragment lowering since it was causing by Rafael Espindola · 14 years ago
  97. c76c598 Revert r121021, which broke the buildbots. by Owen Anderson · 14 years ago
  98. ba3368c Trailing whitespace. by Jim Grosbach · 14 years ago
  99. 4c386fc Improve handling of Thumb2 PC-relative loads by converting LDRpci (and friends) to Pseudos. by Owen Anderson · 14 years ago
  100. 04f7494 Encode the register operand of ARM CondCode operands correctly. ARM::CPSR if by Jim Grosbach · 14 years ago