1. 785d16f Prep work to handle input chains of matched patterns and checking for by Chris Lattner · 14 years ago
  2. 52be68d daniel remembered why this was needed. by Chris Lattner · 14 years ago
  3. feeb93e add a comment explaining why darwin/i386 uses ## as a comment. by Chris Lattner · 14 years ago
  4. 2f7ecde record input chains. by Chris Lattner · 14 years ago
  5. c642b84 prefix captured value names with $ so they look like by Chris Lattner · 14 years ago
  6. e74c3ba Initial implementation of PIC16 Cloner pass. by Sanjiv Gupta · 14 years ago
  7. 2a5431e Don't check for comments, which vary between subtargets. by Dan Gohman · 14 years ago
  8. c96087b improve comments on OPC_Record to say what we're recording a node. by Chris Lattner · 14 years ago
  9. 9ee7123 Fold bswap(undef) to undef. by Dan Gohman · 14 years ago
  10. 378c0b3 Delete some unneeded casts. by Dan Gohman · 14 years ago
  11. 968cb93 Don't attempt to divide INT_MIN by -1; consider such cases to have overflowed. by Dan Gohman · 14 years ago
  12. bd12fe8 make the new isel's interpreter loop call the generated by Chris Lattner · 14 years ago
  13. 5be6e59 improve comments in generated matcher a bit. by Chris Lattner · 14 years ago
  14. 36b01cb Make the operand and format specifier match, and print all by Dan Gohman · 14 years ago
  15. e609a51 make the new isel generator plop out a CheckComplexPattern function by Chris Lattner · 14 years ago
  16. 9abe19d Wrap lines to 80 columns and generally try to clean up whitespace and by Bob Wilson · 14 years ago
  17. ca0aacc roundss is an sse 4 thing, fix the test on non-sse41 builders by Chris Lattner · 14 years ago
  18. c2676b2 fix inverted condition. by Chris Lattner · 14 years ago
  19. 4a12de7 Make g5 target explicit; scheduling affects register choice. by Dale Johannesen · 14 years ago
  20. 53a2f60 complex patterns don't get 'record' nodes, they implicitly by Chris Lattner · 14 years ago
  21. 05446e7 clean up some code, eliminate NodeIsComplexPattern, which by Chris Lattner · 14 years ago
  22. b76beda Make error statement more personal. by Bill Wendling · 14 years ago
  23. 5b08f77 fix indentation by Chris Lattner · 14 years ago
  24. 92d3ada fix rdar://7653908, a crash on a case where we would fold a load by Chris Lattner · 14 years ago
  25. 55f9adf Adjust register numbers in tests to compensate for the new lack of R2. by Dale Johannesen · 14 years ago
  26. 5583b83 filecheckize by Chris Lattner · 14 years ago
  27. 0eb0c74 Handle tGPR register class in a few more places. This fixes some llvm-gcc by Bob Wilson · 14 years ago
  28. 0296f3e Add SMC (Secure Monitor Call) system instruction for disassembly only. by Johnny Chen · 14 years ago
  29. 5994fd0 Really reserve R2 on PPC Darwin. PR 6314. by Dale Johannesen · 14 years ago
  30. 3d821aa Use line and column number to distinguish two lexical blocks at the same level. by Devang Patel · 14 years ago
  31. 80dc116 80 column cleanup by Jim Grosbach · 14 years ago
  32. 08d3561 New testcase. by Devang Patel · 14 years ago
  33. ae3ecf9 Look for SSE and instructions of this form: (and x, (build_vector c1,c2,c3,c4)). by Evan Cheng · 14 years ago
  34. 6417171 Remove trailing whitespace by Jim Grosbach · 14 years ago
  35. ae23daf Rename SuccessorNumber to GetSuccessorNumber. by Bob Wilson · 14 years ago
  36. 8939b0d by David Greene · 14 years ago
  37. 713bc58 Testcase for critical edge splitting with load PRE. by Bob Wilson · 14 years ago
  38. 39be8fc Update Thumb2 to not use CarryDefIsUnused or CarryDefIsUsed predicates, but by Jim Grosbach · 14 years ago
  39. cd862b1 Remove redundant setting of Defs. CPSR is already marked by the block level set of Defs. by Jim Grosbach · 14 years ago
  40. 3a02cbc Refactor rewriting for PHI nodes into a separate function. by Dan Gohman · 14 years ago
  41. 0a145f3 First step in eliminating the CarryDefIsUnused and CarryDefIsUsed predicates. by Jim Grosbach · 14 years ago
  42. 64dfb78 Added for disassembly the following instructions: by Johnny Chen · 14 years ago
  43. 484d4a3 Split critical edges as needed for load PRE. by Bob Wilson · 14 years ago
  44. adb6f22 Refactor to share code to find the position of a basic block successor in the by Bob Wilson · 14 years ago
  45. 7fca229 Fix whitespace. by Dan Gohman · 14 years ago
  46. f1ac0fd Function attributes have index ~0, not 0 by Kenneth Uildriks · 14 years ago
  47. 6bc1b51 simplify this code. In the new world order there is no by Chris Lattner · 14 years ago
  48. 21390d7 convert the new matcher to check intermediate nodes for a single by Chris Lattner · 14 years ago
  49. 29c6270 change dag isel emitter to only call 'IsProfitableToFold' on nodes by Chris Lattner · 14 years ago
  50. 1665b0a Fix pr6111: Avoid using the LR register for the target address of an indirect by Bob Wilson · 14 years ago
  51. 47c5188 Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some by Duncan Sands · 14 years ago
  52. 1df9859 There are two ways of checking for a given type, for example isa<PointerType>(T) by Duncan Sands · 14 years ago
  53. 30fb00a Minor warning fixes (semicolons, newline at EOF). by Benjamin Kramer · 14 years ago
  54. ccba15f mark all the generated node predicates 'const'. by Chris Lattner · 14 years ago
  55. 050a03d generate code for node and pattern predicates. Note that this won't by Chris Lattner · 14 years ago
  56. e02ea54 refactor some code into a local class. by Chris Lattner · 14 years ago
  57. e2de49d remove now dead code and fixme. by Chris Lattner · 14 years ago
  58. 6e6975d remove dead code. This is never generated for any targets in mainline. by Chris Lattner · 14 years ago
  59. e39650a add support for the new isel matcher to generate by Chris Lattner · 14 years ago
  60. a08b587 make pcrel immediate values relative to the start of the field, by Chris Lattner · 14 years ago
  61. a1461d3 Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc. by Erick Tryzelaar · 14 years ago
  62. 1430425 Fix some ocaml documentation by Erick Tryzelaar · 14 years ago
  63. 7643ca5 The code section for an ISR has a specific address. by Sanjiv Gupta · 14 years ago
  64. 6e303cb Handle DBG_VALUE mixed with labels when doing PHI by Dale Johannesen · 14 years ago
  65. a3b1119 Drop support for the InReg attribute on the ppc backend. This was used by by Rafael Espindola · 14 years ago
  66. c2385a0 Split the main for-each-use loop again, this time for GenerateTruncates, by Dan Gohman · 14 years ago
  67. f463d95 Reapply 96294; now that I've gotten around to looking by Dale Johannesen · 14 years ago
  68. 89ee706 Apply patch from http://llvm.org/bugs/attachment.cgi?id=4136 now that PR5004 is by Bill Wendling · 14 years ago
  69. 2e2b438 Something broke. Hard to believe it was this patch by Dale Johannesen · 14 years ago
  70. 22e6219 When reusing an existing PHI node in a loop, be even more by Dan Gohman · 14 years ago
  71. 7dc9747 Put repeated empty pattern into the AQI instruction class. by Bob Wilson · 14 years ago
  72. f76de00 Fix a memory leak. Patch by Nicolas Geoffray. by Evan Cheng · 14 years ago
  73. a95f9ed More handling of DBG_VALUE. by Dale Johannesen · 14 years ago
  74. 04c60d9 Add missed entry to cmake build list file by Anton Korobeynikov · 14 years ago
  75. 0b21730 Use ttype encoding consistently by Anton Korobeynikov · 14 years ago
  76. 46885de Fix a silly darwin-only typo introduced during merge. by Anton Korobeynikov · 14 years ago
  77. 362dd0b Move TLOF implementations to libCodegen to resolve layering violation. by Anton Korobeynikov · 14 years ago
  78. 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 · 14 years ago
  79. 990a9fd Add suffix for stubs, so we won't have name clashes with private symbols. by Anton Korobeynikov · 14 years ago
  80. 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 · 14 years ago
  81. 6a7cb63 Teach the verifier to check the condition on a branch and ensure that it has by Nick Lewycky · 14 years ago
  82. 8eea48a Fix PR6300. by Jakob Stoklund Olesen · 14 years ago
  83. f1b0a34 Last week we were generating code with duplicate induction variables in this by Bob Wilson · 14 years ago
  84. 6e5a2bd Fix crash in VerifyType when checking Contexts. Because there may not be a by Nick Lewycky · 14 years ago
  85. c638088 Don't try to materialize a function that isn't materializable anyways. This by Nick Lewycky · 14 years ago
  86. 936c43b A function with no Module owner isn't materializable. This fixes F->dump() for by Nick Lewycky · 14 years ago
  87. ebd024f remove empty file. by Chris Lattner · 14 years ago
  88. e44fc85 Simplify. by Daniel Dunbar · 14 years ago
  89. b218b27 Remove c++ style comments from c header. by Bill Wendling · 14 years ago
  90. cd10d14 revert r96241. It breaks two regression tests, isn't documented, by Chris Lattner · 14 years ago
  91. cb0b7be Renumber Instruction enums in llvm-c. by Bill Wendling · 14 years ago
  92. 37914c8 fix PR6305 by handling BlockAddress in a helper function by Chris Lattner · 14 years ago
  93. 014bf21 Split SelectionDAGISel::IsLegalAndProfitableToFold to by Evan Cheng · 14 years ago
  94. a744534 comment fix. by Chris Lattner · 14 years ago
  95. 786da7d by David Greene · 14 years ago
  96. 1e55944 by David Greene · 14 years ago
  97. db8d989 by David Greene · 14 years ago
  98. 7720155 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 14 years ago
  99. 54a7aa8 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 14 years ago
  100. 534502d1 Remove an assumption of default arguments. This is in anticipation of a by David Greene · 14 years ago