1. 741042f fix pasto noticed by Jakub by Chris Lattner · 15 years ago
  2. bad9def Use the new API for creating an OpaqueType. by Nicolas Geoffray · 15 years ago
  3. 3d2de1d add a stub for futher description of filecheck. by Chris Lattner · 15 years ago
  4. 9d3787b add a simple FileCheck man page. by Chris Lattner · 15 years ago
  5. 5f0b748 tidy up by Chris Lattner · 15 years ago
  6. ab2a663 Update cpp generation with new LLVM API for primitive types. by Nicolas Geoffray · 15 years ago
  7. bfa79b8 Revert a few changes that were done in 78603. by Sanjiv Gupta · 15 years ago
  8. d62c9a6 Don't setCalleeSavedInfoValid() until spills are interted. by Jakob Stoklund Olesen · 15 years ago
  9. 4af85b2 Allow double defs in the machine code verifier after the addPreRegAlloc passes. by Jakob Stoklund Olesen · 15 years ago
  10. 1c8c15f Move XCore AsmPrinter to XCore/AsmPrinter directory. by Richard Osborne · 15 years ago
  11. 7d92721 Add XFAIL testcase for setcc undef. by Jakob Stoklund Olesen · 15 years ago
  12. ea60d3d Add XFAIL test case for a scavenger assert. by Jakob Stoklund Olesen · 15 years ago
  13. 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 15 years ago
  14. 7a1e872 Update LocalRewriter::DistanceMap when inserting stack loads. by Jakob Stoklund Olesen · 15 years ago
  15. c4f661e Reformatting and some cleanup. by Bill Wendling · 15 years ago
  16. e96507c 80 col violations. by Evan Cheng · 15 years ago
  17. 39f4d47 Fix tests. by Evan Cheng · 15 years ago
  18. bc9b754 Turn on if-conversion for thumb2. by Evan Cheng · 15 years ago
  19. ad27d77 update for rename. by Chris Lattner · 15 years ago
  20. c077621 rename PIC16Section.h -> MCSectionPIC16.h for consistency with by Chris Lattner · 15 years ago
  21. 97d37b6 cmake likes its explicit list of files to build. by Chris Lattner · 15 years ago
  22. 760e24c use XCore-specific section with xcore specific cp/dp flags to restore by Chris Lattner · 15 years ago
  23. 203b3e9 If ELF subtargets don't want to support 4/8/16-byte mergable sections, allow by Chris Lattner · 15 years ago
  24. 7d996d9 add support for target-specific ELF section flags, add a new MCSectionXCore by Chris Lattner · 15 years ago
  25. bd51c67 Simplify a few more things, eliminating a few more dependencies on by Dan Gohman · 15 years ago
  26. 0d24bfb Simplify this code to not depend as much on CurMBB. by Dan Gohman · 15 years ago
  27. 010b1b9 Do not use frame register to reference fixed stack objects if the function is frameless. by Evan Cheng · 15 years ago
  28. d7be663 Always check to see if raw_fd_ostream's file descriptor is attached to by Dan Gohman · 15 years ago
  29. fbcb5b6 Add support for column computation on unbuffered streams. by Dan Gohman · 15 years ago
  30. a4a68c1 Move FormattedStream's write_impl out of line. by Dan Gohman · 15 years ago
  31. 1486ef9 Remove an unnecessary #include. by Dan Gohman · 15 years ago
  32. 20e8d5a switch DominanceFrontier::splitBlock to use a smallvector for by Chris Lattner · 15 years ago
  33. d6708ea On x86-64, for a varargs function, don't store the xmm registers to by Dan Gohman · 15 years ago
  34. 6325a53 Do not completely skip subrange info for a zero sized array. by Devang Patel · 15 years ago
  35. 98a0104 Leaf functions which do not save CSRs can be frameless even with -disable-fp-elim. by Evan Cheng · 15 years ago
  36. 9c546cd CMake: Updated library dependence info. by Oscar Fuentes · 15 years ago
  37. 0abee07 Add sse4.2 string/text processing intrinsics. We'll select these later. by Eric Christopher · 15 years ago
  38. 8011795 Whitespace cleanup. by Eric Christopher · 15 years ago
  39. 72977a4 Allow targets to specify their choice of calling conventions per by Anton Korobeynikov · 15 years ago
  40. e6c835f Add Thumb2 lsr hooks. by Evan Cheng · 15 years ago
  41. e44313e llvm-mc: Fix bugs where bytes were unintentionally being printed as signed. by Daniel Dunbar · 15 years ago
  42. dac19a7 CMake: Corrected variable check. by Oscar Fuentes · 15 years ago
  43. 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
  44. 5ee3ba2 Add doxygen comments. by Owen Anderson · 15 years ago
  45. 59bc060 80 col violation. by Evan Cheng · 15 years ago
  46. b2d0b6b llvm-mc: When handling a .set, make sure to print subsequent references to the by Daniel Dunbar · 15 years ago
  47. 9b9014f Cleanup the mess in msp430 target registration and hopefully unbreak the build by Anton Korobeynikov · 15 years ago
  48. 9a0b165 Revert r78424. by Argyrios Kyrtzidis · 15 years ago
  49. bba9f5f Indentation. by Evan Cheng · 15 years ago
  50. 7a677a3 Force reconfigure by Anton Korobeynikov · 15 years ago
  51. 12de0df llvm-mc: zerofill shouldn't print quotes around the section,segment. by Daniel Dunbar · 15 years ago
  52. 56ce0f4 fix "pc" to be lower case in a target triple, patch by Yonggang Luo by Chris Lattner · 15 years ago
  53. 37f1cbd Hopefully unbreak cmake builds by Anton Korobeynikov · 15 years ago
  54. 31b99dd Also shrink immediate branches; also more assembler workarounds. by Evan Cheng · 15 years ago
  55. 960a7c9 Give MSP430 a separate asmprinter lib by Anton Korobeynikov · 15 years ago
  56. 1ab7594 llvm-mc: Support escaped characters in string literals (for .ascii and .asciz) by Daniel Dunbar · 15 years ago
  57. 2247276 Properly handle indirect win64 args when they're passed in memory by Anton Korobeynikov · 15 years ago
  58. 267a0ff Get the CPP backend into some semblance of working by updating for numerous LLVMContext changes, by Owen Anderson · 15 years ago
  59. 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
  60. 717f1dc Take another shot at disabling this when no ppc support is available. by Daniel Dunbar · 15 years ago
  61. d644cb8 A couple IRBuilder functions were still using getGlobalContext(). by Erick Tryzelaar · 15 years ago
  62. 3d3ed36 CMake: Builds main LLVM Target library before its sublibraries. This by Oscar Fuentes · 15 years ago
  63. 22cac0d Now that all the legal Neon shuffles (or at least the ones that have been by Bob Wilson · 15 years ago
  64. c1d287b Create a new ARM-specific DAG node, VDUP, to represent a splat from a by Bob Wilson · 15 years ago
  65. 0ce3710 During legalization, change Neon vdup_lane operations from shuffles to by Bob Wilson · 15 years ago
  66. 75caad4 CMake: Corrected indentation on a block of code. by Oscar Fuentes · 15 years ago
  67. d8b1b9a CMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable. by Oscar Fuentes · 15 years ago
  68. a339063 CMake: propagate to the parent scope LLVM_COMMON_DEPENDS. This is by Oscar Fuentes · 15 years ago
  69. 93db2f0 CMake: updated list of source files for library MC. by Oscar Fuentes · 15 years ago
  70. c22e0b2 Update llvm-mc / MCAsmStreamer to print the instruction using the actual target by Daniel Dunbar · 15 years ago
  71. 575327b Add virtual printMCInst method to AsmPrinter, as a quick way to expose the API by Daniel Dunbar · 15 years ago
  72. 61466c5 Add X86 instruction printer support for printing MCValue operands. by Daniel Dunbar · 15 years ago
  73. 1689e0c Add MCSymbol::{print, dump} by Daniel Dunbar · 15 years ago
  74. 2c11624 Add MCValue::{print, dump} by Daniel Dunbar · 15 years ago
  75. 7b7f514 llvm-mc: Move MCAsmToken::getLoc() into MC library where it belongs. by Daniel Dunbar · 15 years ago
  76. 7cefd80 Indentation change. by Evan Cheng · 15 years ago
  77. 5905bc4 CMake: updated library dependencies. by Oscar Fuentes · 15 years ago
  78. 8ef01dc CMake: build llvm-config before the other tools. by Oscar Fuentes · 15 years ago
  79. a1efbbd Shrink ADR and LDR from constantpool late during constantpool island pass. by Evan Cheng · 15 years ago
  80. 0668dc7 Add helpers for fetching basic types. by Owen Anderson · 15 years ago
  81. 1135a23 New entry. by Evan Cheng · 15 years ago
  82. 7eb28f3 Make TargetData optional in GlobalOpt and ArgumentPromotion. by Dan Gohman · 15 years ago
  83. fa9ca0f Make these matching rules more strict so that they don't by Dan Gohman · 15 years ago
  84. 22c3f18 Expose LLVMContext to llvm-c. by Erick Tryzelaar · 15 years ago
  85. 86cba32 Fix MCSectionELF::ShouldOmitSectionDirective's matching of .data and by Dan Gohman · 15 years ago
  86. 7894578 TargetRegistry: Change AsmPrinter constructor to be typed as returning an by Daniel Dunbar · 15 years ago
  87. bb23973 Mark this test as requiring the powerpc target. by Daniel Dunbar · 15 years ago
  88. 011e4db llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. by Daniel Dunbar · 15 years ago
  89. fdf229e Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' by Bruno Cardoso Lopes · 15 years ago
  90. 0e275dc Actually privatize a IntegerTypes, and fix a few bugs exposed by this. by Owen Anderson · 15 years ago
  91. ec9b261 When standard output is a terminal, set outs() to be unbuffered, to by Dan Gohman · 15 years ago
  92. 6c304f2 Make formatted_raw_ostream restore the buffer settings of the by Dan Gohman · 15 years ago
  93. 009fc9e Take the fast path for any named value and any GlobalValue, which doesn't by Dan Gohman · 15 years ago
  94. 1d0be15 Push LLVMContexts through the IntegerType APIs. by Owen Anderson · 15 years ago
  95. d163e8b Remove hack used to strip unwanted chars from section name by Bruno Cardoso Lopes · 15 years ago
  96. b8e1055 Add a method to return BSSSection from TargetLoweringObjectFile by Bruno Cardoso Lopes · 15 years ago
  97. 4aa688e Add a method to return if the ELF section contains only common symbols! by Bruno Cardoso Lopes · 15 years ago
  98. 2907542 Add unimplemented destructor declarations to hopefully address by Dan Gohman · 15 years ago
  99. c6126e8 Fix a compiler warning about comparing signed with unsigned. by Dan Gohman · 15 years ago
  100. 2cf89b6 * Moved all tool version requirements to the same place by Misha Brukman · 15 years ago