1. 208ec0f Add support to raw_ostream for sizing the buffer according to the by Dan Gohman · 15 years ago
  2. 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
  3. a8c58d5 Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 15 years ago
  4. b3667ae Make raw_ostream non-copyable. by Dan Gohman · 15 years ago
  5. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 15 years ago
  6. f35d216 Add missing defs of R2 and D1. by Jim Grosbach · 15 years ago
  7. 95cf7e7 Remove obsoleted files (from AsmPrinter move) by Daniel Dunbar · 15 years ago
  8. e176fc9 Revert r78914, as it was breaking the build. by Owen Anderson · 15 years ago
  9. 815944d Simplify this code so that it doesn't depend on raw_ostream being copyable. by Dan Gohman · 15 years ago
  10. 2780609 Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 15 years ago
  11. 06789e2 Track pristine registers as if they were live-in in the register scavenger. by Jakob Stoklund Olesen · 15 years ago
  12. a6b677d Use pristine register info in machine code verifier. by Jakob Stoklund Olesen · 15 years ago
  13. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 15 years ago
  14. 7104616 Add callback to allow target to adjust latency of schedule dependency edge. by David Goodwin · 15 years ago
  15. 524dea4 Move SetBufferSize and SetUnbuffered out of line. by Dan Gohman · 15 years ago
  16. 6d3d9c3 Finalize itineraries for cortex-a8 integer multiply by David Goodwin · 15 years ago
  17. 33e49ef Fix the buffer handling logic so that write_impl is always called with by Dan Gohman · 15 years ago
  18. d6c0f65 Fix a 4x slowdown in llc -asm-verbose caused by the use of by Dan Gohman · 15 years ago
  19. 8db5cce Remove unnecessary newline by Jim Grosbach · 15 years ago
  20. 1add659 Correct comment wording by Jim Grosbach · 15 years ago
  21. b71b909 reintroduce support for Mips "small" section handling. This is by Chris Lattner · 15 years ago
  22. d4c00c0 Fix the N>=64 case in the isInt<> and isUint<> templates. by Jakob Stoklund Olesen · 15 years ago
  23. 48bd7e3 tPOP_RET now has predicate operands. by Evan Cheng · 15 years ago
  24. bfcbb50 Add a fixme message about canonicalizing floating-point vector types. by Bob Wilson · 15 years ago
  25. bab812b Revert r78852 for now. I want to do this differently, but I don't have time by Bob Wilson · 15 years ago
  26. bf04f72 fix typo, add 10.6 version of test for my previous patch. by Chris Lattner · 15 years ago
  27. e3736f8 Restore some "small section" support code, reverting my patch from r76936. by Chris Lattner · 15 years ago
  28. 86e5f7b It's ok to spill a tGPR register as long as it's still allocated a low register. by Evan Cheng · 15 years ago
  29. b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 15 years ago
  30. 7c4efa6 When InstCombine simplifies a load -> extract element to gep -> load, place by Mon P Wang · 15 years ago
  31. b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 15 years ago
  32. 62728dc Simplify conditional. by Andreas Bolka · 15 years ago
  33. ec40eb4 Simplify and reduce indentation using early exits. by Andreas Bolka · 15 years ago
  34. 52e539c DEBUGify some DOUTs. by Andreas Bolka · 15 years ago
  35. f1f2dc2 Prune trailing whitespace. by Andreas Bolka · 15 years ago
  36. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  37. 2886506 Add a comment to describe why vector shuffles are legalized to custom DAG nodes. by Bob Wilson · 15 years ago
  38. ac55b85 Add StringRef::front (with some small tweaks while I was in the area). by Daniel Dunbar · 15 years ago
  39. d06791f Use cast<> instead of dyn_cast<> in places where the type is known. by Bob Wilson · 15 years ago
  40. 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
  41. 01889ca Change the indentation for LLVM Assembly files from 1 tab to 2 spaces. by Dan Gohman · 15 years ago
  42. cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 15 years ago
  43. 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 15 years ago
  44. f991ecf Symbols with LinkerPrivateLinkage are weak. This allows WebKit to build again. by Dale Johannesen · 15 years ago
  45. 873bc4c make PIC16 unique its own sections instead of having mcontext do it. by Chris Lattner · 15 years ago
  46. c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 15 years ago
  47. e309cfa reject invalid code like: by Chris Lattner · 15 years ago
  48. 5dc47ff implement support for uniquing MachO sections. by Chris Lattner · 15 years ago
  49. 9bf0b9b Now that numbered types have their number printed, it's no longer by Dan Gohman · 15 years ago
  50. a462920 some compiler don't get string from TLOF.h implicitly or something. by Chris Lattner · 15 years ago
  51. d3c4486f reduce #includage by Chris Lattner · 15 years ago
  52. 3845e50 Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." by Dan Gohman · 15 years ago
  53. 066dbb6 Mark the callsite intrinsic such that the opimizers know it's not dead. by Jim Grosbach · 15 years ago
  54. af385ba Recognize Neon VDUP shuffles during legalization instead of selection. by Bob Wilson · 15 years ago
  55. d8e1757 Recognize Neon VREV shuffles during legalization instead of selection. by Bob Wilson · 15 years ago
  56. 36e3e66 Add a new "SDTCisVec" SDTypeConstraint. This complements the vAny type. by Bob Wilson · 15 years ago
  57. a9ad041 This void is implicit in C++. by Dan Gohman · 15 years ago
  58. 2ffb0ce Fix counting of Post-RA scheduling stalls. Improve debug output. by David Goodwin · 15 years ago
  59. 755cbe0 Add some release notes about ARM v7 support and known problems. by Bob Wilson · 15 years ago
  60. f7c553e Added RegisterCoalescer to required passes for PBQP. by Lang Hames · 15 years ago
  61. 46d5056 Use WriteAsOperand to print BasicBlock names. by Dan Gohman · 15 years ago
  62. 1220e10 Make AsmWriter more careful with formatted_raw_ostream so that by Dan Gohman · 15 years ago
  63. f3e4884 Add a GetBufferSize() member to raw_ostream and use it to by Dan Gohman · 15 years ago
  64. 114a266 Generate Neon VTBL and VTBX instructions from the corresponding intrinsics. by Bob Wilson · 15 years ago
  65. a634062 Use PadToColumn instead of tabs. by Dan Gohman · 15 years ago
  66. e45da0d Fix a few more places to use PadToColumn instead of tabs. And fix by Dan Gohman · 15 years ago
  67. 3aaccff PredCC is meant to be 2 bits wide, like PredCC1. by Evan Cheng · 15 years ago
  68. a12e9d7 Use PadToColumn instead of tabs for aligning comments. Fix one place by Dan Gohman · 15 years ago
  69. 1a8f36e Enhance the InstrStage object to enable the specification of an Itinerary with overlapping stages. The default is to maintain the current behavior that the "next" stage immediately follows the previous one. by David Goodwin · 15 years ago
  70. 4e97a0f Add attempted idiotproofing comment per review. by Dale Johannesen · 15 years ago
  71. a79eefd improve win32 path support, patch by Baptiste Lepilleur! by Chris Lattner · 15 years ago
  72. 871fc2e Test for 78821, sort of. While that bug is nondeterministic, by Dale Johannesen · 15 years ago
  73. 39c177d Fix a nondeterministic bug in APInt::roundToDouble; by Dale Johannesen · 15 years ago
  74. 6b01897 Fix whitespace expectations to match the new AsmWriter behavior. by Dan Gohman · 15 years ago
  75. bff3923 Add catch block handling to SjLj exception handling. by Jim Grosbach · 15 years ago
  76. 683e922 Make LLVM Assembly dramatically easier to read by aligning the comments, by Dan Gohman · 15 years ago
  77. 9f7d60f Fix TableGen warnings. This partly reverts my previous change to this file, by Bob Wilson · 15 years ago
  78. 0c0932f Fix a missing newline (now that Value*'s operator<< doesn't append one). by Dan Gohman · 15 years ago
  79. bfbc1de change CBE to just get TAI now, instead of TM to get TAI. by Chris Lattner · 15 years ago
  80. 9ca9daa Transform -X/C to X/-C, implementing a README.txt entry. by Dan Gohman · 15 years ago
  81. fa94b94 Optimize (x/C)*C to x if the division is exact. by Dan Gohman · 15 years ago
  82. 2df6e64 Update instcombine's debug output to account for Value*'s operator<< by Dan Gohman · 15 years ago
  83. 4ae5126 Remove a bunch more now-unnecessary Context arguments. by Dan Gohman · 15 years ago
  84. 186a636 Eliminate a bunch of now unnecessary explicit Context variables. by Dan Gohman · 15 years ago
  85. 9338493 CMake: Added asm file to x86_64 MSVC build. by Oscar Fuentes · 15 years ago
  86. 378756c register naming cleanup (s/ip/r12/) by Jim Grosbach · 15 years ago
  87. 5232f41 Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned. by Benjamin Kramer · 15 years ago
  88. e2b1650 catch a typo and simplify call syntax by Gabor Greif · 15 years ago
  89. 9befba8 here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 by Gabor Greif · 15 years ago
  90. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 15 years ago
  91. 54d26fa one last (?) bad x86 triple test. by Chris Lattner · 15 years ago
  92. db777bb fix some pastos in triple lines. by Chris Lattner · 15 years ago
  93. b796c4f the x86 version of the name is x86-64, not x86_64. Handle this properly by Chris Lattner · 15 years ago
  94. 9249a92 another bogus triple by Chris Lattner · 15 years ago
  95. 8e62083 add support for mingw64 target triples. by Chris Lattner · 15 years ago
  96. 118987f fix another broken target triple. by Chris Lattner · 15 years ago
  97. ff740d1 fix an incorrect target triple. by Chris Lattner · 15 years ago
  98. d6eb635 Move immediate constant predicate templates from the Blackfin target to MathExtras.h by Jakob Stoklund Olesen · 15 years ago
  99. dfc17f7 add a couple of helpers to the Triple class for decoding by Chris Lattner · 15 years ago
  100. e144638 add nounwind by Chris Lattner · 15 years ago