1. 848454a Follow googletest logic for suppressing warnings in unittests/UnitTestMain. by Daniel Dunbar · 15 years ago
  2. bc2d9d3 strength reduce further StringRef-> const char*, saving another 620 bytes. by Chris Lattner · 15 years ago
  3. 55a722b Try turning icmp(bitcast(x), bitcast(y)) into icmp(bitcast(bitcast(x)), y) in by Nick Lewycky · 15 years ago
  4. 043b8b5 switch an std::string to StringRef, shaving 400 bytes off CommandLine.o by Chris Lattner · 15 years ago
  5. 8de0036 Remove tabs I added. by Nick Lewycky · 15 years ago
  6. 0fd48b1 the switch from std::map -> StringMap caused --help output to be in by Chris Lattner · 15 years ago
  7. d0062c6 eliminate the duplicate detection loop, moving it into the loop that populates the Opts vector in the first place. by Chris Lattner · 15 years ago
  8. 081bcb0 Eliminate a masochistic "algorithm" loop, shrinking CommandLine.o from 71524->70700 bytes. by Chris Lattner · 15 years ago
  9. b40b7e3 don't use count + insert, just do insert + failure. Also, instead of deleting from by Chris Lattner · 15 years ago
  10. 67aead6 switch to SmallPtrSet instead of std::set, saving 1K from the by Chris Lattner · 15 years ago
  11. 14aae60 change an std::sort to an array_pod_sort call, shrinking CommandLine.o by 9%. by Chris Lattner · 15 years ago
  12. b168737 Several changes together in a murky mess: by Chris Lattner · 15 years ago
  13. 3892baa Clean up the usage of evaluateICmpRelation's return value. by Nick Lewycky · 15 years ago
  14. 256db9b Fix refacto, this code was expecting to stride past the argument prefix. by Daniel Dunbar · 15 years ago
  15. ce99a6e Strip trailing whitespace. by Daniel Dunbar · 15 years ago
  16. 65b6607 A few more tabs -> spaces. by Daniel Dunbar · 15 years ago
  17. d43737b Remove dead store by taking a guess at what Chris meant. I wasn't able to by Nick Lewycky · 15 years ago
  18. 8d5a831 Still one more thing wrong here... by Bill Wendling · 15 years ago
  19. a279bc3 Tabs -> spaces, and remove trailing whitespace. by Daniel Dunbar · 15 years ago
  20. 5511ffd Here's fun! It turns out that these filter functions can be internal. If they're by Bill Wendling · 15 years ago
  21. a80e959 Delete dead code. sext and zext can not turn integers into pointers. Further, by Nick Lewycky · 15 years ago
  22. 8a7a058 convert argname to StringRef, simplifying LookupOption. by Chris Lattner · 15 years ago
  23. 4e247ec convert 'Value' to StringRef which makes it easier to by Chris Lattner · 15 years ago
  24. 341620b Change CommaSeparated processing to do it with StringRef instead of temporary std::strings. by Chris Lattner · 15 years ago
  25. 33c06ad Value* were never meant to be const. Removing constness from the constant by Nick Lewycky · 15 years ago
  26. b7b71a3 rewrite ParseCStringVector in terms of stringref. by Chris Lattner · 15 years ago
  27. 05a32c8 move a couple non-trivial methods out of line, add new by Chris Lattner · 15 years ago
  28. fb2674d coding style cleanup by Chris Lattner · 15 years ago
  29. 99c5c7b convert a bunch more stuff to use StringRef. The ArgName arguments are now by Chris Lattner · 15 years ago
  30. db513bc add size_t and a version of rfind that allows specification of where by Chris Lattner · 15 years ago
  31. 39faac2 When computing live intervals for earlyclobber operands, by Dale Johannesen · 15 years ago
  32. ba11229 avoid a bunch of malloc thrashing for PositinoalVals by eliminating by Chris Lattner · 15 years ago
  33. f4d1882 Teach the constant folder how to handle a few simple i1 cases. by Nick Lewycky · 15 years ago
  34. 970e7df Avoid some temporary strings. by Chris Lattner · 15 years ago
  35. 63c6b7d add some more overloads of StringRef::getAsInteger for by Chris Lattner · 15 years ago
  36. 3670a01 add a simple c_str() method to SmallString. by Chris Lattner · 15 years ago
  37. 68a77ab Revert r82274. It's causing failures in the CINT2006 benchmarks. by Bill Wendling · 15 years ago
  38. 7dd76a1 Prefer super class constructor to explicit initialization. by Daniel Dunbar · 15 years ago
  39. 3fc19bb Tabs -> spaces (really?) by Daniel Dunbar · 15 years ago
  40. 0056499 Fix indentation. by Daniel Dunbar · 15 years ago
  41. f612ff6 Strip trailing whitespace. by Daniel Dunbar · 15 years ago
  42. 7e32c4f RHS of assignment should be const reference. by Daniel Dunbar · 15 years ago
  43. c332fba Remove the default value for ConstantStruct::get's isPacked parameter and by Nick Lewycky · 15 years ago
  44. cea1438 provide a "strtoull" operation that works on StringRef's. by Chris Lattner · 15 years ago
  45. c2fc1fe Add a comment explaining why you would ever want to do this. by Nick Lewycky · 15 years ago
  46. a460beb convert a bunch of std::strings to use StringRef. This should eliminate by Chris Lattner · 15 years ago
  47. 875646f Lett users of sparse propagation do their own thing with phi nodes if they want by Nick Lewycky · 15 years ago
  48. ad38936 The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". by Duncan Sands · 15 years ago
  49. 431f775 Fix funky comments. by Evan Cheng · 15 years ago
  50. 0002e50 Update comments. by Evan Cheng · 15 years ago
  51. 461c876 Try to speed up the slowest parts of the CommandLine library by Benjamin Kramer · 15 years ago
  52. ce31910 Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic blocks and update CFG, it should also inform sdisel of the changes so the phi source operands will come from the right basic blocks. by Evan Cheng · 15 years ago
  53. 83d6391 Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. by Victor Hernandez · 15 years ago
  54. 4a86348 remove an extraneous mem2reg pass early in the pipe. Since by Chris Lattner · 15 years ago
  55. d7a5983 reduce indentation by using an early exit, and add a comment, by Chris Lattner · 15 years ago
  56. e31e4e5 Fix a comment typo and some whitespace. by Bob Wilson · 15 years ago
  57. a15de00 Fix a typo in an assertion message. by Bob Wilson · 15 years ago
  58. f41b6e5 Factor out label difference creation. by Bill Wendling · 15 years ago
  59. 46e8312 Enhance analysis passes so that they apply the same analysis to malloc calls as to MallocInst. by Victor Hernandez · 15 years ago
  60. d268e00 Delete the label names from this test to make it less fragile. by Dan Gohman · 15 years ago
  61. 296ab7e It's inefficient to have place the exception tables (which contain the LSDA) by Bill Wendling · 15 years ago
  62. fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 15 years ago
  63. 558b79a Fix cmake build, which has a different -I that by Shantonu Sen · 15 years ago
  64. 228252f Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 15 years ago
  65. bd23d5f add a new hook to allow targets to splat stuff at the end of the file. by Chris Lattner · 15 years ago
  66. 8dffc81 Model the carry bit on ppc32. Without this we could by Dale Johannesen · 15 years ago
  67. e220c4b Add support for using the FLAGS result of or, xor, and and instructions by Dan Gohman · 15 years ago
  68. a2dc282 Added RCL and RCR (rotate left and right with a by Sean Callanan · 15 years ago
  69. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  70. 88d9839 Update malloc call creation code (AllocType is now the element type of the malloc, not the resulting type). by Victor Hernandez · 15 years ago
  71. 6ba2e87 duncan points out the EH selector values are signed. by Chris Lattner · 15 years ago
  72. c19418f convert some stuff to StringRef to avoid temporary std::strings. by Chris Lattner · 15 years ago
  73. 7006760 add a comment. by Chris Lattner · 15 years ago
  74. ad2b6fc This file can need access to the X86 instruction enums when the table exceeds 32-bits. by Chris Lattner · 15 years ago
  75. 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 15 years ago
  76. 0674f4b Update to latest versions of config.guess and config.sub from by Mike Stump · 15 years ago
  77. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 15 years ago
  78. 7de3bd2 Stop using alloca. by Nick Lewycky · 15 years ago
  79. e2394e9 Revert r82214 completely to fix build. by Xerxes Ranby · 15 years ago
  80. 8be58a1 Revert r82214. It broke 403.gcc on x86_64 / Darwin. by Evan Cheng · 15 years ago
  81. f8a5625 Fix a bug in sdisel switch lowering code. When it updates the phi nodes in switch successor blocks, it can introduce multiple phi operands of the same value from different blocks (and may not be on the predecessor list). by Evan Cheng · 15 years ago
  82. 1134dc5 Add newlines. by Nick Lewycky · 15 years ago
  83. 4aebc9d make this testcase check darwin32 also by Chris Lattner · 15 years ago
  84. 7ea9890 rename test by Chris Lattner · 15 years ago
  85. 3a5815f tolerate llvm.eh.selector.i64 on 32-bit systems and llvm.eh.selector.i32 on by Chris Lattner · 15 years ago
  86. 2039717 convert to filecheck by Chris Lattner · 15 years ago
  87. 3aaf740 rename file by Chris Lattner · 15 years ago
  88. cb89f6c Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC by Julien Lerouge · 15 years ago
  89. da795f8 A testcase! by Devang Patel · 15 years ago
  90. f633a06 Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions. by Devang Patel · 15 years ago
  91. 2fed70d Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> by John McCall · 15 years ago
  92. 2ef4d5d Add an svn:ignore. by Dan Gohman · 15 years ago
  93. 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 15 years ago
  94. 1f96e67 Teach ScalarEvolution how to reason about no-wrap flags on loops by Dan Gohman · 15 years ago
  95. f9ca50e grammar by Jim Grosbach · 15 years ago
  96. 10f9101 grammar by Jim Grosbach · 15 years ago
  97. f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 15 years ago
  98. d8c8e01 Initialize HasMetadata to zero. by Benjamin Kramer · 15 years ago
  99. f194d62 Remove test cases using -regalloc=simple. by Daniel Dunbar · 15 years ago
  100. f436463 Remove simple regalloc. It has bit rotted. by Evan Cheng · 15 years ago