1. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  2. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  3. 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 16 years ago
  4. 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 16 years ago
  5. b706d29 PR2957 by Nate Begeman · 16 years ago
  6. de551f9 Use CHAR_BIT instead of hard-coding 8 in several places where it by Dan Gohman · 16 years ago
  7. e7fa1f2 fix warning in -asserts mode. by Chris Lattner · 16 years ago
  8. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  9. a82d3f7 CellSPU: Revert inadvertent mis-fix of fneg. by Scott Michel · 16 years ago
  10. 7ea02ff CellSPU: by Scott Michel · 16 years ago
  11. 6e1d147 CellSPU: by Scott Michel · 16 years ago
  12. 1606e8e Fix some significant problems with constant pools that resulted in unnecessary paddings between constant pool entries, larger than necessary alignments (e.g. 8 byte alignment for .literal4 sections), and potentially other issues. by Evan Cheng · 16 years ago
  13. 4dc2b39 It makes no sense to have a ODR version of common linkage, so remove it. by Duncan Sands · 16 years ago
  14. 667d4b8 Introduce new linkage types linkonce_odr, weak_odr, common_odr by Duncan Sands · 16 years ago
  15. 0f8b53f Fix a bunch of Doxygen syntax issues. Escape special characters, by Dan Gohman · 16 years ago
  16. a87008d Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. by Evan Cheng · 16 years ago
  17. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  18. ef4cfc7 Propagate debug loc info through prologue/epilogue. by Bill Wendling · 16 years ago
  19. 4214a55 Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTOR by Scott Michel · 16 years ago
  20. 9735761 Factor out the code to add a MachineOperand to a MachineInstrBuilder. by Dan Gohman · 16 years ago
  21. 01b36e6 Remove non-DebugLoc versions of BuildMI from Alpha and Cell. by Dale Johannesen · 17 years ago
  22. 21b5541 Eliminate a couple of non-DebugLoc BuildMI variants. Modify callers. by Dale Johannesen · 17 years ago
  23. d1c321a Move debug loc info along when the spiller creates new instructions. by Bill Wendling · 17 years ago
  24. dc54d31 Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty by Evan Cheng · 17 years ago
  25. 6f38cb6 Use getDebugLoc forwarder instead of getNode()->getDebugLoc. by Dale Johannesen · 17 years ago
  26. 0469280 Needs this file too. by Dale Johannesen · 17 years ago
  27. b300d2a Get rid of the last non-DebugLoc versions of getNode! by Dale Johannesen · 17 years ago
  28. de06470 Remove more non-DebugLoc versions of getNode. by Dale Johannesen · 17 years ago
  29. 770bcc7 Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo. by Evan Cheng · 17 years ago
  30. ed2eee6 Get rid of one more non-DebugLoc getNode and by Dale Johannesen · 17 years ago
  31. a05dca4 Remove non-DebugLoc forms of CopyToReg and CopyFromReg. Adjust callers. by Dale Johannesen · 17 years ago
  32. 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
  33. f5d9789 Remove some more non-DebugLoc versions of construction by Dale Johannesen · 17 years ago
  34. 7d2ad62 Make LowerCallTo and LowerArguments take a DebugLoc by Dale Johannesen · 17 years ago
  35. 1465d61 Rename getAnalysisToUpdate to getAnalysisIfAvailable. by Duncan Sands · 17 years ago
  36. 9de57a9 CellSPU: - Update DWARF debugging support. by Scott Michel · 17 years ago
  37. 19c10e6 Untabify code. by Scott Michel · 17 years ago
  38. c9c8b2a CellSPU: by Scott Michel · 17 years ago
  39. 0f2d995 fix warning in release-asserts mode and spelling of assert. by Chris Lattner · 17 years ago
  40. d1e8d9c CellSPU: by Scott Michel · 17 years ago
  41. 04ee5a1 Change TargetInstrInfo::isMoveInstr to return source and destination sub-register indices as well. by Evan Cheng · 17 years ago
  42. fc54c55 Generalize the HazardRecognizer interface so that it can be used by Dan Gohman · 17 years ago
  43. bb46f52 Add the private linkage. by Rafael Espindola · 17 years ago
  44. 79ce276 Move a few containers out of ScheduleDAGInstrs::BuildSchedGraph by Dan Gohman · 17 years ago
  45. 94bd57e - Convert remaining i64 custom lowering into custom instruction emission by Scott Michel · 17 years ago
  46. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 17 years ago
  47. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 17 years ago
  48. eb3fc28 by Devang Patel · 17 years ago
  49. 93c65c8 Fix off-by-one error in traversing an array; this fixes a test. by Misha Brukman · 17 years ago
  50. 21213e7 CellSPU: by Scott Michel · 17 years ago
  51. 939e3a7 CellSPU: Update the README by Scott Michel · 17 years ago
  52. dd95009 CellSPU: by Scott Michel · 17 years ago
  53. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  54. 1c7a81b CellSPU: by Scott Michel · 17 years ago
  55. ed741dd CellSPU: by Scott Michel · 17 years ago
  56. 52d0001 CellSPU: by Scott Michel · 17 years ago
  57. 9bd7a37 - Make copyRegToReg use the "LR" assembler synonym for "OR". Makes finding by Scott Michel · 17 years ago
  58. 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
  59. 02d711b - Start moving target-dependent nodes that could be represented by an by Scott Michel · 17 years ago
  60. e9dd47a Fixed spelling, removed trailing whitespace. by Misha Brukman · 17 years ago
  61. 1df30c4 - Various '#if 0' cleanups. by Scott Michel · 17 years ago
  62. f0569be - Remove Tilmann's custom truncate lowering: it completely hosed over by Scott Michel · 17 years ago
  63. aedc637 CellSPU: by Scott Michel · 17 years ago
  64. e07d3de CellSPU: by Scott Michel · 17 years ago
  65. cc18827 CellSPU: Fix bug 3055 by Scott Michel · 17 years ago
  66. 23f2ff7 Missing closing brace and reverse conditional condition on NDEBUG by Scott Michel · 17 years ago
  67. d021901 This code is apparently quite confused. In the meantime, by Chris Lattner · 17 years ago
  68. 30ee7df CellSPU: by Scott Michel · 17 years ago
  69. c54baa2 Split foldMemoryOperand into public non-virtual and protected virtual by Dan Gohman · 17 years ago
  70. 15511cf Rename isSimpleLoad to canFoldAsLoad, to better reflect its meaning. by Dan Gohman · 17 years ago
  71. b30e8f6 CellSPU: by Scott Michel · 17 years ago
  72. 1a6cdb6 CellSPU: by Scott Michel · 17 years ago
  73. aaffa05 There are no longer any places that require a by Duncan Sands · 17 years ago
  74. 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
  75. 18fae69 CellSPU: by Scott Michel · 17 years ago
  76. 50843c0 CellSPU: Relax constraints on when to generate a X-form address, evidently by Scott Michel · 17 years ago
  77. 662165d CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". by Scott Michel · 17 years ago
  78. 045a145 CellSPU: by Scott Michel · 17 years ago
  79. 104de43 CellSPU: by Scott Michel · 17 years ago
  80. 027fdbe Move target independent td files from lib/Target/ to include/llvm/Target so they can be distributed along with the header files. by Evan Cheng · 17 years ago
  81. 0322808 Rename SetCCResultContents to BooleanContents. In by Duncan Sands · 17 years ago
  82. 7a1c9e9 CellSPU: Fix bug 3056. Varadic extract_element was not implemented (nor was it by Scott Michel · 17 years ago
  83. 9c0c6b2 CellSPU: by Scott Michel · 17 years ago
  84. dc91bea CellSPU: by Scott Michel · 17 years ago
  85. 4379efc CellSPU: Custom lower truncating stores of i8 to i1 (should not have been by Scott Michel · 17 years ago
  86. a0e5769 CellSPU: Adjust spacing/tabulation by Scott Michel · 17 years ago
  87. 343f0c0 Experimental post-pass scheduling support. Post-pass scheduling by Dan Gohman · 17 years ago
  88. 719b0e1 CellSPU: Do not custom lower i1 stores, rely on type legalization to do the by Scott Michel · 17 years ago
  89. 430a555 Temporary check-in for Duncan to demonstrate CellSPU store problem. by Scott Michel · 17 years ago
  90. cbad42c Add more const qualifiers. This fixes build breakage from r59540. by Dan Gohman · 17 years ago
  91. 92adc19 Adds extern "C" ints to the .cpp files that use RegisterTarget, as by Oscar Fuentes · 17 years ago
  92. 19fd42a Unbreak the buildbot and back out (inadvertant) casting edits in CellSPU by Scott Michel · 17 years ago
  93. 73ce1c5 CellSPU: Fix bug 3606, as well as some ongoing work. by Scott Michel · 17 years ago
  94. b5b9252 CMake: corrected library target name for dependency: LLVMCellSPU -> by Oscar Fuentes · 17 years ago
  95. a4dd926 CMake: Reflected changes on the CellSPU target build. May require a clean start. by Oscar Fuentes · 17 years ago
  96. eed0ec7 Fixed a pasto. by Oscar Fuentes · 17 years ago
  97. 73655bc CellSPU: Bring SPU's assembly printer more in-line with current LLVM code by Scott Michel · 17 years ago
  98. 771138c CellSPU: Fix prologue/epilogue emission when function contains calls but by Scott Michel · 17 years ago
  99. d9890de CellSPU: Ensure that C strings are always put in the .rodata section by Scott Michel · 17 years ago
  100. d03eeaf Teach CellSPU about ELF sections and new section emitter classes. by Scott Michel · 17 years ago