1. 42f75a9 Fix a typo that causes 2006-07-07-ComputeMaskedBits.ll to fail. by Evan Cheng · 19 years ago
  2. 322812e Ugly hack! Add helper functions InsertInFlightSetEntry and by Evan Cheng · 19 years ago
  3. 2d2cec1 Add support to print 4-, 8-, and 16- byte constant literals in special by Evan Cheng · 19 years ago
  4. 9525528 Use hidden visibility to make symbols in an anonymous namespace get by Chris Lattner · 19 years ago
  5. f8c68f6 Shave another 27K off libllvmgcc.dylib with visibility hidden by Chris Lattner · 19 years ago
  6. 360e820 Mark these two classes as hidden, shrinking libllbmgcc.dylib by 25K by Chris Lattner · 19 years ago
  7. 883a52d Fix CodeGen/Generic/2006-06-28-SimplifySetCCCrash.ll by Chris Lattner · 19 years ago
  8. 9d5b532 For PR801: by Reid Spencer · 19 years ago
  9. 89d67fa Add and sort "sections" in debug lines. This always stepping through by Jim Laskey · 19 years ago
  10. 650f609 Add support for function types. by Jim Laskey · 19 years ago
  11. d16f2a7 References need to be section relative. by Jim Laskey · 19 years ago
  12. 067ef41 References need to be section relative. by Jim Laskey · 19 years ago
  13. ca0dc56 Handle versioning of compile unit. by Jim Laskey · 19 years ago
  14. 7089f45 1. Revise vector debug support. by Jim Laskey · 19 years ago
  15. 44500e3 Teach the local allocator to know that live-in values (e.g. arguments) are by Chris Lattner · 19 years ago
  16. f8a01a9 1. Support standard dwarf format (was bootstrapping in Apple format.) by Jim Laskey · 19 years ago
  17. d5a932b Was pointed out that structure alignment and type alignment are not the same by Jim Laskey · 19 years ago
  18. 35f8c20 Alignment of globals has not been quite right. Needed to drop the pointer type by Jim Laskey · 19 years ago
  19. a844126 Consistency. EXTRACT_ELEMENT index operand should have ptr type. by Evan Cheng · 19 years ago
  20. a9767f6 Assert. Rather than silently stop printing. by Evan Cheng · 19 years ago
  21. 8d3af5e Instructions with variable operands (variable_ops) can have a number required by Evan Cheng · 19 years ago
  22. ed4e566 Change versioning to per debug info descriptor (merged with tag.) by Jim Laskey · 19 years ago
  23. 014f98c Place dwarf headers at earliest possible point. Well behaved when skipping by Jim Laskey · 19 years ago
  24. c4fa603 Port some bugfixes in shift handling from SimplifyDemandedBits over to by Chris Lattner · 19 years ago
  25. 9bfa2dc TargetLowering::ComputeMaskedBits was not clearing reciprocal bits on shifts. by Jim Laskey · 19 years ago
  26. a3bb86d Make sure to update the CFG correctly if a switch only has a default dest. by Chris Lattner · 19 years ago
  27. 232c910 Start on my todo list by Andrew Lenharth · 19 years ago
  28. 0c48fd4 Fix X86/inline-asm.ll:test2, a case where an input value was implicitly by Chris Lattner · 19 years ago
  29. cf752aa Fix Regression/CodeGen/X86/inline-asm.ll, a case where inline asm causes by Chris Lattner · 19 years ago
  30. fd561cd Fix an assert-on-inline-inline-asm bug. by Chris Lattner · 19 years ago
  31. fcadfbb For PR798: by Reid Spencer · 19 years ago
  32. 3e0c154 For PR798: Add support for Graphviz. Patch contributed by Anton Korobeynikov. by Reid Spencer · 19 years ago
  33. 177284c Prevent the -pedantic option from causing Mac OS/X build problems: by Reid Spencer · 19 years ago
  34. 18c8b49 Use archive libraries instead of object files for VMCore, BCReader, by Reid Spencer · 19 years ago
  35. 4c6f2f9 commuteInstruction() does not always create a new MI! by Evan Cheng · 19 years ago
  36. 16eee25 Eliminate a memory leak. by Evan Cheng · 19 years ago
  37. 7b336a8 visitVBinOp: Can't fold divide by zero! by Evan Cheng · 19 years ago
  38. 6b8e5a9 Make sure the register pressure reduction schedulers work for non-uniform by Evan Cheng · 19 years ago
  39. 19564e3 When a priority_queue is empty, the behavior of top() operator is by Evan Cheng · 19 years ago
  40. 729c6d1 Fix a nasty dag combiner bug that caused nondeterminstic crashes (MY FAVORITE!): by Chris Lattner · 19 years ago
  41. d61c482 Make CALL node consistent with RET node. Signness of value has type MVT::i32 by Evan Cheng · 19 years ago
  42. 8e7d056 Change RET node to include signness information of the return values. e.g. by Evan Cheng · 19 years ago
  43. 00aff7d Remove a bogus cast. by Evan Cheng · 19 years ago
  44. 3b78823 Turn on -sched-commute-nodes by default. by Evan Cheng · 19 years ago
  45. f6d62c2 CALL node change: now including signness of every argument. by Evan Cheng · 19 years ago
  46. d74ea2b Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  47. 80235d5 -enable-unsafe-fp-math implies -enable-finite-only-fp-math by Evan Cheng · 19 years ago
  48. 1247291 Fix missing include by Vladimir Prus · 19 years ago
  49. f6f9581 Incorrect SETCC CondCode used for FP comparisons. by Evan Cheng · 19 years ago
  50. 21d03f2 lib/Target/Target.td by Evan Cheng · 19 years ago
  51. d202ca4 Fix the result of the call to use a correct vbitconvert. There is no need to by Chris Lattner · 19 years ago
  52. 1b8daae Correct a previous patch which broke CodeGen/PowerPC/vec_call.ll by Chris Lattner · 19 years ago
  53. 7e399c1 Another typo. Pointed out by Nate Begeman. by Evan Cheng · 19 years ago
  54. 6c43f35 Fixed a LowerCallTo and LowerArguments bug. They were introducing illegal by Evan Cheng · 19 years ago
  55. e9b3da1 Fix an obvious bug in getPackedTypeBreakdown. Return 1 if type is legal. by Evan Cheng · 19 years ago
  56. c5d7d7c When we legalize target nodes, do not use getNode to create a new node, by Chris Lattner · 19 years ago
  57. b248e16 Add an assertion, avoid some unneeded work for each call. No functionality by Chris Lattner · 19 years ago
  58. da098e7 Add support for calls that pass and return legal vectors. by Chris Lattner · 19 years ago
  59. f4ec817 Add a new ISD::CALL node, make the default impl of TargetLowering::LowerCallTo by Chris Lattner · 19 years ago
  60. 3e34849 this should be 128 I think by Andrew Lenharth · 19 years ago
  61. dae9cbe Move this code to a common place by Andrew Lenharth · 19 years ago
  62. 8c0c10c Add a chain to FORMAL_ARGUMENTS. This is a minimal port of the X86 backend, by Chris Lattner · 19 years ago
  63. 9664541 Move function-live-in-handling code from the sdisel code to the scheduler. by Chris Lattner · 19 years ago
  64. 4e92027 Print the vreg that livein physregs are live in by Chris Lattner · 19 years ago
  65. e2e4173 Legalize FORMAL_ARGUMENTS nodes correctly, we don't want to legalize them once by Chris Lattner · 19 years ago
  66. 8820ad5 Fixing 2006-05-01-SchedCausingSpills.ll; some clean up by Evan Cheng · 19 years ago
  67. ee00a1d Revert an un-intended change by Evan Cheng · 19 years ago
  68. a2d079a Merge identical code. by Chris Lattner · 19 years ago
  69. 3b6d56c If the register allocator cannot find a register to spill, try the aliases. If by Evan Cheng · 19 years ago
  70. b5d9319 Remove dead vars by Chris Lattner · 19 years ago
  71. f1343c1 remove dead vars by Chris Lattner · 19 years ago
  72. c485e55 Remove dead variable by Chris Lattner · 19 years ago
  73. 5eed34d Comment out dead variables by Chris Lattner · 19 years ago
  74. 9dcb780 Remove dead var by Chris Lattner · 19 years ago
  75. e41102b Compile: by Chris Lattner · 19 years ago
  76. 07000c6 Refactor a bunch of includes so that TargetMachine.h doesn't have to include by Owen Anderson · 19 years ago
  77. 647c15e Backing out fix for PR770. Need to re-apply it after live range splitting is possible by Evan Cheng · 19 years ago
  78. 626da3d Duh. That could take a long time. by Evan Cheng · 19 years ago
  79. 21a57dc Two simplifications for token factor nodes: simplify tf(x,x) -> x. by Chris Lattner · 19 years ago
  80. 13d41b9 Add capability to scheduler to commute nodes for profit. by Evan Cheng · 19 years ago
  81. e165a78 Refactor scheduler code. Move register-reduction list scheduler to a by Evan Cheng · 19 years ago
  82. 9931414 Set weight of zero length intervals to infinite to prevent them from being by Evan Cheng · 19 years ago
  83. 5d02eaf Backing out previous check-in. by Evan Cheng · 19 years ago
  84. 1f30019 If the live interval legnth is essentially zero, i.e. in every live range by Evan Cheng · 19 years ago
  85. 90db035 Templatify RegReductionPriorityQueue by Evan Cheng · 19 years ago
  86. ec57fd9 Fix PR773 by Nate Begeman · 19 years ago
  87. c8d37c6 Fix a regression in my patch from last night that broke the llvmgcc4 build on by Chris Lattner · 19 years ago
  88. b63b067 Add pseudo dependency to force a def&use operand to be scheduled last (unless by Evan Cheng · 19 years ago
  89. 60e8c71 Debugging info by Evan Cheng · 19 years ago
  90. e73701d PR 770 - permit coallescing of registers in subset register classes. by Evan Cheng · 19 years ago
  91. 7faec9b Implement MASM sections correctly, without a "has masm sections flag" and a bunch of special case code. by Chris Lattner · 19 years ago
  92. a7090ae Oh yeah, there are two of these now, unify both. by Chris Lattner · 19 years ago
  93. b81cb61 Setting SwitchToSectionDirective properly in the MASM backend permits a bunch by Chris Lattner · 19 years ago
  94. 23b9eac by Chris Lattner · 19 years ago
  95. 13f161c Make the masm codepath work like the normal code path. by Chris Lattner · 19 years ago
  96. 4ca4bb1 The MASM asmprinter has been fixed, these hacks are no longer needed. by Chris Lattner · 19 years ago
  97. 4632d7a Split SwitchSection into SwitchTo{Text|Data}Section methods. by Chris Lattner · 19 years ago
  98. 4b37e87 Make the case I just checked in stronger. Now we compile this: by Chris Lattner · 19 years ago
  99. eaeda56 Implement and_sext.ll:test3, generating: by Chris Lattner · 19 years ago
  100. a850446 Compile this: by Chris Lattner · 19 years ago