1. e5e2c41 Remove self-described temporary hack. A bit over a year seems a reasonable by Jim Grosbach · 14 years ago
  2. ef0ccad Fix scheduling infor for vmovn and vshrn which I broke accidentially. by Evan Cheng · 14 years ago
  3. df9da6a Add operand cycles for vldr / vstr. by Evan Cheng · 14 years ago
  4. 43c78cd Need to specify SSE4 for machines which don't have SSE4. The code checked for is generated by SSE4. Otherwise, we get something else. by Bill Wendling · 14 years ago
  5. e6ca677 Direct calls only for arm fast isel for now. by Eric Christopher · 14 years ago
  6. 8ec055d Fix typo by Francois Pichet · 14 years ago
  7. cae6a12 NEON scheduling info fix. vmov reg, reg are single cycle instructions. by Evan Cheng · 14 years ago
  8. 45547b8 Fix thinko on store instructions. Fixes test_indvars failure. by Eric Christopher · 14 years ago
  9. 00d4f48 Make the spelling of the flags for old-style if-conversion heuristics consistent between ARM and Thumb2. by Owen Anderson · 14 years ago
  10. aa9f0a5 Provide an option to restore old-style if-conversion heuristics for Thumb2. by Owen Anderson · 14 years ago
  11. 7267e14 Now that the profitable bits of EnableFullLoadPRE have been enabled by default, rip out the remainder. by Owen Anderson · 14 years ago
  12. 7c3423f Per Cortex-A9 pipeline diagram. AGU (core load / store issue) and NEON/FP issue are multiplexed. Model it correctly. by Evan Cheng · 14 years ago
  13. 4c7c0c6 Fix dbg_declare signature in document. by Devang Patel · 14 years ago
  14. 0ffd10b Fix DIDerived type fields' type in document. by Devang Patel · 14 years ago
  15. 27f46cd Fix code gen crash reported in PR 8235. We still lose debug info for the unused argument here. This is a known limitation recorded debuginfo-tests/trunk/dbg-declare2.ll function 'f6' test case. by Devang Patel · 14 years ago
  16. bffa1a5 grammar by Jim Grosbach · 14 years ago
  17. b0f96fa Delete token *after* reading from it. by Benjamin Kramer · 14 years ago
  18. fb4032f typo by Gabor Greif · 14 years ago
  19. 273ac84 We must check for something. by Bill Wendling · 14 years ago
  20. c160218 Disable tests until I can figure out why they're failing on just two machines but not others. by Bill Wendling · 14 years ago
  21. cc958c9 Try adding an mtriple. by Bill Wendling · 14 years ago
  22. 8258135 Zap some redundant 'ori $?, $?, 0' from SPU. by Kalle Raiskila · 14 years ago
  23. 04fcbf9 Fix the other half of the alignment changing issue by making sure that the by Eric Christopher · 14 years ago
  24. b1170f0 FileCheck-ize this test. by Bill Wendling · 14 years ago
  25. 2b0ab5c FileCheck-ize this test. by Bill Wendling · 14 years ago
  26. 6bf263b fix typo by Chris Lattner · 14 years ago
  27. e051844 add a note by Chris Lattner · 14 years ago
  28. 6eff751 fix PR8267 - Instcombine shouldn't optimizer away volatile memcpy's. by Chris Lattner · 14 years ago
  29. e94aa76 upgrade this test. by Chris Lattner · 14 years ago
  30. 2831a19 fix rdar://8494845 + PR8244 - a miscompile exposed by my patch in r101350 by Chris Lattner · 14 years ago
  31. b0ab5d0 One more +sse2. by Dale Johannesen · 14 years ago
  32. 3286db6 move X86 subdir up a level by Chris Lattner · 14 years ago
  33. 5db1eea Mark all these as needing SSE2. Should fix PPC and maybe even Linux. by Dale Johannesen · 14 years ago
  34. 473a8c8 Fix pasto. by Dale Johannesen · 14 years ago
  35. 81a0b9e Disable these tests for now; it's not obvious why they fail on Linux. by Dale Johannesen · 14 years ago
  36. 21fe99b Add some doc for the x86mmx type. by Dale Johannesen · 14 years ago
  37. bac4c52 Attempt to outwit overly smart compiler. by Dale Johannesen · 14 years ago
  38. 9efef89 Make test not sensitive to register choice. by Dale Johannesen · 14 years ago
  39. 14df882 Implement double return values in calls. Fixes by Eric Christopher · 14 years ago
  40. 0488fb6 Massive rewrite of MMX: by Dale Johannesen · 14 years ago
  41. a7e3b56 Add an explicit initialization to work around what appears to be a valgrind by Daniel Dunbar · 14 years ago
  42. b3c04ec Temporarily add a flag to make it easier to compare the new-style ARM if by Owen Anderson · 14 years ago
  43. ddcf859 Clean up asm writer usage for x86 and msp430 to flag that the writer should by Jim Grosbach · 14 years ago
  44. 0863785 Movement and cleanup. by Eric Christopher · 14 years ago
  45. 9299109 test/CodeGen/X86/sibcall.ll: Add explicit triplets and remove XFAIL: apple-darwin8. by NAKAMURA Takumi · 14 years ago
  46. a56927e Comments about operand cycles and pipeline forwarding pathes. by Evan Cheng · 14 years ago
  47. c6877b4 Pacify a noisy compiler, and sink this variable declaration closer to its uses. by Nick Lewycky · 14 years ago
  48. 722cc1f We do want to allow LoadPRE to perform LICM-like transformations: we already consider PHI nodes to be negligible for by Owen Anderson · 14 years ago
  49. 7eb589d Try again to disable critical edge splitting in CodeGenPrepare. by Jakob Stoklund Olesen · 14 years ago
  50. f9764fa Start of generalized call support for ARM fast isel. by Eric Christopher · 14 years ago
  51. c87cfb6 Allow llvm.gcroot to work with non-pointer allocas. by Talin · 14 years ago
  52. 7eae36b Factor some logic into ShouldRelocOnSymbol. This simplifies the code and by Rafael Espindola · 14 years ago
  53. a3fbadf Nuke a few more unused asm strings by Jim Grosbach · 14 years ago
  54. 2622f46 When isel is emitting instructions for an x86 target without CMOV, the CFG is by Jakob Stoklund Olesen · 14 years ago
  55. 3787a40 Move getPointerSize() to the base class since it's not dependent on MachO by Jim Grosbach · 14 years ago
  56. 4b1da2b Flesh out the dragonegg section. by Duncan Sands · 14 years ago
  57. 1344488 more cleanups. by Chris Lattner · 14 years ago
  58. 27c5215 merge and clean up tests. by Chris Lattner · 14 years ago
  59. af2a8b2 Remove extraneous ';' by Jim Grosbach · 14 years ago
  60. a879dc7 merge two tests. by Chris Lattner · 14 years ago
  61. e73774d rename test by Chris Lattner · 14 years ago
  62. 3bb4353 Did my commit for the last patch for the .loc directory from the wrong place and by Kevin Enderby · 14 years ago
  63. 84d7ffd generalize test. by Chris Lattner · 14 years ago
  64. 9e46d78 rename test. by Chris Lattner · 14 years ago
  65. ebfa86b merge two tests. by Chris Lattner · 14 years ago
  66. 905f2e0 preemptively add the rest of the non-n fpstack instructions. by Chris Lattner · 14 years ago
  67. 5660904 merge two tests. by Chris Lattner · 14 years ago
  68. 198b979 fix this to not be completely broken. by Chris Lattner · 14 years ago
  69. 18e5179 update, unxfail, fix bogus encodings. by Chris Lattner · 14 years ago
  70. 0d5d7a0 update and unxfail by Chris Lattner · 14 years ago
  71. bf840a1 unxfail this by fixing syntactic differences. by Chris Lattner · 14 years ago
  72. 71d933a The asm strings are never used at all, so just nuke 'em entirely. by Jim Grosbach · 14 years ago
  73. c095793 This is the last major patch to implement support for the .loc directive by Kevin Enderby · 14 years ago
  74. 9ee4aed implement support for finit, PR8258 by Chris Lattner · 14 years ago
  75. b5a3ec1 Changes EvaluateAsAbsolute() to return the "current value" of the expression by Kevin Enderby · 14 years ago
  76. 0bb83a8 add support for fstcw, PR8259 by Chris Lattner · 14 years ago
  77. 8ebf662 Adds getPointerSize() to the AsmBackend which will be needed by the final patch by Kevin Enderby · 14 years ago
  78. 4ba2b65 checkpoint notes by Chris Lattner · 14 years ago
  79. 82d96cc Grow BumpPtrAllocator's slab size dynamically if we allocated many slabs. This by Benjamin Kramer · 14 years ago
  80. 2f24c4e 80 column fix by Jim Grosbach · 14 years ago
  81. a4c2724 Fix two tiny issues (ARM does not need COFF) and comment sanity. by Jason W Kim · 14 years ago
  82. 4c75679 Tighten up prototype verification of strchr and strrchr to avoid a crash in the very unlikely case that someone passes an integer > i64 to strchr. by Benjamin Kramer · 14 years ago
  83. 5c0d472 Silence a GCC warning about not handling all flags in this switch, we by Chandler Carruth · 14 years ago
  84. 186e7a0 Move logic of determining ELF entsize from the .s printer to initialization by Jan Wen Voung · 14 years ago
  85. 1b6285c Add another test that now passes. by Rafael Espindola · 14 years ago
  86. f73fd72 trailing whitespace by Jim Grosbach · 14 years ago
  87. 87dc3aa Remove misplaced ';'. Make buildbots happy, hopefully. by Jim Grosbach · 14 years ago
  88. a8c02c3 Correctly produce R_X86_64_32 or R_X86_64_32S. by Rafael Espindola · 14 years ago
  89. afd1cc2 Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() by Jason W Kim · 14 years ago
  90. 12ad94e Have ELFAsmParser.cpp use the already parsed "Size" (entry size) when by Jan Wen Voung · 14 years ago
  91. 7070387 Make it possible for the MCObjectWriter to decide if a given fixup is fully by Rafael Espindola · 14 years ago
  92. 7ebc863 Go ahead and jump! by Jim Grosbach · 14 years ago
  93. d4d4f4f by Jason W Kim · 14 years ago
  94. a4e97de Now that the pseudos that needed this are all custom lowered, we can go back by Jim Grosbach · 14 years ago
  95. 2317e40 Nuke it from orbit. It's the only way to be sure. by Jim Grosbach · 14 years ago
  96. ca96a86 Let a target specify whether it wants an assembly printer to be the MC version by Jim Grosbach · 14 years ago
  97. 97fe645 fix incorrect link! by Chris Lattner · 14 years ago
  98. a854a4b Test commit - Deleted some whitespace at the end of a line. by Jan Wen Voung · 14 years ago
  99. 0e55fd6 ARM instruction itinerary fixes: by Evan Cheng · 14 years ago
  100. 9510a25 Add constant folding for strspn and strcspn to SimplifyLibCalls. by Benjamin Kramer · 14 years ago