1. d850ac7 fastisel doesn't need DwarfWriter, remove some tendricles. by Chris Lattner · 15 years ago
  2. cb86609 Temporarily remove to disable building of ARM disassembler. by Evan Cheng · 15 years ago
  3. f6232cf Re-apply 100265 but instead disable building of ARM disassembly for now. by Evan Cheng · 15 years ago
  4. 1b0194d Reverting 100265 to try to get buildbots green again. Lots of self-hosting buildbots started complaining since this commit. Also xfail ARM disassembly tests. by Evan Cheng · 15 years ago
  5. 90429c4 just have all targets create the DwarfWriter. by Chris Lattner · 15 years ago
  6. 8e68048 simplify various getAnalysisUsage implementations. by Chris Lattner · 15 years ago
  7. 3d22513 eliminate the magic AbsoluteDebugSectionOffsets MAI hook, by Chris Lattner · 15 years ago
  8. 1d20473 revert my patch, need to reconsider this and figure out what is really going on. by Chris Lattner · 15 years ago
  9. 4166047 fix pasto, this is the wrong setting for arm elf. by Chris Lattner · 15 years ago
  10. e0103f0 Clean up SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
  11. d290505 don't reset the default. by Chris Lattner · 15 years ago
  12. 3f53c83 clean up the asmprinter header and privatize some stuff. by Chris Lattner · 15 years ago
  13. 9d1c1ad remove TargetMachine.h #include, also, TRI isn't used frequently by Chris Lattner · 15 years ago
  14. bbef815 Switch SSEDomainFix to SpecificBumpPtrAllocator. by Jakob Stoklund Olesen · 15 years ago
  15. b23569a Momentous day: remove the "O" member from AsmPrinter. Now all by Chris Lattner · 15 years ago
  16. 73ce0a6 mc'ize the remaining uses of O. by Chris Lattner · 15 years ago
  17. 1841b34 finish eliminating uses of O. by Chris Lattner · 15 years ago
  18. 2dc6fa6 mcize more of ppc stub printing. by Chris Lattner · 15 years ago
  19. 9d7efd3 mcize a bunch more stuff, using EmitRawText for things we by Chris Lattner · 15 years ago
  20. 7ad07c4 convert the non-MCInstPrinter'ized EmitInstruction by Chris Lattner · 15 years ago
  21. f2777d7 streamerize the rest of PIC16 asm printer. by Chris Lattner · 15 years ago
  22. 1ce3f56 streamerize printing of dbg_value, the x86 backend is now fully by Chris Lattner · 15 years ago
  23. bfbab35 split DEBUG_VALUE printing stuff out to its own method. by Chris Lattner · 15 years ago
  24. c82d9c4 mc'ize elf stub printing, convert cygwin stuff to EmitRawText, by Chris Lattner · 15 years ago
  25. c75c028 fix PrintAsmOperand and PrintAsmMemoryOperand to pass down by Chris Lattner · 15 years ago
  26. e812d4c use predicates in DBG_VALUE printing code to simplify it. by Chris Lattner · 15 years ago
  27. 88db786 remove more implicit uses of "O". by Chris Lattner · 15 years ago
  28. d374087 fix an ugly wart in the MCInstPrinter api where the by Chris Lattner · 15 years ago
  29. 35c33bd change a ton of code to not implicitly use the "O" raw_ostream by Chris Lattner · 15 years ago
  30. 20adc9d Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  31. 0c08d09 asmstreamerize the .size directive for function bodies, force clients by Chris Lattner · 15 years ago
  32. 7fed809 Get rid of the middleman (ARMAlgorithm), which causes more trouble than the by Johnny Chen · 15 years ago
  33. b7aaed8 Fix comment. by Johnny Chen · 15 years ago
  34. b35ae7f Register ARMAlgorithm::DoCleanup() to be called on exit to free the memory by Johnny Chen · 15 years ago
  35. b3500fd Rewrite aesimc handling. It only takes a single input and has a single dest. by Eric Christopher · 15 years ago
  36. a702615 Fix another build warning. by Johnny Chen · 15 years ago
  37. b68a3ee Second try of initial ARM/Thumb disassembler check-in. It consists of a tablgen by Johnny Chen · 15 years ago
  38. 7626476 Added support for reporting operand token ranges to the ARM AsmParser. by Sean Callanan · 15 years ago
  39. 6d1cd1c Separate out the AES-NI instructions from the SSE4.2 instructions. Add by Eric Christopher · 15 years ago
  40. a144c3f Fixes to the X86 disassembler. The disassembler will now by Sean Callanan · 15 years ago
  41. 84e679b rename NewDebugLoc -> DebugLoc, prune #includes in DebugLoc.h. by Chris Lattner · 15 years ago
  42. c7f3ace use DebugLoc default ctor instead of DebugLoc::getUnknownLoc() by Chris Lattner · 15 years ago
  43. de4845c Switch the code generator (except the JIT) onto the new DebugLoc by Chris Lattner · 15 years ago
  44. f28f8bc Correctly lower memset / memcpy of undef. It should be a nop. PR6767. by Evan Cheng · 15 years ago
  45. e754d3f Revert r100191 since it breaks objc in clang by Mon P Wang · 15 years ago
  46. e33c848 Reapply address space patch after fixing an issue in MemCopyOptimizer. by Mon P Wang · 15 years ago
  47. 906af6f Remove FIXME - if there's a better way to do this it isn't here. by Eric Christopher · 15 years ago
  48. f860db2 Revert the recent alignment changes. They're broken for -Os because, by Dan Gohman · 15 years ago
  49. 93d6a7e Teach AnalyzeBranch, RemoveBranch and the branch by Dale Johannesen · 15 years ago
  50. ae1d41c Disambiguate conditional expression for newer GCCs. by Chandler Carruth · 15 years ago
  51. 04d52f8 Change variables which are exactly 16 bytes to be 16-byte-aligned too. by Dan Gohman · 15 years ago
  52. 1d8f83d Revert r100143. by Eric Christopher · 15 years ago
  53. 3ea9755 In 64-bit mode, use i64 to lower memcpy / memset instead of f64. by Evan Cheng · 15 years ago
  54. 42642d0 Add comments about DstAlign and SrcAlign. by Evan Cheng · 15 years ago
  55. 94107ba - Avoid using floating point stores to implement memset unless the value is zero. by Evan Cheng · 15 years ago
  56. 255f20f Fix sdisel memcpy, memset, memmove lowering: by Evan Cheng · 15 years ago
  57. 48c58bb Nehalem unaligned memory access is fast. by Evan Cheng · 15 years ago
  58. ec306a9 Add aeskeygenassist intrinsic and rename all of the aes intrinsics to by Eric Christopher · 15 years ago
  59. 1118b5e vml[as] are slow on 1136jf-s also. by Jim Grosbach · 15 years ago
  60. 563d83f reduce indentation, minor cleanups. by Chris Lattner · 15 years ago
  61. 85ffee2 Use spaces, not tabs by Jakob Stoklund Olesen · 15 years ago
  62. d93bf04 Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
  63. 5e1b55d Comment the changes for r98218 and friends inside the source code. by Bill Wendling · 15 years ago
  64. 5f282b5 Fix PR6750. Don't try to merge a DomainValue with itself. by Jakob Stoklund Olesen · 15 years ago
  65. d363b4e Replace V_SET0 with variants for each SSE execution domain. by Jakob Stoklund Olesen · 15 years ago
  66. b16df90 Fix typo. Thank you, valgrind. by Jakob Stoklund Olesen · 15 years ago
  67. bfcd61b Enable -sse-domain-fix by default. Now with tests! by Jakob Stoklund Olesen · 15 years ago
  68. 428e152 V_SETALLONES is an integer instruction. by Jakob Stoklund Olesen · 15 years ago
  69. 357be7f Renumber SSE execution domains for better code size. by Jakob Stoklund Olesen · 15 years ago
  70. 100f090 Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. by Bob Wilson · 15 years ago
  71. adffc9d Revert "Enable -sse-domain-fix by default. What could possibly go wrong?" by Jakob Stoklund Olesen · 15 years ago
  72. 90b9df4 Enable -sse-domain-fix by default. What could possibly go wrong? by Jakob Stoklund Olesen · 15 years ago
  73. 808bab0 Added support for address spaces and added a isVolatile field to memcpy, memmove, and memset, by Mon P Wang · 15 years ago
  74. 1a5d2a8 Add cross-block inference to SSEDomainFix. by Jakob Stoklund Olesen · 15 years ago
  75. 8258d0b Remove the pmulld intrinsic and autoupdate it as a vector multiply. by Eric Christopher · 15 years ago
  76. 9b97a73 Rip out the 'is temporary' nonsense from the MCContext interface to by Chris Lattner · 15 years ago
  77. 32e6518 XFAIL some PIC16 tests when running under valgrind-leaks. I don't expect these by Benjamin Kramer · 15 years ago
  78. 91b1d8f PIC16: Plug a leak in PIC16Section by allocating name & address strings in the by Benjamin Kramer · 15 years ago
  79. 4bd24c2 Add FIXME for operand promotion. by Eric Christopher · 15 years ago
  80. d77f818 Be gentle to MSVC. C++ is hard, after all. by Jakob Stoklund Olesen · 15 years ago
  81. e4b94b4 Basic implementation of SSEDomainFix pass. by Jakob Stoklund Olesen · 15 years ago
  82. 34247a0 Make isInt?? and isUint?? template specializations of the generic versions. This by Benjamin Kramer · 15 years ago
  83. 545d3b1 We'll never match these as instructions, just as intrinsics so remove by Eric Christopher · 15 years ago
  84. 7e09deb Remove a bunch of integer width predicate functions in favor of MathExtras. by Benjamin Kramer · 15 years ago
  85. e27e02b From Kalle Raiskila: by Chris Lattner · 15 years ago
  86. f283e40 add a note. by Chris Lattner · 15 years ago
  87. 79c4d82 Add NVTBLFrm to represent A8.6.406 VTBL, VTBX Vector Table Lookup Instructions. by Johnny Chen · 15 years ago
  88. dc7500b zap an extra line that Eli noticed! by Chris Lattner · 15 years ago
  89. 263bd9a fix a type contradition: XCoreISD::RETSP has one argument, not zero. by Chris Lattner · 15 years ago
  90. 6269b6c remove a pattern with no testcase that doesn't appear to be by Chris Lattner · 15 years ago
  91. 0a00ed9 fix integer negates to use the proper type for the zero vectors, by Chris Lattner · 15 years ago
  92. e82f336 fix a typo, bitconvert from node to itself isn't valid. by Chris Lattner · 15 years ago
  93. b26fdcb fix vnot matching to explicitly specify the type of the by Chris Lattner · 15 years ago
  94. e4c868f fix up vnot matching, eliminating a dead pattern, correcting a couple of by Chris Lattner · 15 years ago
  95. 918472a stop using vnot_conv by Chris Lattner · 15 years ago
  96. ed52c8f revert r99743, this is saying that the repmovs instructinos have an by Chris Lattner · 15 years ago
  97. b616c6a remove a bunch of dead patterns. by Chris Lattner · 15 years ago
  98. 0b5d490 claiming to return other is pointless. by Chris Lattner · 15 years ago
  99. a591ff5 Improve systemz to model cmp and ucmp nodes as returning their flags correctly. by Chris Lattner · 15 years ago
  100. af8752e the FPCmp node returns an i32. by Chris Lattner · 15 years ago