1. 2bf4b54 Regen configure by Peter Collingbourne · 14 years ago
  2. 1fbf5a4 Fix paths; AutoRegen.sh changes its current working directory to be the by Peter Collingbourne · 14 years ago
  3. eb13382 1. Change MBlaze indirect branches to use absolute branch BRALD instead of pc relative branch BRLD. by Wesley Peck · 14 years ago
  4. a30b7d2 Catch attempts to remove a deleted node from the CSE maps. Better to by Duncan Sands · 14 years ago
  5. 7138863 fix typo by Chris Lattner · 14 years ago
  6. 2f7228b Generalize the and-icmp-select instcombine further by allowing selects of the form by Benjamin Kramer · 14 years ago
  7. 20e3b4b Factor the (x & 2^n) ? 2^m : 0 instcombine into its own method and generalize it by Benjamin Kramer · 14 years ago
  8. a9688c4 (or (and (shl A, #shamt), mask), B) => ARMbfi B, A, ~mask where lsb(mask) == #shamt. rdar://8752056 by Evan Cheng · 14 years ago
  9. 533f58e Add named timer groups for the different stages of register allocation. by Jakob Stoklund Olesen · 14 years ago
  10. 4680dec Move MRI into RegAllocBase. Clean up debug output a bit. by Jakob Stoklund Olesen · 14 years ago
  11. 092e2cd Add FIXME by Jim Grosbach · 14 years ago
  12. a0bb037 Remove extraneous close parenthesis. Fix build breakage. by Nick Lewycky · 14 years ago
  13. 5a4308b Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing by Nick Lewycky · 14 years ago
  14. 63ee220 Attempt to get Thumb2 branch fixups working properly. by Owen Anderson · 14 years ago
  15. f6dff84 Force the greedy register allocator to always use the inline spiller. by Jakob Stoklund Olesen · 14 years ago
  16. 3bda29e Rip out live range splitting support from the inline spiller. by Jakob Stoklund Olesen · 14 years ago
  17. ab7837c Get rid of ellipses. by Bill Wendling · 14 years ago
  18. 5fd873d Fix merge error in my last fix to Thumb2 vldr fixups. by Owen Anderson · 14 years ago
  19. e2e0f58 Fixups for Thumb2 vldr's need to have the effective PC aligned as well. by Owen Anderson · 14 years ago
  20. 1591b29 The MCFixupKindInfo table needs to be in the order that the enums were by Bill Wendling · 14 years ago
  21. ac00e96 Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and friends. by Owen Anderson · 14 years ago
  22. dd479e9 Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation. by Jakob Stoklund Olesen · 14 years ago
  23. 746fa17 Add float patterns for Neon vld1-lane/dup and vst1-lane operations. by Bob Wilson · 14 years ago
  24. 20d5515 Remove unused arguments. by Bob Wilson · 14 years ago
  25. 0f4b60d Fix encoding of Thumb1 LDRB and STRB. by Owen Anderson · 14 years ago
  26. 7bf4c02 Trailing whitespace. by Jim Grosbach · 14 years ago
  27. 808c7d1 Fix Thumb2 encodings of STREX and LDREX. by Owen Anderson · 14 years ago
  28. 839c092 Revert r121520, which may have introduced miscompilations. by Dan Gohman · 14 years ago
  29. 0be099d Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999 by Jim Grosbach · 14 years ago
  30. 90cc533 Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726 by Jim Grosbach · 14 years ago
  31. 683fc3e More trivial cleanup. No need to define the EncoderMethod property type. Can by Jim Grosbach · 14 years ago
  32. 04da9bf Tidy up. by Jim Grosbach · 14 years ago
  33. a79bd0e Trailing whitespace. by Jim Grosbach · 14 years ago
  34. 3bd5e52 Implement PartialAlias checking in BasicAA. by Dan Gohman · 14 years ago
  35. 6ce219e Fix miscompilation caused by trivial logic error in the reassignVReg() by Jakob Stoklund Olesen · 14 years ago
  36. d891acd Minimally update this code to handle PartialAlias. by Dan Gohman · 14 years ago
  37. 4a2a3ea Use PartialAlias to do better noalias lint checking. by Dan Gohman · 14 years ago
  38. 91d7475 Teach AliasAnalysisCounter about PartialAlias. by Dan Gohman · 14 years ago
  39. 3d9f1ca Teach AliasAnalysisEvaluator about PartialAlias. by Dan Gohman · 14 years ago
  40. 2c2f4c8 Update this code to handle PartialAlias as MayAlias. by Dan Gohman · 14 years ago
  41. 4a34cbd Introduce a new PartialAlias response for AliasAnalysis. For most by Dan Gohman · 14 years ago
  42. a92bac6 Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions. by Bob Wilson · 14 years ago
  43. 568f528 Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR by Jim Grosbach · 14 years ago
  44. c9672cb Add an AllocationOrder class that can iterate over the allocatable physical by Jakob Stoklund Olesen · 14 years ago
  45. e246717 Thumb unconditional branch binary encoding. rdar://8754994 by Jim Grosbach · 14 years ago
  46. 0108645 Thumb conditional branch binary encodings. rdar://8745367 by Jim Grosbach · 14 years ago
  47. c8cfbcb Another git svn dcommit test. This time let's hope it doesn't kill my repo. by Michael J. Spencer · 14 years ago
  48. 52917e5 Another git-svn dcommit test. (last time I got access and client errors and it broke everything locally;/) by Michael J. Spencer · 14 years ago
  49. d15e2f7 Test git svn dcommit by Michael J. Spencer · 14 years ago
  50. bbee055 Another dummy commit to check GIT mirroring by Anton Korobeynikov · 14 years ago
  51. 1b61350 Dummy commit to test GIT mirroring by Anton Korobeynikov · 14 years ago
  52. 049c74b macho-dump: Fix CMake build, following up to r121466. by NAKAMURA Takumi · 14 years ago
  53. 89b9372 Fixed version of 121434 with no new memory leaks. by Rafael Espindola · 14 years ago
  54. c2ef828 The Neon vqdmlsl_lane and vqdmlal_lane intrinsics have 4 arguments, not 3. by Bob Wilson · 14 years ago
  55. cdffa4f Mach-O/ARM: Add relocation type enumeration. by Daniel Dunbar · 14 years ago
  56. 4e45256 macho-dump: Switch to C++ macho-dump tool. by Daniel Dunbar · 14 years ago
  57. a87d7ec Mach-O: Tweak field name. by Daniel Dunbar · 14 years ago
  58. c79637c by Nick Lewycky · 14 years ago
  59. eda4a53 Fix cmake build. by Rafael Espindola · 14 years ago
  60. f7fd4aa Revert my previous patch to make the valgrind bots happy. by Rafael Espindola · 14 years ago
  61. 51c06bf Add dependency to "make check". by NAKAMURA Takumi · 14 years ago
  62. 8070812 lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, following up to r121434. by NAKAMURA Takumi · 14 years ago
  63. 44a9e8f Fix the leak from r121401 of the Operands erased in the list but not deleted. by Kevin Enderby · 14 years ago
  64. 031d307 Use GZIPBIN instead of GZIP. Apparently gzip uses GZIP as an environment by Eric Christopher · 14 years ago
  65. d191751 Add some missing predicates. by Nate Begeman · 14 years ago
  66. 78ceb3a fix some validation problems by Chris Lattner · 14 years ago
  67. 69ad797 restructure this for readability, correct the example to follow the public ivar name convention by Chris Lattner · 14 years ago
  68. 2ea8ee7 Formalize the notion that AVX and SSE are non-overlapping extensions from the compiler's point of view. Per email discussion, we either want to always use VEX-prefixed instructions or never use them, and are taking "HasAVX" to mean "Always use VEX". Passing -mattr=-avx,+sse42 should serve to restore legacy SSE support when desirable. by Nate Begeman · 14 years ago
  69. 1c952b9 Initial support for the cfi directives. This is just enough to get by Rafael Espindola · 14 years ago
  70. 2901231 Print breakpoints for call instructions. This is used by optimized debug info test harness. by Devang Patel · 14 years ago
  71. 98bec51 add a rule for enums, patch by Zhanyong Wan! by Chris Lattner · 14 years ago
  72. 7dddad5 Add initial support to measure local variables. by Devang Patel · 14 years ago
  73. 5fad7a9 Use const references. by Rafael Espindola · 14 years ago
  74. 6bfd4f4 Fix the prototype for the llvm.eh.selector intrinsic. by Bill Wendling · 14 years ago
  75. 272df51 Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of the by Bill Wendling · 14 years ago
  76. 3c49706 Add support for AVX to materialize +0.0 when doing scalar FP. by Nate Begeman · 14 years ago
  77. fe7fac7 Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branches. This is still not perfect, by Owen Anderson · 14 years ago
  78. a304d02 Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG. by Stuart Hastings · 14 years ago
  79. ff092fa Remember to filter out reserved rergisters from the allocation order. by Jakob Stoklund Olesen · 14 years ago
  80. a0382c6 Add a forgotten initializer for CheckedFirstInterference. by Jakob Stoklund Olesen · 14 years ago
  81. e7e4b51 Give CurStreamType's enum a name. This works around what is apparently by Dan Gohman · 14 years ago
  82. 05018c2 Fix an issue in some Thumb fixups, where the effective PC address needs to be 4-byte aligned when calculating by Owen Anderson · 14 years ago
  83. b492a7c Rename CB/CBZ specific fixup accordingly. by Jim Grosbach · 14 years ago
  84. dea914b Add assert to catch an attempt to emit .byte 256 by Devang Patel · 14 years ago
  85. 193c3ac Add support for parsing ARM arithmetic instructions that update or don't update by Kevin Enderby · 14 years ago
  86. 027d6e8 Rename the encoder method for t_cbtarget to match. by Jim Grosbach · 14 years ago
  87. cf6220a Thumb needs a few different encoding schemes for branch targets. Rename by Jim Grosbach · 14 years ago
  88. b78558c 80-column fixes. by Bob Wilson · 14 years ago
  89. c6f9261 ARM stm/ldm instructions require more than one register in the register list. by Jim Grosbach · 14 years ago
  90. 0e1fb7a Add a license comment to the generated arm_neon.h header. by Bob Wilson · 14 years ago
  91. b853e6c Added register reassignment prototype to RAGreedy. It's a simple by Andrew Trick · 14 years ago
  92. f2f516f More code not compiled by CMake. :(. by Michael J. Spencer · 14 years ago
  93. 014e189 CMake: Add FileUpdate to the build. by Michael J. Spencer · 14 years ago
  94. 7a8aab3 Missed FileUpdate because CMake doesn't build it yet :(. by Michael J. Spencer · 14 years ago
  95. 924aa23 Support/Windows/PathV2: Fix header comment. by Michael J. Spencer · 14 years ago
  96. 333ad3f Fix whitespace. by Michael J. Spencer · 14 years ago
  97. 58fe86d Support: Move c_str from SmallVector back to SmallString and add a free standing by Michael J. Spencer · 14 years ago
  98. 61187dd Support/FileSystem: Change file_status predicate functions that cannot fail to by Michael J. Spencer · 14 years ago
  99. 333fb04 Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code &ec. And fix clients. by Michael J. Spencer · 14 years ago
  100. 908b6dd Add ROTR and ROTRV mips32 instructions. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago