1. ece78a3 Don't use C++ comments in C code. by Nick Lewycky · 13 years ago
  2. 30deafc Put each personality function in a section. This fixes the gnu ld warning: by Rafael Espindola · 13 years ago
  3. c5eecbc Correct result when a branch condition is live across a block by Stuart Hastings · 13 years ago
  4. 65279cb Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the node to a libcall. rdar://9280991 by Evan Cheng · 13 years ago
  5. 86837e8 Fix cmake build. by Rafael Espindola · 13 years ago
  6. 0c4de8a Move the re-stemming function up top and use it where it's currently inlined. by Nick Lewycky · 13 years ago
  7. b192870 Rename LineProfiling to GCOVProfiling to more accurately represent what it by Nick Lewycky · 13 years ago
  8. e9db5e2 Introduce support to encode Objective-C property information in debugging information generated for an interface. by Devang Patel · 13 years ago
  9. 3a96122 Thumb2 BFC was insufficiently encoded. by Johnny Chen · 13 years ago
  10. a704bc9 A8.6.315 VLD3 (single 3-element structure to all lanes) by Johnny Chen · 13 years ago
  11. fc69303 Re-enable test o32_cc_vararg.ll. by Akira Hatanaka · 13 years ago
  12. 4954e9f Initial work to improve documentation for Clang's diagnostics, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  13. 4552c9a Reverse unnecessary changes made in r129606 and r129608. There is no change in functionality. by Akira Hatanaka · 13 years ago
  14. 0cb11ac Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate by Cameron Zwarich · 13 years ago
  15. 3e03e5d Fix some broken links, from Matthieu Monrocq by Douglas Gregor · 13 years ago
  16. 6c3541d Fix lines that exceed 80 columns. There is no change in functionality. by Akira Hatanaka · 13 years ago
  17. 27c4ba1 Add this test back for Darwin. by Rafael Espindola · 13 years ago
  18. 0bf3dfb Fix lines that have incorrect indentation or exceed 80 columns. There is no change in functionality. by Akira Hatanaka · 13 years ago
  19. b485de5 The AND instruction leaves the V flag unmodified, so it falls victim to the same by Cameron Zwarich · 13 years ago
  20. ed7cd96 Fix cmake build. by Rafael Espindola · 13 years ago
  21. 126ae68 Some refactoring suggested by Anton Korobeynikov. by Rafael Espindola · 13 years ago
  22. ca3f6a3 Add missing register forms of instructions to the ARM CMP-folding code. This by Cameron Zwarich · 13 years ago
  23. 99a2e98 Add pass that expands pseudo instructions into target instructions after register allocation. Define pseudos that get expanded into mtc1 or mfc1 instructions. by Akira Hatanaka · 13 years ago
  24. b6a6388 Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some targets are getting very close to 32 subtarget features. Also teach tablegen to error when there are more than 64 features to guard against undefined behavior. rdar://9282332 by Evan Cheng · 13 years ago
  25. c25e8d8 Add encoding tests for flds/filds by Joerg Sonnenberger · 13 years ago
  26. 437ef0c Implements StringRef::compare with bounds. It is behaves similarly to strncmp(). Unit tests also included. by Lenny Maiorani · 13 years ago
  27. 44b7ae2 Teach the SplitKit blitter to handle multiply defined values as well. by Jakob Stoklund Olesen · 13 years ago
  28. 806562c Remember to set flag. by Jakob Stoklund Olesen · 13 years ago
  29. f0adba9 Add 129518 back with a fix for when we are producing eh just because of debug info. by Rafael Espindola · 13 years ago
  30. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  31. bcb8c6d Revert r129518, "Change ELF systems to use CFI for producing the EH tables. This reduces the" by NAKAMURA Takumi · 13 years ago
  32. 9eec66e Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't by Evan Cheng · 13 years ago
  33. 188ce9c For t2BFI, both Inst{26} and Inst{5} "should" be 0. by Johnny Chen · 13 years ago
  34. 4babeee Add 3DNow! intrinsics. by Michael J. Spencer · 13 years ago
  35. de29a52 The ARM disassembler did not handle the alignment correctly for VLD*DUP* instructions by Johnny Chen · 13 years ago
  36. 06b2a60 Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 by Evan Cheng · 13 years ago
  37. 3ec01b7 Add an instcombine for constructs like a | -(b != c); a select is more by Eli Friedman · 13 years ago
  38. f6832bb Fix an infinite alternation in JumpThreading where two transforms would repeatedly undo each other. The solution is to perform more aggressive constant folding to make one of the edges just folded away rather than trying to thread it. by Owen Anderson · 13 years ago
  39. 481823a Cleanup r129509 based on comments by Chris by Mon P Wang · 13 years ago
  40. cd695fd Add sanity checkings for Thumb2 Load/Store Register Exclusive family of operations. by Johnny Chen · 13 years ago
  41. b8295f7 move PR9661 out to here. by Chris Lattner · 13 years ago
  42. a34d936 Fix another instance of the DAG combiner not using the correct type for the RHS of a shift. by Owen Anderson · 13 years ago
  43. 2cb2aa6 tests: Remove a FrontendC test which is no longer valid. by Daniel Dunbar · 13 years ago
  44. 3dae6e7 Change ELF systems to use CFI for producing the EH tables. This reduces the by Rafael Espindola · 13 years ago
  45. 9a0bac4 Fix whitespace and tabs. by Michael J. Spencer · 13 years ago
  46. ddf9abf Cleanup r129472 by using a utility routine as suggested by Eli. by Mon P Wang · 13 years ago
  47. 12f0dc6 In the pre-RA scheduler, maintain cmp+br proximity. by Andrew Trick · 13 years ago
  48. b57b066 Documented bugpoint --compile-custom --compile-command. by Andrew Trick · 13 years ago
  49. df2ef90 add a minor missed dag combine that is blocking mid-level optimization by Chris Lattner · 13 years ago
  50. c0c7fca sink a call into its only use. by Chris Lattner · 13 years ago
  51. 3c6e746 rework FoldBranchToCommonDest to exit earlier when there is a bonus by Chris Lattner · 13 years ago
  52. b3b1571 fix a couple -Wsign-compare warnings. by Chris Lattner · 13 years ago
  53. d336de3 As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias by Bill Wendling · 13 years ago
  54. c6df988 Have the X86 back-end emit the alias instead of what's being aliased. In most by Bill Wendling · 13 years ago
  55. eef965f Add an option to not print the alias of an instruction. It defaults to "print by Bill Wendling · 13 years ago
  56. 7adf862 During post-legalization DAG combining, be careful to only create shifts where the RHS is of the legal type for the new operation. by Owen Anderson · 13 years ago
  57. e8d087a Thumb disassembler did not handle tBRIND (indirect branch) properly. by Johnny Chen · 13 years ago
  58. be0761c Vectors with different number of elements of the same element type can have by Mon P Wang · 13 years ago
  59. 6c7e414 Check for unallocated instruction encodings when disassembling Thumb Branch instructions (tBcc and t2Bcc). by Johnny Chen · 13 years ago
  60. 471d73d The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt. by Johnny Chen · 13 years ago
  61. 5af60ce Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>. by Cameron Zwarich · 13 years ago
  62. 8b50573 Fix format string warning. by Benjamin Kramer · 13 years ago
  63. 1335022 Fix a regression caused by r102515 where explicit alignment on globals is by Cameron Zwarich · 13 years ago
  64. be7cd75 Fix debug message. by Devang Patel · 13 years ago
  65. 9bb386a Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as such. by Johnny Chen · 13 years ago
  66. 65705d5 Remove extra bytes that were added for gdb. We do not have good poiner to understand actual reason behind this fixme. Spot checking suggest that newer gdb does not need this. by Devang Patel · 13 years ago
  67. b90e1d5 Use positive values since the value type is unsigned. Fixes a warning on the by Nick Lewycky · 13 years ago
  68. 119af20 Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was not properly handled. by Johnny Chen · 13 years ago
  69. 6e3ccc3 Forgot to add this change for http://llvm.org/viewvc/llvm-project?view=rev&revision=129387. by Johnny Chen · 13 years ago
  70. 7133b85 Fixed the revision 129449. by Junjie Gu · 13 years ago
  71. 32644d9 Passing unroll parameters (unroll-count, threshold, and partial unroll) via LoopUnroll class's ctor. Doing so by Junjie Gu · 13 years ago
  72. 4f9f41f Load multiple object files and link them via RuntimeDyld in llvm-rtdyld. by Jim Grosbach · 13 years ago
  73. 0d9874b Add the alias analysis to the C api. by Rafael Espindola · 13 years ago
  74. 6b32e7e Allow user-specified program entry point for llvm-rtdyld. by Jim Grosbach · 13 years ago
  75. 69e8132 MCJIT relocation resolution. by Jim Grosbach · 13 years ago
  76. c2475e8 Export LLVM_TARGETS_WITH_JIT in LLVMConfig.cmake.in. Without this, by Oscar Fuentes · 13 years ago
  77. d30aa5a PR9214: Convert ConstantExpr::getIndices() to return an ArrayRef, plus by Jay Foad · 13 years ago
  78. fd1cced Stop using dead function. by Jakob Stoklund Olesen · 13 years ago
  79. cb53632 Remove some redundant llvm:: prefixes. by Jay Foad · 13 years ago
  80. cda60ce Fix a comment. by Jay Foad · 13 years ago
  81. b81e457 PR9214: Convert ConstantExpr::getWithOperands() to use ArrayRef. by Jay Foad · 13 years ago
  82. d61895a Fix typo. by Jay Foad · 13 years ago
  83. 715c80a Fix typo in comment. by Jay Foad · 13 years ago
  84. 5b24017 Like the coding standards say, do not use "using namespace std". by Jay Foad · 13 years ago
  85. eb04a33 Fix an obvious problem with an alignment computation. AsmPrinter actually does by Cameron Zwarich · 13 years ago
  86. 5876db7 Fix a typo. by Cameron Zwarich · 13 years ago
  87. d8b88d8 If a global variable has a specified alignment that is less than the preferred by Cameron Zwarich · 13 years ago
  88. 8a7f4ec Use %ull here. by Nick Lewycky · 13 years ago
  89. 87896d9 Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. by Andrew Trick · 13 years ago
  90. f93f7b2 Reapply r129401 with patch for clang. by Bill Wendling · 13 years ago
  91. d31df87 Temporarily revert r129408 to see if it brings the bots back. by Eric Christopher · 13 years ago
  92. 066c2f4 Be consistent about being virtual and returning void in the cfi methods. by Rafael Espindola · 13 years ago
  93. 55e6419 Add sanity check for Ld/St Dual forms of Thumb2 instructions. by Johnny Chen · 13 years ago
  94. 836a7de Add @earlyclobber constraints to the writeback register of all ARM store instructions. by Jakob Stoklund Olesen · 13 years ago
  95. 8e98de9 Fix a bug where we were counting the alias sets as completely used by Eric Christopher · 13 years ago
  96. 161b2f4 I missed this new file in previous commit. by Devang Patel · 13 years ago
  97. 513edf6 Simplify. There is no need to use static variable. by Devang Patel · 13 years ago
  98. 5d60763 Do not reuse parameter name. by Devang Patel · 13 years ago
  99. ca4cac4 Fix a hole in the definition of "dependence" used by trap values. Trap by Dan Gohman · 13 years ago
  100. f9b2dc6 Revert r129401 for now. Clang is using the old way of doing things. by Bill Wendling · 13 years ago