1. 9f3b483 Cache the end() iterator. by Bill Wendling · 12 years ago
  2. f75f427 Reverted to revision 153616 to unblock build by Joel Jones · 12 years ago
  3. c367a3e For X86, change load/dec-or-inc/store into dec-or-inc, respectively. by Joel Jones · 12 years ago
  4. 8b4c502 Enable machine code verification in the entire code generator. by Jakob Stoklund Olesen · 12 years ago
  5. 7881166 Enable machine code verification after PreSched2 passes. by Jakob Stoklund Olesen · 12 years ago
  6. 3bb1738 Cleanup some whitespaces. by Bill Wendling · 12 years ago
  7. 892143f Don't kill the base register when expanding strd. by Jakob Stoklund Olesen · 12 years ago
  8. dc909bf Preserve implicit defs in ARMLoadStoreOptimizer. by Jakob Stoklund Olesen · 12 years ago
  9. eb95f65 Tidy up. Whitespace. by Jim Grosbach · 12 years ago
  10. 30b9e32 Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager. by Danil Malyshev · 12 years ago
  11. 8f3fabe Handle intrinsics in GlobalsModRef. Fixes pr12351. by Rafael Espindola · 12 years ago
  12. 5b2f913 Spill DPair registers, not just QPR. by Jakob Stoklund Olesen · 12 years ago
  13. 2ef5bf6 Also verify after ExpandPostRAPseudos. by Jakob Stoklund Olesen · 12 years ago
  14. 61476d6 Inline function into its one caller. by Bill Wendling · 12 years ago
  15. 663ee20 Enable machine code verification after the late machine optimization passes. by Jakob Stoklund Olesen · 12 years ago
  16. 948a444 Skip liveness verification when MRI->tracksLiveness() is false. by Jakob Stoklund Olesen · 12 years ago
  17. 62cf01e Reformat the LTOModule code to be more inline with LLVM's coding standards. Add by Bill Wendling · 12 years ago
  18. 8d813de Revert r153516: "Invalidate liveness in Thumb2ITBlockPass." by Jakob Stoklund Olesen · 12 years ago
  19. 78836f0 Allow removeLiveIn to be called with a register that isn't live-in. by Jakob Stoklund Olesen · 12 years ago
  20. 89e2b31 Revert r153521 as it's causing large regressions on the nightly testers. by Chad Rosier · 12 years ago
  21. 442ee9c Fixed commuteInstructions bug where if its called pre-regalloc the subreg indices weren't commuted by Pete Cooper · 12 years ago
  22. c1ea16e GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global that we just determined to be constant, replace all loads from it with a zero value. by Benjamin Kramer · 12 years ago
  23. 9b58464 Add another note about a missed compare with nsw arithmetic instcombine. by Benjamin Kramer · 12 years ago
  24. 6e9d66c Fixup VST1.32 with writeback instruction. Also re-factor non-writeback version. by Richard Barton · 12 years ago
  25. afff330 Switch to WeakVHs in the value mapper, and aggressively prune dead basic by Chandler Carruth · 12 years ago
  26. 9fc5c83 More debug output. by Eric Christopher · 12 years ago
  27. 663e0cf Fix the output of the DW_TAG_friend tag to include DW_AT_friend by Eric Christopher · 12 years ago
  28. 30fe94e Some whitespace cleanup. by Bill Wendling · 12 years ago
  29. d4ec054 Use the correct filename for the error message. by Bill Wendling · 12 years ago
  30. 7242a4f Use Nakamura's suggestion of bypassing using 'filename' and just the pointers directly. by Bill Wendling · 12 years ago
  31. 5ca6b02 Turn off post-RA scheduler by default. by Akira Hatanaka · 12 years ago
  32. c2212f1 Fix 80-column violation. by Chad Rosier · 12 years ago
  33. 701ea2b Fix test case. by Akira Hatanaka · 12 years ago
  34. 81a424b Turn on post register allocation scheduler. by Akira Hatanaka · 12 years ago
  35. 37ac18e Sort relocation entries before they are written out to a file. MIPS ABI by Akira Hatanaka · 12 years ago
  36. f93b863 Emit all directives except for ".cprestore" during asm printing rather than emit by Akira Hatanaka · 12 years ago
  37. d0b5c65 Mark flag neverHasSideEffects of pattern-less instructions that do not have by Akira Hatanaka · 12 years ago
  38. da94248 MSVC doesn't like the mixing of declarations and statements in a .c file. by Francois Pichet · 12 years ago
  39. f2fd23b Add a note about a cute little fabs optimization. by Benjamin Kramer · 12 years ago
  40. c8591a4 Add two missed instcombines related to compares with nsw arithmetic. by Benjamin Kramer · 12 years ago
  41. 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
  42. ced8af1 Remove trailing white space. by Akira Hatanaka · 12 years ago
  43. 5f46eb1 Use a SmallVector and linear lookup instead of a DenseSet - SourceMap values by Lang Hames · 12 years ago
  44. 95f95a7 Add member EmitNOAT and its setter and getter functions to class MipsFunctionInfo. by Akira Hatanaka · 12 years ago
  45. 130ba34 Add a test for the previous commit. Also, remove two tests that were by Eric Christopher · 12 years ago
  46. 7f31659 Use DW_AT_low_pc for a single entry point into a routine. by Eric Christopher · 12 years ago
  47. d23a64c Reapply r153423; the original commit was fine. The failing test, distray, had by Chad Rosier · 12 years ago
  48. 8055430 ARMLoadStoreOptimizer invalidates register liveness. by Jakob Stoklund Olesen · 12 years ago
  49. 1f14168 Print SSA and liveness tracking flags in MF::print(). by Jakob Stoklund Olesen · 12 years ago
  50. 80799fb Branch folding may invalidate liveness. by Jakob Stoklund Olesen · 12 years ago
  51. 33fa614 Invalidate liveness in Thumb2ITBlockPass. by Jakob Stoklund Olesen · 12 years ago
  52. 77d9521 fix what looks like a real logic bug, found by PVS-Studio (part of PR12357) by Chris Lattner · 12 years ago
  53. aba6559 Add an MRI::tracksLiveness() flag. by Jakob Stoklund Olesen · 12 years ago
  54. 9c55f59 llvm/docs/*.html: Fix markups. by NAKAMURA Takumi · 12 years ago
  55. dacffb6 Make a seemingly tiny change to the inliner and fix the generated code by Chandler Carruth · 12 years ago
  56. 4e02f23 Prune some includes by Craig Topper · 12 years ago
  57. c89c744 Remove unnecessary llvm:: qualifications by Craig Topper · 12 years ago
  58. b4549e1 Pass the llvm IR pointer value and offset to the constructor of by Akira Hatanaka · 12 years ago
  59. 13daee3 Fix bug in LowerConstantPool. by Akira Hatanaka · 12 years ago
  60. 56e1ed5 Add T9 to the list of live-in registers of the entry basic block. by Akira Hatanaka · 12 years ago
  61. 59182f9 Retrieve and add the offset of a symbol in applyFixup rather than retrieve and by Akira Hatanaka · 12 years ago
  62. d7edf7e Define function MipsGetSymAndOffset which returns a fixup's symbol and the by Akira Hatanaka · 12 years ago
  63. d6c2355 Post-ra LICM should take care not to hoist an instruction that would clobber a by Evan Cheng · 12 years ago
  64. bca9c25 Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are by Akira Hatanaka · 12 years ago
  65. d9eb1d7 During MachineCopyPropagation a register may be the source operand of multiple by Lang Hames · 12 years ago
  66. 7067d4e Reserve hardware registers. by Akira Hatanaka · 12 years ago
  67. e279f59 ARM has a peephole optimization which looks for a def / use pair. The def by Evan Cheng · 12 years ago
  68. 20df03c Add a debug option to dump PBQP graphs during register allocation. by Lang Hames · 12 years ago
  69. eb6dd23 SCEV fix: Handle loop invariant loads. by Andrew Trick · 12 years ago
  70. 29a776b Add 'undef's to make SWIG happier. Patch by Baozeng Ding. by Bill Wendling · 12 years ago
  71. c4b2271 Add InitializeNativeTargetDisassembler function. by Eric Christopher · 12 years ago
  72. 11641d3 Unit test for PR11950: LSR crash. by Andrew Trick · 12 years ago
  73. 0821200 Use the file in the inlined die rather than the compile unit for by Eric Christopher · 12 years ago
  74. 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
  75. b38aae4 Made RuntimeDyldMachO support vanilla i386 by Sean Callanan · 12 years ago
  76. c71108b PR12357: The pointer was used before it was checked. by Nadav Rotem · 12 years ago
  77. 05fecbe LSR ivchain bug fix: corner case with ConstantExpr. by Andrew Trick · 12 years ago
  78. d4e46a6 comment typo by Andrew Trick · 12 years ago
  79. de813b7 eliminate an unneeded branch, part of PR12357 by Chris Lattner · 12 years ago
  80. ef18cd3 fix a failure path to print the right thing, part of PR12357 by Chris Lattner · 12 years ago
  81. 7d8eb71 Tidy. by Eric Christopher · 12 years ago
  82. 373c2d3 Tidy. by Eric Christopher · 12 years ago
  83. cde6650 Revert r153423 as this is causing failures on our internal nightly testers. by Chad Rosier · 12 years ago
  84. 81748bc LSR cleanup: potential bug caught by PVS-Studio. by Andrew Trick · 12 years ago
  85. f642821 docs/lit: Add some notes on the lit test run output format. by Daniel Dunbar · 12 years ago
  86. 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
  87. be3f051 No need to do an expensive stable sort for a bunch of integers. by Benjamin Kramer · 12 years ago
  88. 5dc8055 Add missing include of <new> by Douglas Gregor · 12 years ago
  89. a3ad585 Fix GetMainExecutable on kFreeBSD. Patch by Sylvestre Ledru! by Anton Korobeynikov · 12 years ago
  90. d792a27 Remove stale CBackend tests. by Benjamin Kramer · 12 years ago
  91. 72e84f5 TableGen: Don't emit the llvm intrinsic -> gcc builtin table, its only user was the c backend. by Benjamin Kramer · 12 years ago
  92. f1d0f77 Prune some includes and forward declarations. by Craig Topper · 12 years ago
  93. 7e1e18f Add a debug statement. by Eric Christopher · 12 years ago
  94. b2bc6e4 Add some fixes to the configure script for isInf and add by Eric Christopher · 12 years ago
  95. 4787cc4 Update documentation for old api changes. by Eric Christopher · 12 years ago
  96. 7ddcd35 Use the new range metadata in computeMaskedBits and add a new optimization to by Rafael Espindola · 12 years ago
  97. 0e5233a Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h by Craig Topper · 12 years ago
  98. acf2077 Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions. by Craig Topper · 12 years ago
  99. 58725a6 Teach instsimplify how to simplify comparisons of pointers which are by Chandler Carruth · 12 years ago
  100. 9d9e29b Switch the pointer-difference simplification logic to only work with by Chandler Carruth · 12 years ago