1. 66e30f8 Try to use the CWD if the path to the GCDA output is not available (e.g., the by Bill Wendling · 12 years ago
  2. ced8af1 Remove trailing white space. by Akira Hatanaka · 12 years ago
  3. 5f46eb1 Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values by Lang Hames · 12 years ago
  4. 95f95a7 Add member EmitNOAT and its setter and getter functions to class MipsFunctionInfo. by Akira Hatanaka · 12 years ago
  5. 130ba34 Add a test for the previous commit. Also, remove two tests that were by Eric Christopher · 12 years ago
  6. 7f31659 Use DW_AT_low_pc for a single entry point into a routine. by Eric Christopher · 12 years ago
  7. d23a64c Reapply r153423; the original commit was fine. The failing test, distray, had by Chad Rosier · 12 years ago
  8. 8055430 ARMLoadStoreOptimizer invalidates register liveness. by Jakob Stoklund Olesen · 12 years ago
  9. 1f14168 Print SSA and liveness tracking flags in MF::print(). by Jakob Stoklund Olesen · 12 years ago
  10. 80799fb Branch folding may invalidate liveness. by Jakob Stoklund Olesen · 12 years ago
  11. 33fa614 Invalidate liveness in Thumb2ITBlockPass. by Jakob Stoklund Olesen · 12 years ago
  12. 77d9521 fix what looks like a real logic bug, found by PVS-Studio (part of PR12357) by Chris Lattner · 12 years ago
  13. aba6559 Add an MRI::tracksLiveness() flag. by Jakob Stoklund Olesen · 12 years ago
  14. 9c55f59 llvm/docs/*.html: Fix markups. by NAKAMURA Takumi · 12 years ago
  15. dacffb6 Make a seemingly tiny change to the inliner and fix the generated code by Chandler Carruth · 12 years ago
  16. 4e02f23 Prune some includes by Craig Topper · 12 years ago
  17. c89c744 Remove unnecessary llvm:: qualifications by Craig Topper · 12 years ago
  18. b4549e1 Pass the llvm IR pointer value and offset to the constructor of by Akira Hatanaka · 12 years ago
  19. 13daee3 Fix bug in LowerConstantPool. by Akira Hatanaka · 12 years ago
  20. 56e1ed5 Add T9 to the list of live-in registers of the entry basic block. by Akira Hatanaka · 12 years ago
  21. 59182f9 Retrieve and add the offset of a symbol in applyFixup rather than retrieve and by Akira Hatanaka · 12 years ago
  22. d7edf7e Define function MipsGetSymAndOffset which returns a fixup's symbol and the by Akira Hatanaka · 12 years ago
  23. d6c2355 Post-ra LICM should take care not to hoist an instruction that would clobber a by Evan Cheng · 12 years ago
  24. bca9c25 Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are by Akira Hatanaka · 12 years ago
  25. d9eb1d7 During MachineCopyPropagation a register may be the source operand of multiple by Lang Hames · 12 years ago
  26. 7067d4e Reserve hardware registers. by Akira Hatanaka · 12 years ago
  27. e279f59 ARM has a peephole optimization which looks for a def / use pair. The def by Evan Cheng · 12 years ago
  28. 20df03c Add a debug option to dump PBQP graphs during register allocation. by Lang Hames · 12 years ago
  29. eb6dd23 SCEV fix: Handle loop invariant loads. by Andrew Trick · 12 years ago
  30. 29a776b Add 'undef's to make SWIG happier. Patch by Baozeng Ding. by Bill Wendling · 12 years ago
  31. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 12 years ago
  32. 11641d3 Unit test for PR11950: LSR crash. by Andrew Trick · 12 years ago
  33. 0821200 Use the file in the inlined die rather than the compile unit for by Eric Christopher · 12 years ago
  34. 02f0a49 153465 was incorrect. In this code we wanted to check that the pointer operand is of pointer type (and not vector type). by Nadav Rotem · 12 years ago
  35. b38aae4 Made RuntimeDyldMachO support vanilla i386 by Sean Callanan · 12 years ago
  36. c71108b PR12357: The pointer was used before it was checked. by Nadav Rotem · 12 years ago
  37. 05fecbe LSR ivchain bug fix: corner case with ConstantExpr. by Andrew Trick · 12 years ago
  38. d4e46a6 comment typo by Andrew Trick · 12 years ago
  39. de813b7 eliminate an unneeded branch, part of PR12357 by Chris Lattner · 12 years ago
  40. ef18cd3 fix a failure path to print the right thing, part of PR12357 by Chris Lattner · 12 years ago
  41. 7d8eb71 Tidy. by Eric Christopher · 12 years ago
  42. 373c2d3 Tidy. by Eric Christopher · 12 years ago
  43. cde6650 Revert r153423 as this is causing failures on our internal nightly testers. by Chad Rosier · 12 years ago
  44. 81748bc LSR cleanup: potential bug caught by PVS-Studio. by Andrew Trick · 12 years ago
  45. f642821 docs/lit: Add some notes on the lit test run output format. by Daniel Dunbar · 12 years ago
  46. 52eb6992 [tsan] treat vtable pointer updates in a special way (requires tbaa); fix a bug (forgot to return true after instrumenting); make sure the tsan tests are run by Kostya Serebryany · 12 years ago
  47. be3f051 No need to do an expensive stable sort for a bunch of integers. by Benjamin Kramer · 12 years ago
  48. 5dc8055 Add missing include of <new> by Douglas Gregor · 12 years ago
  49. a3ad585 Fix GetMainExecutable on kFreeBSD. Patch by Sylvestre Ledru! by Anton Korobeynikov · 12 years ago
  50. d792a27 Remove stale CBackend tests. by Benjamin Kramer · 12 years ago
  51. 72e84f5 TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user was the c backend. by Benjamin Kramer · 12 years ago
  52. f1d0f77 Prune some includes and forward declarations. by Craig Topper · 12 years ago
  53. 7e1e18f Add a debug statement. by Eric Christopher · 12 years ago
  54. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 12 years ago
  55. 4787cc4 Update documentation for old api changes. by Eric Christopher · 12 years ago
  56. 7ddcd35 Use the new range metadata in computeMaskedBits and add a new optimization to by Rafael Espindola · 12 years ago
  57. 0e5233a Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h by Craig Topper · 12 years ago
  58. acf2077 Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. by Craig Topper · 12 years ago
  59. 58725a6 Teach instsimplify how to simplify comparisons of pointers which are by Chandler Carruth · 12 years ago
  60. 9d9e29b Switch the pointer-difference simplification logic to only work with by Chandler Carruth · 12 years ago
  61. 805853b Prune some includes and forward declarations. by Craig Topper · 12 years ago
  62. 6c01492 Prune some includes and forward declarations. by Craig Topper · 12 years ago
  63. a5adcc1 This file is no longer needed (DejaGNU-isms removed from code) by Eli Bendersky · 12 years ago
  64. 626c346 s/restrict/describe/ Thanks Duncan. by Rafael Espindola · 12 years ago
  65. f8c8a9c Teach the function cloner (and thus the inliner) to simplify PHINodes by Chandler Carruth · 12 years ago
  66. 0417d7d Fix lit failure on cmake-clang-x64_64-linux bot, apparently due to its having by Eli Bendersky · 12 years ago
  67. cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 12 years ago
  68. d54f9a4 Move the instruction simplification of callsite arguments in the inliner by Chandler Carruth · 12 years ago
  69. acdae3e Add an asserting ValueHandle to the block simplification code which will by Chandler Carruth · 12 years ago
  70. eede6c9 Use the isReachableFromEntry method. by Rafael Espindola · 12 years ago
  71. 858cd1c Don't form a WeakVH around the sentinel node in the instructions BB by Chandler Carruth · 12 years ago
  72. 42c487d Avoid using dominatedBySlowTreeWalk. by Rafael Espindola · 12 years ago
  73. 6231d5b Try to harden the recursive simplification still further. This is again by Chandler Carruth · 12 years ago
  74. c5b785b Don't add the instruction about to be RAUW'ed and erased to the by Chandler Carruth · 12 years ago
  75. 300361a Fix null to integer conversion warnings. by Jean-Daniel Dupas · 12 years ago
  76. b809546 FileCheck-ize this test. Note the FIXME I've introduced here: we've by Chandler Carruth · 12 years ago
  77. 6b98054 Refactor the interface to recursively simplifying instructions to be tad by Chandler Carruth · 12 years ago
  78. afe629d Remove always true variable. by Rafael Espindola · 12 years ago
  79. 692cd45 Add a small release not about the range metadata. by Rafael Espindola · 12 years ago
  80. 179a4dd Fix small-integer VAARG on SVR4 ABI PPC64. by Hal Finkel · 12 years ago
  81. 5194d6d Add the ability to promote legal integer VAARGs. This is required for the PPC64 SVR4 ABI. by Hal Finkel · 12 years ago
  82. b54a5ed Fix the MSVC build. by Francois Pichet · 12 years ago
  83. 4108508 PTX: Fix predicate logic bug by Justin Holewinski · 12 years ago
  84. c5480c6 More IndVarSimplify cleanup. by Andrew Trick · 12 years ago
  85. 39dd328 First part of PR12251. Add documentation and verifier support for the range by Rafael Espindola · 12 years ago
  86. 1db3949 add EP_OptimizerLast extension point by Kostya Serebryany · 12 years ago
  87. a20689f It's possible for two types, which are isomorphic, to be added to the by Bill Wendling · 12 years ago
  88. 7a46525 ARM tidy up ARMConstantIsland.cpp. by Jim Grosbach · 12 years ago
  89. 7c0bc00 Pretty-printing comments for literal floating point in .s files. by Jim Grosbach · 12 years ago
  90. 00ca888 Add a hook in MCELFObjectTargetWriter to allow targets to sort relocation by Akira Hatanaka · 12 years ago
  91. 6fedb3c Don't convert objc_retainAutoreleasedReturnValue to objc_retain if it by Dan Gohman · 12 years ago
  92. fbab4a8 It's not possible to insert code immediately after an invoke in the by Dan Gohman · 12 years ago
  93. 8e1fc56 Make it feasible for clients using EngineBuilder to capture the TargetMachine that is created as part of selecting the appropriate target. by Owen Anderson · 12 years ago
  94. f1113ef Add support for register masks to PBQP. by Lang Hames · 12 years ago
  95. 81bbdfd Include cctype for std::isprint. by Benjamin Kramer · 12 years ago
  96. 901b858 Include cstdio in a few place that depended on getting it transitively through StringExtras.h by Benjamin Kramer · 12 years ago
  97. e68e775 Move ftostr into its last user (cppbackend) and simplify it a bit. by Benjamin Kramer · 12 years ago
  98. d25dc33 Add soname to LLVM shared library on Linux. Probably the same stuff is necessary for *BSD. by Anton Korobeynikov · 12 years ago
  99. e959f7e When propagating equalities, eg replacing A with B in every basic block by Duncan Sands · 12 years ago
  100. 01b305f Indentation. by Duncan Sands · 12 years ago