1. e17139b Add XCore intrinsics for setclk, setrdy. by Richard Osborne · 14 years ago
  2. 2589d0a Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test where it used to break. by Renato Golin · 14 years ago
  3. 0a00615 Add a test for i1 zeroext arguments on x86-64. We currently generate code that by Cameron Zwarich · 14 years ago
  4. bb05745 Add checkevent intrinsic to check if any resources owned by the current thread by Richard Osborne · 14 years ago
  5. bfc4c98 test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-win32. by NAKAMURA Takumi · 14 years ago
  6. 37947c6 test/CodeGen/X86: Add a pattern for Win64. by NAKAMURA Takumi · 14 years ago
  7. ddbfbcf test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They are useless to Win64 target. by NAKAMURA Takumi · 14 years ago
  8. 4491aa4 test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet. by NAKAMURA Takumi · 14 years ago
  9. 67bf77e test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize. by NAKAMURA Takumi · 14 years ago
  10. 1bcdb6f Fix a comment. by Cameron Zwarich · 14 years ago
  11. 7a7215b lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be called at dtor context. by NAKAMURA Takumi · 14 years ago
  12. bab2d49 Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file. by NAKAMURA Takumi · 14 years ago
  13. bfb25cd Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed for workaround. by NAKAMURA Takumi · 14 years ago
  14. 124d033 Tidy up. Whitespace and 80 column. by Jim Grosbach · 14 years ago
  15. ed4edf9 Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts. by Devang Patel · 14 years ago
  16. 85b0f46 Only convert allocas to scalars if it is profitable. The profitability metric I by Cameron Zwarich · 14 years ago
  17. 0a0f6f3 Add native integer type TargetData to some existing tests. by Cameron Zwarich · 14 years ago
  18. deac268 Better use initializer lists. by Cameron Zwarich · 14 years ago
  19. d4c9c3e Add a clarifying comment. by Cameron Zwarich · 14 years ago
  20. 82bae7d Add TargetData::fitsInLegalInteger(). by Cameron Zwarich · 14 years ago
  21. 276f6f9 There were two issues fixed: by Johnny Chen · 14 years ago
  22. 6046cff Add scei vendor by John Thompson · 14 years ago
  23. 0d4c9d9 The VTBL (and VTBX) instructions are rather permissive concerning the masks they by Bill Wendling · 14 years ago
  24. 13ba252 Trace back through sibling copies to hoist spills and find rematerializable defs. by Jakob Stoklund Olesen · 14 years ago
  25. 29ef875 Preserve both isPHIDef and isDefByCopy bits when copying parent values. by Jakob Stoklund Olesen · 14 years ago
  26. 8ea2649 lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. by NAKAMURA Takumi · 14 years ago
  27. a24cb40 Some minor cleanups based on feedback. by Bill Wendling · 14 years ago
  28. 4f9fc85 Trailing whitespae. by Jim Grosbach · 14 years ago
  29. 6e51c6a Clean up something noticed by Fritz. by Cameron Zwarich · 14 years ago
  30. 0191952 Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587 by Evan Cheng · 14 years ago
  31. 59f727e Don't indent cases in a switch, no functionality change. by Richard Osborne · 14 years ago
  32. 8ae8cf4 On the XCore the scavenging slot should be closest to the SP. by Richard Osborne · 14 years ago
  33. 6704415 is_llvm_target_library: recognize libraries without the LLVM prefix. by Oscar Fuentes · 14 years ago
  34. 5aad8b3 Add XCore intrinsics for getps, setps, setsr and clrsr. by Richard Osborne · 14 years ago
  35. 625eec1 PTX: Set PTX 2.0 as the minimum supported version by Justin Holewinski · 14 years ago
  36. 36b8e43 Silence compiler warning about case values not being in the enumerated type by Duncan Sands · 14 years ago
  37. 75548de Avoid a compiler warning about reg possibly being used uninitialized by Duncan Sands · 14 years ago
  38. 838b97e Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton. by Cameron Zwarich · 14 years ago
  39. 42e72ca Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the by Nick Lewycky · 14 years ago
  40. d158fba Add a peephole optimization to optimize pairs of bitcasts. e.g. by Evan Cheng · 14 years ago
  41. 0f040a2 - Add "Bitcast" target instruction property for instructions which perform by Evan Cheng · 14 years ago
  42. b1a6eab PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering by Eli Friedman · 14 years ago
  43. bf34a5e sext(undef) = 0, because the top bits will all be the same. by Evan Cheng · 14 years ago
  44. 49c69bb Testcase for r127630. by Bill Wendling · 14 years ago
  45. 9a9d8b9 Basic sanity checks to ensure that 2- and 3-byte by Sean Callanan · 14 years ago
  46. f88896b Enabled disassembler support for AVX instructions by Sean Callanan · 14 years ago
  47. a21e2ea X86 table-generator and disassembler support for the AVX by Sean Callanan · 14 years ago
  48. 4dbe200 Remove getMinusSCEVForExitTest(). by Andrew Trick · 14 years ago
  49. 085ea1b Fixed an ARM disassembler bug where it does not handle STRi12 correctly because an extra by Johnny Chen · 14 years ago
  50. 28cc1aa There are some situations which can cause the URoR hack to infinitely recurse by Bill Wendling · 14 years ago
  51. c343c1e Propagate SCEV no-wrap flags whenever possible. This needs review. by Andrew Trick · 14 years ago
  52. 5edf24e Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches. by Jim Grosbach · 14 years ago
  53. b9b80c3 If we don't know how long a string is we can't fold an _chk version to the by Eric Christopher · 14 years ago
  54. 875c3ff Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later forward declared as a struct) by Francois Pichet · 14 years ago
  55. 69a05a7 Generate a VTBL instruction instead of a series of loads and stores when we by Bill Wendling · 14 years ago
  56. b121bfc Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort() by John McCall · 14 years ago
  57. 7d4fc4f This patch is a big refactoring of llvm-diff. It doesn't add new features, but it re-organizes the old features, so I can insert the MetadataEngine to use the same infrastructure. by Renato Golin · 14 years ago
  58. 6e70cc1 Check that the AsmParser exists for the native target to enable initialization by Jan Sjödin · 14 years ago
  59. 29cfa21 Fix this test up a bit. by Eric Christopher · 14 years ago
  60. 27e2649 Trailing whitespace. by Jim Grosbach · 14 years ago
  61. 4dd27eb Ignore isCodeGenOnly instructions when generating diassembly tables. by Owen Anderson · 14 years ago
  62. cf03e35 Place context in member variables instead of passing around pointers. by Jakob Stoklund Olesen · 14 years ago
  63. fb32507 Okay, some compilers complain if you provide the exception-specification by John McCall · 14 years ago
  64. f32b3c5 Fix the exception-specification of abort() when declaring it in C++. by John McCall · 14 years ago
  65. 2f9a9ed Make llvm_unreachable evaluate to __builtin_unreachable() in -Asserts by John McCall · 14 years ago
  66. 766faf4 Rename members to match LLVM naming conventions more closely. by Jakob Stoklund Olesen · 14 years ago
  67. e218914 Remove some dead patterns. by Jim Grosbach · 14 years ago
  68. 34661e7 BIT_CONVERT has been renamed to BITCAST. by Evan Cheng · 14 years ago
  69. 5ae1da9 Minor optimization. sign-ext/anyext of undef is still undef. by Evan Cheng · 14 years ago
  70. 21a6179 Indentation. by Evan Cheng · 14 years ago
  71. a053b21 Negating a recurrence preserves no-self-wrap. by Andrew Trick · 14 years ago
  72. 0c4d44a Trailing whitespace. by Jim Grosbach · 14 years ago
  73. dcfd404 HowFarToZero can compute a trip count as long as the recurrence has no-self-wrap. by Andrew Trick · 14 years ago
  74. 3228cc2 Added SCEV::NoWrapFlags to manage unsigned, signed, and self wrap by Andrew Trick · 14 years ago
  75. d99b39e whitespace by Andrew Trick · 14 years ago
  76. ae3ce17 PTX: Emit global arrays with proper sizes by Justin Holewinski · 14 years ago
  77. ba02495 PTX: Add support for sqrt/sin/cos intrinsics by Justin Holewinski · 14 years ago
  78. f78847e ptx: add set.p instruction and related changes to predicate execution by Che-Liang Chiou · 14 years ago
  79. 046d0bd Emacs mode string. by Mikhail Glushenkov · 14 years ago
  80. 606957f Correct small comment order typo. by Francois Pichet · 14 years ago
  81. 948d9e7 This case is solved by Scalar Replacement of Aggregates (DT) and by Jin-Gu Kang · 14 years ago
  82. c2ec0f9 ptx: add basic support of predicate execution by Che-Liang Chiou · 14 years ago
  83. 198e97c Add comment as following: by Jin-Gu Kang · 14 years ago
  84. 98f6ddc LTO is not ready for Windows. by Oscar Fuentes · 14 years ago
  85. 5522e8a Now that we are deleting unused live intervals during allocation, pointers may be reused. by Jakob Stoklund Olesen · 14 years ago
  86. 7792e98 Tell the register allocator about new unused virtual registers. by Jakob Stoklund Olesen · 14 years ago
  87. b56130f Build EnhancedDisassembly as a shared library too. by Oscar Fuentes · 14 years ago
  88. 255d025 Build CompilerDriver library. by Oscar Fuentes · 14 years ago
  89. 8e3db30 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
  90. 54efb73 Build LTO as a static library too. by Oscar Fuentes · 14 years ago
  91. 14b2a59 Teach ComputeMaskedBits about sub nsw. by Benjamin Kramer · 14 years ago
  92. 879d3a9 Whe we build a shared library, add its list of used libraries to the by Oscar Fuentes · 14 years ago
  93. 798403b Update link components for llvm-dis and LTO. by Oscar Fuentes · 14 years ago
  94. ba99346 Speculatively revert commit 127478 (jsjodin) in an attempt to fix the by Duncan Sands · 14 years ago
  95. c5c03f9 This patch removes some of useless instructions generated by bitfield access. by Jin-Gu Kang · 14 years ago
  96. b1adbd1 Include snippets in the live stack interval. by Jakob Stoklund Olesen · 14 years ago
  97. 10a4332 Spill multiple registers at once. by Jakob Stoklund Olesen · 14 years ago
  98. 7a387e4 Fixed the comparison operator for the enhanced disassembler's disassembler map. by Sean Callanan · 14 years ago
  99. 55768d7 That's it, I am declaring this a failure of the C++03 STL. by Jakob Stoklund Olesen · 14 years ago
  100. 8b3000b Saving files before committing is overrated. by Eric Christopher · 14 years ago