1. 3ff704f add a new insertAfter method, patch by Tom Jablin! by Chris Lattner · 16 years ago
  2. acca955 make -march=cpp handle the nocapture attribute, make it assert if it by Chris Lattner · 16 years ago
  3. 167650d Un-tabify. by Evan Cheng · 16 years ago
  4. 0c2e7b9 Fix fallout from r62144. Evan, please double check this. by Owen Anderson · 16 years ago
  5. 1d8a76d FIX llvm-gcc bootstrap on x86_64 linux. If a virtual register is copied to a physical register, it's not necessarily defined by a copy. We have to watch out it doesn't clobber any sub-register that might be live during its live interval. If the live interval crosses a basic block, then it's not safe to check with the less conservative check (by scanning uses and defs) because it's possible a sub-register might be live out of the block. by Evan Cheng · 16 years ago
  6. 83489bb by Devang Patel · 16 years ago
  7. 6fbbe43 by Devang Patel · 16 years ago
  8. 7bb89ed Start using DebugInfo API to emit debug info. by Devang Patel · 16 years ago
  9. f3e60bd Document several current CodeGen limitations in LangRef.html. by Dan Gohman · 16 years ago
  10. 3f7833a Emit debug info, only if at least one compile unit is seen. by Devang Patel · 16 years ago
  11. 72b6635 If multiple compile units are seen then emit them independently. In other words, do not force all DIEs into first, whatever it is, compile unit. by Devang Patel · 16 years ago
  12. f6bac3e Avoid cast<>, use light weith wrapper directly. by Devang Patel · 16 years ago
  13. f3ee514 Use SrcLineInfo from DwarfWriter. The MachineModuleInfo copy will disappear soon. by Devang Patel · 16 years ago
  14. cbfdf96 Enable recursive inlining. Reduce inlining threshold by Dale Johannesen · 16 years ago
  15. 486938f Add classof() methods to support isa<> and other related facilities. by Devang Patel · 16 years ago
  16. 7956412 The LLVM Assembly Language Reference incorrectly stated that the by Dan Gohman · 16 years ago
  17. 30e5e55 Fix the instructions to work even when PATH does not contain ".". by Dan Gohman · 16 years ago
  18. ceb4d1a Rename getABITypeSize to getTypePaddedSize, as suggested by Chris. by Duncan Sands · 16 years ago
  19. ccca7fe Add DwarfWriter interface to mainipulate source location info. by Devang Patel · 16 years ago
  20. 734660a remove some dead options. by Chris Lattner · 16 years ago
  21. 481ff5b Clear debug info at the end of function processing. by Devang Patel · 16 years ago
  22. e9bfb0f There is no need to maintain separate labelid list in the dwarf writer. It is not a good idea. by Devang Patel · 16 years ago
  23. c775ea1 Remove some dead code from the days llvm had type planes. by Rafael Espindola · 16 years ago
  24. 1f1d6e4 Second test is only valid in 32-bit mode. by Evan Cheng · 16 years ago
  25. 2abb21f Test for r62076. by Evan Cheng · 16 years ago
  26. c29a56d Fix PR3241: Currently EmitCopyFromReg emits a copy from the physical register to a virtual register unless it requires an expensive cross class copy. That means we are only treating "expensive to copy" register dependency as physical register dependency. by Evan Cheng · 16 years ago
  27. e1762c9 More two-address fixes. This gets lua working with join-creation enabled. by Owen Anderson · 16 years ago
  28. d4a2700 make tblgen autogenerate the nocapture intrinsics for by Chris Lattner · 16 years ago
  29. 10dae94 add scaffolding to emit argument attributes. No functionality change. by Chris Lattner · 16 years ago
  30. 048ffb2 make tblgen emit the entire Intrinsic::getAttributes method, by Chris Lattner · 16 years ago
  31. a62c302 add nocapture attribute to llvm.mem* intrinsics and have tblgen by Chris Lattner · 16 years ago
  32. c344371 Increase default inlining aggressiveness in partial by Dale Johannesen · 16 years ago
  33. 0e182c3 drats! remove tabs by Gabor Greif · 16 years ago
  34. 255b26e simplify CallSite helper class to not consult the Instruction's by Gabor Greif · 16 years ago
  35. e7886e4 Implement PR3313, and while I'm at it address a very FAQ. by Chris Lattner · 16 years ago
  36. 31a69cb Duncan is nervous about undefinedness of % with negatives. I'm by Chris Lattner · 16 years ago
  37. 1c412d9 do not generated GEPs into vectors where they don't already exist. by Chris Lattner · 16 years ago
  38. dbc3bc2 Make a couple of cleanups to the instcombine bitcast/gep by Chris Lattner · 16 years ago
  39. 1ed86d7 Use the spiffy new getAlignmentFromAttrs function. by Nick Lewycky · 16 years ago
  40. 9aacec1 CheckForPhysRegDependency should not return copy cost. It's not used. No functionality change. by Evan Cheng · 16 years ago
  41. 3d9fbee Fix naming of file. by Bill Wendling · 16 years ago
  42. 398873c Fix the example syntax for named sections. by Dan Gohman · 16 years ago
  43. 5c30667 This is a dup of pr2659.ll. by Evan Cheng · 16 years ago
  44. f2850d9 Adding unittests for SmallVector. Test by Talin. by Bill Wendling · 16 years ago
  45. f2accb5 80 col violation. by Evan Cheng · 16 years ago
  46. 9795da5 Reduce initial small vector sizes. by Devang Patel · 16 years ago
  47. 0dc969e Fix thinko. Create parent scope if parent descriptor is *not* null. by Devang Patel · 16 years ago
  48. 5c3c5a4 Duplicated node may produce a non-physical register def. by Evan Cheng · 16 years ago
  49. 0cb24f8 Add test case from PR2659. by Evan Cheng · 16 years ago
  50. 84036a7 Minor debug output tweak. by Evan Cheng · 16 years ago
  51. cb856f6 This has been replaced by llvm/utils/lint/cpp_lint.py, which is more by Misha Brukman · 16 years ago
  52. 3a54b3d Removed trailing whitespace. by Misha Brukman · 16 years ago
  53. 6e7a161 Request DwarfWriter. This will be used to handle dbg_* intrinsics. by Devang Patel · 16 years ago
  54. ed78f43 fix typo Duncan noticed. by Chris Lattner · 16 years ago
  55. 583dd60 Fix PR3304 by Chris Lattner · 16 years ago
  56. 9b8f542 Removed trailing whitespace from Makefiles. by Misha Brukman · 16 years ago
  57. afa2259 Support llvmc plugins in out-of-tree projects. by Mikhail Glushenkov · 16 years ago
  58. f8c430b Add a --check-graph option to llvmc. by Mikhail Glushenkov · 16 years ago
  59. b243808 PR2659 was fixed by r61847. Add the testcase as a regression test. by Dan Gohman · 16 years ago
  60. a80d668 Implement rdar://6480391, extending of equality icmp's to avoid a truncation. by Chris Lattner · 16 years ago
  61. 6d6b410 Remove some old code that looks like a remanant from signed-types days. by Chris Lattner · 16 years ago
  62. 2a99b48 Fix PR3298, a crash in Jump Threading. Apparently even by Chris Lattner · 16 years ago
  63. d62fc88 this doesn't depend on the gcc early inliner anymore. by Chris Lattner · 16 years ago
  64. 069c59c PR3290 is now fixed. by Chris Lattner · 16 years ago
  65. 46cd5a1 Fix part 3/2 of PR3290, making instcombine zap (gep(bitcast)) when possible. by Chris Lattner · 16 years ago
  66. a545778 this test should not run opt -std-compile-opts, it should run just llc. by Chris Lattner · 16 years ago
  67. 3bc6ced add a helper method. by Chris Lattner · 16 years ago
  68. 6688d75 fit in 80 cols by Chris Lattner · 16 years ago
  69. 5840779 move some code, check to see if the input to the GEP is a bitcast by Chris Lattner · 16 years ago
  70. 5446274 Add load-folding table entries for MOVDQA. by Dan Gohman · 16 years ago
  71. b134709 Whitespace and other minor adjustments to make SSE instructions have by Dan Gohman · 16 years ago
  72. e345566 Adjustments to last patch based on review. by Dale Johannesen · 16 years ago
  73. 24c047f 61949 accidentally introduced an escaped newline. Fix this by making by Dan Gohman · 16 years ago
  74. eb3fc28 by Devang Patel · 16 years ago
  75. 5d5ee80 Delete unnecessary parens around return values. by Dan Gohman · 16 years ago
  76. 069f12a Fix the comment for lltok::backslash. by Dan Gohman · 16 years ago
  77. 5d13665 Fix the path to llvm/Assembly/Parser.h in a comment. by Dan Gohman · 16 years ago
  78. a82a918 Correct the form of the atomic opcode names in a comment. by Dan Gohman · 16 years ago
  79. 4362387 Do not inline functions with (dynamic) alloca into by Dale Johannesen · 16 years ago
  80. 86062af Use mayBeOverridden here, in anticipation of the by Duncan Sands · 16 years ago
  81. 0f2831c ValueTracker can't assume that an alloca with no specified alignment by Chris Lattner · 16 years ago
  82. 1e407c3 one more crash from PR3281, we now diagnose: by Chris Lattner · 16 years ago
  83. d7a97f0 remove some exclusions that don't exist anymore. by Chris Lattner · 16 years ago
  84. 012a03a this testcase is huge and hasn't regressed ever, I don't think it is worth keeping. by Chris Lattner · 16 years ago
  85. 9f8fcfc Add DebugInfo based APIs to record source line info. by Devang Patel · 16 years ago
  86. ce07e99 * Moved author attribution to CREDITS.TXT * Removed trailing whitespace by Misha Brukman · 16 years ago
  87. 2a835f9 * Alphabetized #includes * Removed trailing whitespace by Misha Brukman · 16 years ago
  88. 6b223d7 Some generic clean-ups. Also make the StringMapEntryInitializer specialization apply only to the tests that are actually testing it. by Bill Wendling · 16 years ago
  89. 3859366 * Don't explicitly cast "0" to "void*". This doesn't work well with specialized by Bill Wendling · 16 years ago
  90. e5d7178 the new scalarrepl changes are optimizing away a temporary alloca in by Chris Lattner · 16 years ago
  91. 1ed3663 80-column violation fix. by Bill Wendling · 16 years ago
  92. 9fee08f add some more crazy strlen and memcpy stuff I noticed in spec. by Chris Lattner · 16 years ago
  93. ffb08f5 add some notes about strlen craziness in eon. by Chris Lattner · 16 years ago
  94. 538fbb5 Remove extra blank line and space. by Misha Brukman · 16 years ago
  95. 5ffe6ac This implements the second half of the fix for PR3290, handling by Chris Lattner · 16 years ago
  96. 8bb5e99 * Added unittests for StringMap by Misha Brukman · 16 years ago
  97. 2ec78c4 Add APIs to record regions and variables. Again, shamelessly copied from MMI. by Devang Patel · 16 years ago
  98. 7a6e5a3 Add APIs to manage scope using DebugInfo interface. by Devang Patel · 16 years ago
  99. e21a6ba * Fixed spelling of "sentinel" * Removed trailing whitespace by Misha Brukman · 16 years ago
  100. 5539a1e Use VIM's built-in shorthand for whitespace in regex. by Misha Brukman · 16 years ago