1. 55bd8bd Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. This by Nick Lewycky · 15 years ago
  2. 4153982 SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the source line output. by Daniel Dunbar · 15 years ago
  3. a2f20b2 Add getFrameIndexReference() to TargetRegisterInfo, which allows targets to by Jim Grosbach · 15 years ago
  4. a37aa54 Move default FrameReg val to getFrameIndexReference(). Otherwise, debug info can get bogus values. by Jim Grosbach · 15 years ago
  5. 7ab38df 80-column cleanup by Jim Grosbach · 15 years ago
  6. e023993 Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseBranchCondition(Cond) call. by Jakob Stoklund Olesen · 15 years ago
  7. 6c7276f add fixme for dubious code. Duncan, what do you think? by Chris Lattner · 15 years ago
  8. 4723303 remove a silly condition that doesn't make a lot of sense anymore. by Chris Lattner · 15 years ago
  9. 92e803c reduce indentation, no functionality change. by Chris Lattner · 15 years ago
  10. 66e08cf Remove the AliasAnalysis::getMustAliases method, which is dead. by Chris Lattner · 15 years ago
  11. f27f115 Remove dead code. While there, also turn a few 'T* ' into 'T *' to match the by Nick Lewycky · 15 years ago
  12. 50f8516 Generate more correct debug info for frame indices. by Jim Grosbach · 15 years ago
  13. 1722f06 Minor optimization: when doing eq/ne comparions and RHS is a constant - swap operands, this will allow us to fold imm into comparison. by Anton Korobeynikov · 15 years ago
  14. ef4e604 Drop unsupported imm operands by Anton Korobeynikov · 15 years ago
  15. 3741be3 Use 2-byte alignment for functions. 4 bytes are clear overkill here. by Anton Korobeynikov · 15 years ago
  16. 3c97fc9 Use semicolon as assembler comment string by Anton Korobeynikov · 15 years ago
  17. 21ce2e3 Revert 89562. We're being sneakier than I was giving us credit for, and this by Jim Grosbach · 15 years ago
  18. 31ef40e remove trailing whitespace by Jim Grosbach · 15 years ago
  19. f3b33d0 Darwin requires a frame pointer for all non-leaf functions to support correct by Jim Grosbach · 15 years ago
  20. ac0869d Add predicate operand to NEON instructions. Fix lots (but not all) 80 col violations in ARMInstrNEON.td. by Evan Cheng · 15 years ago
  21. e54cb16 Allow target to disable if-converting predicable instructions. e.g. NEON instructions under ARM mode. by Evan Cheng · 15 years ago
  22. 2c4ceb1 Cosmetic changes, which were long overdue, in DwarfDebug.cpp. by Devang Patel · 15 years ago
  23. bef8888 We are not using DBG_STOPPOINT anymore. by Devang Patel · 15 years ago
  24. 323d8c3 Be more clever about calculating live variables through new basic blocks. by Jakob Stoklund Olesen · 15 years ago
  25. 80bf1d5 Add more optimizations for object size checking, enable handling of by Eric Christopher · 15 years ago
  26. 9bff5cb Remove dead code. by Devang Patel · 15 years ago
  27. 5b8bce1 When generating a vector the really slow way, via loads by Dale Johannesen · 15 years ago
  28. 6f01d9c There is no need to use FoldingSet to unique DIEs. by Devang Patel · 15 years ago
  29. 054b52c Added two SubtargetFeatures::AddFeatures methods, which accept a comma-separated string or already parsed command line parameters as input, and some code re-factoring to use these new methods. by Viktor Kutuzov · 15 years ago
  30. 00621ef Restructure code to allow renaming of multiple-register groups for anti-dep breaking. by David Goodwin · 15 years ago
  31. c26abd9 Enable hoisting load from constant memories. by Evan Cheng · 15 years ago
  32. d9e05cd Fix a thinko that caused spurious @GOTOFFs. by Dan Gohman · 15 years ago
  33. 71a4196 Update for new getBlockAddress signature. by Dan Gohman · 15 years ago
  34. 29cbade Target-independent support for TargetFlags on BlockAddress operands, by Dan Gohman · 15 years ago
  35. b9e6b34 Recommitting PALIGNR shift width fixes. by Sean Callanan · 15 years ago
  36. 5ca1246 Remove an incorrect overaggressive optimization (PPC specific). by Dale Johannesen · 15 years ago
  37. 1bbf6d1 Reverting PALIGNR fix until I figure out how this broke the Clang testsuite. by Sean Callanan · 15 years ago
  38. 201dfa7 Fixed PALIGNR to take 8-bit rotations in all cases. by Sean Callanan · 15 years ago
  39. 017d121 Do not hold on to a map slot while new entries may be inserted into the map. by Devang Patel · 15 years ago
  40. a96fc2f by David Greene · 15 years ago
  41. 1f37b5b There is no need to emit source location info for DW_TAG_pointer_type. by Devang Patel · 15 years ago
  42. a58a049 Make Loop::getLoopLatch() work on loops which don't have preheaders, as by Dan Gohman · 15 years ago
  43. 6a23921 Fix IPSCCP's code for deleting dead blocks to tolerate outstanding by Dan Gohman · 15 years ago
  44. f7751c1 Revert "Add some rough optimizations for checking routines.", it buildeth not. by Daniel Dunbar · 15 years ago
  45. 3bcaa8a Add some rough optimizations for checking routines. by Eric Christopher · 15 years ago
  46. 4aedb61 Remat VLDRD from constpool. Clean up some instruction property specifications. by Evan Cheng · 15 years ago
  47. 87b75ba Add option -licm-const-load to hoist all loads from constant memory. by Evan Cheng · 15 years ago
  48. a956256 The verify() call of CPEIsInRange() isn't right for the assertion check of by Jim Grosbach · 15 years ago
  49. 5bd698e Use stripPointerCasts(). Thanks Duncan! by Dan Gohman · 15 years ago
  50. 557bbe6 Remove some old experimental code that is no longer needed. Remove additional, speculative scheduling pass as its cost did not translate into significant performance improvement. Minor tweaks. by David Goodwin · 15 years ago
  51. 6cd8103 More consistent labelling of basic blocks in debug output by Jakob Stoklund Olesen · 15 years ago
  52. 837be07 Revert the rule that considers comparisons between two pointers in the by Dan Gohman · 15 years ago
  53. 37628e0 Move the handling of CommaSeparated options into ProvideOption. by Mikhail Glushenkov · 15 years ago
  54. 76700ba Fix PR5563, an expensive checks failure when running on by Duncan Sands · 15 years ago
  55. c088ae8 Fix PR5558, which was caused by a wrong fix for PR3393 (see commit 63048), by Duncan Sands · 15 years ago
  56. b4afb13 Fix fast-isel to avoid selecting the return instruction if a by Dan Gohman · 15 years ago
  57. de8b1db Remove verifySizes() since it's not adding much value. by Jim Grosbach · 15 years ago
  58. 9b82425 Also CSE non-pic load from constant pools. by Evan Cheng · 15 years ago
  59. 2e7e948 Add an experimental option to run gep-splitting and no-load GVN by Dan Gohman · 15 years ago
  60. ae079c2 Simplify this code; it's not necessary to check isIdentifiedObject here by Dan Gohman · 15 years ago
  61. 324da76 Add MachineBasicBlock::getName, and use it in place of getBasicBlock()->getName. by Jakob Stoklund Olesen · 15 years ago
  62. ac14665 Teach getSmallConstantTripMultiple about Shl operators. by Dan Gohman · 15 years ago
  63. 9ef4835 Fix codegen of conditional move of immediates. We were not making use of the immediate forms of cmov instructions at all. by Evan Cheng · 15 years ago
  64. 8783e40 Removed references to LiveStacks from Spiller.* . They're no longer needed. by Lang Hames · 15 years ago
  65. 76c638a Refine the capture tracking rules for comparisons to be more by Dan Gohman · 15 years ago
  66. 452ae47 Use isVoidTy(). by Dan Gohman · 15 years ago
  67. 0dde971 Update comment to reflect instruction. by Eric Christopher · 15 years ago
  68. 6d90309 Refine this to only apply to null in the default address space. by Dan Gohman · 15 years ago
  69. e03a39b Try to fix JITTest.FarCallToKnownFunction on ARM and PPC. by Jeffrey Yasskin · 15 years ago
  70. 470fb51 Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. by Oscar Fuentes · 15 years ago
  71. 3e72d30 Fix a couple of problems with maintaining liveness information for antidep breaking. by David Goodwin · 15 years ago
  72. 4d8e90a When placing constant islands and adjusting for alignment padding, inline by Jim Grosbach · 15 years ago
  73. f94b5ed Extend CaptureTracking to indicate when a value is never stored, even by Dan Gohman · 15 years ago
  74. 07ba906 Refactor cmov selection code out to a separate function. No functionality change. by Evan Cheng · 15 years ago
  75. 2a0fab1 Comparing a pointer with null is not a capture. by Dan Gohman · 15 years ago
  76. 160069d Place new basic blocks immediately after their predecessor when splitting by Jakob Stoklund Olesen · 15 years ago
  77. fb7634f Reverting the EH table patches. by Bill Wendling · 15 years ago
  78. 5c376ff Added NLdStLN which is similar to NLdSt with the exception that op7_4 is not by Johnny Chen · 15 years ago
  79. feb5bfb by David Greene · 15 years ago
  80. dab249b Enable hoisting of loads from constant memory by default. In cases where by Dan Gohman · 15 years ago
  81. 58ce7ac Use StringRef::min instead of std::min. by Daniel Dunbar · 15 years ago
  82. dec6de9 fix typo by Jim Grosbach · 15 years ago
  83. eeebecf Trailing whitespace. by Mikhail Glushenkov · 15 years ago
  84. 57474fa Fix a typo in a comment. by Dan Gohman · 15 years ago
  85. 7cfd336 by David Greene · 15 years ago
  86. ac07b3d Unbreak x64 MSVC build. Patch by Nicolas Capens! by Benjamin Kramer · 15 years ago
  87. cc9fa81 Add PS3 Triple class, Credit to John Thompson. by Edward O'Callaghan · 15 years ago
  88. ed54de4 80 col violation. by Evan Cheng · 15 years ago
  89. 2ef9c8a More consistent thumb1 asm printing. by Evan Cheng · 15 years ago
  90. 5b397c9 Shrink ldr / str [sp, imm0-1024] to 16-bit instructions. by Evan Cheng · 15 years ago
  91. a64ce45 Eliminate more * 4 in Thumb1 asm printing for consistency sake. by Evan Cheng · 15 years ago
  92. 2045c47 - Add sugregister logic to handle f64=(f32,f32). by Bruno Cardoso Lopes · 15 years ago
  93. 0046de0 Only use small sections for non linux targets! by Bruno Cardoso Lopes · 15 years ago
  94. 835ca07 Added a new Spiller implementation which wraps LiveIntervals::addIntervalsForSpills. by Lang Hames · 15 years ago
  95. 97200e4 Teach IVUsers to keep things simpler and track loop-invariant strides only by Jim Grosbach · 15 years ago
  96. d0b552c Eliminate duplicate phi nodes in loops. Loop rotation, for example, can introduce these, and it's beneficial to later passes to clean them up. by Jim Grosbach · 15 years ago
  97. 20f4d34 Make EliminateDuplicatePHINodes() available as a utility function by Jim Grosbach · 15 years ago
  98. 01c6937 The "ReadOnlyWithRel" enum seems to apply more to what Darwin does with the EH by Bill Wendling · 15 years ago
  99. fbb6b67 There should be no need to keep renumbering blocks during tail duplication. by Bob Wilson · 15 years ago
  100. bea7df5 Add XCore support for indirectbr / blockaddress. by Richard Osborne · 15 years ago