1. b034cc4 CMake: Moved hard-coded library dependencies to its own file. by Oscar Fuentes · 15 years ago
  2. e0d7fe8 Remove another Darwin assembler workaround. by Evan Cheng · 15 years ago
  3. c972165 80 col violation. by Evan Cheng · 15 years ago
  4. ea253b9 Remove an Darwin assembler workaround. by Evan Cheng · 15 years ago
  5. 05c269c Shrink ADDS, ADC, RSB, and SUBS. by Evan Cheng · 15 years ago
  6. 394346b Add some comments to clarify the arguments to the vtbl and vtbx intrinsics. by Bob Wilson · 15 years ago
  7. c98c687 Testcase for r78770. by Bill Wendling · 15 years ago
  8. da27757 This logic was accidentally inverted in r78767. by Dan Gohman · 15 years ago
  9. 4ae953b CMake: Do not install files with .tmp suffix. by Oscar Fuentes · 15 years ago
  10. 2803365 CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. by Oscar Fuentes · 15 years ago
  11. 26255ad Factor out the code for finding an available register for use by Dan Gohman · 15 years ago
  12. 428473b Test for llvm-gcc patch 78762. by Dale Johannesen · 15 years ago
  13. dbd3c0e Add missing chain operands for VLD* and VST* instructions. by Bob Wilson · 15 years ago
  14. 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
  15. 45563ba llvm-gcc now emits inbounds for this getelementptr. by Dan Gohman · 15 years ago
  16. c752064 Simplify this code, and use an in-bounds GEP. by Dan Gohman · 15 years ago
  17. 9f81703 CMake: target triple for MSVC on Windows 64. by Oscar Fuentes · 15 years ago
  18. 1095f2a llvm-mc/AsmParser: Match hard coded registers (e.g. 'shldl %cl, %eax, %eax') by Daniel Dunbar · 15 years ago
  19. c98077b prune #include by Chris Lattner · 15 years ago
  20. 5940c02 prune #includage. by Chris Lattner · 15 years ago
  21. 6b883e3 fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 by Chris Lattner · 15 years ago
  22. ce914b8 change the -x86-asm-syntax=intel/att flag to be in X86TAI by Chris Lattner · 15 years ago
  23. b89030a Shrinkify Thumb2 r = add sp, imm. by Evan Cheng · 15 years ago
  24. 09652df second half of commit. by Chris Lattner · 15 years ago
  25. 5b67bb1 pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. by Chris Lattner · 15 years ago
  26. 74da671 eliminate asmflavor from subtarget, PPCTAI is the only client by Chris Lattner · 15 years ago
  27. e2b0601 Change the asmprinter to print the comment character before the by Chris Lattner · 15 years ago
  28. 546952f Allow a zero cycle stage to reserve/require a FU without advancing the cycle counter. by David Goodwin · 15 years ago
  29. e28a2e8 factorize more darwin TAI stuff. Note that this gives by Chris Lattner · 15 years ago
  30. 0c420fc X86/AsmParser: Mark MOV64GSrm, MOV64FSrm, GS_MOV32rm, FS_MOV32rm as codegen only. by Daniel Dunbar · 15 years ago
  31. e2811a7 factorize darwin ProtectedDirective and SetDirective. by Chris Lattner · 15 years ago
  32. 7417b76 Add 'isCodeGenOnly' bit to Instruction .td records. by Daniel Dunbar · 15 years ago
  33. b6ba9c3 all darwin targets have .space and .zerofill, pull up. by Chris Lattner · 15 years ago
  34. 5f28ffe eliminate template from arm TAI by Chris Lattner · 15 years ago
  35. 4b15279 fix a bug I introduced in r78724 that caused failures in: by Chris Lattner · 15 years ago
  36. c89ecc5 move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate by Chris Lattner · 15 years ago
  37. 766b5ef Fix warnings. by Owen Anderson · 15 years ago
  38. a1a1f02 eliminate the X86TargetAsmInfo template. by Chris Lattner · 15 years ago
  39. b08ae6b Added ADD instructions with rAX as one parameter to the Intel instruction by Sean Callanan · 15 years ago
  40. 4b322e5 Shrinkify Thumb2 load / store multiple instructions. by Evan Cheng · 15 years ago
  41. 59fc42d llvm-mc/AsmParser: Allow target to specific a comment delimiter, which will be by Daniel Dunbar · 15 years ago
  42. a942ad3 struct -> class by Owen Anderson · 15 years ago
  43. 1bdf5dc Optimize exact sdiv by a constant power of 2 to ashr. by Dan Gohman · 15 years ago
  44. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 15 years ago
  45. 0ad7f9b StringRef: Add find(char) and find(StringRef). by Daniel Dunbar · 15 years ago
  46. 0a31d2f pass the TargetTriple down from each target ctor to the by Chris Lattner · 15 years ago
  47. 92319e2 now that JumpTableDirective can differentate picness itself, MIPS TAI by Chris Lattner · 15 years ago
  48. dfab291 split "JumpTableDirective" (an existing hack) into a PIC and nonPIC by Chris Lattner · 15 years ago
  49. b3ac6e4 "TAI::JumpTableDirective" is always null for current arm targets, simplify by Chris Lattner · 15 years ago
  50. d6474fa Add convenience functions for creating nsw add operators. by Dan Gohman · 15 years ago
  51. 8409bfb llvm-mc/AsmMatcher: Fix two thinkos in determining whether two classes are by Daniel Dunbar · 15 years ago
  52. f536368 Use wchar.h to get wchar_t, not ctype.h. by Dan Gohman · 15 years ago
  53. 26769d5 Don't set the isexact flag if an sdiv operator has been folded into by Dan Gohman · 15 years ago
  54. 5aa1684 Add Thumb2 eh_sjlj_setjmp implementation by Jim Grosbach · 15 years ago
  55. 3524bd7 Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, if by Daniel Dunbar · 15 years ago
  56. 3603d7a Revert 78680 until I figure out why it completely broke things. by Daniel Dunbar · 15 years ago
  57. ab67e70 Link NamedMDNodes. by Devang Patel · 15 years ago
  58. e2574d3 Add convenience functions for creating inbounds GEPs. by Dan Gohman · 15 years ago
  59. 7cd0118 Use DEBUG macro for debug output. by David Goodwin · 15 years ago
  60. 1d96ccc add a trivial line # cache to SourceMgr to make repeated queries to by Chris Lattner · 15 years ago
  61. b27a41b llvm-mc: Fix a crash on invalid due to a typo in relocatable expression by Daniel Dunbar · 15 years ago
  62. 12ddd40 Make LLVMContext and LLVMContextImpl classes instead of structs. by Benjamin Kramer · 15 years ago
  63. c588d55 Remove some unnecessary LoadInst constructors, missed during Twinification. by Daniel Dunbar · 15 years ago
  64. 5731020 make owen happy by being explicit. by Chris Lattner · 15 years ago
  65. c93d837 Add some debug output. by David Goodwin · 15 years ago
  66. 754bdac Fix struct/class mismatch. by Benjamin Kramer · 15 years ago
  67. 104eac1 Use isa instead of dyn_cast when the result is only converted to bool. by Dan Gohman · 15 years ago
  68. a44fa83 Fix cut-n-pasto in comment. by Devang Patel · 15 years ago
  69. cdc17eb fix GetInstSizeInBytes for eh_sjlj_setjmp by Jim Grosbach · 15 years ago
  70. 59c4f5c Add convenience functions for creating exact sdiv operators, and by Dan Gohman · 15 years ago
  71. d30658c Avoid implicitly depending on Instructions.h. by Dan Gohman · 15 years ago
  72. 02552de move some 32-bit instrs to x86instrinfo.td by Chris Lattner · 15 years ago
  73. f221c0b Revert 78662 to fix broken windows build. Add a comment which explains the problem. by Benjamin Kramer · 15 years ago
  74. 327365e This void is implicit in C++. by Benjamin Kramer · 15 years ago
  75. ffef8ac Tidy #includes. by Dan Gohman · 15 years ago
  76. 3108222 Simplify this code. The case where one class is GR64RegClass and the by Dan Gohman · 15 years ago
  77. b2d746c Add an explicit keyword. by Dan Gohman · 15 years ago
  78. 7f4151b ConstantFolder and NoFolder no longer require their Context members. by Dan Gohman · 15 years ago
  79. d3fe75e now that these are in file-check format, we can merge them together by Chris Lattner · 15 years ago
  80. a124430 Fix a typo in an assertion string. by Dan Gohman · 15 years ago
  81. 3751aa5 Use the default copy-ctor, copy-assignment, and destructor. by Dan Gohman · 15 years ago
  82. d1ad72f Add a comment about the additional meaning of setPreservesCFG() for by Dan Gohman · 15 years ago
  83. 0040725 Don't assume that external global variables are aligned at their preferred by Dan Gohman · 15 years ago
  84. 00b0a24 Remove unnecessary throw() specifications; LLVM doesn't use exceptions. by Dan Gohman · 15 years ago
  85. 764ab52 Whitespace cleanup. Remove trailing whitespace. by Jim Grosbach · 15 years ago
  86. f128787 Move ~ARMConstantPoolValue() to the .cpp file to avoid needing to include <cstdlib> in the header. by Jim Grosbach · 15 years ago
  87. 1b2d0b8 Remove unnecessary casts. by Dan Gohman · 15 years ago
  88. d443ee6 Add const qualifiers. by Dan Gohman · 15 years ago
  89. 3c8178e Remove an unnecessary mutable. by Dan Gohman · 15 years ago
  90. 7e83697 Regenerate per request of Gabor Greif (r78628) by Shantonu Sen · 15 years ago
  91. 6b83198 Silence MSVC warning. by Benjamin Kramer · 15 years ago
  92. 195c71b Fix the previous accidental commit. Now shrinking common Thumb2 load / store instructions. by Evan Cheng · 15 years ago
  93. 3a21425 Fix Thumb2 load / store addressing mode matching code. Do not use so_reg form to by Evan Cheng · 15 years ago
  94. 1cf5783 80 column violation. by Evan Cheng · 15 years ago
  95. ccf9f2b Change llvm-c's ordering of contexts to make it consistent. by Erick Tryzelaar · 15 years ago
  96. 4a8ea21 Cosmetic changes. by Evan Cheng · 15 years ago
  97. 7fb8c3f Adding a blank line back. by Evan Cheng · 15 years ago
  98. ae709ea Link metadata. by Devang Patel · 15 years ago
  99. 9d3627e Remove dead metadata. by Devang Patel · 15 years ago
  100. 8c54a62 Rebuild RegScavenger::DistanceMap each time it is needed. by Jakob Stoklund Olesen · 15 years ago