1. 7e32c4f RHS of assignment should be const reference. by Daniel Dunbar · 15 years ago
  2. c332fba Remove the default value for ConstantStruct::get's isPacked parameter and by Nick Lewycky · 15 years ago
  3. cea1438 provide a "strtoull" operation that works on StringRef's. by Chris Lattner · 15 years ago
  4. c2fc1fe Add a comment explaining why you would ever want to do this. by Nick Lewycky · 15 years ago
  5. a460beb convert a bunch of std::strings to use StringRef. This should eliminate by Chris Lattner · 15 years ago
  6. 875646f Lett users of sparse propagation do their own thing with phi nodes if they want by Nick Lewycky · 15 years ago
  7. ad38936 The flag "--dot-cfg-only" is at the moment equivalent to the flag "--dot-cfg". by Duncan Sands · 15 years ago
  8. 431f775 Fix funky comments. by Evan Cheng · 15 years ago
  9. 0002e50 Update comments. by Evan Cheng · 15 years ago
  10. 461c876 Try to speed up the slowest parts of the CommandLine library by Benjamin Kramer · 15 years ago
  11. 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
  12. 83d6391 Enhance transform passes so that they apply the same tranforms to malloc calls as to MallocInst. by Victor Hernandez · 15 years ago
  13. 4a86348 remove an extraneous mem2reg pass early in the pipe. Since by Chris Lattner · 15 years ago
  14. d7a5983 reduce indentation by using an early exit, and add a comment, by Chris Lattner · 15 years ago
  15. e31e4e5 Fix a comment typo and some whitespace. by Bob Wilson · 15 years ago
  16. a15de00 Fix a typo in an assertion message. by Bob Wilson · 15 years ago
  17. f41b6e5 Factor out label difference creation. by Bill Wendling · 15 years ago
  18. 46e8312 Enhance analysis passes so that they apply the same analysis to malloc calls as to MallocInst. by Victor Hernandez · 15 years ago
  19. d268e00 Delete the label names from this test to make it less fragile. by Dan Gohman · 15 years ago
  20. 296ab7e It's inefficient to have place the exception tables (which contain the LSDA) by Bill Wendling · 15 years ago
  21. fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 15 years ago
  22. 558b79a Fix cmake build, which has a different -I that by Shantonu Sen · 15 years ago
  23. 228252f Make a new X8632_MachoTargetObjectFile TLOF implementation whose by Chris Lattner · 15 years ago
  24. bd23d5f add a new hook to allow targets to splat stuff at the end of the file. by Chris Lattner · 15 years ago
  25. 8dffc81 Model the carry bit on ppc32. Without this we could by Dale Johannesen · 15 years ago
  26. e220c4b Add support for using the FLAGS result of or, xor, and and instructions by Dan Gohman · 15 years ago
  27. a2dc282 Added RCL and RCR (rotate left and right with a by Sean Callanan · 15 years ago
  28. e8e0213 Write and read metadata attachments. by Devang Patel · 15 years ago
  29. 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
  30. 6ba2e87 duncan points out the EH selector values are signed. by Chris Lattner · 15 years ago
  31. c19418f convert some stuff to StringRef to avoid temporary std::strings. by Chris Lattner · 15 years ago
  32. 7006760 add a comment. by Chris Lattner · 15 years ago
  33. ad2b6fc This file can need access to the X86 instruction enums when the table exceeds 32-bits. by Chris Lattner · 15 years ago
  34. 3933179 Fix a few more conversion warnings on 4.0 by Daniel Dunbar · 15 years ago
  35. 0674f4b Update to latest versions of config.guess and config.sub from by Mike Stump · 15 years ago
  36. c6f729e Allow symbols to start from the digit if target requests it. This allows, e.g. pinning by Anton Korobeynikov · 15 years ago
  37. 7de3bd2 Stop using alloca. by Nick Lewycky · 15 years ago
  38. e2394e9 Revert r82214 completely to fix build. by Xerxes Ranby · 15 years ago
  39. 8be58a1 Revert r82214. It broke 403.gcc on x86_64 / Darwin. by Evan Cheng · 15 years ago
  40. 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
  41. 1134dc5 Add newlines. by Nick Lewycky · 15 years ago
  42. 4aebc9d make this testcase check darwin32 also by Chris Lattner · 15 years ago
  43. 7ea9890 rename test by Chris Lattner · 15 years ago
  44. 3a5815f tolerate llvm.eh.selector.i64 on 32-bit systems and llvm.eh.selector.i32 on by Chris Lattner · 15 years ago
  45. 2039717 convert to filecheck by Chris Lattner · 15 years ago
  46. 3aaf740 rename file by Chris Lattner · 15 years ago
  47. cb89f6c Use __attribute__((__used__)) if GCC >= 3.1 (seems to be the oldest GCC by Julien Lerouge · 15 years ago
  48. da795f8 A testcase! by Devang Patel · 15 years ago
  49. f633a06 Fix parsing of optional metadata for 'load', 'store' and 'alloc' instructions. by Devang Patel · 15 years ago
  50. 2fed70d Fix a few places where PointerIntPair was using PointerLikeTypeTraits<PointerTy> by John McCall · 15 years ago
  51. 2ef4d5d Add an svn:ignore. by Dan Gohman · 15 years ago
  52. 8609c7c pass machinemoduleinfo down into getSymbolForDwarfGlobalReference, by Chris Lattner · 15 years ago
  53. 1f96e67 Teach ScalarEvolution how to reason about no-wrap flags on loops by Dan Gohman · 15 years ago
  54. f9ca50e grammar by Jim Grosbach · 15 years ago
  55. 10f9101 grammar by Jim Grosbach · 15 years ago
  56. f74610b Another try at fixing compile warnings on 4.0 by Daniel Dunbar · 15 years ago
  57. d8c8e01 Initialize HasMetadata to zero. by Benjamin Kramer · 15 years ago
  58. f194d62 Remove test cases using -regalloc=simple. by Daniel Dunbar · 15 years ago
  59. f436463 Remove simple regalloc. It has bit rotted. by Evan Cheng · 15 years ago
  60. d7bd78e add a version of the APFloat constructor that initializes to 0.0 by Chris Lattner · 15 years ago
  61. 5cf732e Fix PR4910: Broken logic in coalescer means when a physical register liveness is being shortened, the sub-registers were not. The symptom is the register allocator could not find a free register for this particular test. by Evan Cheng · 15 years ago
  62. e4a5743 Some platforms may need malloc.h for alloca. by Daniel Dunbar · 15 years ago
  63. e443525 Update CMake. by Daniel Dunbar · 15 years ago
  64. 9a86f10 Added the LODS (load byte into register, usually by Sean Callanan · 15 years ago
  65. e655128 Add StringRef::{rfind, rsplit} by Daniel Dunbar · 15 years ago
  66. 358f1ef Added the LAR (load segment access rights) by Sean Callanan · 15 years ago
  67. 7e6d727 Added the LOOP family of instructions to the Intel instruction tables. by Sean Callanan · 15 years ago
  68. d2125a0 Added an alternate form of register-register CMP by Sean Callanan · 15 years ago
  69. 713f043 Fix typo. by Devang Patel · 15 years ago
  70. 123eaa7 At iSel time, update DebugLoc based on debug info attached with an instruction. by Devang Patel · 15 years ago
  71. 6f65d79 Add a new pass for doing late hoisting of floating-point and vector by Dan Gohman · 15 years ago
  72. 4321578 Print debug info attached with an instruction. by Devang Patel · 15 years ago
  73. 0696fdf Expand vector floating-point conversions not supported by NEON. by Bob Wilson · 15 years ago
  74. d81c450 Now that llc can read .ll files directly, teach it to recognize .ll as by Dan Gohman · 15 years ago
  75. 1b75f44 Provide a way to extract location info from DILocation. by Devang Patel · 15 years ago
  76. cea188a Parse debug info attached with an instruction. by Devang Patel · 15 years ago
  77. 95c1984 Add an interface to attach debugging information with an instruction. by Devang Patel · 15 years ago
  78. 937b1e9 Add llvm::Metadata to manage metadata used in a context. by Devang Patel · 15 years ago
  79. b5db830 Fixed some problems with the logic of parsing line comments by adding by Kevin Enderby · 15 years ago
  80. 0d6cd00 Fix incorrect assert that should be a user error for code like 'mov $0, %%eax'. by Kevin Enderby · 15 years ago
  81. 9ad2920 Change FoldPHIArgBinOpIntoPHI to decline folding if it would introduce two by Dan Gohman · 15 years ago
  82. 46fb0de Fix the comment in this test. by Dan Gohman · 15 years ago
  83. 3a9f68b Make cmake generated llvm-config output correct JIT backend for non X86 targets. by Xerxes Ranby · 15 years ago
  84. f4f1b26 Don't sort the vector when it is empty. This should fix some expensive checking by Benjamin Kramer · 15 years ago
  85. 9233272 Reapplied r81355 with the problems fixed. by Andreas Neustifter · 15 years ago
  86. 3314091 updated lib/CodeGen/CMakeLists.txt to unbreak cmake build after r82018 by Xerxes Ranby · 15 years ago
  87. ad80981 Preserve ProfileInfo during CodeGenPrepare. by Andreas Neustifter · 15 years ago
  88. dc62ea0 move FnStubs/GVSTubs/HiddenGVStub handling out of the X86 asmprinter by Chris Lattner · 15 years ago
  89. 29cf555 revert a hunk of r82018 that wasn't supposed to go in yet. by Chris Lattner · 15 years ago
  90. 686cb3d add a new MachineModuleInfoMachO class, which is the per-module by Chris Lattner · 15 years ago
  91. f86a778 apparently russians are really hard to sort or something! by Chris Lattner · 15 years ago
  92. b203043 I can sort, no really. by Chris Lattner · 15 years ago
  93. 941f4cd make more clear since it is sorted by last name now. by Chris Lattner · 15 years ago
  94. af5bd67 Doug is now the code owner for most of the Clang frontend. by Chris Lattner · 15 years ago
  95. f185455 the pointer MMI keeps will start out with object-file format specific stuff by Chris Lattner · 15 years ago
  96. e1e5334 tidy up by Chris Lattner · 15 years ago
  97. a76e3fc rearrange X86ATTAsmPrinter::doFinalization, making a scan of by Chris Lattner · 15 years ago
  98. d0acd9c Ted is christened as the owner of the clang static analyzer. by Chris Lattner · 15 years ago
  99. 4edd187 remove the AsmPrinter::printMCInst hook hack now that we have MCInstPrinter. by Chris Lattner · 15 years ago
  100. 1118922 fix cmake build by Shantonu Sen · 15 years ago