| Age | Commit message (Expand) | Author |
| 2010-08-10 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-08-07 | Roll back my last two commits, valgrind complains. | Benjamin Kramer |
| 2010-08-07 | A reference to the Timer's name is safe, it outlives the contents of the vector. | Benjamin Kramer |
| 2010-08-07 | Shrink PassNameParser's binary size with array_pod_sort. | Benjamin Kramer |
| 2010-08-07 | Remove layering violation. | Owen Anderson |
| 2010-08-07 | Add an inverse() method to ConstantRange. | Owen Anderson |
| 2010-08-07 | Delete this explicit assignment operator; it's equivalent to | Dan Gohman |
| 2010-08-07 | Add a convenience constructor. | Owen Anderson |
| 2010-08-06 | Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and remove | Rafael Espindola |
| 2010-08-05 | remove the private hack from CallInst, it was not supposed to hit the branch ... | Gabor Greif |
| 2010-08-05 | Give ConstantRange an operator= | Owen Anderson |
| 2010-08-04 | Fix build of DataFlow.h | Torok Edwin |
| 2010-08-04 | Don't construct a std::string with a literal "". | Dan Gohman |
| 2010-08-04 | Don't print the filename twice in file-not-found errors. | Dan Gohman |
| 2010-08-03 | Thread const correctness through a bunch of AliasAnalysis interfaces and | Dan Gohman |
| 2010-07-29 | remove a layer of cruft | Gabor Greif |
| 2010-07-28 | Support: Add CrashRecoveryContext helper object. | Daniel Dunbar |
| 2010-07-28 | we are supposed to only create proper CallSites from an instruction (esp. Cal... | Gabor Greif |
| 2010-07-27 | reintroduce original (asserting) semantics of CallSite(Instruction *II) | Gabor Greif |
| 2010-07-27 | remove bogus assert, use static_cast for additional checking | Gabor Greif |
| 2010-07-26 | Add a comment. | Dan Gohman |
| 2010-07-26 | Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus | Dan Gohman |
| 2010-07-26 | MC: Add WinCOFFObjectWriter implementation. | Michael J. Spencer |
| 2010-07-23 | Fix use-after-free error. | Owen Anderson |
| 2010-07-22 | Add new RegionInfo pass. | Tobias Grosser |
| 2010-07-21 | Use System/DataTypes.h instead of stdint.h, which isn't portable. | Daniel Dunbar |
| 2010-07-20 | Added support to MachO.h for many defines and structures that are needed | Greg Clayton |
| 2010-07-20 | Add the rest of the SHT_* values as defined in the System V ABI | Matt Fleming |
| 2010-07-20 | remove testing cruft, this can be found in unittests/Support/Casting.cpp now | Gabor Greif |
| 2010-07-20 | Speculatively revert r108813, in an attempt to get the self-host buildbots wo... | Owen Anderson |
| 2010-07-20 | Reapply r108794, a fix for the failing test from last time. | Owen Anderson |
| 2010-07-20 | Revert r108794, "Separate PassInfo into two classes: a constructor-free | Daniel Dunbar |
| 2010-07-20 | Separate PassInfo into two classes: a constructor-free superclass (StaticPass... | Owen Anderson |
| 2010-07-16 | Remove extraneous semicolons after member functions | Douglas Gregor |
| 2010-07-16 | eliminate CallInst::ArgOffset | Gabor Greif |
| 2010-07-16 | A few more minor additions to ELF.h. | Eli Friedman |
| 2010-07-15 | remove some unneeded overloads that were causing | Chris Lattner |
| 2010-07-14 | Don't pass StringRef by reference. | Benjamin Kramer |
| 2010-07-14 | Merge lib/Target/X86/X86COFF.h into include/llvm/Support/COFF.h, | Chris Lattner |
| 2010-07-13 | Bring ELF64 on par with ELF32, add a few magic constants and support ".dynamic" | Stephen Wilson |
| 2010-07-12 | Simple format/style fixes. | Stephen Wilson |
| 2010-07-12 | Test commit. | Stephen Wilson |
| 2010-07-12 | Remove tab characters and 80-col. | Eric Christopher |
| 2010-07-09 | --- Reverse-merging r107947 into '.': | Bob Wilson |
| 2010-07-09 | Re-apply bottom-up fast-isel, with fixes. Be very careful to avoid emitting | Dan Gohman |
| 2010-07-08 | remove unneeded parens | Gabor Greif |
| 2010-07-07 | conditionalize on CallInst::ArgOffset | Gabor Greif |
| 2010-07-06 | Add X86_64 ELF relocation values and ELF64 relocation classes. | Matt Fleming |
| 2010-07-06 | Add some more ELF OSABI values as found in the System V Application | Matt Fleming |
| 2010-07-06 | Provide IRBuilder conveniences for creating integer constants at common widths, | John McCall |