1. bff66a8 Move some data to the TargetWriter. by Rafael Espindola · 14 years ago
  2. 83d1ba5 Teach the inline spiller to attempt folding a load instruction into its single by Jakob Stoklund Olesen · 14 years ago
  3. 87c6d25 Tweak debug spew. by Jakob Stoklund Olesen · 14 years ago
  4. a68a4fd r120333 changed the opcode for the Thumb1 stuff from ARM::tMOVr to by Bill Wendling · 14 years ago
  5. cd08024 RemoveUnusedCPEntries can change things. Track it. by Bill Wendling · 14 years ago
  6. a5ff979 Test for push being relaxed. by Rafael Espindola · 14 years ago
  7. dfe3b6d Check that the register is live-in to the loop header before inserting copies in by Jakob Stoklund Olesen · 14 years ago
  8. bb1744e Fix GCC warning: by Nick Lewycky · 14 years ago
  9. 1ee03a8 Relax push instructions. by Rafael Espindola · 14 years ago
  10. 90862ee Make LazyValueInfo non-recursive. by Nick Lewycky · 14 years ago
  11. 094dd80 Rearrange some Neon multiclasses. No functional changes. by Bob Wilson · 14 years ago
  12. b3127bb Support/PathV1: Deprecate getLast. by Michael J. Spencer · 14 years ago
  13. 57e9104 CMake: Cleanup and document MSVC warning flags. by Michael J. Spencer · 14 years ago
  14. a479b23 Add support to CallbackVH to receive notification when a Value's use-list changes. by Owen Anderson · 14 years ago
  15. 89cab93 Pass a Banner argument to the machine code verifier both from by Jakob Stoklund Olesen · 14 years ago
  16. 3deb451 Fix result type of Neon floating-point comparisons against zero. by Bob Wilson · 14 years ago
  17. 3a75b9b Add some missing entries in ARMTargetLowering::getTargetNodeName. by Bob Wilson · 14 years ago
  18. 2d0537c Whitespace fixes. No functionality change. by Bill Wendling · 14 years ago
  19. 8d12140 Avoid dereferencing end() in collectInterferingVRegs() when there is no by Jakob Stoklund Olesen · 14 years ago
  20. af24964 Make the -verify-regalloc command line option available to base classes as by Jakob Stoklund Olesen · 14 years ago
  21. f428eb6 Enable loop splitting in RegAllocGreedy. by Jakob Stoklund Olesen · 14 years ago
  22. 9a3dc55 Add vector versions of some existing scalar transforms to aid codegen in matching psign & pblend operations to the IR produced by clang/gcc for their C idioms. by Nate Begeman · 14 years ago
  23. 976ef86 During local stack slot allocation, the materializeFrameBaseRegister function by Bill Wendling · 14 years ago
  24. d727343 Fix a DAGCombiner crash when folding binary vector operations with constant by Bob Wilson · 14 years ago
  25. 4c6b3d3 Combine several vector-related DAGCombiner tests. by Bob Wilson · 14 years ago
  26. 9bb43e1 Avoid report_fatal_error in ARM's PrintAsmOperand method. by Bob Wilson · 14 years ago
  27. 2615645 Remove trailing whitespace. by Bob Wilson · 14 years ago
  28. b65c175 Add support for matching psign & plendvb to the x86 target by Nate Begeman · 14 years ago
  29. d715e07 Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees by Jakob Stoklund Olesen · 14 years ago
  30. 5049ee5 It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that by Jakob Stoklund Olesen · 14 years ago
  31. 175fb36 Thumb's forced-PC-alignment requirement applies to the _total_ displacement, not just to the fragment relative by Owen Anderson · 14 years ago
  32. f5daf8b Add a transform to DAG Combiner. This improves the by Dale Johannesen · 14 years ago
  33. 48c166b Fix 80 col. by Michael J. Spencer · 14 years ago
  34. 965841c Support/Path: Deprecate PathV1::isAbsolute. by Michael J. Spencer · 14 years ago
  35. 3ce88c9 PathV2: Use StringRef::substr to simplify substring creation. by Benjamin Kramer · 14 years ago
  36. 2f3a4aa Allow missing kill flags on an untied operand of a two-address instruction when by Jakob Stoklund Olesen · 14 years ago
  37. 4aec85a Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. by Jakob Stoklund Olesen · 14 years ago
  38. a3dbd3a If The ARM WriteNopData() gets an unaligned byte count to pad out, fill in with by Jim Grosbach · 14 years ago
  39. 7fb8666 Missed some StringRefRefs. by Benjamin Kramer · 14 years ago
  40. f0db261 Add bits 31-28 to the Thumb2 encoding of TBB/TBH. by Jim Grosbach · 14 years ago
  41. 6ec6eeb Handle 2 and 4 byte data blob fixup values for ARM. by Jim Grosbach · 14 years ago
  42. d53f3c8 Pass StringRefs by value, for consistency. by Benjamin Kramer · 14 years ago
  43. 090100f Add MachineLoopRange comparators for sorting loop lists by number and by area. by Jakob Stoklund Olesen · 14 years ago
  44. e63dda5 Reapply r121905 (automatic synthesis of @llvm.sadd.with.overflow) with a fix for a bug that manifested itself by Owen Anderson · 14 years ago
  45. 31f3578 Store and free the TargetObjectWriter. by Rafael Espindola · 14 years ago
  46. 6024c97 Stub out explicit MCELFObjectTargetWriter interface. by Rafael Espindola · 14 years ago
  47. 1f95a9d Cleanup and document .gitignore. by Michael J. Spencer · 14 years ago
  48. cc2a8fe Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1 and V2. by Michael J. Spencer · 14 years ago
  49. 285b3e5 Move createELFObjectWriter to its own header. by Rafael Espindola · 14 years ago
  50. 14c0987 SimplifyCFG: Ranges can be larger than 64 bits. Fixes Release-selfhost build. by Benjamin Kramer · 14 years ago
  51. 23dcd00 Fix mismatched new[]/delete. by Benjamin Kramer · 14 years ago
  52. 18aa393 Don't feed 19 bit immediates to ILA. by Kalle Raiskila · 14 years ago
  53. 127a6a4 Use getFixupKindInfo to implement isFixupKindPCRel, ELF version. by Rafael Espindola · 14 years ago
  54. e27db74 improve switch formation to handle small range by Chris Lattner · 14 years ago
  55. 1139d50 MC/ARM: Use aggressive symbol folding (important for jump tables, for example). by Daniel Dunbar · 14 years ago
  56. 17304b3 MC/Expr: Implemnt more aggressive folding during symbol evaluation using by Daniel Dunbar · 14 years ago
  57. b874227 MC/Mach-O: On second thought, use a custom hook for enabling aggressive by Daniel Dunbar · 14 years ago
  58. 32c1c5a MC/Mach-O: Implement IsSymbolRefDifferenceFullyResolved. by Daniel Dunbar · 14 years ago
  59. 1f3662a MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format specific hook. by Daniel Dunbar · 14 years ago
  60. ff2e9b4 Provide LiveIntervalUnion::Query::checkLoopInterference. by Jakob Stoklund Olesen · 14 years ago
  61. 5d2477c MC/Assembler: Strip out object writer arguments, now that it is always available by Daniel Dunbar · 14 years ago
  62. feb7ba3 MC/Assembler: Make the MCObjectWriter available through the lifetime of the by Daniel Dunbar · 14 years ago
  63. e509aa9 Trailing whitespace and 80 column fixups. by Jim Grosbach · 14 years ago
  64. 7b62afa MC/Target: Remove HasScatteredSymbols target hook variable, which has been by Daniel Dunbar · 14 years ago
  65. 8f714fe MC/Expr: Simplify. by Daniel Dunbar · 14 years ago
  66. 90675c8 Complete tests for IntervalMapOverlaps. by Jakob Stoklund Olesen · 14 years ago
  67. 495de3b Fix crash compiling a QQQQ REG_SEQUENCE for a Neon vld3_lane operation. by Bob Wilson · 14 years ago
  68. a1f544b Use PairDRegs to implement ConcatVectors. No functionality change. by Bob Wilson · 14 years ago
  69. c7c5e78 Fix a comment typo. by Bob Wilson · 14 years ago
  70. 14595d9 Neon intrinsic tests need to be compiled for Cortex-A9 for f16 support. by Bob Wilson · 14 years ago
  71. c32046e Revert r64460. strtol and friends cannot be marked readonly, even with by Dan Gohman · 14 years ago
  72. 2d8e3e7 MC: Remove another dead MCAssembler argument, and update clients. by Daniel Dunbar · 14 years ago
  73. 92c66c7 MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added by Daniel Dunbar · 14 years ago
  74. 204e3b6 MC: Simplify (remove unnecessary MCAssembler argument, obsoleted by containment by Daniel Dunbar · 14 years ago
  75. f249e5d Fix 80-col viola. by Daniel Dunbar · 14 years ago
  76. cdf94e8 Write => in a more normal form. by Daniel Dunbar · 14 years ago
  77. f2ed62d MC/Expr: Simplify (and add a FIXME). by Daniel Dunbar · 14 years ago
  78. dfe125c "Fix" FDE alignment to match what gas does. by Rafael Espindola · 14 years ago
  79. 3ee33aa Make pushq produce signed relocations. by Rafael Espindola · 14 years ago
  80. c448aa6 llvm-dis: Fix memory leak. ParseBitcodeFile should be taking ownership of by Michael J. Spencer · 14 years ago
  81. 460ee0f Add basic test exposing many bugs. by Jakob Stoklund Olesen · 14 years ago
  82. 8a28f21 Fix MBlaze backend call instructions so that arguments passed through registers by Wesley Peck · 14 years ago
  83. 3efad8f Pseudo-ize the Thumb1 tBfar pattern. rdar://8777974 by Jim Grosbach · 14 years ago
  84. dd18e28 MC/Expr: Add a doxyment. by Daniel Dunbar · 14 years ago
  85. 56b2eaf Oops, didn't mean to ignore .gitignore. by Daniel Dunbar · 14 years ago
  86. 5d05d97 MC/Mach-O: Lift some MachObjectWriter arguments into the target specific by Daniel Dunbar · 14 years ago
  87. fe068b3 llvm-dis: Simplify MemoryBuffer usage. by Michael J. Spencer · 14 years ago
  88. 7aa4844 Fix whitespace. by Michael J. Spencer · 14 years ago
  89. ae5abd5 MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface. by Daniel Dunbar · 14 years ago
  90. 297ed28 Fix indentation (per style guide). by Daniel Dunbar · 14 years ago
  91. aa4b7dd MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h. by Daniel Dunbar · 14 years ago
  92. 7e06af8 MC/Mach-O: Use fixup info instead of hard coded list. by Daniel Dunbar · 14 years ago
  93. b8810a3 build: Fix ONLY_TOOLS to not build lto etc. unless specified. by Daniel Dunbar · 14 years ago
  94. 7232b09 Add some more .gitignore entries. by Daniel Dunbar · 14 years ago
  95. 01abcf3 Fix a bug in the loop in JumpThreading::ProcessThreadableEdges() where it could falsely produce a MultipleDestSentinel value if the first predecessor ended with an 'indirectbr'. If that happened, it caused an unnecessary FindMostPopularDest() call. by Frits van Bommel · 14 years ago
  96. ebef48e Speculatively revert commit 121905 since it looks like it might have broken the by Duncan Sands · 14 years ago
  97. 71d3500 Fix some compiler warnings. by Daniel Dunbar · 14 years ago
  98. 3ff9563 MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm. by Michael J. Spencer · 14 years ago
  99. b29b20e Add .gitignore. I chose not to dump the svn ignore list into this because most by Michael J. Spencer · 14 years ago
  100. 2761fc4 MC: Move target specific fixup info descriptors to TargetAsmBackend instead of by Daniel Dunbar · 14 years ago