1. 3b5487e LangRef.html says that inttoptr and ptrtoint always use zero-extension by Dan Gohman · 15 years ago
  2. 6acb86d Factor out alignof expression folding into a separate function and by Dan Gohman · 15 years ago
  3. 8db08df Various code simplifications. by Dan Gohman · 15 years ago
  4. 87641fa Update CMake. by Daniel Dunbar · 15 years ago
  5. 11225dd Don't need to check the last argument since it'll always be bool. We also by Eric Christopher · 15 years ago
  6. 3a8bb73 More indentation/tabification fixes. by Eric Christopher · 15 years ago
  7. eae6ed1 Untabify previous commit. by Eric Christopher · 15 years ago
  8. 37ad466 Changed to Chris Lattner's suggested approach, which by Sean Callanan · 15 years ago
  9. 39bdc78 Kill the Mach-O writer, and temporarily make filetype=obj an error. by Nate Begeman · 15 years ago
  10. 54c7788 Fix for builds with separate source and build by Sean Callanan · 15 years ago
  11. 6ddf043 Formatting. by Eric Christopher · 15 years ago
  12. 92e63d8 MOVi16 should also be marked as a UnaryDP instruction, i.e., it doesn't have a by Johnny Chen · 15 years ago
  13. 81b0c39 Updated to use the proper .exports file for the by Sean Callanan · 15 years ago
  14. f7d8483 Add "dump" method to IVUsersOneStride. by Bill Wendling · 15 years ago
  15. 5e280a3 Testcase for 94996 (PR 6157) by Dale Johannesen · 15 years ago
  16. 7276c8c Fix PR6196. GV callee may not be a function. by Evan Cheng · 15 years ago
  17. e7ea6fd Add test case for 95013. by Evan Cheng · 15 years ago
  18. 87c46d8 Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan by Mon P Wang · 15 years ago
  19. c54a747 Rollback on including blocks functionality in .exports by Sean Callanan · 15 years ago
  20. 6cad417 Add an option to GVN to remove all partially redundant loads. This is currently by Bob Wilson · 15 years ago
  21. aec0081 Do an early exit when the result is known cheaply. by Duncan Sands · 15 years ago
  22. b29d596 eliminate a bunch of pointless LLVMContext arguments. by Chris Lattner · 15 years ago
  23. a419b56 Fix typo "of" -> "or" and change the way a line was formatted to fit by Duncan Sands · 15 years ago
  24. 6304b0d fix PR6195, a bug constant folding scalar -> vector compares. by Chris Lattner · 15 years ago
  25. 904c2fa fix PR 6157. Testcase pending. by Dale Johannesen · 15 years ago
  26. 5f670d4 cleanups. by Chris Lattner · 15 years ago
  27. b63127d fix PR6197 - infinite recursion in ipsccp due to block addresses by Chris Lattner · 15 years ago
  28. c6654ec4 Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result by Mon P Wang · 15 years ago
  29. a00ef11 Update this test for a trivial register allocation difference. by Dan Gohman · 15 years ago
  30. 4f8eea8 Generalize target-independent folding rules for sizeof to handle more by Dan Gohman · 15 years ago
  31. d569561 fix rdar://7590304, a miscompilation of objc apps on arm. The caller by Chris Lattner · 15 years ago
  32. 830f3f2 fix rdar://7590304, an infinite loop in instcombine. In the invoke by Chris Lattner · 15 years ago
  33. 3cb8509 Fix pr6198 by moving the isSized() check to an outer conditional. by Bob Wilson · 15 years ago
  34. d75ff31 Add a getNUWMul function. by Dan Gohman · 15 years ago
  35. 2544a1d Add a generalized form of ConstantExpr::getOffsetOf which works for by Dan Gohman · 15 years ago
  36. 9a720b0 MulOp is actually a Mips specific node, so do the match using Opcode. This fixes PR6192 by Bruno Cardoso Lopes · 15 years ago
  37. 746f5b6 Add an immutable interval map, prepared to be used by flat memory model by Zhongxing Xu · 15 years ago
  38. 7bb2929 Whoops, left some debugging code in that broke a buildbot. Removed. by Sean Callanan · 15 years ago
  39. ee5dfd4 Added the enhanced disassembly library's implementation and by Sean Callanan · 15 years ago
  40. ddba25a Simplify code. We can compare TNew with T in one batch. by Zhongxing Xu · 15 years ago
  41. 0a4fd46 Undo r94946 now all the tests are passing again. by Evan Cheng · 15 years ago
  42. bdef66b Fix stack size bug while using o32 abi by Bruno Cardoso Lopes · 15 years ago
  43. 48d5ccf For MVNr and MVNs, we need to set Inst{25} = 0 so as not to confuse the decoder. by Johnny Chen · 15 years ago
  44. aa92bec Change TAILJMP's to be varargs and transfer implicit uses over from TCRETURN's. Otherwise the missing uses can make post-regalloc scheduling do bad things. This fixes 403.gcc. by Evan Cheng · 15 years ago
  45. e626b0f Fix a missing check from my last commit. by Evan Cheng · 15 years ago
  46. 843bd69 Avoid recursive sibcall's. by Evan Cheng · 15 years ago
  47. 1144d7e Remove a completed item, add a couple new ones. by Eli Friedman · 15 years ago
  48. b406c47 Remove test which is no longer relevant. by Eli Friedman · 15 years ago
  49. be7cfa6 Simplify/generalize the xor+add->sign-extend instcombine. by Eli Friedman · 15 years ago
  50. 694488f Add a small transform: transform -(X<<Y) to (-X<<Y) when the shift has a single by Eli Friedman · 15 years ago
  51. 894c1af Moved InstallLexer() from the X86-specific AsmLexer by Sean Callanan · 15 years ago
  52. 56a5886 Do not mark no-return calls tail calls. It'll screw up special calls like longjmp and it doesn't make much sense for performance reason. If my logic is faulty, please let me know. by Evan Cheng · 15 years ago
  53. 3ed6f87 Fix PR6144. Reload GP before the emission of CALLSEQ_END to guarantee the right reload order by Bruno Cardoso Lopes · 15 years ago
  54. 5e19460 Fix mov.d out register by using the FFR register class directly by Bruno Cardoso Lopes · 15 years ago
  55. 90cfc13 Fix a gross typo: ARMv6+ may or may not support unaligned memory operations. by Anton Korobeynikov · 15 years ago
  56. 49db68f Check alignment of loads when deciding whether it is safe to execute them by Bob Wilson · 15 years ago
  57. a6bff98 Allow more tailcall optimization: calls with inputs that are all passed in registers. by Evan Cheng · 15 years ago
  58. 1d885c0 Don't forget to transfer target flag when inserting a tailcall instruction. by Evan Cheng · 15 years ago
  59. 1ee0cb9 Emit declaration DIE for the class static variables. by Devang Patel · 15 years ago
  60. b834f5d MC/X86 AsmParser: Handle absolute memory operands correctly. We were doing by Daniel Dunbar · 15 years ago
  61. a2f5e00 AsmMatcher: Create operand classes before use, apparently records aren't visited by Daniel Dunbar · 15 years ago
  62. ca13461 Fix a case where debug_value could affect codegen. by Dale Johannesen · 15 years ago
  63. 6ecfccf Use more specific types to avoid casts. No functionality change. by Bob Wilson · 15 years ago
  64. 8ad1f0e Remove ARM-specific calling convention from this test. Target data is by Bob Wilson · 15 years ago
  65. 728e5eb X86.td: Refactor to bring operands that use print_pcrel_imm together. by Daniel Dunbar · 15 years ago
  66. 0806f9f FileCheck: When looking for "possible matches", only compare against the prefix by Daniel Dunbar · 15 years ago
  67. ec2b1f1 AsmMatcher/X86: Separate out sublass for memory operands that have no segment by Daniel Dunbar · 15 years ago
  68. b489d0f Keep iterating over all uses when meeting a phi node in AllUsesOfValueWillTrapIfNull(). by Jakob Stoklund Olesen · 15 years ago
  69. 5045958 MC/X86: Add a nice X86 assembler matcher test case from Kevin Enderby. by Daniel Dunbar · 15 years ago
  70. 69a8c7f Modified encoding bits specification for VFP instructions. In particular, the D by Johnny Chen · 15 years ago
  71. 4483c7b Print a comment next to "materializable" global values, to distinguish by Dan Gohman · 15 years ago
  72. 6c2e8a9 PPC is not ready for sibcall optimization. by Evan Cheng · 15 years ago
  73. fb2ea61 Preserve load alignment in instcombine transformations. I've been unable to by Bob Wilson · 15 years ago
  74. e3a1e50 Minor code cleanup. by Dan Gohman · 15 years ago
  75. d8a5541 Skip whitespace when looking for a potential intended match. Before: by Dan Gohman · 15 years ago
  76. e546343 Fix the position of the caret in the FileCheck error message. Before: by Dan Gohman · 15 years ago
  77. fcb0ee8 by Junjie Gu · 15 years ago
  78. 400c700 Removed symbols from .exports that are not yet in the library. by Sean Callanan · 15 years ago
  79. 973f467 Add assertion to humor the paranoid. by Dale Johannesen · 15 years ago
  80. 2c482f4 We were not writing bitcode for function-local metadata whose operands have been erased (making it not have any more function-local operands) by Victor Hernandez · 15 years ago
  81. 36664bf Revert my last couple of patches. They appear to have broken bison. by Eric Christopher · 15 years ago
  82. e0638cb Rename two IRReader.h functions to indicate that they return a Module by Jeffrey Yasskin · 15 years ago
  83. 963e84f Use uint64_t instead of unsigned for offsets and sizes. by Bob Wilson · 15 years ago
  84. 43ee50f Add svn:ignore properties. by Dan Gohman · 15 years ago
  85. 3eb4f7e Improve isSafeToLoadUnconditionally to recognize that GEPs with constant by Bob Wilson · 15 years ago
  86. 01eba39 Belatedly document r85295 and r85330. by Jeffrey Yasskin · 15 years ago
  87. 8cbb612 Add size and location info in DW_TAG_class_type descriptor. by Devang Patel · 15 years ago
  88. 27a53de Before inserting llvm.dbg.declare intrinsic at the end of a basic block, check whether the basic block has a terminator or not. by Devang Patel · 15 years ago
  89. 4f17eb8 Fix MSVC build. by Benjamin Kramer · 15 years ago
  90. 5908839 Convert some users of ftostr to raw_ostream. by Benjamin Kramer · 15 years ago
  91. f304ff6 Use llvm::format instead of ftostr (which just calls sprintf). by Benjamin Kramer · 15 years ago
  92. 5c2873a Change the SREM case to match the logic in the IR version ComputeMaskedBits. by Duncan Sands · 15 years ago
  93. 7096ae4 Catch more trivial tail call opportunities: no inputs and output types match. by Evan Cheng · 15 years ago
  94. ac51217 Having RHSKnownZero and RHSKnownOne be alternative names for KnownZero and KnownOne by Duncan Sands · 15 years ago
  95. cfd5418 It looks like the changes to the SRem logic of SimplifyDemandedUseBits by Duncan Sands · 15 years ago
  96. 8cdf54c FileCheck: Switch "possible match" calculation to use StringRef::edit_distance. by Daniel Dunbar · 15 years ago
  97. 407e47c Make strcpy_chk lower to strcpy if we have a safe size. by Eric Christopher · 15 years ago
  98. 9988ab0 Quick fix to make the header file for the enhanced by Sean Callanan · 15 years ago
  99. bd51cdd Added a bare-bones Makefile to build the enhanced disassembly by Sean Callanan · 15 years ago
  100. a78def9 Recognize 'add_executable' when analyzing CMake files. by Ted Kremenek · 15 years ago