1. 8902ecb ptx: fix parameter order that is reversed by Che-Liang Chiou · 14 years ago
  2. 88d3367 ptx: add unconditional and conditional branch by Che-Liang Chiou · 14 years ago
  3. d4f4e6e raw_ostream: [PR6745] Tweak formatting (double)%e for Windows hosts. by NAKAMURA Takumi · 14 years ago
  4. f09a8b5 Initialize the only-used-with-PPC-double-double parts of the APFloat class. This by Bill Wendling · 14 years ago
  5. 9a4584b Simplify the computation of undefined symbols. Instead of walking by Rafael Espindola · 14 years ago
  6. 2a72bfa Hoist spills when the same value is known to be in less loopy sibling registers. by Jakob Stoklund Olesen · 14 years ago
  7. a26f36c Some release notes. by Rafael Espindola · 14 years ago
  8. 289bdcc Tweak CrashRecoveryContextCleanup::createCleanup() to use the 'delete' cleanup as opposed to the 'destructor' cleanup (reclaims more memory). by Ted Kremenek · 14 years ago
  9. 0e8d588 tools/lto/LTOModule.cpp: Eliminate an unused variable. by NAKAMURA Takumi · 14 years ago
  10. 3bc729c llvm-bcanalyzer.cpp: Tweak format string to suppress warnings on mingw32-g++. by NAKAMURA Takumi · 14 years ago
  11. 9ef931e Accept instructions that read undefined values. by Jakob Stoklund Olesen · 14 years ago
  12. 7cec179 Be more accurate about the slot index reading a register when dealing with defs by Jakob Stoklund Olesen · 14 years ago
  13. 0597234 Add new CrashRecoveryContextCleanup subclass: CrashRecoveryContextDeleteCleanup. This deletes the object, not just calls its destructor. by Ted Kremenek · 14 years ago
  14. 49ab120 Check RequiresNullTerminator first, or we might read from an invalid address. by Rafael Espindola · 14 years ago
  15. b4b8b0c Add a target-specific branchless method for double-width relational by Eli Friedman · 14 years ago
  16. a4f9839 Augment CrashRecoveryContext to have registered "cleanup" objects that can be used to release resources during a crash. by Ted Kremenek · 14 years ago
  17. efdc115 Add some svn:ignore properties. by Eli Friedman · 14 years ago
  18. 06caf2a FileCheck-ize and update test. by Eli Friedman · 14 years ago
  19. 5e5a408 The disassembler for Thumb was wrongly adding 4 to the computed imm32 offset. by Johnny Chen · 14 years ago
  20. f3e6774 Remove TargetData and ValueTracking includes. I didn't mean for them to sneak in my last checkin. by Andrew Trick · 14 years ago
  21. 670350b There are two pseudos in this case that are Thumb mode, not one. by Owen Anderson · 14 years ago
  22. b12a754 Added isValidRewrite() to check the result of ScalarEvolutionExpander. by Andrew Trick · 14 years ago
  23. ead71d5 whitespace by Andrew Trick · 14 years ago
  24. 9916d2a Use RequiresNullTerminator to create buffers without a null terminator by Rafael Espindola · 14 years ago
  25. 813c9a0 Try to not lose variable's debug info during instcombine. by Devang Patel · 14 years ago
  26. e68d8ec2 It used to be that t_addrmode_s4 was used for both: by Johnny Chen · 14 years ago
  27. 5ee2068 Refactor into a separate utility function. by Devang Patel · 14 years ago
  28. 1c10b8d BuildUDIV: If the divisor is even we can simplify the fixup of the multiplied value by introducing an early shift. by Benjamin Kramer · 14 years ago
  29. d9103df Add an argument to APInt's magic udiv calculation to specify the number of bits that are known zero in the divided number. by Benjamin Kramer · 14 years ago
  30. 6a3dbd3 Dead code elimination may separate the live interval into multiple connected components. by Jakob Stoklund Olesen · 14 years ago
  31. c74513d Reapply: Add type output to llvm-dis annotations. Patch by Yuri! by Stuart Hastings · 14 years ago
  32. 11bd078 Add XCore intrinsic for setpsc. by Richard Osborne · 14 years ago
  33. 412bf05 Revert 127813 while fixing broken test. by Stuart Hastings · 14 years ago
  34. 98cc1ef Add type output to llvm-dis. Patch by Yuri! by Stuart Hastings · 14 years ago
  35. 8d06ffc MC/Mach-O: Fix regression introduced in r126127, this assignment shouldn't have by Daniel Dunbar · 14 years ago
  36. 7bbf0ee Move more logic into getTypeForExtArgOrReturn. by Cameron Zwarich · 14 years ago
  37. 9e69ff9 Change the signext language in LangRef to closer match zeroext. by Cameron Zwarich · 14 years ago
  38. 4457968 Rename getTypeForExtendedInteger() to getTypeForExtArgOrReturn(). by Cameron Zwarich · 14 years ago
  39. 1ace169 Add comments for the demanglings. Correct mangled form of operator delete! by Nick Lewycky · 14 years ago
  40. 1aa7f7a test/CodeGen/X86/h-registers-1.ll: Add explicit -mtriple=x86_64-linux. It does not need to be checked on x86_64-win32 (aka Win64). by NAKAMURA Takumi · 14 years ago
  41. e27fa74 Add "swi" which is an obsolete mnemonic for "svc". by Nick Lewycky · 14 years ago
  42. 3d83138 A couple new README entries. by Eli Friedman · 14 years ago
  43. f21b105 Add support in the LTO library for loading an object from the middle of an file. by Rafael Espindola · 14 years ago
  44. d02c8b6 Fix handling of @IDNTPOFF relocations, they need to get STT_TLS. by Joerg Sonnenberger · 14 years ago
  45. 2254227 Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute. by Jakob Stoklund Olesen · 14 years ago
  46. ede4e28 test/CodeGen/X86/constant-pool-remat-0.ll: FileCheck-ize and add explicit -mtriple=x86_64-linux. by NAKAMURA Takumi · 14 years ago
  47. 1d5b845 Add a LiveRangeEdit delegate callback before shrinking a live range. by Jakob Stoklund Olesen · 14 years ago
  48. cc5c429 Erase virtual registers that are unused after DCE. by Jakob Stoklund Olesen · 14 years ago
  49. 2926733 Tag cached interference with a user-provided tag instead of the virtual register number. by Jakob Stoklund Olesen · 14 years ago
  50. c46570d Clarify debugging output. by Jakob Stoklund Olesen · 14 years ago
  51. ebe8173 The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte by Cameron Zwarich · 14 years ago
  52. 7be4b7e Rename a test to be more inclusive. by Cameron Zwarich · 14 years ago
  53. 8df6bf5 Don't recompute something that we already have in a local variable. by Cameron Zwarich · 14 years ago
  54. 83320a0 Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix by Daniel Dunbar · 14 years ago
  55. e17139b Add XCore intrinsics for setclk, setrdy. by Richard Osborne · 14 years ago
  56. 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
  57. 0a00615 Add a test for i1 zeroext arguments on x86-64. We currently generate code that by Cameron Zwarich · 14 years ago
  58. bb05745 Add checkevent intrinsic to check if any resources owned by the current thread by Richard Osborne · 14 years ago
  59. bfc4c98 test/CodeGen/X86: FileCheck-ize and add actions for x86_64-linux and x86_64-win32. by NAKAMURA Takumi · 15 years ago
  60. 37947c6 test/CodeGen/X86: Add a pattern for Win64. by NAKAMURA Takumi · 15 years ago
  61. ddbfbcf test/CodeGen/X86: FileCheck-ize and add explicit -mtriple=x86_64-linux. They are useless to Win64 target. by NAKAMURA Takumi · 15 years ago
  62. 4491aa4 test/CodeGen/X86/byval*.ll: Win64 has not supported byval yet. by NAKAMURA Takumi · 15 years ago
  63. 67bf77e test/CodeGen/X86/dyn-stackalloc.ll: FileCheck-ize. by NAKAMURA Takumi · 15 years ago
  64. 1bcdb6f Fix a comment. by Cameron Zwarich · 15 years ago
  65. 7a7215b lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be called at dtor context. by NAKAMURA Takumi · 15 years ago
  66. bab2d49 Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file. by NAKAMURA Takumi · 15 years ago
  67. bfb25cd Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed for workaround. by NAKAMURA Takumi · 15 years ago
  68. 124d033 Tidy up. Whitespace and 80 column. by Jim Grosbach · 15 years ago
  69. ed4edf9 Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts. by Devang Patel · 15 years ago
  70. 85b0f46 Only convert allocas to scalars if it is profitable. The profitability metric I by Cameron Zwarich · 15 years ago
  71. 0a0f6f3 Add native integer type TargetData to some existing tests. by Cameron Zwarich · 15 years ago
  72. deac268 Better use initializer lists. by Cameron Zwarich · 15 years ago
  73. d4c9c3e Add a clarifying comment. by Cameron Zwarich · 15 years ago
  74. 82bae7d Add TargetData::fitsInLegalInteger(). by Cameron Zwarich · 15 years ago
  75. 276f6f9 There were two issues fixed: by Johnny Chen · 15 years ago
  76. 6046cff Add scei vendor by John Thompson · 15 years ago
  77. 0d4c9d9 The VTBL (and VTBX) instructions are rather permissive concerning the masks they by Bill Wendling · 15 years ago
  78. 13ba252 Trace back through sibling copies to hoist spills and find rematerializable defs. by Jakob Stoklund Olesen · 15 years ago
  79. 29ef875 Preserve both isPHIDef and isDefByCopy bits when copying parent values. by Jakob Stoklund Olesen · 15 years ago
  80. 8ea2649 lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. by NAKAMURA Takumi · 15 years ago
  81. a24cb40 Some minor cleanups based on feedback. by Bill Wendling · 15 years ago
  82. 4f9fc85 Trailing whitespae. by Jim Grosbach · 15 years ago
  83. 6e51c6a Clean up something noticed by Fritz. by Cameron Zwarich · 15 years ago
  84. 0191952 Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587 by Evan Cheng · 15 years ago
  85. 59f727e Don't indent cases in a switch, no functionality change. by Richard Osborne · 15 years ago
  86. 8ae8cf4 On the XCore the scavenging slot should be closest to the SP. by Richard Osborne · 15 years ago
  87. 6704415 is_llvm_target_library: recognize libraries without the LLVM prefix. by Oscar Fuentes · 15 years ago
  88. 5aad8b3 Add XCore intrinsics for getps, setps, setsr and clrsr. by Richard Osborne · 15 years ago
  89. 625eec1 PTX: Set PTX 2.0 as the minimum supported version by Justin Holewinski · 15 years ago
  90. 36b8e43 Silence compiler warning about case values not being in the enumerated type by Duncan Sands · 15 years ago
  91. 75548de Avoid a compiler warning about reg possibly being used uninitialized by Duncan Sands · 15 years ago
  92. 838b97e Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton. by Cameron Zwarich · 15 years ago
  93. 42e72ca Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the by Nick Lewycky · 15 years ago
  94. d158fba Add a peephole optimization to optimize pairs of bitcasts. e.g. by Evan Cheng · 15 years ago
  95. 0f040a2 - Add "Bitcast" target instruction property for instructions which perform by Evan Cheng · 15 years ago
  96. b1a6eab PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering by Eli Friedman · 15 years ago
  97. bf34a5e sext(undef) = 0, because the top bits will all be the same. by Evan Cheng · 15 years ago
  98. 49c69bb Testcase for r127630. by Bill Wendling · 15 years ago
  99. 9a9d8b9 Basic sanity checks to ensure that 2- and 3-byte by Sean Callanan · 15 years ago
  100. f88896b Enabled disassembler support for AVX instructions by Sean Callanan · 15 years ago