1. b6ab299 the .eh_frame sections we generate need to be writable (which by Chris Lattner · 15 years ago
  2. bad9def Use the new API for creating an OpaqueType. by Nicolas Geoffray · 15 years ago
  3. 5f0b748 tidy up by Chris Lattner · 15 years ago
  4. ab2a663 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 15 years ago
  5. bfa79b8 Revert a few changes that were done in 78603. by Sanjiv Gupta · 15 years ago
  6. d62c9a6 Don't setCalleeSavedInfoValid() until spills are interted. by Jakob Stoklund Olesen · 15 years ago
  7. 4af85b2 Allow double defs in the machine code verifier after the addPreRegAlloc passes. by Jakob Stoklund Olesen · 15 years ago
  8. 1c8c15f Move XCore AsmPrinter to XCore/AsmPrinter directory. by Richard Osborne · 15 years ago
  9. 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 15 years ago
  10. 7a1e872 Update LocalRewriter::DistanceMap when inserting stack loads. by Jakob Stoklund Olesen · 15 years ago
  11. e96507c 80 col violations. by Evan Cheng · 15 years ago
  12. bc9b754 Turn on if-conversion for thumb2. by Evan Cheng · 15 years ago
  13. ad27d77 update for rename. by Chris Lattner · 15 years ago
  14. c077621 rename PIC16Section.h -> MCSectionPIC16.h for consistency with by Chris Lattner · 15 years ago
  15. 97d37b6 cmake likes its explicit list of files to build. by Chris Lattner · 15 years ago
  16. 760e24c use XCore-specific section with xcore specific cp/dp flags to restore by Chris Lattner · 15 years ago
  17. 203b3e9 If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow by Chris Lattner · 15 years ago
  18. 7d996d9 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 15 years ago
  19. bd51c67 Simplify a few more things, eliminating a few more dependencies on by Dan Gohman · 15 years ago
  20. 0d24bfb Simplify this code to not depend as much on CurMBB. by Dan Gohman · 15 years ago
  21. 010b1b9 Do not use frame register to reference fixed stack objects if the function is frameless. by Evan Cheng · 15 years ago
  22. d7be663 Always check to see if raw_fd_ostream's file descriptor is attached to by Dan Gohman · 15 years ago
  23. fbcb5b6 Add support for column computation on unbuffered streams. by Dan Gohman · 15 years ago
  24. a4a68c1 Move FormattedStream's write_impl out of line. by Dan Gohman · 15 years ago
  25. 1486ef9 Remove an unnecessary #include. by Dan Gohman · 15 years ago
  26. 20e8d5a switch DominanceFrontier::splitBlock to use a smallvector for by Chris Lattner · 15 years ago
  27. d6708ea On x86-64, for a varargs function, don't store the xmm registers to by Dan Gohman · 15 years ago
  28. 6325a53 Do not completely skip subrange info for a zero sized array. by Devang Patel · 15 years ago
  29. 98a0104 Leaf functions which do not save CSRs can be frameless even with -disable-fp-elim. by Evan Cheng · 15 years ago
  30. 72977a4 Allow targets to specify their choice of calling conventions per by Anton Korobeynikov · 15 years ago
  31. e6c835f Add Thumb2 lsr hooks. by Evan Cheng · 15 years ago
  32. e44313e llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. by Daniel Dunbar · 15 years ago
  33. dac19a7 CMake: Corrected variable check. by Oscar Fuentes · 15 years ago
  34. abd7514 *try* to use a better name to describe how common symbols are marked on the elf object file. by Bruno Cardoso Lopes · 15 years ago
  35. 59bc060 80 col violation. by Evan Cheng · 15 years ago
  36. b2d0b6b llvm-mc: When handling a .set, make sure to print subsequent references to the by Daniel Dunbar · 15 years ago
  37. 9b9014f Cleanup the mess in msp430 target registration and hopefully unbreak the build by Anton Korobeynikov · 15 years ago
  38. bba9f5f Indentation. by Evan Cheng · 15 years ago
  39. 12de0df llvm-mc: zerofill shouldn't print quotes around the section,segment. by Daniel Dunbar · 15 years ago
  40. 56ce0f4 fix "pc" to be lower case in a target triple, patch by Yonggang Luo by Chris Lattner · 15 years ago
  41. 37f1cbd Hopefully unbreak cmake builds by Anton Korobeynikov · 15 years ago
  42. 31b99dd Also shrink immediate branches; also more assembler workarounds. by Evan Cheng · 15 years ago
  43. 960a7c9 Give MSP430 a separate asmprinter lib by Anton Korobeynikov · 15 years ago
  44. 2247276 Properly handle indirect win64 args when they're passed in memory by Anton Korobeynikov · 15 years ago
  45. 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 15 years ago
  46. 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 15 years ago
  47. c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 15 years ago
  48. 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 15 years ago
  49. 93db2f0 CMake: updated list of source files for library MC. by Oscar Fuentes · 15 years ago
  50. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  51. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 15 years ago
  52. 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 15 years ago
  53. 1689e0c Add MCSymbol::{print, dump} by Daniel Dunbar · 15 years ago
  54. 2c11624 Add MCValue::{print, dump} by Daniel Dunbar · 15 years ago
  55. 7b7f514 llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 15 years ago
  56. 7cefd80 Indentation change. by Evan Cheng · 15 years ago
  57. a1efbbd Shrink ADR and LDR from constantpool late during constantpool island pass. by Evan Cheng · 15 years ago
  58. 1135a23 New entry. by Evan Cheng · 15 years ago
  59. 7eb28f3 Make TargetData optional in GlobalOpt and ArgumentPromotion. by Dan Gohman · 15 years ago
  60. fa9ca0f Make these matching rules more strict so that they don't by Dan Gohman · 15 years ago
  61. 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
  62. 86cba32 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 15 years ago
  63. 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 15 years ago
  64. 011e4db llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. by Daniel Dunbar · 15 years ago
  65. fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 15 years ago
  66. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 15 years ago
  67. ec9b261 When standard output is a terminal, set outs() to be unbuffered, to by Dan Gohman · 15 years ago
  68. 6c304f2 Make formatted_raw_ostream restore the buffer settings of the by Dan Gohman · 15 years ago
  69. 009fc9e Take the fast path for any named value and any GlobalValue, which doesn't by Dan Gohman · 15 years ago
  70. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  71. d163e8b Remove hack used to strip unwanted chars from section name by Bruno Cardoso Lopes · 15 years ago
  72. 4aa688e Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 15 years ago
  73. c6126e8 Fix a compiler warning about comparing signed with unsigned. by Dan Gohman · 15 years ago
  74. 67d894e TargetRegistry: Reorganize AsmPrinter construction so that clients pass in the by Daniel Dunbar · 15 years ago
  75. 4e8e642 Add an assert to check copy_to_buffer's precondition. by Dan Gohman · 15 years ago
  76. 0ba50bb Set raw_os_ostream, raw_string_ostream, and raw_svector_ostream to be by Dan Gohman · 15 years ago
  77. 208ec0f Add support to raw_ostream for sizing the buffer according to the by Dan Gohman · 15 years ago
  78. a8c58d5 Reapply pieces of 78914 reverted in 78916, this has been fixed. by Daniel Dunbar · 15 years ago
  79. b42dad4 Revert 78892 and 78895, these break generating working executables on by Daniel Dunbar · 15 years ago
  80. f35d216 Add missing defs of R2 and D1. by Jim Grosbach · 15 years ago
  81. 95cf7e7 Remove obsoleted files (from AsmPrinter move) by Daniel Dunbar · 15 years ago
  82. e176fc9 Revert r78914, as it was breaking the build. by Owen Anderson · 15 years ago
  83. 2780609 Move PIC16 AsmPrinter to PIC16/AsmPrinter directory. by Sanjiv Gupta · 15 years ago
  84. 06789e2 Track pristine registers as if they were live-in in the register scavenger. by Jakob Stoklund Olesen · 15 years ago
  85. a6b677d Use pristine register info in machine code verifier. by Jakob Stoklund Olesen · 15 years ago
  86. 4a0f08c Add MachineFrameInfo::getPristineRegisters(MBB) method. by Jakob Stoklund Olesen · 15 years ago
  87. 7104616 Add callback to allow target to adjust latency of schedule dependency edge. by David Goodwin · 15 years ago
  88. 524dea4 Move SetBufferSize and SetUnbuffered out of line. by Dan Gohman · 15 years ago
  89. 6d3d9c3 Finalize itineraries for cortex-a8 integer multiply by David Goodwin · 15 years ago
  90. 33e49ef Fix the buffer handling logic so that write_impl is always called with by Dan Gohman · 15 years ago
  91. d6c0f65 Fix a 4x slowdown in llc -asm-verbose caused by the use of by Dan Gohman · 15 years ago
  92. 8db5cce Remove unnecessary newline by Jim Grosbach · 15 years ago
  93. 1add659 Correct comment wording by Jim Grosbach · 15 years ago
  94. b71b909 reintroduce support for Mips "small" section handling. This is by Chris Lattner · 15 years ago
  95. 48bd7e3 tPOP_RET now has predicate operands. by Evan Cheng · 15 years ago
  96. bfcbb50 Add a fixme message about canonicalizing floating-point vector types. by Bob Wilson · 15 years ago
  97. bab812b Revert r78852 for now. I want to do this differently, but I don't have time by Bob Wilson · 15 years ago
  98. bf04f72 fix typo, add 10.6 version of test for my previous patch. by Chris Lattner · 15 years ago
  99. e3736f8 Restore some "small section" support code, reverting my patch from r76936. by Chris Lattner · 15 years ago
  100. 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