1. 0272485 Reapply r127073(partially): Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 13 years ago
  2. caa5a5d Testcase for r127187. by Bill Wendling · 13 years ago
  3. 38e1f88d Don't show commands. by Bill Wendling · 13 years ago
  4. dcf7757 Reorder comments to put them the right way around. by Nick Lewycky · 13 years ago
  5. 290342a While sinking an instruction, do not lose llvm.dbg.value intrinsic. by Devang Patel · 13 years ago
  6. ebc2fc1 Change the next release number to 3.0svn. by Bill Wendling · 13 years ago
  7. 5914321 A few more tests for instruction encodings. by Bill Wendling · 13 years ago
  8. 7c2cdb1 Turn on list-ilp scheduling by default on x86 and x86-64, fix up by Eric Christopher · 13 years ago
  9. 0bf56c8 Further improvements to pre-RA-sched=list-ilp. by Andrew Trick · 13 years ago
  10. 79f56c9 Fix a compiler crash where a Glue value had multiple uses. Radar 9049552. by Bob Wilson · 13 years ago
  11. 1b772f9 Fix comment typos. by Bob Wilson · 13 years ago
  12. 3116dce Rename the narrow shift right immediate operands to "shr_imm*" operands. Also by Bill Wendling · 13 years ago
  13. 0d8ccaa Let shrinkToUses optionally return a list of now dead machine instructions. by Jakob Stoklund Olesen · 13 years ago
  14. d756ece Typos. by Eric Christopher · 13 years ago
  15. cd77a50 Preserve line no. info. Radar 9097659 by Devang Patel · 13 years ago
  16. 1973b3e Make the UselessRegs argument optional in the LiveRangeEdit constructor. by Jakob Stoklund Olesen · 13 years ago
  17. be2119e Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo. by Cameron Zwarich · 13 years ago
  18. e390b32 Add test for r127138. by Rafael Espindola · 13 years ago
  19. e54f648 Often GCC can see that NumBuckets is zero here, resulting in a warning by Duncan Sands · 13 years ago
  20. 42daf91 Tidy up. by Jim Grosbach · 13 years ago
  21. a9d5c27 Handle the special case of registers begin redefined by early-clobber defs. by Jakob Stoklund Olesen · 13 years ago
  22. 6154f6c Use the correct LHS type when determining the legalization of a shift's RHS type. by Owen Anderson · 13 years ago
  23. a6428a4 ptx: Fix calling convention printing in AsmWriter.cpp by Justin Holewinski · 13 years ago
  24. dea3a5e Clarify that the result of an srem is only guaranteed to have the same sign as the by Duncan Sands · 13 years ago
  25. e7e9a60 Don't keep the log files around. Just pipe to a log file instead. by Bill Wendling · 13 years ago
  26. f16fe9e Fix tagging name. by Bill Wendling · 13 years ago
  27. a36be82 Try fixing mingw build. by Argyrios Kyrtzidis · 13 years ago
  28. 9c93204 Prepend LD.Flags before LDFLAGS to avoid overriding necessary paths. by Eric Christopher · 13 years ago
  29. bf433e5 Tweak this test. We can analyze what happens and show that we still do the by Nick Lewycky · 13 years ago
  30. c14bc77 Add more analysis of the sign bit of an srem instruction. If the LHS is negative by Nick Lewycky · 13 years ago
  31. 128ccbb Do a compiler check that we use one of the types from PointerUnion[N], instead of a runtime check. by Argyrios Kyrtzidis · 13 years ago
  32. 19b6c73 Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned. by NAKAMURA Takumi · 13 years ago
  33. 1b5ec06 Don't internalize available_externally functions. We already did the right by Rafael Espindola · 13 years ago
  34. 6ca5537 remove another jeff link by Chris Lattner · 13 years ago
  35. b43034d Typo. by Eric Christopher · 13 years ago
  36. d01f50f ConstantInt has some getters which return ConstantInt's or ConstantVector's of by Nick Lewycky · 14 years ago
  37. 511cab2 lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099. by NAKAMURA Takumi · 14 years ago
  38. 3c6e495 Disable a couple of experimental heuristics to get the best results from the current implementation of -pre-RA-sched=list-ilp. by Andrew Trick · 14 years ago
  39. 88b0c6a Avoid zero-sized allocations when copying a fresh DenseMap. by Benjamin Kramer · 14 years ago
  40. 7cefa64 Revert r127073: "Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO)." by Jakob Stoklund Olesen · 14 years ago
  41. e516379 ARM assembler stuff is crazy: for .setfp positive values of offset corresponds to "add" instruction, not to "sub" as in .pad case by Anton Korobeynikov · 14 years ago
  42. b3fcc06 In Thumb1 mode the constant might be materialized via the load from constpool. Emit unwinding information in case when this load from constpool is used to change the stack pointer in the prologue. by Anton Korobeynikov · 14 years ago
  43. 3daccd8 Implement frame unwinding information emission for Thumb1. Not finished yet because there is no way given the constpool index to examine the actual entry: the reason is clones inserted by constant island pass, which are not tracked at all! The only connection is done during asmprinting time via magic label names which is really gross and needs to be eventually fixed. by Anton Korobeynikov · 14 years ago
  44. 7a76416 Add unwind information emission for thumb stuff by Anton Korobeynikov · 14 years ago
  45. 7503fcb Handle MI flags inside Thumb2SizeReduction pass. by Anton Korobeynikov · 14 years ago
  46. 57caad7 Preliminary support for ARM frame save directives emission via MI flags. by Anton Korobeynikov · 14 years ago
  47. 94c1b08 Provide hooks to set MI flags in MachineInstrBuilder by Anton Korobeynikov · 14 years ago
  48. b5e16af Some first rudimentary support for ARM EHABI: print exception table in "text mode". by Anton Korobeynikov · 14 years ago
  49. 6dd9747 Add FrameSetup MI flags by Anton Korobeynikov · 14 years ago
  50. 6647b59 Shorten AsmPrinterFlags filed to accomodate for future Flags field by Anton Korobeynikov · 14 years ago
  51. 2b0f9e7 Work around a coalescer bug. by Jakob Stoklund Olesen · 14 years ago
  52. 4faa0e1 Remove unused conditional negate operations. by Bob Wilson · 14 years ago
  53. 103391d InstCombine: We know the number of items initially added to the worklist map, reserve space early to avoid rehashing. by Benjamin Kramer · 14 years ago
  54. 49d4430 Lazily allocate DenseMaps. by Benjamin Kramer · 14 years ago
  55. 0df2c50 ptx: add basic intrinsic support by Che-Liang Chiou · 14 years ago
  56. afc7d23 Be explicit with abs(). Visual Studio workaround. by Andrew Trick · 14 years ago
  57. 9869c2f utils/lit/lit/TestRunner.py: bash is available with MSYS on Python/W32. Then we can execute "bash tests". by NAKAMURA Takumi · 14 years ago
  58. 0c3ed6b Introduce $(ECHOPATH) to print DOSish path string on MSYS bash for alternative of $(ECHO). by NAKAMURA Takumi · 14 years ago
  59. 2f017cb On Windows hosts, Python scripts in test/Scripts did not accept binary files from stdin. The environment variable "PYTHONUNBUFFERED" makes stdin as binary. Thanks to Danil Malyshev! by NAKAMURA Takumi · 14 years ago
  60. 5e84e3c Fix for -sched-high-latency-cycles in sched=list-ilp mode. by Andrew Trick · 14 years ago
  61. ece96f5 Missing "virtual" keyword. Jakob's review. by Andrew Trick · 14 years ago
  62. 7c8d351 Fix PR9398 - 10% of llc compile time is spent in Value::getNumUses. This reduces by Cameron Zwarich · 14 years ago
  63. ab2e3e2 Missing comment. by Andrew Trick · 14 years ago
  64. e0ef509 Increased the register pressure limit on x86_64 from 8 to 12 by Andrew Trick · 14 years ago
  65. a4a1c3f remove jeff's name (by his request) by Chris Lattner · 14 years ago
  66. 8d4a422 whitespace by Andrew Trick · 14 years ago
  67. 58bfcdb Thread comparisons over udiv/sdiv/ashr/lshr exact and lshr nuw/nsw whenever by Nick Lewycky · 14 years ago
  68. 9feda17 Try once again to optimize "icmp (srem X, Y), Y" by turning the comparison into by Nick Lewycky · 14 years ago
  69. 874be74 Rework the global split cost calculation. by Jakob Stoklund Olesen · 14 years ago
  70. 89be0ac test/CodeGen/X86/vec_cast.ll: [PR8311] Add explicit -mtriple=x86_64-linux and -mtriple=x86_64-win32. Thanks to Nadav, it might be fixed in r126424. by NAKAMURA Takumi · 14 years ago
  71. 1c5730f test commit by Jin-Gu Kang · 14 years ago
  72. 96dcd95 Compute the constraints for global live range splitting from an interference pattern. by Jakob Stoklund Olesen · 14 years ago
  73. 27ea999 Teach the register scavenger to take subregs into account when finding a free register. by Jim Grosbach · 14 years ago
  74. 515c67e Support unregistering exception frames of functions when they are removed. by Eric Christopher · 14 years ago
  75. b1939d5 Fix the case where the number of jobs is less than the by David Greene · 14 years ago
  76. 0795abd Improve readability with some whitespace! by Eric Christopher · 14 years ago
  77. 8b6a933 Extract a method. No functional change. by Jakob Stoklund Olesen · 14 years ago
  78. 0546f73 Initialize variable. by Bill Wendling · 14 years ago
  79. d17924b Go back to comparing spill weights when deciding if interference can be evicted. by Jakob Stoklund Olesen · 14 years ago
  80. 38b5e86 Improve div/rem node handling on mips. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago
  81. 650af5d Add testcase for r127032 by Bruno Cardoso Lopes · 14 years ago
  82. 99027d7 Expands register/immediate pairs when the immediate is too large to fit in 16-bit field. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago
  83. a7a841a When decling to reuse existing expressions that involve casts, ignore by Dan Gohman · 14 years ago
  84. c42fb5f Rewrite and simplify o32 vaarg passing, no functional changes. Patch by Sasa Stankovic by Bruno Cardoso Lopes · 14 years ago
  85. 89e0f38 Be nice to Xcore and the XMOS assembler and avoid quoting section names by Joerg Sonnenberger · 14 years ago
  86. ca8a2aa Lowers block address. Currently asserts when relocation model is not PIC. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago
  87. ca97144 raw_ostream: while it is generally desirable to do larger writes, it can lead to by Benjamin Kramer · 14 years ago
  88. 979869c Renumber slot indexes locally when possible. by Jakob Stoklund Olesen · 14 years ago
  89. c8888c7 XFAIL for all. These tests are darwin specific anyway. by Devang Patel · 14 years ago
  90. e2ee753 Revert broken srem logic from r126991. by Nick Lewycky · 14 years ago
  91. 49eaf76 Fix an old copy-n-paste by Bruno Cardoso Lopes · 14 years ago
  92. 53dc40a Disable ARMGlobalMerge on darwin. The debugger is not yet able to extract individual variable's info from merged global. by Devang Patel · 14 years ago
  93. 5d6fb5d Expands FCOS and FSIN nodes when type is f64. by Bruno Cardoso Lopes · 14 years ago
  94. f0cf2d3 Number SlotIndexes uniformly without looking at the number of defs on each instruction. by Jakob Stoklund Olesen · 14 years ago
  95. bee4150 Symbolize the default instruction distance. by Jakob Stoklund Olesen · 14 years ago
  96. e90756d raw_ostream: If writing a string that is larger than the buffer, write it directly instead of doing many buffer-sized writes. by Benjamin Kramer · 14 years ago
  97. beb9a1f Deferred SlotIndex renumbering was a good idea but never used. by Jakob Stoklund Olesen · 14 years ago
  98. 10c5f2d Add SlotIndex statistics. by Jakob Stoklund Olesen · 14 years ago
  99. fb69810 Tweak debug output. No functional changes. by Jakob Stoklund Olesen · 14 years ago
  100. 911a992 Fixes addc pattern when immediate cannot be represented with 16-bit. Patch by Akira Hatanaka by Bruno Cardoso Lopes · 14 years ago