1. a279a89 Fix the issues originally addressed in r54070. After thinking about it some more, I realized that the right thing to do by Owen Anderson · 17 years ago
  2. 0a7615a Revert my previous patch. In retrospect, this is completely the wrong way to fix this problem. by Owen Anderson · 17 years ago
  3. 0c525ca Special cases are needed in renumbering when dealing with renumbering after a PHI has been removed. The interval previously defined by Owen Anderson · 17 years ago
  4. 020decc In order to avoid reprocessing a register more than once, we need to add it by Owen Anderson · 17 years ago
  5. 55c6435 Remove live interval entries for an interval if we're eliminating its only VN. by Owen Anderson · 17 years ago
  6. 8d0cc0a Properly remap live ranges whose end indices are the end of the function. by Owen Anderson · 17 years ago
  7. d7dcbec Make the remapping of interval indices (particularly ending indices) more robust. by Owen Anderson · 17 years ago
  8. fb8ead0 Disable mov{L, LP, HP, HLP, *DUP} shuffles for mmx by Nate Begeman · 17 years ago
  9. ff795a8 Remove unnecessary implicit argument by Nate Begeman · 17 years ago
  10. b5557ab Fix minor issues with VICmp/VFCmp constant expressions by Nate Begeman · 17 years ago
  11. beb572b Fit in 80 cols by Nate Begeman · 17 years ago
  12. 0abbe2b Allow verifier to be run on partially materialized modules. by Nate Begeman · 17 years ago
  13. 5f6ae30 Remove dead PatLeaf; there are a number of issues around MMX movl that need to be fixed. by Nate Begeman · 17 years ago
  14. b4ab9d6 Tab removal by Nate Begeman · 17 years ago
  15. 4c8f870 Disable the new aggressive remat logic introduced in 54000; it causes some by Dan Gohman · 17 years ago
  16. 92879f3 When splitting a vector shuffle, fixed which type we used for the hi part by Mon P Wang · 17 years ago
  17. d1b3da6 Teach ARM isLegalAddressingMode to handle unknown type without crashing. This fixes pr2589. by Evan Cheng · 17 years ago
  18. 8b4588f Use AliasAnalysis::pointsToConstantMemory in SDISel to avoid unnecessary by Dan Gohman · 17 years ago
  19. 6d69ba8 Enable rematerialization of constants using AliasAnalysis::pointsToConstantMemory, by Dan Gohman · 17 years ago
  20. 3eee654 Put the LICM of constant GlobalVariables, introduced in r53945, under a by Dan Gohman · 17 years ago
  21. 9f8d571 Avoid emitting casts in static initializer contexts. This fixes by Dan Gohman · 17 years ago
  22. c12417e Store the predecessor MBB in the PHIUnion, rather than an index, since the indices will change after renumbering. by Owen Anderson · 17 years ago
  23. 982a059 Fix a catastrophic PPC64 ABI bug: i32 operands which are passed in memory (all of the parameter registers are used) are loaded from sp offsets that were off by 4. by Evan Cheng · 17 years ago
  24. bdfa9ac Create temp. file in current path. by Devang Patel · 17 years ago
  25. 1bf9a18 Rename instance variables, parameter argument names to eliminate a bunch of compilation warnings with -Wshadow. by Evan Cheng · 17 years ago
  26. 7fbad27 Enable the insertion of empty indices into LiveInterals, thereby making renumbering possible. by Owen Anderson · 17 years ago
  27. 496bac5 Fix a compile-time regression introduced by my heuristic-changing patch. I forgot by Owen Anderson · 17 years ago
  28. 1a24539 Use C99 aggregate literal syntax for first-class struct and array values. by Dan Gohman · 17 years ago
  29. 92e87f2 Minor fixes. Added ConstantPool support. by Bruno Cardoso Lopes · 17 years ago
  30. 967948b "Allow LICM to sink or lift loads from constant memory. Also add a test by Chris Lattner · 17 years ago
  31. 1a57024 Update the generated .cvs files. by Dan Gohman · 17 years ago
  32. fc74abf Enable first-class aggregates support. by Dan Gohman · 17 years ago
  33. 5e6ebaf Fix PR2485: do all 4-element SSE shuffles in max. of 2 shuffle instructions. by Evan Cheng · 17 years ago
  34. 11e56cb LegalizeTypes support for VSETCC. Fixes PR2575. by Duncan Sands · 17 years ago
  35. a1566f2 Change the heuristics used in the coalescer, register allocator, and within by Owen Anderson · 17 years ago
  36. ace3c17 Factor out SSE 4 wide shuffle lowering code into its own function. No functionality changes. by Evan Cheng · 17 years ago
  37. 2925786 Fix pr2566: incorrect assumption about bit_convert. It doesn't not have to output a vector value. Patch by Nicolas Capens! by Evan Cheng · 17 years ago
  38. ce8fdf1 While creating temp. file on disk, if the current filename points to a existing directory then create new temp. file inside the directory. by Devang Patel · 17 years ago
  39. 52672b8 Fix PR2574: implement v2f32 scalar_to_vector. by Evan Cheng · 17 years ago
  40. 54ce536 Handle bitcode wrappers. by Devang Patel · 17 years ago
  41. 694caf5 Make the GraphRoot edge look like a chain edge, which is more accurate, by Dan Gohman · 17 years ago
  42. 04dda73 Provide default implementation of different small-sections related stuff by Anton Korobeynikov · 17 years ago
  43. 0980980 Tie small stuff to non-small by default on ELF platforms by Anton Korobeynikov · 17 years ago
  44. c92a0e9 simplified small section logic by Bruno Cardoso Lopes · 17 years ago
  45. f88a6fa Fix encoding of atomic compare and swap for i64 by Anton Korobeynikov · 17 years ago
  46. feb95cc Added small section asm emition logic for mips. Fixed small bug. by Bruno Cardoso Lopes · 17 years ago
  47. 62d590c Basic support for small sections by Bruno Cardoso Lopes · 17 years ago
  48. 829487e Remove another tab. by Bill Wendling · 17 years ago
  49. bbf2e06 More tab removals. by Bill Wendling · 17 years ago
  50. c91d0b9 Another buildbot test commit. by Bill Wendling · 17 years ago
  51. 62bdec0 Fix a typo in a comment. by Dan Gohman · 17 years ago
  52. ceab39f Fix multiple-return-value-to-first-class-aggregates autoupgrade to by Dan Gohman · 17 years ago
  53. 4e97401 Trivial check-in to test buildbot. No functionality change. by Bill Wendling · 17 years ago
  54. e089160 InsertValue and ExtractValue constant expressions are always by Dan Gohman · 17 years ago
  55. 79acd2b Fix grammaros in comments. by Dan Gohman · 17 years ago
  56. 7375fbc Fix a bug in LSR's dead-PHI cleanup. If a PHI has a def-use chain that by Dan Gohman · 17 years ago
  57. 3580331 Enhance the GraphWriter support for edge destinations, and teach the by Dan Gohman · 17 years ago
  58. 2dbc167 After early-lowering the FORMAL_ARGUMENTS node, delete it. by Dan Gohman · 17 years ago
  59. a022bdf Eliminate a compilation warning. by Evan Cheng · 17 years ago
  60. 462dc7f Add titles to the various SelectionDAG viewGraph calls by Dan Gohman · 17 years ago
  61. 80f3d46 Fix uses of underscore-capital names. by Dan Gohman · 17 years ago
  62. 91fd532 Added initial support for small sections on Mips. by Bruno Cardoso Lopes · 17 years ago
  63. 6116a73 Now that the MachineInstr leaks are fixed, enable leak checking by Dan Gohman · 17 years ago
  64. 9685506 Use better variable names by Anton Korobeynikov · 17 years ago
  65. d493b04 Don't use larger alignment. by Anton Korobeynikov · 17 years ago
  66. d038e04 Add VerifyNode, a place to put sanity checks on by Duncan Sands · 17 years ago
  67. 41c0840 Use movaps instead of movups to spill 16-byte vector values when default alignment is >= 16. This fixes some massive performance regressions. by Evan Cheng · 17 years ago
  68. 9e13cbc Revert r53812 -- premature. LegalizeTypes isn't actually on yet! by Nick Lewycky · 17 years ago
  69. 2ceb40f Switch on the use of arbitrary precision integers in scalar evolution. This will by Nick Lewycky · 17 years ago
  70. 8b82c49 This header isn't necessary now. by Wojciech Matyjewicz · 17 years ago
  71. de0f238 Fix PR2088. Use modulo linear equation solver to compute loop iteration count. by Wojciech Matyjewicz · 17 years ago
  72. 3180e20 Fix for first part of PR2562. Generate the "pinsrw" instruction for inserts by Bill Wendling · 17 years ago
  73. fbbd701 Pull r53795 from Gaz into mainline: by Bill Wendling · 17 years ago
  74. badd8df Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. by Anton Korobeynikov · 17 years ago
  75. a7360f0 Make sure custom lowering for LegalizeTypes by Duncan Sands · 17 years ago
  76. 055a76b Use chars, where possible by Anton Korobeynikov · 17 years ago
  77. ae408e6 Switch MIPS to new ELFTargetAsmInfo. Add few FIXMEs. by Anton Korobeynikov · 17 years ago
  78. cff2ea0 Fix a FIXME :) by Anton Korobeynikov · 17 years ago
  79. 18f6ed9 Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code by Anton Korobeynikov · 17 years ago
  80. 745e864 Add TargetAsmInfo stuff for all darwin-based targets by Anton Korobeynikov · 17 years ago
  81. debe34b Add TargetAsmInfo for all ELF-based targets by Anton Korobeynikov · 17 years ago
  82. 88bbf69 Use aligned stack spills, where possible. This fixes PR2549. by Anton Korobeynikov · 17 years ago
  83. 1ed9922 Fix a memory leak in LiveIntervalAnalysis. by Evan Cheng · 17 years ago
  84. c3e2672 Softfloat support for FDIV. Patch by Richard Pennington. by Duncan Sands · 17 years ago
  85. f8ac645 Eliminate unused variable. by Duncan Sands · 17 years ago
  86. 6c4d8e3 Supress a gcc-4.3 warning. by Duncan Sands · 17 years ago
  87. 77926da Revert 53729, after waking up in the middle of by Duncan Sands · 17 years ago
  88. 5a11aba In the CBackend, use casts to force integer add, subtract, and by Dan Gohman · 17 years ago
  89. fa82857 Fix a LocalSpiller leak. This fixes tramp3d-v4. by Dan Gohman · 17 years ago
  90. e98c54c Make PRE actually handle critical edges (by splitting them). Confirmed that bootstrap passes with this change. by Owen Anderson · 17 years ago
  91. cfa9419 Reapply r53735. My last patch fixed the failures Dan observed. by Owen Anderson · 17 years ago
  92. 3ecaf1b Add some checks that got lost in the shuffle. This fixes 464.h264ref. by Owen Anderson · 17 years ago
  93. 79c23ef Revert r53735. It broke SPEC 464.h264ref. by Dan Gohman · 17 years ago
  94. 0c141e6 verify limits-fndefn.c from the GCC testsuite before the by Chris Lattner · 17 years ago
  95. 2c3f7ae Re-introduce LeakDetector support for MachineInstrs and MachineBasicBlocks. by Dan Gohman · 17 years ago
  96. dc5f936 When printing MemOperand nodes, only use print() for by Dan Gohman · 17 years ago
  97. f7d3ecf Use MergeBlockIntoPredecessor to simplify some code. by Owen Anderson · 17 years ago
  98. 76a4d58 Subreg live interval valno may not have a corresponding def machineinstr since it's less precise. by Evan Cheng · 17 years ago
  99. 11f2ec8 Make MergeBlockIntoPredecessor more aggressive when the same successor appears by Owen Anderson · 17 years ago
  100. c2b856e Enable PRE. My last batch of changes fixed the miscompile. by Owen Anderson · 17 years ago