1. 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 15 years ago
  2. dd1fc8c SDep is POD-like. Shave off a few bytes from SUnit by moving a member around. by Benjamin Kramer · 15 years ago
  3. 1526b19 Initial support for being able to specify the llvm-gcc to use like this: by Duncan Sands · 15 years ago
  4. 2ace1b6 Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instruction. by Rafael Espindola · 15 years ago
  5. c62feda Namespacify. by Benjamin Kramer · 15 years ago
  6. 6b8e435 Factor some code to parseSectionFlags and fix the default type of a section. by Rafael Espindola · 15 years ago
  7. 109f4cb system_error: Even more unsupported error numbers :(. by Michael J. Spencer · 15 years ago
  8. 081f800 Treat a call of function pointer like a load of the pointer when considering by Nick Lewycky · 15 years ago
  9. 2595873 Behave a bit more like gnu as and use the symbol (instead of the section) by Rafael Espindola · 15 years ago
  10. 8b4e60c 80 col. by Michael J. Spencer · 15 years ago
  11. 0f020f7 google test depends on Support. by Michael J. Spencer · 15 years ago
  12. 1683fcc Relocate with the symbol if the relocation is of kind NTPOFF. by Rafael Espindola · 15 years ago
  13. 861ef4b unittests: Add initial Path-V2 test. by Michael J. Spencer · 15 years ago
  14. f9100d4 Path Version 2. by Michael J. Spencer · 15 years ago
  15. f2ca4cb unittests: Add SystemTests. by Michael J. Spencer · 15 years ago
  16. bf8209d Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly by Rafael Espindola · 15 years ago
  17. 5c7106b Testcase for r120017. by Rafael Espindola · 15 years ago
  18. 42e75a3 Updating MBlaze .mask and .frame directives to match GCC's output and fixing regression introduced in 120095 by checking MCStreamer::hasRawTextSupport. by Wesley Peck · 15 years ago
  19. 82dc040 1. Fixing error where basic block labels were not being printed out when they need to be for the MBlaze backend because AsmPrinter::isBlockOnlyReachableByFallthrough does not take into account delay slots. by Wesley Peck · 15 years ago
  20. 7de8101 Use i8 as SETCC result type for i1 in SPU. by Kalle Raiskila · 15 years ago
  21. 702a404 Allow for 'fcmp ogt' in SPU. by Kalle Raiskila · 15 years ago
  22. 9755127 If a symbol is used as tls, mark it as tls even if not declare as so. Probably by Rafael Espindola · 15 years ago
  23. bcc3678 include/llvm/System/system_error.h: ECANCELED is undefined on Cygwin-1.5. by NAKAMURA Takumi · 15 years ago
  24. 9c336fa Tweak ImmutableMap/ImmutableSet/ImmutableList APIs by Ted Kremenek · 15 years ago
  25. 6c76f5f Generalize overflowLeaf to also handle overflows in branch nodes. by Jakob Stoklund Olesen · 15 years ago
  26. 7cf7054 add a MemoryBuffer::getOpenFile method, which turns an open by Chris Lattner · 15 years ago
  27. 67ff104 system_error: Add fixme. by Michael J. Spencer · 15 years ago
  28. 50f2625 Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. by Duncan Sands · 15 years ago
  29. c21a821 The srem -> urem transform is not safe for any divisor that's not a power of two. by Benjamin Kramer · 15 years ago
  30. b6133d1 Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction by Duncan Sands · 15 years ago
  31. 0f82763 Constant folding here is pointless, because InstructionSimplify by Duncan Sands · 15 years ago
  32. 1353467 Move the ARM reloc constants to Support/ELF.h by Jason W Kim · 15 years ago
  33. 626613d Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. by Bob Wilson · 15 years ago
  34. b055f74 Fix copy-and-paste error in exception message. by Bob Wilson · 15 years ago
  35. b70ebd2 InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is positive. by Benjamin Kramer · 15 years ago
  36. e104f1b Propagate LeftDistributes and RightDistributes into their only uses. by Duncan Sands · 15 years ago
  37. c2b1c0b Fix typo pointed out by Frits van Bommel and Marius Wachtler. by Duncan Sands · 15 years ago
  38. 5057f38 Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in a by Duncan Sands · 15 years ago
  39. 0cc5b1f Division by pow-of-2 is not cheap on SPU, do it with shifts. by Kalle Raiskila · 15 years ago
  40. beb6898 Implement the rex64 prefix. by Rafael Espindola · 15 years ago
  41. 4cd2ad1 Expand a little on the description of what InstructionSimplify does. by Duncan Sands · 15 years ago
  42. b9b369f Clarify that constant folding of instructions applies when all operands by Duncan Sands · 15 years ago
  43. a9d4281 Invalidate the layout on any relaxation, not just Instructions. Bug found by David Meyer. by Rafael Espindola · 15 years ago
  44. d93ceeb Produce a relocation for pcrel absolute values. Based on a patch by David Meyer. by Rafael Espindola · 15 years ago
  45. 2974b6f Optimize a common case in the Lengauer-Tarjan dominators algorithm. This gives a by Cameron Zwarich · 15 years ago
  46. 9f9bd8e Revert functionality doug added in r98575 that was never by Chris Lattner · 15 years ago
  47. 0e11dfc Reuse data fragments while lowering. Patch by David Meyer. by Rafael Espindola · 15 years ago
  48. cafe0b4 Fix formatting nits in the coding standards. Reviewed by clattner. by Zhanyong Wan · 15 years ago
  49. 92267bb fix this harder. by Chris Lattner · 15 years ago
  50. e57016a fix a bug I introduced on the other side of the #ifdef by Chris Lattner · 15 years ago
  51. 3afc385 reimplement SwapByteOrder.h in terms of overloading instead of by Chris Lattner · 15 years ago
  52. bf17cfa Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. by Wesley Peck · 15 years ago
  53. 5400570 add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, patch by Greg Pfeil! by Chris Lattner · 15 years ago
  54. 79b967b duncan's spider sense was right, I completely reversed the condition by Chris Lattner · 15 years ago
  55. 2e1a75d filecheckize by Chris Lattner · 15 years ago
  56. 1090742 Fixed some style issues (no _, no spc after !) by Jason W Kim · 15 years ago
  57. d80f8d0 Remove duplicated constants. Thanks to Jason for noticing it. by Rafael Espindola · 15 years ago
  58. 93f8455 InstCombine: Implement X - A*-B -> X + A*B. by Benjamin Kramer · 15 years ago
  59. 28ef0a5 Make the <ARCH>ELFObjectWriter statics private by Jason W Kim · 15 years ago
  60. ccbe000 Fix misplaced statics. by Jason W Kim · 15 years ago
  61. 858e750 Kill trailing whitespace by Jason W Kim · 15 years ago
  62. 4a511f0 Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics to inside the class where it belongs. by Jason W Kim · 15 years ago
  63. ab5c703 Fix epilogue codegen to avoid leaving the stack pointer in an invalid by Evan Cheng · 15 years ago
  64. 4d5a299 Add a newline. by Mikhail Glushenkov · 15 years ago
  65. 0289413 llvmc: Make -march/-mcpu/-mtune behaviour more consistent with gcc. by Mikhail Glushenkov · 15 years ago
  66. a63395a If a GEP index simply advances by multiples of a type of zero size, by Duncan Sands · 15 years ago
  67. d87e571 Fix a bug with extractelement on SPU. by Kalle Raiskila · 15 years ago
  68. cdfecc8 Add basic CFI methods to the streamer interface. by Rafael Espindola · 15 years ago
  69. 85bbff6 Move the "gep undef" -> "undef" transform from instcombine to by Duncan Sands · 15 years ago
  70. ad8aaa0 Remove some #includes. by Rafael Espindola · 15 years ago
  71. ce750f0 Implement the "if (X == 6 || X == 4)" -> "if ((X|2) == 6)" optimization. by Benjamin Kramer · 15 years ago
  72. b05099b Don't keep track of inserted phis in PromoteMemoryToRegister: the information by Duncan Sands · 15 years ago
  73. 3d93893 Fix a compiler warning about Kind being used uninitialized by Duncan Sands · 15 years ago
  74. 9d89311 Pseudos default to 4byte size, let the instruction size field notice by Eric Christopher · 15 years ago
  75. 4b04713 Implement ELF object file writing support for the MBlaze backend. Its not perfect yet, but it works for many tests. by Wesley Peck · 15 years ago
  76. 46a928b Implement branch analysis in the MBlaze backend. by Wesley Peck · 15 years ago
  77. 6e749f3 Make it a little bit more explicit that the MBlaze backend only supports upto by Wesley Peck · 15 years ago
  78. 5437ba4 Fix an error in the MBlaze delay slot filler where instructions that already by Wesley Peck · 15 years ago
  79. 6ffdd45 fix comment by Chris Lattner · 15 years ago
  80. 8bc1e45 apparently tailcalls are better on darwin/x86-64 than on linux? by Chris Lattner · 15 years ago
  81. dd061b2 Initialize MemDep's TD member so buildbots don't trip over an uninitialized pointer (TD is passed to PHITransAddr). by Benjamin Kramer · 15 years ago
  82. e60d79f Add a rather pointless InstructionSimplify transform, inspired by recent constant by Duncan Sands · 15 years ago
  83. e583910 Fix spelling. by Duncan Sands · 15 years ago
  84. dcf0a47 More Thumb encodings. by Bill Wendling · 15 years ago
  85. af2b573 Add encoding for ARM "trap" instruction. by Bill Wendling · 15 years ago
  86. 9717fa9 The "trap" instruction is one of this which doesn't have a condition code. Hack by Bill Wendling · 15 years ago
  87. 7d0affd - Give "trap" the correct encoding, at least according to Darwin's assembler. by Bill Wendling · 15 years ago
  88. c1da204 apply Dan's fix for PR8268 which allows constant folding to handle indexes over by Chris Lattner · 15 years ago
  89. cbd323a add some helper methods for asmprinter flags, from PR8417 by Chris Lattner · 15 years ago
  90. cbf5d74 implement PR8524, apparently mainline gas accepts movq as an alias for movd by Chris Lattner · 15 years ago
  91. 604f6fe rework some DSE paths to use the newly-public "getPointerDependencyFrom" by Chris Lattner · 15 years ago
  92. 16f7993 the getLocationForSource/Dest methods can be static. by Chris Lattner · 15 years ago
  93. e90c5cb add "getLocation" method to AliasAnalysis for getting the source and by Chris Lattner · 15 years ago
  94. f6f1f06 implement PR8576, deleting dead stores with intervening may-alias stores. by Chris Lattner · 15 years ago
  95. b7dfb97 file checkize by Chris Lattner · 15 years ago
  96. 3e41106 add some random notes. by Chris Lattner · 15 years ago
  97. aa54524 Use by-name rather than by-order operand matching for some NEON encodings. by Owen Anderson · 15 years ago
  98. 75d8f59 optimize: void a(int x) { if (((1<<x)&8)==0) b(); } by Chris Lattner · 15 years ago
  99. 79a980a tail calls on x86 are implemented. by Chris Lattner · 15 years ago
  100. 0eb49c5 BR_JTadd is ARM-only, so use the proper pseudo class to get the predicate. by Jim Grosbach · 15 years ago