1. 9363f73 Handle lshr for i128 correctly on SPU also when shiftamount > 7. by Kalle Raiskila · 14 years ago
  2. c2ebfd4 Enable PostRA scheduling for SPU. by Kalle Raiskila · 14 years ago
  3. b00f24b Allow machine LICM to do its job on SPU. by Kalle Raiskila · 14 years ago
  4. 11edd0c Add missing i128 case. by Kalle Raiskila · 14 years ago
  5. e89ada9 Add some dead stores to pacify my least favorite GCC warning: may be by Chandler Carruth · 14 years ago
  6. 2f17bf2 Add more Thumb encodings. by Bill Wendling · 14 years ago
  7. 5cbbf68 More Thumb encodings. by Bill Wendling · 14 years ago
  8. d19ac0c Add Thumb encodings for REV instructions. by Bill Wendling · 14 years ago
  9. 849f2e3 Add more Thumb encodings. by Bill Wendling · 14 years ago
  10. ec0b428 Make EmitIntValue non virtual. by Rafael Espindola · 14 years ago
  11. f7c3b75 Forgot the MCPureStreamer::EmitValue in the previous commit. by Rafael Espindola · 14 years ago
  12. 6f95023 Move EmitValue to MCObjectStreamer. by Rafael Espindola · 14 years ago
  13. d652dbe Move lowering of TLS_addr32 and TLS_addr64 to X86MCInstLower. by Rafael Espindola · 14 years ago
  14. e4d19c9 PR5207: change APInt::doubleToBits() and APInt::floatToBits() to be by Jay Foad · 14 years ago
  15. d8f7179 fix PR8686, accepting a 'b' suffix at the end of all the setcc by Chris Lattner · 14 years ago
  16. a1ac3bb add a function to the C api to get the context out of a module, patch by Chris Lattner · 14 years ago
  17. 7509ccd When emitting a single function with cppgen=function, you don't want to emit by Nicolas Geoffray · 14 years ago
  18. ea4afa9 Fixed verson of r120245. by Rafael Espindola · 14 years ago
  19. ba21024 Revert previous patch while I debug the darwin bootstrap failure. by Rafael Espindola · 14 years ago
  20. f90a2de Factor some duplicated code into MCObjectStreamer::EmitLabel. by Rafael Espindola · 14 years ago
  21. 3e03211 Avoid code duplication in the many unsupported EmitGPRel32Value implementations. by Rafael Espindola · 14 years ago
  22. a484f2c Move the PTXMCAsmStreamer class to the .cpp file. by Rafael Espindola · 14 years ago
  23. e04ed7e Define generic 1, 2 and 4 byte pc relative relocations. They are common by Rafael Espindola · 14 years ago
  24. b1dfa7a Add support for NEON VLD2-dup instructions. by Bob Wilson · 14 years ago
  25. bebfbc5 Fix a comment typo. by Bob Wilson · 14 years ago
  26. f3d2f9d Another minor refactoring for VLD1DUP instructions. by Bob Wilson · 14 years ago
  27. 364a72a Add entry in getTargetNodeName() for ARMISD::VBICIMM. by Bob Wilson · 14 years ago
  28. 94c5ae0 Move more PEI-related hooks to TFI by Anton Korobeynikov · 14 years ago
  29. cd775ce Move callee-saved regs spills / reloads to TFI by Anton Korobeynikov · 14 years ago
  30. 5bf7c53 Lower TLS_addr32 and TLS_addr64. by Rafael Espindola · 14 years ago
  31. bfd2d26 Implement the data16 prefix. by Rafael Espindola · 14 years ago
  32. b837f58 Remove PIC16 remnants. by Benjamin Kramer · 14 years ago
  33. 71130f8 macho-dump: Add support for --dump-section-data and tweak a few format strings. by Daniel Dunbar · 14 years ago
  34. 2208b58 macho-dump: Add support for dumping symbol table entries. by Daniel Dunbar · 14 years ago
  35. f2e2a5f macho-dump: Add support for dumping string table data. by Daniel Dunbar · 14 years ago
  36. 90e3e3a macho-dump: Add support for dumping relocation entries. by Daniel Dunbar · 14 years ago
  37. 2acadbd macho-dump: Add support for dumping sections. by Daniel Dunbar · 14 years ago
  38. 4c55e0d macho-dump: Add support for dumping dysymtab indirect symbol table. by Daniel Dunbar · 14 years ago
  39. 3946e3b Unbreak build for newer GCCs. by Benjamin Kramer · 14 years ago
  40. f879f14 macho-dump: Add support for dumping symtab and dysymtab commands. by Daniel Dunbar · 14 years ago
  41. 4ba1f5e macho-dump: Add support for dumping segment load commands. by Daniel Dunbar · 14 years ago
  42. 35bf4d6 Second attempt at fixing the performance regressions introduced by Owen Anderson · 14 years ago
  43. 10a049e raw_ostream::write_escaped: Add a UseHexEscapes argument. by Daniel Dunbar · 14 years ago
  44. 590956f Fix a comment. by Daniel Dunbar · 14 years ago
  45. a956d8b Object/Mach-O: Add header and load command information. by Daniel Dunbar · 14 years ago
  46. bce5577 Refactor. Set alignment bit in VLD1-dup instruction classes. by Bob Wilson · 14 years ago
  47. 9536916 Object/Mach-O: Validate Mach-O magic and initialize format info. by Daniel Dunbar · 14 years ago
  48. 2a0e974 Add NEON VLD1-dup instructions (load 1 element to all lanes). by Bob Wilson · 14 years ago
  49. 8d41294 Fix incorrect scheduling itineraries for NEON vld1/vst1 instructions. by Bob Wilson · 14 years ago
  50. fbd25b7 MC/Mach-O: Start stubbing out a Mach-O object file wrapper. by Daniel Dunbar · 14 years ago
  51. 7976b88 Reduce nesting. by Daniel Dunbar · 14 years ago
  52. f52788f MC/Mach-O: Migrate more constants into MachOFormat.h. by Daniel Dunbar · 14 years ago
  53. 36d76a8 MC/Mach-O: Switch to using MachOFormat.h. by Daniel Dunbar · 14 years ago
  54. 821ecd7 MC/Mach-O: Introduce Object/MachOFormat for describing purely platform / machine by Daniel Dunbar · 14 years ago
  55. fd46797 Remove the unused TheTarget member. by Rafael Espindola · 14 years ago
  56. 326990f Fix Whitespace. by Michael J. Spencer · 14 years ago
  57. 706da9d Move tree navigation to a new Path class that doesn't have to be a template. by Jakob Stoklund Olesen · 14 years ago
  58. 2ace1b6 Use multiple 0x66 prefixes so that all nops up to 15 bytes are a single instruction. by Rafael Espindola · 14 years ago
  59. c62feda Namespacify. by Benjamin Kramer · 14 years ago
  60. 6b8e435 Factor some code to parseSectionFlags and fix the default type of a section. by Rafael Espindola · 14 years ago
  61. 081f800 Treat a call of function pointer like a load of the pointer when considering by Nick Lewycky · 14 years ago
  62. 2595873 Behave a bit more like gnu as and use the symbol (instead of the section) by Rafael Espindola · 14 years ago
  63. 1683fcc Relocate with the symbol if the relocation is of kind NTPOFF. by Rafael Espindola · 14 years ago
  64. bf8209d Fix and add tests for all cases in x86 and x86_64 where gnu as implicitly by Rafael Espindola · 14 years ago
  65. 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 · 14 years ago
  66. 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 · 14 years ago
  67. 7de8101 Use i8 as SETCC result type for i1 in SPU. by Kalle Raiskila · 14 years ago
  68. 702a404 Allow for 'fcmp ogt' in SPU. by Kalle Raiskila · 14 years ago
  69. 9755127 If a symbol is used as tls, mark it as tls even if not declare as so. Probably by Rafael Espindola · 14 years ago
  70. 7cf7054 add a MemoryBuffer::getOpenFile method, which turns an open by Chris Lattner · 14 years ago
  71. 50f2625 Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. by Duncan Sands · 14 years ago
  72. c21a821 The srem -> urem transform is not safe for any divisor that's not a power of two. by Benjamin Kramer · 14 years ago
  73. b6133d1 Replace calls to ConstantFoldInstruction with calls to SimplifyInstruction by Duncan Sands · 14 years ago
  74. 0f82763 Constant folding here is pointless, because InstructionSimplify by Duncan Sands · 14 years ago
  75. 1353467 Move the ARM reloc constants to Support/ELF.h by Jason W Kim · 14 years ago
  76. 626613d Recognize sign/zero-extended constant BUILD_VECTORs for VMULL operations. by Bob Wilson · 14 years ago
  77. b70ebd2 InstCombine: Reduce "X shift (A srem B)" to "X shift (A urem B)" iff B is positive. by Benjamin Kramer · 14 years ago
  78. e104f1b Propagate LeftDistributes and RightDistributes into their only uses. by Duncan Sands · 14 years ago
  79. c2b1c0b Fix typo pointed out by Frits van Bommel and Marius Wachtler. by Duncan Sands · 14 years ago
  80. 5057f38 Exploit distributive laws (eg: And distributes over Or, Mul over Add, etc) in a by Duncan Sands · 14 years ago
  81. 0cc5b1f Division by pow-of-2 is not cheap on SPU, do it with shifts. by Kalle Raiskila · 14 years ago
  82. beb6898 Implement the rex64 prefix. by Rafael Espindola · 14 years ago
  83. 4cd2ad1 Expand a little on the description of what InstructionSimplify does. by Duncan Sands · 14 years ago
  84. b9b369f Clarify that constant folding of instructions applies when all operands by Duncan Sands · 14 years ago
  85. a9d4281 Invalidate the layout on any relaxation, not just Instructions. Bug found by David Meyer. by Rafael Espindola · 14 years ago
  86. d93ceeb Produce a relocation for pcrel absolute values. Based on a patch by David Meyer. by Rafael Espindola · 14 years ago
  87. 9f9bd8e Revert functionality doug added in r98575 that was never by Chris Lattner · 14 years ago
  88. 0e11dfc Reuse data fragments while lowering. Patch by David Meyer. by Rafael Espindola · 14 years ago
  89. bf17cfa Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. by Wesley Peck · 14 years ago
  90. 5400570 add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, patch by Greg Pfeil! by Chris Lattner · 14 years ago
  91. 79b967b duncan's spider sense was right, I completely reversed the condition by Chris Lattner · 14 years ago
  92. 1090742 Fixed some style issues (no _, no spc after !) by Jason W Kim · 14 years ago
  93. d80f8d0 Remove duplicated constants. Thanks to Jason for noticing it. by Rafael Espindola · 14 years ago
  94. 93f8455 InstCombine: Implement X - A*-B -> X + A*B. by Benjamin Kramer · 14 years ago
  95. 28ef0a5 Make the <ARCH>ELFObjectWriter statics private by Jason W Kim · 14 years ago
  96. ccbe000 Fix misplaced statics. by Jason W Kim · 14 years ago
  97. 858e750 Kill trailing whitespace by Jason W Kim · 14 years ago
  98. 4a511f0 Refactor the ELFRelocationEntry (pull up) and move the arch-specific statics to inside the class where it belongs. by Jason W Kim · 14 years ago
  99. ab5c703 Fix epilogue codegen to avoid leaving the stack pointer in an invalid by Evan Cheng · 14 years ago
  100. a63395a If a GEP index simply advances by multiples of a type of zero size, by Duncan Sands · 14 years ago