1. 0ce2499 Add some more TODO comments. by Dan Gohman · 15 years ago
  2. d3b6e41 Add a comment. by Dan Gohman · 15 years ago
  3. b81c771 Fix a bunch of custom-inserter functions to handle the case where by Dan Gohman · 15 years ago
  4. 7d26218 Remove mistakenly added test. by Eric Christopher · 15 years ago
  5. f7a0c7b Fix up -fstack-protector on linux to use the segment by Eric Christopher · 15 years ago
  6. 10d2f4d Detabify this file. by Nick Lewycky · 15 years ago
  7. b9933b8 Add default value to setIsNoInline for parity with the other methods of its by Nick Lewycky · 15 years ago
  8. b3344f8 Fix typo 'getter' where 'setter' was intended. by Nick Lewycky · 15 years ago
  9. 62f35a2 Have the X86 backend use Triple instead of a string and some enums. by Eric Christopher · 15 years ago
  10. 5cb97d1 Remove some unused/redundant code. by Kalle Raiskila · 15 years ago
  11. 32b4b5a more tidying. by Chris Lattner · 15 years ago
  12. 11b3d16 another v2f32 case, in this case showing poor codegen. by Chris Lattner · 15 years ago
  13. c06cbad some notes about suboptimal insertps's by Chris Lattner · 15 years ago
  14. 598751e random tidying by Chris Lattner · 15 years ago
  15. a5b4125 rip out even more sporadic v2f32 support. by Chris Lattner · 15 years ago
  16. 39aa20a rip out the various v2f32 "mmx" handling logic, now that by Chris Lattner · 15 years ago
  17. 4fd1ab3 fix test on non-x86 hosts. by Chris Lattner · 15 years ago
  18. b1e1145 Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG. by Jakob Stoklund Olesen · 15 years ago
  19. f172ecd Just rip v2f32 support completely out of the X86 backend. In by Chris Lattner · 15 years ago
  20. e35d984 fix PR7518 - terrible codegen of <2 x float>, by only marking by Chris Lattner · 15 years ago
  21. 9d19989 indentation by Chris Lattner · 15 years ago
  22. f2f4903 Infer alignments of fixed frame objects when they are constructed. This ensures remat'ed loads from fixed slots have the right alignments. by Evan Cheng · 15 years ago
  23. aa6c855 indmemrem and lowerallocs are gone. by Chris Lattner · 15 years ago
  24. f43f6bc Revert r107583. I no longer think that this is the way to solve the problem. by Bill Wendling · 15 years ago
  25. 4a991a6 Mark sse_load_f32 and sse_load_f64 as having memory operands by Bill Wendling · 15 years ago
  26. 69439cb back out r107580, I have seen what I wanted by Gabor Greif · 15 years ago
  27. d9cb7ca Proper indentation. by Bill Wendling · 15 years ago
  28. 4de8ba8 [another test commit, just to tickle the selfhost buildbots; I'll back out in a few minutes] by Gabor Greif · 15 years ago
  29. b482829 Minor amendment to switch-lowering improvement. by Eli Friedman · 15 years ago
  30. b4a74c1 Note switch-lowering inefficiency. by Eli Friedman · 15 years ago
  31. 68b559e Add AVX SSE4.1 blend, mpsadbw and vdp by Bruno Cardoso Lopes · 15 years ago
  32. 4a544be Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructions by Bruno Cardoso Lopes · 15 years ago
  33. 00e840f Fix typo. by Eric Christopher · 15 years ago
  34. c607570 Add AVX SSE4.1 Horizontal Minimum and Position instruction by Bruno Cardoso Lopes · 15 years ago
  35. ed2ae13 Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill slots so it's always false. by Evan Cheng · 15 years ago
  36. 2c70d4a Add AVX SSE4.1 round instructions by Bruno Cardoso Lopes · 15 years ago
  37. 273f7e4 Detect and handle COPY in many places. by Jakob Stoklund Olesen · 15 years ago
  38. 43b8fd7 Document that BasicAA respects noalias, while InterproceduralBasicAA does not. by Dan Gohman · 15 years ago
  39. efca7f9 Describe which dependencies are relevant to noalias, and document how by Dan Gohman · 15 years ago
  40. 0356060 Simple refactoring of SSE4.1 instructions, making room for the AVX forms by Bruno Cardoso Lopes · 15 years ago
  41. ff23535 Add some html anchors, to allow attributes to be linked to directly. by Dan Gohman · 15 years ago
  42. cd075a4 80-col fixup. by Eric Christopher · 15 years ago
  43. a4e1ba5 Add a new target independent COPY instruction and code to lower it. by Jakob Stoklund Olesen · 15 years ago
  44. f5cd8c5 - Add support for the rest of AVX SSE3 instructions by Bruno Cardoso Lopes · 15 years ago
  45. 65766ce Clean up TargetOpcodes.h a bit, and limit the number of places where the full by Jakob Stoklund Olesen · 15 years ago
  46. 6627ac0 Custom inserters (e.g., conditional moves in Thumb1 can introduce by Jim Grosbach · 15 years ago
  47. 1192d4d MDString is already checked earlier. by Devang Patel · 15 years ago
  48. dca6539 Remove early IT block formation. It's not used. by Evan Cheng · 15 years ago
  49. 98ec91e - Two-address pass should not assume unfolding is always successful. by Evan Cheng · 15 years ago
  50. 541481f Remove an unused enum. by Dan Gohman · 15 years ago
  51. f1e309e Propagate the AlignStack bit in InlineAsm's to the by Dale Johannesen · 15 years ago
  52. 6bae550 Remove invalid assert by Jakob Stoklund Olesen · 15 years ago
  53. ec8c3e8 Handle unindexed instructions in SlotIndices. by Jakob Stoklund Olesen · 15 years ago
  54. 3b9c7eb Properly handle debug values during inline spilling. by Jakob Stoklund Olesen · 15 years ago
  55. 135d7fe beautify output by Gabor Greif · 15 years ago
  56. 53ba550 use ArgOperand API by Gabor Greif · 15 years ago
  57. 8c1ffae Don't claim to preserve AliasAnalysis. First, this is doesn't actually by Dan Gohman · 15 years ago
  58. 1e10962 Reword the definition of the noalias attribute. The intention is for by Dan Gohman · 15 years ago
  59. 8de3b1e Rematerialize as much as possible before inserting spills and reloads. by Jakob Stoklund Olesen · 15 years ago
  60. 6e99261 80-column and trailing whitespace cleanup. by Jim Grosbach · 15 years ago
  61. ee7f8b5 grammar tweaks by Jim Grosbach · 15 years ago
  62. e45f72c Fix incorrect asm-printing of some NEON immediates. Fix weak testcase so by Bob Wilson · 15 years ago
  63. 9d135f0 use ArgOperand API (found by my previous commit) by Gabor Greif · 15 years ago
  64. 524e92b back out r107480, it was just testing the waters anyway... by Gabor Greif · 15 years ago
  65. 033e75f [test commit, just to tickle the selfhost buildbots; I'll back out in a few minutes] by Gabor Greif · 15 years ago
  66. 9342c17 Comment a non-obvious member variable. by Dan Gohman · 15 years ago
  67. 108e370 IndirectBr is not safe to speculatively execute (!) by Dan Gohman · 15 years ago
  68. 89496d0 Rename CreateReg to CreateRegs, and MakeReg to CreateReg. by Dan Gohman · 15 years ago
  69. f12ad66 Shrink down SSE3 code by more multiclass refactoring by Bruno Cardoso Lopes · 15 years ago
  70. cf22493 Prevent test from hanging waiting for input. by Dale Johannesen · 15 years ago
  71. eabd735 Make the "linker_private" linkage type emit a non-weak symbol to the file. It by Bill Wendling · 15 years ago
  72. 944faca Shrink down SSE3 code by some multiclass refactoring - 1st part by Bruno Cardoso Lopes · 15 years ago
  73. b5b5057 ARM function alignments were off by a power of two. svn 83242 changed by Bob Wilson · 15 years ago
  74. 5e721d7 Implement the "linker_private_weak" linkage type. This will be used for by Bill Wendling · 15 years ago
  75. 0f66d4b evil hack to coerce external users (projects) by Gabor Greif · 15 years ago
  76. 7fb231c Do not require line number entry for undefined local variable. by Devang Patel · 15 years ago
  77. b570968 MC: Fix some stray hunks I didn't intend to commit. by Daniel Dunbar · 15 years ago
  78. 9186fa6 MC: Pass the target instance to the AsmParser constructor. by Daniel Dunbar · 15 years ago
  79. eb89c90 Remove stray comma. by Daniel Dunbar · 15 years ago
  80. 839348a MC: Fix an error message. by Daniel Dunbar · 15 years ago
  81. 21de4c0 Remove context sensitivity concerns from interprocedural-basic-aa, and by Dan Gohman · 15 years ago
  82. 9461058 MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael by Daniel Dunbar · 15 years ago
  83. c1874b7 Preserve debug info for only extracted symbols. by Devang Patel · 15 years ago
  84. 26d1429 Debugging infomration is encoded in llvm IR using metadata. This is designed by Devang Patel · 15 years ago
  85. e62b203 If a named mdnode is removed then mark module as changed. by Devang Patel · 15 years ago
  86. c6fcdeb Move SSE3 Move patterns to a more appropriate section by Bruno Cardoso Lopes · 15 years ago
  87. 7144821 Add AVX SSE3 packed addsub instructions by Bruno Cardoso Lopes · 15 years ago
  88. 194db35 back out r107396 for now, it needs another minor change to function as advertised by Gabor Greif · 15 years ago
  89. 0ca182b evil hack to coerce external users (projects) by Gabor Greif · 15 years ago
  90. 63b95a6 Temporarily disable on-demand fast-isel. by Dan Gohman · 15 years ago
  91. cf32c6e reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make it work even if CallInst::op_* are private by Gabor Greif · 15 years ago
  92. fa680ea reformulate CallSite::getCallee to adapt to CallInst::ArgOffset, and make it work even if CallInst::op_* are private by Gabor Greif · 15 years ago
  93. c6f00e7 Use FuncInfo's isExportedInst accessor method instead of by Dan Gohman · 15 years ago
  94. ffda6ba Rename CreateRegForValue to CreateReg, and change its argument by Dan Gohman · 15 years ago
  95. a528bc0 Fast isel no longer needs DeadMachineInstrElim to clean up after it. by Dan Gohman · 15 years ago
  96. 7fbcc98 Teach fast-isel to avoid loading a value from memory when it's already by Dan Gohman · 15 years ago
  97. 20d4be1 Enable on-demand fast-isel. by Dan Gohman · 15 years ago
  98. abd1d85 Fix X86FastISel's add folding to actually work, and not fall back by Dan Gohman · 15 years ago
  99. 79b634c Add AVX SSE3 replicate and convert instructions by Bruno Cardoso Lopes · 15 years ago
  100. 5c87bf6 Teach X86FastISel to fold constant offsets and scaled indices in by Dan Gohman · 15 years ago