1. d644cb8 A couple IRBuilder functions were still using getGlobalContext(). by Erick Tryzelaar · 15 years ago
  2. 3d3ed36 CMake: Builds main LLVM Target library before its sublibraries. This by Oscar Fuentes · 15 years ago
  3. 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 15 years ago
  4. c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 15 years ago
  5. 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 15 years ago
  6. 75caad4 CMake: Corrected indentation on a block of code. by Oscar Fuentes · 15 years ago
  7. d8b1b9a CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable. by Oscar Fuentes · 15 years ago
  8. a339063 CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is by Oscar Fuentes · 15 years ago
  9. 93db2f0 CMake: updated list of source files for library MC. by Oscar Fuentes · 15 years ago
  10. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  11. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 15 years ago
  12. 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 15 years ago
  13. 1689e0c Add MCSymbol::{print, dump} by Daniel Dunbar · 15 years ago
  14. 2c11624 Add MCValue::{print, dump} by Daniel Dunbar · 15 years ago
  15. 7b7f514 llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 15 years ago
  16. 7cefd80 Indentation change. by Evan Cheng · 15 years ago
  17. 5905bc4 CMake: updated library dependencies. by Oscar Fuentes · 15 years ago
  18. 8ef01dc CMake: build llvm-config before the other tools. by Oscar Fuentes · 15 years ago
  19. a1efbbd Shrink ADR and LDR from constantpool late during constantpool island pass. by Evan Cheng · 15 years ago
  20. 0668dc7 Add helpers for fetching basic types. by Owen Anderson · 15 years ago
  21. 1135a23 New entry. by Evan Cheng · 15 years ago
  22. 7eb28f3 Make TargetData optional in GlobalOpt and ArgumentPromotion. by Dan Gohman · 15 years ago
  23. fa9ca0f Make these matching rules more strict so that they don't by Dan Gohman · 15 years ago
  24. 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
  25. 86cba32 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 15 years ago
  26. 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 15 years ago
  27. bb23973 Mark this test as requiring the powerpc target. by Daniel Dunbar · 15 years ago
  28. 011e4db llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. by Daniel Dunbar · 15 years ago
  29. fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 15 years ago
  30. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 15 years ago
  31. ec9b261 When standard output is a terminal, set outs() to be unbuffered, to by Dan Gohman · 15 years ago
  32. 6c304f2 Make formatted_raw_ostream restore the buffer settings of the by Dan Gohman · 15 years ago
  33. 009fc9e Take the fast path for any named value and any GlobalValue, which doesn't by Dan Gohman · 15 years ago
  34. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  35. d163e8b Remove hack used to strip unwanted chars from section name by Bruno Cardoso Lopes · 15 years ago
  36. b8e1055 Add a method to return BSSSection from TargetLoweringObjectFile by Bruno Cardoso Lopes · 15 years ago
  37. 4aa688e Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 15 years ago
  38. 2907542 Add unimplemented destructor declarations to hopefully address by Dan Gohman · 15 years ago
  39. c6126e8 Fix a compiler warning about comparing signed with unsigned. by Dan Gohman · 15 years ago
  40. 2cf89b6 * Moved all tool version requirements to the same place by Misha Brukman · 15 years ago
  41. 9d63530 Converted tabs to spaces. by Misha Brukman · 15 years ago
  42. 0f6d5f8 Grammar fix. by Misha Brukman · 15 years ago
  43. 10f9566 Tweak svn:ignore by Daniel Dunbar · 15 years ago
  44. 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 15 years ago
  45. 4e8e642 Add an assert to check copy_to_buffer's precondition. by Dan Gohman · 15 years ago
  46. 0ba50bb Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be by Dan Gohman · 15 years ago
  47. 208ec0f Add support to raw_ostream for sizing the buffer according to the by Dan Gohman · 15 years ago
  48. 25a619f Add temporary hack to teach LLVM to reconfigure itself to pick up the new PIC16 by Daniel Dunbar · 15 years ago
  49. a8c58d5 Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 15 years ago
  50. b3667ae Make raw_ostream non-copyable. by Dan Gohman · 15 years ago
  51. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 15 years ago
  52. f35d216 Add missing defs of R2 and D1. by Jim Grosbach · 15 years ago
  53. 95cf7e7 Remove obsoleted files (from AsmPrinter move) by Daniel Dunbar · 15 years ago
  54. e176fc9 Revert r78914, as it was breaking the build. by Owen Anderson · 15 years ago
  55. 815944d Simplify this code so that it doesn't depend on raw_ostream being copyable. by Dan Gohman · 15 years ago
  56. 2780609 Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 15 years ago
  57. 06789e2 Track pristine registers as if they were live-in in the register scavenger. by Jakob Stoklund Olesen · 15 years ago
  58. a6b677d Use pristine register info in machine code verifier. by Jakob Stoklund Olesen · 15 years ago
  59. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 15 years ago
  60. 7104616 Add callback to allow target to adjust latency of schedule dependency edge. by David Goodwin · 15 years ago
  61. 524dea4 Move SetBufferSize and SetUnbuffered out of line. by Dan Gohman · 15 years ago
  62. 6d3d9c3 Finalize itineraries for cortex-a8 integer multiply by David Goodwin · 15 years ago
  63. 33e49ef Fix the buffer handling logic so that write_impl is always called with by Dan Gohman · 15 years ago
  64. d6c0f65 Fix a 4x slowdown in llc -asm-verbose caused by the use of by Dan Gohman · 15 years ago
  65. 8db5cce Remove unnecessary newline by Jim Grosbach · 15 years ago
  66. 1add659 Correct comment wording by Jim Grosbach · 15 years ago
  67. b71b909 reintroduce support for Mips "small" section handling. This is by Chris Lattner · 15 years ago
  68. d4c00c0 Fix the N>=64 case in the isInt<> and isUint<> templates. by Jakob Stoklund Olesen · 15 years ago
  69. 48bd7e3 tPOP_RET now has predicate operands. by Evan Cheng · 15 years ago
  70. bfcbb50 Add a fixme message about canonicalizing floating-point vector types. by Bob Wilson · 15 years ago
  71. bab812b Revert r78852 for now. I want to do this differently, but I don't have time by Bob Wilson · 15 years ago
  72. bf04f72 fix typo, add 10.6 version of test for my previous patch. by Chris Lattner · 15 years ago
  73. e3736f8 Restore some "small section" support code, reverting my patch from r76936. by Chris Lattner · 15 years ago
  74. 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
  75. b2d3169 fix a minor fixme. When building with SL and later tools, the ".eh" symbols by Chris Lattner · 15 years ago
  76. 7c4efa6 When InstCombine simplifies a load -> extract element to gep -> load, place by Mon P Wang · 15 years ago
  77. b808588 Change MCSectionELF to represent a section semantically instead of by Bruno Cardoso Lopes · 15 years ago
  78. 62728dc Simplify conditional. by Andreas Bolka · 15 years ago
  79. ec40eb4 Simplify and reduce indentation using early exits. by Andreas Bolka · 15 years ago
  80. 52e539c DEBUGify some DOUTs. by Andreas Bolka · 15 years ago
  81. f1f2dc2 Prune trailing whitespace. by Andreas Bolka · 15 years ago
  82. 689ad6e Convert APint::{fromString,APInt,getBitsNeeded} to use StringRef. by Daniel Dunbar · 15 years ago
  83. 2886506 Add a comment to describe why vector shuffles are legalized to custom DAG nodes. by Bob Wilson · 15 years ago
  84. ac55b85 Add StringRef::front (with some small tweaks while I was in the area). by Daniel Dunbar · 15 years ago
  85. d06791f Use cast<> instead of dyn_cast<> in places where the type is known. by Bob Wilson · 15 years ago
  86. 3cdfb4a Update llvm-prof for ProfileInfo API changes. - Patch by Erick Tryzelaar by Daniel Dunbar · 15 years ago
  87. 01889ca Change the indentation for LLVM Assembly files from 1 tab to 2 spaces. by Dan Gohman · 15 years ago
  88. cf20ac4 Various AsmWriter output cleanups. Use WriteAsOperand instead of by Dan Gohman · 15 years ago
  89. 38cff38 sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations. by Chris Lattner · 15 years ago
  90. f991ecf Symbols with LinkerPrivateLinkage are weak. This allows WebKit to build again. by Dale Johannesen · 15 years ago
  91. 873bc4c make PIC16 unique its own sections instead of having mcontext do it. by Chris Lattner · 15 years ago
  92. c9d3152 add some comments: MCContext owns the MCSections, but it bump pointer allocates by Chris Lattner · 15 years ago
  93. e309cfa reject invalid code like: by Chris Lattner · 15 years ago
  94. 5dc47ff implement support for uniquing MachO sections. by Chris Lattner · 15 years ago
  95. 9bf0b9b Now that numbered types have their number printed, it's no longer by Dan Gohman · 15 years ago
  96. a462920 some compiler don't get string from TLOF.h implicitly or something. by Chris Lattner · 15 years ago
  97. d3c4486f reduce #includage by Chris Lattner · 15 years ago
  98. 3845e50 Extend the AsmWriter to print unnamed numbered types as "%0 = type ..." by Dan Gohman · 15 years ago
  99. 066dbb6 Mark the callsite intrinsic such that the opimizers know it's not dead. by Jim Grosbach · 15 years ago
  100. af385ba Recognize Neon VDUP shuffles during legalization instead of selection. by Bob Wilson · 15 years ago