1. 8a0f3f7 docs: fix broken link. by Sean Silva · 12 years ago
  2. 1930fbf Signal.h: Add <cstdio> for FILE*, since r171989. by NAKAMURA Takumi · 12 years ago
  3. 5dc3001 [ObjCARC Debug Message] Added debug message when we convert an autorelease into an autoreleaseRV. by Michael Gottesman · 12 years ago
  4. 69a2d6f Fix a race condition in the lock-file manager: once the lock file is by Douglas Gregor · 12 years ago
  5. 06c7008 Fix a race condition in llvm::sys::path::unique_file: when we end up by Douglas Gregor · 12 years ago
  6. b11f050 Support headerless bundles in MachineInstr::hasProperty(). by Jakob Stoklund Olesen · 12 years ago
  7. 8644116 Stack Alignment: throw error if we can't satisfy the minimal alignment by Manman Ren · 12 years ago
  8. 7932c41 [Object][Archive] Fix name handling with bsd style long names. by Michael J. Spencer · 12 years ago
  9. 674be02 Fix include guards so they exactly match file names. by Jakub Staszak · 12 years ago
  10. bf82b07 [Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces. by Michael J. Spencer · 12 years ago
  11. 1db9b69 Revert s/Raw/getBitMask/g name change. This is possibly causing LTO test hangings. by Bill Wendling · 12 years ago
  12. e92800d [Object][Archive] Use uint64_t instead of APInt. It is significantly faster. by Michael J. Spencer · 12 years ago
  13. 5573de8 Fix description of ARMOperand by Joel Jones · 12 years ago
  14. 14925e6 ARM Cost model: Use the size of vector registers and widest vectorizable instruction to determine the max vectorization factor. by Nadav Rotem · 12 years ago
  15. d2f8216 Disable -Wuninitialized for gcc by David Greene · 12 years ago
  16. 78ec025 Fix a DAG combine bug visitBRCOND() is transforming br(xor(x, y)) to br(x != y). by Evan Cheng · 12 years ago
  17. f48acd5 Move the internal PrintStackTrace function that is used for llvm::sys::PrintStackTraceOnErrorSignal(), by Argyrios Kyrtzidis · 12 years ago
  18. 5581115 [ObjCARC Debug Messages] This is a squashed commit of 3x debug message commits ala echristo's suggestion. by Michael Gottesman · 12 years ago
  19. ebed123 Don't print bundle flags. by Jakob Stoklund Olesen · 12 years ago
  20. 25377c8 Don't require BUNDLE headers in MachineInstr::getBundleSize(). by Jakob Stoklund Olesen · 12 years ago
  21. d9cc865 LICM: Hoist insertvalue/extractvalue out of loops. by Benjamin Kramer · 12 years ago
  22. 12cd49a by Sergei Larin · 12 years ago
  23. a1db5de PowerPC: EH adjustments by Adhemerval Zanella · 12 years ago
  24. cde8168 add hexagon flags in ELF.h by Shankar Easwaran · 12 years ago
  25. 73b9845 For some LLVM-as-library uses it is convenient to create a by David Tweed · 12 years ago
  26. a730336 Configure: if we compile with clang, check that it is not broken by Dmitri Gribenko · 12 years ago
  27. 7bf2e1b Check whether MCInst operand isImm before calling getImm. by Tim Northover · 12 years ago
  28. 2c8cf4b Refactor to expose RTLIB calls to targets. by Tim Northover · 12 years ago
  29. b1349fa Incrase the number of parameters for AlignedCharArrayUnion. by Manuel Klimek · 12 years ago
  30. 53208a9 Alter the hasing computation when inserting into the folding set. by Bill Wendling · 12 years ago
  31. 1977675 add -march to the test by Nadav Rotem · 12 years ago
  32. 699b870 tblgen: use an early return to reduce indentation. by Sean Silva · 12 years ago
  33. 13f8cf5 Efficient lowering of vector sdiv when the divisor is a splatted power of two constant. by Nadav Rotem · 12 years ago
  34. 9cceede tblgen: Factor out common code. by Sean Silva · 12 years ago
  35. 1ced208 Last in the series of removing unnecessary '0' arguments for by Eric Christopher · 12 years ago
  36. 47579cf MIsched: add an ILP window property to machine model. by Andrew Trick · 12 years ago
  37. 2af949d [Object, DebugInfo] Make DWARFContext BE-aware. by NAKAMURA Takumi · 12 years ago
  38. 96a05b3 TableGen/LangRef: link bang operators into the productionlist by Sean Silva · 12 years ago
  39. 104f2b5 TableGen/LangRef: discuss specific C-like escapes by Sean Silva · 12 years ago
  40. d155ffc docs: Fix mention of DefmID to MultiClassID. by Sean Silva · 12 years ago
  41. 7be9021 Inline this into its only caller. by Sean Silva · 12 years ago
  42. 9d4a661 tblgen: Reuse function that is 2 lines above. by Sean Silva · 12 years ago
  43. 36febfd fix copy-paste-o by Sean Silva · 12 years ago
  44. 9302dcc docs: Bring TableGen syntax a bit closer to reality. by Sean Silva · 12 years ago
  45. 68ca562 These functions have default arguments of 0 for the last arg. Use them. by Eric Christopher · 12 years ago
  46. ca1dd05 These functions have default arguments of 0 for the last arg. Use by Eric Christopher · 12 years ago
  47. df8c22a ARM Cost Model: Add a basic vectorization unrolling test. by Nadav Rotem · 12 years ago
  48. 3c90b3d Remove the -licm pass from the loop vectorizer test because the loop vectorizer does it now. by Nadav Rotem · 12 years ago
  49. 83be7b0 Cost Model: Move the 'max unroll factor' variable to the TTI and add initial Cost Model support on ARM. by Nadav Rotem · 12 years ago
  50. d700a2f Add a getBundleEnd() function to go with the existing getBundleStart(). by Jakob Stoklund Olesen · 12 years ago
  51. c3d6de2 Add comment to the definition of Constant::isZeroValue(). by Shuxin Yang · 12 years ago
  52. 8456efb Forgot the namespace identifier. by Bill Wendling · 12 years ago
  53. ff88716 Add the integer value of the ConstantInt instead of the Constant* value. by Bill Wendling · 12 years ago
  54. 935e35d Consider expression "0.0 - X" as the negation of X if by Shuxin Yang · 12 years ago
  55. b671422 Move the string pools down into the units. No functional change. by Eric Christopher · 12 years ago
  56. 0fdcef6 Simplify the code a bit: MCRelaxableFragment doesn't need a separate getInstSize by Eli Bendersky · 12 years ago
  57. 02fa383 Fix memory leak in YAML I/O. by Nick Kledzik · 12 years ago
  58. a67352d Specify complete triple for fp128 tests. by Tim Northover · 12 years ago
  59. 4a50e53 This patch produces the correct addend value for an R_MIPS_GPREL16 relocation. by Jack Carter · 12 years ago
  60. 26853a5 This patch produces the correct pointer size by Jack Carter · 12 years ago
  61. c7b902e Pad Short Functions for Intel Atom by Preston Gurd · 12 years ago
  62. 2a92c10 Docs: mention that we support float reductions when -ffast-math is used. by Nadav Rotem · 12 years ago
  63. 6f6204f Rename statistic for instruction fragments -> relaxable by Eli Bendersky · 12 years ago
  64. 8327474 Code cleanup: refactor the switch statements in the generation of reduction variables into an IR builder call. by Nadav Rotem · 12 years ago
  65. aae3d6f Rename the enum members to match the LLVM coding style. by Nadav Rotem · 12 years ago
  66. 24d315d Add fp128 rtlib function names to LLVM by Tim Northover · 12 years ago
  67. 90f011e Allow the asm printer to print fp128 values properly. by Tim Northover · 12 years ago
  68. 3c00336 Add highlighting for "int" keyword by Joel Jones · 12 years ago
  69. 3cc48a0 Make sure we don't emit instructions before a landingpad instruction. PR14782 by Bill Wendling · 12 years ago
  70. 0b74023 Allow ELF64 relocation type to be more than 8 bits. by Tim Northover · 12 years ago
  71. 40b2c32 Sink a function that refers to the SelectionDAG into that library in the by Chandler Carruth · 12 years ago
  72. ef24963 Add the C testcase to this file. by Eric Christopher · 12 years ago
  73. 12c0656 Update README.txt to more accurately reflect reality. by Sean Silva · 12 years ago
  74. 9a1e0e2 Remove the llvm-local DW_TAG_vector_type tag and add a test to by Eric Christopher · 12 years ago
  75. 1f55eb4 Fix comment. by Eric Christopher · 12 years ago
  76. c09b4c0 Split changeset_ty using iterators instead of loops. by Lenny Maiorani · 12 years ago
  77. 0fecdfb Mark artificial types as such in the annotated debug output. by David Blaikie · 12 years ago
  78. 251040b Renamed MCInstFragment to MCRelaxableFragment and added some comments. by Eli Bendersky · 12 years ago
  79. 72a81be Remove what appears to be a dead llvm-specific debug tag. by Eric Christopher · 12 years ago
  80. 6821060 Pack MachineOperand bitfields better. by Jakob Stoklund Olesen · 12 years ago
  81. b2c79f2 Pack MachineInstr fields better. by Jakob Stoklund Olesen · 12 years ago
  82. 111e5fe LoopVectorizer: Add support for floating point reductions by Nadav Rotem · 12 years ago
  83. 59d1521 Add some additional tests for the .bundle_lock align_to_end feature that didn't by Eli Bendersky · 12 years ago
  84. f3e1e69 Remove dead directory. by Bill Wendling · 12 years ago
  85. f279731 Cosmetical changne in order to conform to coding std. by Shuxin Yang · 12 years ago
  86. e7285c7 Whitespace and 80-col. by Eric Christopher · 12 years ago
  87. ff34845 Whitespace and 80-col. by Eric Christopher · 12 years ago
  88. 9a6c6a3 LoopVectorizer: When we vectorizer and widen loops we process many elements at once. This is a good thing, except for by Nadav Rotem · 12 years ago
  89. 6c1d497 Add the align_to_end option to .bundle_lock in the MC implementation of aligned by Eli Bendersky · 12 years ago
  90. d3ae286 This change is to implement following rules: by Shuxin Yang · 12 years ago
  91. 2f1bfc4 Fixed EOL whitespace. by Michael Gottesman · 12 years ago
  92. 00b53c1 ARM: Copy-paste error. by Jim Grosbach · 12 years ago
  93. 54f2187 ARM: Fix a few copy-paste errors. by Jim Grosbach · 12 years ago
  94. deb1bab [ms-inline asm] Make sure the NullStreamParser doesn't try to emit labels when by Chad Rosier · 12 years ago
  95. 3cc4220 Add more comments to what's going on here. by Eric Christopher · 12 years ago
  96. dd8e9f3 Add support for separating strings for the split debug info DWARF5 by Eric Christopher · 12 years ago
  97. 5b7f921 This patch addresses bug 14678 by fixing two problems in medium code model by Bill Schmidt · 12 years ago
  98. 3ebe59c Change SMRange to be half-open (exclusive end) instead of closed (inclusive) by Jordan Rose · 12 years ago
  99. 7aa1c32 Implement APFloat::isDenormal() by Shuxin Yang · 12 years ago
  100. 637582e When code size is the priority (Oz, MinSize attribute), help llvm by Quentin Colombet · 12 years ago