1. 333c400 This started as a small change, I swear. Unfortunately, lots of things call the [I|F]CmpInst constructors. Who knew!? by Owen Anderson · 15 years ago
  2. 5367436 by David Greene · 15 years ago
  3. e556474 Added Thumb IT instruction. by Evan Cheng · 15 years ago
  4. 2202360 Fix an apparent copy-and-paste problem in an error message. by Bob Wilson · 15 years ago
  5. 896fe89 Another todo entry. by Evan Cheng · 15 years ago
  6. 38b0644 Revert the part of 75177 that split ConstantRange into two classes, and by Dan Gohman · 15 years ago
  7. 45032f2 Initial support for load / store multiple opt pass Thumb2 support (post-allocation only). It's kind of there, but not quite. I'll return to this later. by Evan Cheng · 15 years ago
  8. c50a1cb Fix ldm / stm unified syntax; add t2LDM_RET. by Evan Cheng · 15 years ago
  9. d75223d LDM_RET should be marked mayLoad. by Evan Cheng · 15 years ago
  10. d15f45f If -fomit-frame-pointer is used, we still need to record when the %esp register by Bill Wendling · 15 years ago
  11. 5c87417 Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. Also change the printer to make the scale 4 explicit. by Evan Cheng · 15 years ago
  12. 7b95470 Fix typo, trailing whitespace. by Andreas Bolka · 15 years ago
  13. a3755d8 Add a ConstantSignedRange class, which does for signed integers by Dan Gohman · 15 years ago
  14. c680ac9 Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned by Eli Friedman · 15 years ago
  15. 6dded67 Add a Thumb readme entry. by Evan Cheng · 15 years ago
  16. cba962d Correct comment. by Evan Cheng · 15 years ago
  17. a51984b bug 4524: Add MSP430 to the cmake build. by Richard Pennington · 15 years ago
  18. 39f59d8 Handle 'A' modifier in inline asms. by Dale Johannesen · 15 years ago
  19. 98a3961 Regenerate. by Mikhail Glushenkov · 15 years ago
  20. 792f182 Documentation update. by Mikhail Glushenkov · 15 years ago
  21. be8d735 We don't need to set SaveTemps here. by Mikhail Glushenkov · 15 years ago
  22. 1c0ffa4 Adjust comment. by Mikhail Glushenkov · 15 years ago
  23. f5f9a4d Remove some duplication. by Mikhail Glushenkov · 15 years ago
  24. 3a780d1 Rename -t to --temp-dir. by Mikhail Glushenkov · 15 years ago
  25. 5dcaceb As Chris pointed out, we don't actually need to pass the context around here. by Owen Anderson · 15 years ago
  26. 2a52c69 back out r75156 for now. by Chris Lattner · 15 years ago
  27. a547b47 A little bit more LLVMContextification. by Owen Anderson · 15 years ago
  28. 8b98b85 Handle Thumb-2 addressing modes during FP elimination. by David Goodwin · 15 years ago
  29. 633eb95 ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a flag to record if the digest of an ImutAVLTree has been cached. by Ted Kremenek · 15 years ago
  30. a637691 by David Greene · 15 years ago
  31. 23bb1e2 By default -t is always on for mcc16 and it uses ./tmp-objs as the temp directory. by Sanjiv Gupta · 15 years ago
  32. 7ebc424 Fixed handling of -t. It gets the prirority for temp dir name. by Sanjiv Gupta · 15 years ago
  33. d1474d0 Thread LLVMContext through MVT and related parts of SDISel. by Owen Anderson · 15 years ago
  34. 80c8c31 Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-length array type. by Alisdair Meredith · 15 years ago
  35. 1fc3d75 add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! by Chris Lattner · 15 years ago
  36. f0b9eff by David Greene · 15 years ago
  37. 00ad26f by David Greene · 15 years ago
  38. 354b5ac remove dead function. by Chris Lattner · 15 years ago
  39. 7675040 Misc encoding fixes; reported on llvmdev. by Eli Friedman · 15 years ago
  40. ac35660 eraseFromDisk no longer throws. by Chris Lattner · 15 years ago
  41. 89f43a5 There's no need to consider PHI nodes in the same block as the instruction by Nick Lewycky · 15 years ago
  42. 4c12ee5 Forgot a couple files when adding the -ssi-everything pass. by Nick Lewycky · 15 years ago
  43. 6ca7f41 Add some statistics to SSI so we can see what it's up to. by Nick Lewycky · 15 years ago
  44. f881ae0 * Install crosstool in /usr/local/crosstool by Misha Brukman · 15 years ago
  45. 5c6da7c Missing ) by Bill Wendling · 15 years ago
  46. 0b8f418 Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp. by Sanjiv Gupta · 15 years ago
  47. 549882d Added few more options to individual tools. by Sanjiv Gupta · 15 years ago
  48. 44a382f Return dir separator as per platform. by Sanjiv Gupta · 15 years ago
  49. ac007b6 simplify this logic a bit more. by Chris Lattner · 15 years ago
  50. 75cdf27 move reasoning about darwin $non_lazy_ptr stubs from asmprinter into isel. by Chris Lattner · 15 years ago
  51. 910139f Targets sometimes assign fixed stack object to spill certain callee-saved by Evan Cheng · 15 years ago
  52. 1945b7b Reorg includes. by Evan Cheng · 15 years ago
  53. f9dc699 add default ctor. by Chris Lattner · 15 years ago
  54. ff7727f rearrange some code, no functionality change. by Chris Lattner · 15 years ago
  55. 51e8eab make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel. by Chris Lattner · 15 years ago
  56. 485ded0 Don't create undefined symbols for aliases. by Nick Lewycky · 15 years ago
  57. 27fde7b reduce nesting by rearranging branches. by Chris Lattner · 15 years ago
  58. 4c388b2 make isel use MO_PIC_BASE_OFFSET when lowering globalvalues on darwin in pic by Chris Lattner · 15 years ago
  59. 35c8961 various minor cleanups, no functionality change. by Chris Lattner · 15 years ago
  60. 74e726e make isel decide whether to emit $stub's on darwin instead of asmprinter. by Chris Lattner · 15 years ago
  61. f2c081f pc-relative references are *always* to functions, never to globals. ISel by Chris Lattner · 15 years ago
  62. 1ebd3bf make cygwin use its own stubs set, instead of overloading a darwin one. by Chris Lattner · 15 years ago
  63. 48a7d02 Make isel determine where to emit PLT-relative calls instead of having by Chris Lattner · 15 years ago
  64. f9e68ac add missing predicate. by Chris Lattner · 15 years ago
  65. fb37d95 isPICStyleStub() is now never true in -static mode, so simplify code. by Chris Lattner · 15 years ago
  66. 15a380a simplify some code based on the fact that picstyles != none are only valid by Chris Lattner · 15 years ago
  67. 3fff30d all this logic always returns true because GOT mode is never active in x86-64 mode. by Chris Lattner · 15 years ago
  68. 88e1fd5 isPICStyleRIPRel() and friends are never true in -static mode. by Chris Lattner · 15 years ago
  69. f161204 Move PR4517 to README.txt. by Nick Lewycky · 15 years ago
  70. ffd1326 Improved tracking of value number kills. VN kills are now represented by Lang Hames · 15 years ago
  71. 482fa0f .o file writing shouldn't mess around with pic/relo models like the JIT does. by Chris Lattner · 15 years ago
  72. b2fc55b move a hack out of the asm-printer specific path to the main target selection path. by Chris Lattner · 15 years ago
  73. 11348ee many more cleanups, for example if in the "none" pic-style, by Chris Lattner · 15 years ago
  74. 73b5b71 Reduce indentation in GVRequiresExtraLoad. Return true for windows by Chris Lattner · 15 years ago
  75. e4df756 When in -static mode, force the PIC style to none. Doing this requires fixing by Chris Lattner · 15 years ago
  76. b133a0a merge two identical functions and simplify things that are GOT specific by Chris Lattner · 15 years ago
  77. e3ee6f1e hoist check for IsTailCall to callers. Eliminate redundant check for by Chris Lattner · 15 years ago
  78. 951bf7d change a few methods to be static functions. by Chris Lattner · 15 years ago
  79. 7c10e0e one more added assert. by Chris Lattner · 15 years ago
  80. 39f56b6 remove eh, convert to FileCheck style by Chris Lattner · 15 years ago
  81. 4aa21aa move handling of dllimport linkage in isel, not in asmprinter. by Chris Lattner · 15 years ago
  82. f4a9774 we have no tests for dllimport/export. Add one. by Chris Lattner · 15 years ago
  83. 0a249a8 Work around an ICE in gcc-4.2.4. by Jeffrey Yasskin · 15 years ago
  84. 885ce84 one more assertion! by Chris Lattner · 15 years ago
  85. 033bcee add some more assertions. Remove code to handle dllimport on darwin. by Chris Lattner · 15 years ago
  86. 2e4284d Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLE by Dan Gohman · 15 years ago
  87. 44f7bbd remove "asmcall", using print_pcrel_imm instead of printOperand. by Chris Lattner · 15 years ago
  88. b172b0b simplify some logic by Chris Lattner · 15 years ago
  89. 9f44b3a * add some assertions for sanity checking. by Chris Lattner · 15 years ago
  90. af9005d stop on the first file mismatch. by Chris Lattner · 15 years ago
  91. 600f175 add a test for dale's recent change. by Chris Lattner · 15 years ago
  92. 7c71822 Make SmallPtrSet iterators real iterators by Douglas Gregor · 15 years ago
  93. c341f1c LLVMContext-ification. by Owen Anderson · 15 years ago
  94. ab711cc switch test to FileCheck-style and test the P and non-P cases. by Chris Lattner · 15 years ago
  95. e5646cc rename a test to make it a feature test. by Chris Lattner · 15 years ago
  96. f1daf7d Use common code for both ARM and Thumb-2 instruction and register info. by David Goodwin · 15 years ago
  97. 8529d28 * manually concatenate two string literals by Chris Lattner · 15 years ago
  98. dda0f4c - Add some NEON ld / st instruction static encoding. by Evan Cheng · 15 years ago
  99. d109540 Fix thinko. by Devang Patel · 15 years ago
  100. 7309762 Fix the AssertingVH unittests. by Jeffrey Yasskin · 15 years ago