1. 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 15 years ago
  2. ac8a3d0 It turns out that we emitted completely wrong common EH frame since the early beginning! The "z" CIE augmentation mark indicates that there is an extra word containing the size of augmentation section. However, even for frames w/o any augmentation data we emitted size uleb! (this is the case of "unwinding through C code"). Thus frame moves information was emitterd completely wrong. by Anton Korobeynikov · 15 years ago
  3. 990a9fd Add suffix for stubs, so we won't have name clashes with private symbols. by Anton Korobeynikov · 15 years ago
  4. 9184b25 Preliminary patch to improve dwarf EH generation - Hooks to return Personality / FDE / LSDA / TType encoding depending on target / options (e.g. code model / relocation model) - MCIzation of Dwarf EH printer to use encoding information - Stub generation for ELF target (needed for indirect references) - Some other small changes here and there by Anton Korobeynikov · 15 years ago
  5. 6a7cb63 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 15 years ago
  6. 8eea48a Fix PR6300. by Jakob Stoklund Olesen · 15 years ago
  7. f1b0a34 Last week we were generating code with duplicate induction variables in this by Bob Wilson · 15 years ago
  8. 6e5a2bd Fix crash in VerifyType when checking Contexts. Because there may not be a by Nick Lewycky · 15 years ago
  9. c638088 Don't try to materialize a function that isn't materializable anyways. This by Nick Lewycky · 15 years ago
  10. 936c43b A function with no Module owner isn't materializable. This fixes F->dump() for by Nick Lewycky · 15 years ago
  11. ebd024f remove empty file. by Chris Lattner · 15 years ago
  12. e44fc85 Simplify. by Daniel Dunbar · 15 years ago
  13. b218b27 Remove c++ style comments from c header. by Bill Wendling · 15 years ago
  14. cd10d14 revert r96241. It breaks two regression tests, isn't documented, by Chris Lattner · 15 years ago
  15. cb0b7be Renumber Instruction enums in llvm-c. by Bill Wendling · 15 years ago
  16. 37914c8 fix PR6305 by handling BlockAddress in a helper function by Chris Lattner · 15 years ago
  17. 014bf21 Split SelectionDAGISel::IsLegalAndProfitableToFold to by Evan Cheng · 15 years ago
  18. a744534 comment fix. by Chris Lattner · 15 years ago
  19. 786da7d by David Greene · 15 years ago
  20. 1e55944 by David Greene · 15 years ago
  21. db8d989 by David Greene · 15 years ago
  22. 7720155 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  23. 54a7aa8 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  24. 534502d1 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  25. 74a6a79 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  26. 4d58b64 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  27. f6fa186 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  28. 73657df Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  29. f749efa Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  30. 1b58cab Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  31. 0e2236c Remove an assumption of default arguments. This is in anticipation of a by David Greene · 15 years ago
  32. 67c9d42 by David Greene · 15 years ago
  33. 140a5d6 by David Greene · 15 years ago
  34. ba2b297 by David Greene · 15 years ago
  35. b0bc6c3 Uniformize the names of type predicates: rather than having isFloatTy and by Duncan Sands · 15 years ago
  36. f681475 CMake: Fixed syntax in conditional. by Oscar Fuentes · 15 years ago
  37. 6ceeba6 Fix changes from r75027 by Andrew Lenharth · 15 years ago
  38. 50922bb When testing whether a given SCEV depends on a temporary symbolic by Dan Gohman · 15 years ago
  39. da272d1 Check in the first big step of rewriting DAGISelEmitter to by Chris Lattner · 15 years ago
  40. 9f06cb4 give SDValue an operator->, allowing V->isTargetOpcode() and by Chris Lattner · 15 years ago
  41. 5ac03f1 don't make insanely large node numbers for no reason, by Chris Lattner · 16 years ago
  42. 020bb08 no need to add the instruction count anymore. by Chris Lattner · 16 years ago
  43. 0b1a395 Revert r96130 ("Forward parameter options as '-option=param'"). by Mikhail Glushenkov · 16 years ago
  44. 17f26b4 enhance raw_svector_ostream::write_impl to work with unbuffered streams, by Chris Lattner · 16 years ago
  45. efbdaa6 make PadToColumn return the stream so you can use: OS.PadToColumn(42) << "foo"; by Chris Lattner · 16 years ago
  46. 3da6e09 Ignore DBG_VALUE in a couple more places. by Dale Johannesen · 16 years ago
  47. 4559855 When restoring a saved insert location, check to see if the saved by Dan Gohman · 16 years ago
  48. 751d5aa constize by Chris Lattner · 16 years ago
  49. 4766132 clean up a bunch of code, move some random predicates by Chris Lattner · 16 years ago
  50. eb079a3 mark "addr" as having type "iPTR", eliminating some type comparisons by Chris Lattner · 16 years ago
  51. c87bf38 remove the DisablePatternForFastISel predicate, which is a check by Chris Lattner · 16 years ago
  52. 383fed9 add an insertion operator. by Chris Lattner · 16 years ago
  53. 523f6a5 tidy up by Chris Lattner · 16 years ago
  54. 441a389 Fix whitespace. by Dan Gohman · 16 years ago
  55. 6020d85 Fix a comment. by Dan Gohman · 16 years ago
  56. ce94736 When complicated expressions are broken down into subexpressions by Dan Gohman · 16 years ago
  57. 44de682 fixes to pagesel/banksel inserter. by Sanjiv Gupta · 16 years ago
  58. 77709ac Forgot to commit the header by Anton Korobeynikov · 16 years ago
  59. 782ab58 follow-on to PR6280 by Chris Lattner · 16 years ago
  60. 245ba96 Drop winmcasminfo and use normal AT&T COFF for all windows targets. by Anton Korobeynikov · 16 years ago
  61. 2faf391 Try to factorize the specification of saturating add/subtract operations a bit, by Johnny Chen · 16 years ago
  62. 590bfe8 Actually, this code doesn't have to be quite so conservative in by Dan Gohman · 16 years ago
  63. 1d826a7 In rememberInstruction, if the value being remembered is the by Dan Gohman · 16 years ago
  64. 0402577 Simplify this code; no need for a custom subclass if it doesn't need by Dan Gohman · 16 years ago
  65. 9269926 Remove a 'protected' keyword, now that SCEVExpander is no longer by Dan Gohman · 16 years ago
  66. 2763dfd Don't attempt aggressive post-inc uses if TargetLowering is not available, by Dan Gohman · 16 years ago
  67. ca1c816 2.7: Note that DataTypes.h moved. by Daniel Dunbar · 16 years ago
  68. 6d09ab8 Make LSR not crash if invoked without target lowering info, e.g. if invoked by John McCall · 16 years ago
  69. 77ffe3b Fix a problem where we had bitcasted operands that gave us by Eric Christopher · 16 years ago
  70. 18c67b9 Forward parameter options as '-option=parameter'. by Mikhail Glushenkov · 16 years ago
  71. 49e496b Support some more Darwin-only options. by Mikhail Glushenkov · 16 years ago
  72. b88c6f6 Support -mfix-and-continue properly. by Mikhail Glushenkov · 16 years ago
  73. 2ac7ab1 Revert r94752, turns out we don't need to touch these options. by Mikhail Glushenkov · 16 years ago
  74. 2df89fa Trim trailing spaces (aka, trigger rebuild). by Daniel Dunbar · 16 years ago
  75. a0cdf17 pull a bunch of huge inline methods in the PatternCodeEmitter by Chris Lattner · 16 years ago
  76. 1cea10a teach the encoder to handle pseudo instructions like FP_REG_KILL, by Chris Lattner · 16 years ago
  77. c09687b remove dead code. by Chris Lattner · 16 years ago
  78. 591047f MCAssembler: Fix pcrel relocations. Oh and, by Daniel Dunbar · 16 years ago
  79. f634676 MC/Mach-O: Start emitting fixups/relocations for instructions. by Daniel Dunbar · 16 years ago
  80. 2be2fd0 MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. by Daniel Dunbar · 16 years ago
  81. 0bcf074 MCAssembler: Sink fixup list into MCDataFragment. by Daniel Dunbar · 16 years ago
  82. a4766d7 MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic expressions can always be emitted as data + fixups. by Daniel Dunbar · 16 years ago
  83. 45f4874 MC/Mach-O: Implement EmitValue using data fragments + fixups instead of fill fragment. by Daniel Dunbar · 16 years ago
  84. 3a30b82 MCAssembler: Start applying fixups in the data section. by Daniel Dunbar · 16 years ago
  85. b7c3a4b MCAssembler: Add assorted dump() methods. by Daniel Dunbar · 16 years ago
  86. a8dfb79 X86: Move extended MCFixupKinds into X86FixupKinds.h by Daniel Dunbar · 16 years ago
  87. 98d5c31 Split some code out to a helper function (FindReusablePredBB) by Chris Lattner · 16 years ago
  88. 6686c6b Speed up codegen prepare from 3.58s to 0.488s. by Chris Lattner · 16 years ago
  89. 277cccc PHINode::getBasicBlockIndex is O(n) in the number of inputs by Chris Lattner · 16 years ago
  90. 2f36ea8 iterate over preds using PHI information when available instead of by Chris Lattner · 16 years ago
  91. 3f65b5e speed up CGP a bit by scanning predecessors through phi operands by Chris Lattner · 16 years ago
  92. b779033 add encoder support and tests for rdtscp by Chris Lattner · 16 years ago
  93. a1e7621 Add SETEND and BXJ instructions for disassembly only. by Johnny Chen · 16 years ago
  94. cebe955 Added the rdtscp instruction to the x86 instruction tables. by Sean Callanan · 16 years ago
  95. d135f14 Fix PR6283. by Jakob Stoklund Olesen · 16 years ago
  96. 9214b82 Fix a pruning heuristic which implicitly assumed that SmallPtrSet is by Dan Gohman · 16 years ago
  97. 7545f49 Teach MachineFrameInfo to track maximum alignment while stack objects are being by Evan Cheng · 16 years ago
  98. f0907fe Enable the inlinehint attribute in the Inliner. by Jakob Stoklund Olesen · 16 years ago
  99. 95a5a7d Fixed encodings for invlpg, invept, and invvpid. by Sean Callanan · 16 years ago
  100. e9a60eb MC/AsmParser: Attempt to constant fold expressions up-front. This ensures we avoid fixups for obvious cases like '-(16)'. by Daniel Dunbar · 16 years ago