1. 4e0d19d Provide interface to identifiy artificial methods. by Devang Patel · 15 years ago
  2. 3a813dc r94686 changed all ModuleProvider parameters to Modules, which made the by Jeffrey Yasskin · 15 years ago
  3. 9dee8e3 llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly by Daniel Dunbar · 15 years ago
  4. 3992feb Adjust the heuristics used to decide when SROA is likely to be profitable. by Bob Wilson · 15 years ago
  5. beb4269 reapply r95206, this time actually delete the code I'm replacing in the third stub case. by Chris Lattner · 15 years ago
  6. 8427d2b revert r95206, it is apparently causing bootstrap failure on i386-darwin9 by Chris Lattner · 15 years ago
  7. 8ef2cef print instruction encodings with the existing comment facilities, by Chris Lattner · 15 years ago
  8. ce2a725 make the x86 backend emit darwin stubs through mcstreamer instead of textually. by Chris Lattner · 15 years ago
  9. d269a6e make MachineModuleInfoMachO hold non-const MCSymbol*'s instead by Chris Lattner · 15 years ago
  10. 5669e30 change addPassesToEmitFile to return true on failure instead of its input, by Chris Lattner · 15 years ago
  11. febc816 Revert 94937 and move the noreturn check to codegen. by Evan Cheng · 15 years ago
  12. 281d051 Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits by John McCall · 15 years ago
  13. 86809cc Allow all types of callee's to be tail called. But avoid automatic tailcall if the callee is a result of bitcast to avoid losing necessary zext / sext etc. by Evan Cheng · 15 years ago
  14. d26a80f don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, by Chris Lattner · 15 years ago
  15. f64159c84 privatize a bunch of methods and move \n printing into them. by Chris Lattner · 15 years ago
  16. 99d8061 rename printMachineInstruction -> EmitInstruction by Chris Lattner · 15 years ago
  17. 9a6636b Reapply 95050 with a tweak to check the register class. by Dale Johannesen · 15 years ago
  18. 850d2e2 print instructions through the mcstreamer. by Chris Lattner · 15 years ago
  19. db02731 emit instructions through the streamer. by Chris Lattner · 15 years ago
  20. c760be9 Finally eliminate printMCInst and send instructions through the streamer. Demo: by Chris Lattner · 15 years ago
  21. d1ff72b rejigger the world so that EmitInstruction prints the \n at by Chris Lattner · 15 years ago
  22. 0d883e3 sink handling of target-independent machine instrs (other by Chris Lattner · 15 years ago
  23. b0e9424 Print FPImm a less kludgy way; APFloat.toString seems by Dale Johannesen · 15 years ago
  24. e7b635f Fix some comment typos. by Bob Wilson · 15 years ago
  25. 6c8d6ec pass an instprinter into the AsmPrinter if it is available. by Chris Lattner · 15 years ago
  26. be2e76b make any use of the "O" stream in asmprinter print to by Chris Lattner · 15 years ago
  27. 0c6a8f9 Recommit this, looks like it wasn't the cause. by Eric Christopher · 15 years ago
  28. 90567c3 ByVal frame object size should be that of the byval argument, not the size of the type which is just a pointer. This is not known to break stuff but is wrong nevertheless. by Evan Cheng · 15 years ago
  29. ac7798e Hook up -filetype=obj through the MachO streamer. Here's a demo: by Chris Lattner · 15 years ago
  30. 985d45d As of r79039, we still try to eliminate the frame pointer on leaf functions, by Jim Grosbach · 15 years ago
  31. 022d9e1 Revert 95130. by Evan Cheng · 15 years ago
  32. 9d73d78 Accept floating point immediates in DEBUG_VALUE. by Dale Johannesen · 15 years ago
  33. e7070e9 AsmParser/X86: Add temporary hack to allow parsing "sal". Eventually we need by Daniel Dunbar · 15 years ago
  34. 6cafdcc use OwningPtr and factor code better. by Chris Lattner · 15 years ago
  35. 56591ab refactor code so that LLVMTargetMachine creates the asmstreamer and by Chris Lattner · 15 years ago
  36. 9f34dd3 Hopefully temporarily revert this. by Eric Christopher · 15 years ago
  37. e16ad1a simplify getVerboseAsm by Chris Lattner · 15 years ago
  38. 1f21990 move handling of asm-verbose out of AsmPrinter.cpp into LLVMTargetMachine.cpp with the rest of the command line options. by Chris Lattner · 15 years ago
  39. 2e438c3 remove dead #include, stupid symlinks. by Chris Lattner · 15 years ago
  40. 3813d8a Remove a bunch of stuff around the edges of the ELF writer. by Chris Lattner · 15 years ago
  41. 8334f06 Reformat my last patch slightly. by Eric Christopher · 15 years ago
  42. 55fed86 tidy some targets. by Chris Lattner · 15 years ago
  43. a6a089c Re-add strcmp and known size object size checking optimization. by Eric Christopher · 15 years ago
  44. 7f89fda remove dead code. by Chris Lattner · 15 years ago
  45. fc89bc9 detemplatize the ppc code emitter. by Chris Lattner · 15 years ago
  46. 5335bce remove dead code. by Chris Lattner · 15 years ago
  47. fce4aef add a definition for ID. by Chris Lattner · 15 years ago
  48. 33fabd7 detemplatize ARM code emitter. by Chris Lattner · 15 years ago
  49. 7b9147a MCAsmParser/X86: Represent absolute memory operands as CodeGen does, with scale by Daniel Dunbar · 15 years ago
  50. 1945e17 MCCodeEmitter/X86: Handle tied registers better when converting MCInst -> by Daniel Dunbar · 15 years ago
  51. e1ec617 MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. by Daniel Dunbar · 15 years ago
  52. e0faa54 remove dead code. by Chris Lattner · 15 years ago
  53. 782ebe4 detemplatize alpha code emission, it is now JIT specific. by Chris Lattner · 15 years ago
  54. f1d6b10 eliminate all the dead addSimpleCodeEmitter implementations. by Chris Lattner · 15 years ago
  55. 9426196 Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility. by Evan Cheng · 15 years ago
  56. 211edae eliminate FileModel::Model, just use CodeGenFileType. The client by Chris Lattner · 15 years ago
  57. 4db3613 remove the remnants of TargetMachOWriterInfo. by Chris Lattner · 15 years ago
  58. 45f8c09 Add a new top-level MachO.h file for manifest constants, fixing by Chris Lattner · 15 years ago
  59. 9474d55 Added t2BFI (Bitfield Insert) entry for disassembler, with blank pattern field. by Johnny Chen · 15 years ago
  60. 6914b86 remove PPCMachOWriterInfo. by Chris Lattner · 15 years ago
  61. b5c5160 eliminate all forms of addPassesToEmitMachineCode except by Chris Lattner · 15 years ago
  62. 62a0413 Test revert 95050; there's a good chance it's causing buildbot failure. by Dale Johannesen · 15 years ago
  63. 0823d2a Inline addAssemblyEmitter into its one real caller and delete by Chris Lattner · 15 years ago
  64. 8991d51 Adding missing methods for creating Add, Mul, Neg and Sub with NUW. by Duncan Sands · 15 years ago
  65. e3d6d22 Apparently gdb is not amused by empty lines in pubtypes section. by Devang Patel · 15 years ago
  66. 31acb89 NULL terminate name in pubtypes sections. by Devang Patel · 15 years ago
  67. 39ceb47 don't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0 ? A : B by Chris Lattner · 15 years ago
  68. 3d606bb fix a crash in loop unswitch on a loop invariant vector condition. by Chris Lattner · 15 years ago
  69. b2c9290 Perform sibcall in some cases when arguments are passes memory. Look for cases by Evan Cheng · 15 years ago
  70. 5ce0ee9 Make local RA smarter about reusing input register of a copy by Dale Johannesen · 15 years ago
  71. 3b5487e LangRef.html says that inttoptr and ptrtoint always use zero-extension by Dan Gohman · 15 years ago
  72. 6acb86d Factor out alignof expression folding into a separate function and by Dan Gohman · 15 years ago
  73. 8db08df Various code simplifications. by Dan Gohman · 15 years ago
  74. 87641fa Update CMake. by Daniel Dunbar · 15 years ago
  75. 11225dd Don't need to check the last argument since it'll always be bool. We also by Eric Christopher · 15 years ago
  76. 3a8bb73 More indentation/tabification fixes. by Eric Christopher · 15 years ago
  77. eae6ed1 Untabify previous commit. by Eric Christopher · 15 years ago
  78. 39bdc78 Kill the Mach-O writer, and temporarily make filetype=obj an error. by Nate Begeman · 15 years ago
  79. 6ddf043 Formatting. by Eric Christopher · 15 years ago
  80. 92e63d8 MOVi16 should also be marked as a UnaryDP instruction, i.e., it doesn't have a by Johnny Chen · 15 years ago
  81. f7d8483 Add "dump" method to IVUsersOneStride. by Bill Wendling · 15 years ago
  82. 7276c8c Fix PR6196. GV callee may not be a function. by Evan Cheng · 15 years ago
  83. 87c46d8 Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan by Mon P Wang · 15 years ago
  84. 6cad417 Add an option to GVN to remove all partially redundant loads. This is currently by Bob Wilson · 15 years ago
  85. b29d596 eliminate a bunch of pointless LLVMContext arguments. by Chris Lattner · 15 years ago
  86. a419b56 Fix typo "of" -> "or" and change the way a line was formatted to fit by Duncan Sands · 15 years ago
  87. 6304b0d fix PR6195, a bug constant folding scalar -> vector compares. by Chris Lattner · 15 years ago
  88. 904c2fa fix PR 6157. Testcase pending. by Dale Johannesen · 15 years ago
  89. 5f670d4 cleanups. by Chris Lattner · 15 years ago
  90. b63127d fix PR6197 - infinite recursion in ipsccp due to block addresses by Chris Lattner · 15 years ago
  91. c6654ec4 Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result by Mon P Wang · 15 years ago
  92. 4f8eea8 Generalize target-independent folding rules for sizeof to handle more by Dan Gohman · 15 years ago
  93. d569561 fix rdar://7590304, a miscompilation of objc apps on arm. The caller by Chris Lattner · 15 years ago
  94. 830f3f2 fix rdar://7590304, an infinite loop in instcombine. In the invoke by Chris Lattner · 15 years ago
  95. 3cb8509 Fix pr6198 by moving the isSized() check to an outer conditional. by Bob Wilson · 15 years ago
  96. d75ff31 Add a getNUWMul function. by Dan Gohman · 15 years ago
  97. 2544a1d Add a generalized form of ConstantExpr::getOffsetOf which works for by Dan Gohman · 15 years ago
  98. 9a720b0 MulOp is actually a Mips specific node, so do the match using Opcode. This fixes PR6192 by Bruno Cardoso Lopes · 15 years ago
  99. 0a4fd46 Undo r94946 now all the tests are passing again. by Evan Cheng · 15 years ago
  100. bdef66b Fix stack size bug while using o32 abi by Bruno Cardoso Lopes · 15 years ago