| Age | Commit message (Expand) | Author |
| 2009-03-19 | Fix the Win32 VS2008 build: | Sebastian Redl |
| 2009-03-17 | Add BUILTIN_EXPECT Support/Compiler macro. | Daniel Dunbar |
| 2009-03-17 | raw_ostream: Return '*this' explicitly (instead of implicitly via | Daniel Dunbar |
| 2009-03-17 | raw_ostream: Rework implementation of unbuffered streams so outputting | Daniel Dunbar |
| 2009-03-16 | raw_ostream: Replace flush_impl with write_impl, which takes data to | Daniel Dunbar |
| 2009-03-16 | raw_ostream: Lift out flush_nonempty. | Daniel Dunbar |
| 2009-03-16 | Add slow path for single character write, and use exclusively for | Daniel Dunbar |
| 2009-03-13 | Revert r66920. It was causing failures in the self-hosting buildbot (in release | Bill Wendling |
| 2009-03-13 | Second installment of "BasicBlock operands to the back" | Gabor Greif |
| 2009-03-12 | raw_ostream: unbuffered streams weren't being immediately flushed on | Daniel Dunbar |
| 2009-03-10 | Changed Allocate to use size_t instead of unsigned. | Mon P Wang |
| 2009-03-10 | Add an explicit keyword. | Dan Gohman |
| 2009-03-10 | Fixed rounding up EltSize | Mon P Wang |
| 2009-03-10 | PR3478: raw_ostream should not buffer stderr | Daniel Dunbar |
| 2009-03-10 | Add C++ marker. | Daniel Dunbar |
| 2009-03-06 | Add IRBuilder::CreateConstGEP{1, 2}_{32, 64}. | Daniel Dunbar |
| 2009-03-04 | ooops, forgot to include the pointless-write eliminator in my previous checkin | Gabor Greif |
| 2009-03-04 | add some helper classes for building light-weight symbolic stack traces | Chris Lattner |
| 2009-03-04 | Give sentinel traits the right to determine the policy where the sentinel is ... | Gabor Greif |
| 2009-02-20 | Removed trailing whitespace. | Misha Brukman |
| 2009-02-18 | allow TimeRegion to take a potentially-null pointer to a | Chris Lattner |
| 2009-02-17 | The debugger sometimes lookup dynamically in the runtime to find ivar info of... | Devang Patel |
| 2009-02-16 | Add llvm::RoundUpToAlignment. | Daniel Dunbar |
| 2009-02-06 | Deallocate() methods now take a 'const void*' instead of a 'void *', matching... | Ted Kremenek |
| 2009-02-03 | add a method to BumpPtrAllocator that allows allocating elements | Chris Lattner |
| 2009-02-02 | Improve -fno-opt style option processing to not require an extra | Mike Stump |
| 2009-01-30 | Add opposite_of and inverse_opt to support -fno- style options. This | Mike Stump |
| 2009-01-26 | Add method raw_fd_ostream::seek() for random access within a file. | Ted Kremenek |
| 2009-01-23 | Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f... | Devang Patel |
| 2009-01-22 | introduce a useful abstraction to find out if a Use is in the call position o... | Gabor Greif |
| 2009-01-21 | Do not use host floating point types when emitting | Dale Johannesen |
| 2009-01-20 | indentation... | Devang Patel |
| 2009-01-20 | Need only one set of debug info versions enum. | Devang Patel |
| 2009-01-17 | make comparisons a bist faster | Gabor Greif |
| 2009-01-16 | Support for multi-valued options in CommandLine | Mikhail Glushenkov |
| 2009-01-16 | Registry.h should not depend on CommandLine.h. | Mikhail Glushenkov |
| 2009-01-16 | Delete trailing whitespace. | Mikhail Glushenkov |
| 2009-01-15 | Add the private linkage. | Rafael Espindola |
| 2009-01-14 | Add member template MallocAllocator::Allocate(Num) (to match the same functio... | Ted Kremenek |
| 2009-01-12 | Remove some dead code from the days llvm had type planes. | Rafael Espindola |
| 2009-01-11 | drats! remove tabs | Gabor Greif |
| 2009-01-11 | simplify CallSite helper class to not consult the Instruction's | Gabor Greif |
| 2009-01-07 | remove DebugInfoBuilder, it has been subsumed by Analysis/DebugInfo.h | Chris Lattner |
| 2009-01-06 | no need to negate the APInt for 0. | Chris Lattner |
| 2009-01-05 | Change m_ConstantInt and m_SelectCst to take their constant integers | Chris Lattner |
| 2009-01-05 | make m_ConstantInt(int64_t) safely match ConstantInt's that are larger than i64. | Chris Lattner |
| 2009-01-05 | Tidy up #includes, deleting a bunch of unnecessary #includes. | Dan Gohman |
| 2009-01-04 | add #include guards, thanks Dan. | Chris Lattner |
| 2009-01-02 | * Alphabetized system headers per the style guide | Misha Brukman |
| 2008-12-09 | newline at end of phile | Chris Lattner |