1. 2df6e64 Update instcombine's debug output to account for Value*'s operator<< by Dan Gohman · 15 years ago
  2. 4ae5126 Remove a bunch more now-unnecessary Context arguments. by Dan Gohman · 15 years ago
  3. 186a636 Eliminate a bunch of now unnecessary explicit Context variables. by Dan Gohman · 15 years ago
  4. 9338493 CMake: Added asm file to x86_64 MSVC build. by Oscar Fuentes · 15 years ago
  5. 378756c register naming cleanup (s/ip/r12/) by Jim Grosbach · 15 years ago
  6. 5232f41 Fix unit test on FreeBSD. We need to make sure there is enough space to save the pointer even if the memory returned from malloc was already aligned. by Benjamin Kramer · 15 years ago
  7. e2b1650 catch a typo and simplify call syntax by Gabor Greif · 15 years ago
  8. 9befba8 here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 by Gabor Greif · 15 years ago
  9. a7ac47c Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple by Chris Lattner · 15 years ago
  10. 54d26fa one last (?) bad x86 triple test. by Chris Lattner · 15 years ago
  11. db777bb fix some pastos in triple lines. by Chris Lattner · 15 years ago
  12. b796c4f the x86 version of the name is x86-64, not x86_64. Handle this properly by Chris Lattner · 15 years ago
  13. 9249a92 another bogus triple by Chris Lattner · 15 years ago
  14. 8e62083 add support for mingw64 target triples. by Chris Lattner · 15 years ago
  15. 118987f fix another broken target triple. by Chris Lattner · 15 years ago
  16. ff740d1 fix an incorrect target triple. by Chris Lattner · 15 years ago
  17. d6eb635 Move immediate constant predicate templates from the Blackfin target to MathExtras.h by Jakob Stoklund Olesen · 15 years ago
  18. dfc17f7 add a couple of helpers to the Triple class for decoding by Chris Lattner · 15 years ago
  19. e144638 add nounwind by Chris Lattner · 15 years ago
  20. 007ea27 Shrink Thumb2 movcc instructions. by Evan Cheng · 15 years ago
  21. c16f165 CMake: Fixed sed script for translating library dependencies from by Oscar Fuentes · 15 years ago
  22. fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
  23. 8e3864f CMake: Rely on llvm_config again for obtaining the list of required by Oscar Fuentes · 15 years ago
  24. 9bbdf64 CMake: updated library dependencies. by Oscar Fuentes · 15 years ago
  25. f2a5e95 CMake: cmake/modules/LLVMLibDeps.cmake: Use unix line endings. by Oscar Fuentes · 15 years ago
  26. b034cc4 CMake: Moved hard-coded library dependencies to its own file. by Oscar Fuentes · 15 years ago
  27. e0d7fe8 Remove another Darwin assembler workaround. by Evan Cheng · 15 years ago
  28. c972165 80 col violation. by Evan Cheng · 15 years ago
  29. ea253b9 Remove an Darwin assembler workaround. by Evan Cheng · 15 years ago
  30. 05c269c Shrink ADDS, ADC, RSB, and SUBS. by Evan Cheng · 15 years ago
  31. 394346b Add some comments to clarify the arguments to the vtbl and vtbx intrinsics. by Bob Wilson · 15 years ago
  32. c98c687 Testcase for r78770. by Bill Wendling · 15 years ago
  33. da27757 This logic was accidentally inverted in r78767. by Dan Gohman · 15 years ago
  34. 4ae953b CMake: Do not install files with .tmp suffix. by Oscar Fuentes · 15 years ago
  35. 2803365 CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. by Oscar Fuentes · 15 years ago
  36. 26255ad Factor out the code for finding an available register for use by Dan Gohman · 15 years ago
  37. 428473b Test for llvm-gcc patch 78762. by Dale Johannesen · 15 years ago
  38. dbd3c0e Add missing chain operands for VLD* and VST* instructions. by Bob Wilson · 15 years ago
  39. 23b9b19 Add contexts to some of the MVT APIs. No functionality change yet, just the infrastructure work needed to get the contexts to where they need to be first. by Owen Anderson · 15 years ago
  40. 45563ba llvm-gcc now emits inbounds for this getelementptr. by Dan Gohman · 15 years ago
  41. c752064 Simplify this code, and use an in-bounds GEP. by Dan Gohman · 15 years ago
  42. 9f81703 CMake: target triple for MSVC on Windows 64. by Oscar Fuentes · 15 years ago
  43. 1095f2a llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') by Daniel Dunbar · 15 years ago
  44. c98077b prune #include by Chris Lattner · 15 years ago
  45. 5940c02 prune #includage. by Chris Lattner · 15 years ago
  46. 6b883e3 fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 by Chris Lattner · 15 years ago
  47. ce914b8 change the -x86-asm-syntax=intel/att flag to be in X86TAI by Chris Lattner · 15 years ago
  48. b89030a Shrinkify Thumb2 r = add sp, imm. by Evan Cheng · 15 years ago
  49. 09652df second half of commit. by Chris Lattner · 15 years ago
  50. 5b67bb1 pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. by Chris Lattner · 15 years ago
  51. 74da671 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 15 years ago
  52. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 15 years ago
  53. 546952f Allow a zero cycle stage to reserve/require a FU without advancing the cycle counter. by David Goodwin · 15 years ago
  54. e28a2e8 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 15 years ago
  55. 0c420fc X86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm, FS_MOV32rm as codegen only. by Daniel Dunbar · 15 years ago
  56. e2811a7 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 15 years ago
  57. 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 15 years ago
  58. b6ba9c3 all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 15 years ago
  59. 5f28ffe eliminate template from arm TAI by Chris Lattner · 15 years ago
  60. 4b15279 fix a bug I introduced in r78724 that caused failures in: by Chris Lattner · 15 years ago
  61. c89ecc5 move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 15 years ago
  62. 766b5ef Fix warnings. by Owen Anderson · 15 years ago
  63. a1a1f02 eliminate the X86TargetAsmInfo template. by Chris Lattner · 15 years ago
  64. b08ae6b Added ADD instructions with rAX as one parameter to the Intel instruction by Sean Callanan · 15 years ago
  65. 4b322e5 Shrinkify Thumb2 load / store multiple instructions. by Evan Cheng · 15 years ago
  66. 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 15 years ago
  67. a942ad3 struct -> class by Owen Anderson · 15 years ago
  68. 1bdf5dc Optimize exact sdiv by a constant power of 2 to ashr. by Dan Gohman · 15 years ago
  69. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 15 years ago
  70. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
  71. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 15 years ago
  72. 92319e2 now that JumpTableDirective can differentate picness itself, MIPS TAI by Chris Lattner · 15 years ago
  73. dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 15 years ago
  74. b3ac6e4 "TAI::JumpTableDirective" is always null for current arm targets, simplify by Chris Lattner · 15 years ago
  75. d6474fa Add convenience functions for creating nsw add operators. by Dan Gohman · 15 years ago
  76. 8409bfb llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes are by Daniel Dunbar · 15 years ago
  77. f536368 Use wchar.h to get wchar_t, not ctype.h. by Dan Gohman · 15 years ago
  78. 26769d5 Don't set the isexact flag if an sdiv operator has been folded into by Dan Gohman · 15 years ago
  79. 5aa1684 Add Thumb2 eh_sjlj_setjmp implementation by Jim Grosbach · 15 years ago
  80. 3524bd7 Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, if by Daniel Dunbar · 15 years ago
  81. 3603d7a Revert 78680 until I figure out why it completely broke things. by Daniel Dunbar · 15 years ago
  82. ab67e70 Link NamedMDNodes. by Devang Patel · 15 years ago
  83. e2574d3 Add convenience functions for creating inbounds GEPs. by Dan Gohman · 15 years ago
  84. 7cd0118 Use DEBUG macro for debug output. by David Goodwin · 15 years ago
  85. 1d96ccc add a trivial line # cache to SourceMgr to make repeated queries to by Chris Lattner · 15 years ago
  86. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 15 years ago
  87. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  88. c588d55 Remove some unnecessary LoadInst constructors, missed during Twinification. by Daniel Dunbar · 15 years ago
  89. 5731020 make owen happy by being explicit. by Chris Lattner · 15 years ago
  90. c93d837 Add some debug output. by David Goodwin · 15 years ago
  91. 754bdac Fix struct/class mismatch. by Benjamin Kramer · 15 years ago
  92. 104eac1 Use isa instead of dyn_cast when the result is only converted to bool. by Dan Gohman · 15 years ago
  93. a44fa83 Fix cut-n-pasto in comment. by Devang Patel · 15 years ago
  94. cdc17eb fix GetInstSizeInBytes for eh_sjlj_setjmp by Jim Grosbach · 15 years ago
  95. 59c4f5c Add convenience functions for creating exact sdiv operators, and by Dan Gohman · 15 years ago
  96. d30658c Avoid implicitly depending on Instructions.h. by Dan Gohman · 15 years ago
  97. 02552de move some 32-bit instrs to x86instrinfo.td by Chris Lattner · 15 years ago
  98. f221c0b Revert 78662 to fix broken windows build. Add a comment which explains the problem. by Benjamin Kramer · 15 years ago
  99. 327365e This void is implicit in C++. by Benjamin Kramer · 15 years ago
  100. ffef8ac Tidy #includes. by Dan Gohman · 15 years ago