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