| Commit message (Expand) | Author | Age | Files | Lines |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 1 | -1/+0 |
* | comment fix. | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
* | make PadToColumn return the stream so you can use: | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 1 | -1/+1 |
* | Fix several comments which had previously been "the the" where a | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 1 | -1/+1 |
* | Add support for TypeBuilder<const/volatile void*, false>. | Jeffrey Yasskin | 2010-02-09 | 1 | -0/+6 |
* | Pull these back out, they're a little too aggressive and time | Eric Christopher | 2010-02-09 | 1 | -3/+2 |
* | Add a new pass to do llvm.objsize lowering using SCEV. | Eric Christopher | 2010-02-09 | 1 | -2/+3 |
* | enhance bits_storage to work with enums by using a c-style | Chris Lattner | 2010-02-09 | 1 | -1/+1 |
* | use a c-style cast instead of reinterpret-cast, as sometimes the | Chris Lattner | 2010-02-08 | 1 | -2/+3 |
* | Add a new top-level MachO.h file for manifest constants, fixing | Chris Lattner | 2010-02-02 | 1 | -0/+56 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 4 | -0/+59 |
* | Rename two IRReader.h functions to indicate that they return a Module | Jeffrey Yasskin | 2010-01-29 | 1 | -7/+7 |
* | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin | 2010-01-27 | 1 | -22/+17 |
* | Make SMDiagnostic::Print a const method. | Mikhail Glushenkov | 2010-01-27 | 1 | -1/+1 |
* | Trailing whitespace. | Mikhail Glushenkov | 2010-01-27 | 1 | -19/+19 |
* | change the canonical form of "cond ? -1 : 0" to be | Chris Lattner | 2010-01-24 | 1 | -1/+15 |
* | Changes to fix buffering that I forgot to commit with previous patch. | Chris Lattner | 2010-01-22 | 1 | -2/+4 |
* | add a new MCAsmStreamer::GetCommentOS method to simplify stuff | Chris Lattner | 2010-01-22 | 1 | -0/+3 |
* | give PassNameParser a home. | Chris Lattner | 2010-01-22 | 1 | -1/+3 |
* | Added a newline at the end of SMLoc.h | Sean Callanan | 2010-01-18 | 1 | -0/+1 |
* | Changed the comment in the file header for SMLoc | Sean Callanan | 2010-01-18 | 1 | -2/+2 |
* | Split SMLoc out in its own header so that it can | Sean Callanan | 2010-01-18 | 2 | -21/+46 |
* | move the mangler into libtarget from vmcore. | Chris Lattner | 2010-01-16 | 1 | -87/+0 |
* | reapply the mangler gutting patch. | Chris Lattner | 2010-01-16 | 1 | -61/+0 |
* | Revert 93648. | Rafael Espindola | 2010-01-16 | 1 | -0/+61 |
* | Mangler::getMangledName is now dead, remove it and all the other stuff in Man... | Chris Lattner | 2010-01-16 | 1 | -61/+0 |
* | switch liblto to use the new getNameWithPrefix() method instead of getMangled... | Chris Lattner | 2010-01-16 | 1 | -1/+2 |
* | add an inefficient version of getNameWithPrefix that returns an std::string. | Chris Lattner | 2010-01-16 | 1 | -0/+5 |
* | Revive dead assert. | Benjamin Kramer | 2010-01-16 | 1 | -1/+1 |
* | Replace DebugLocTuple with DILocation. | Devang Patel | 2010-01-16 | 1 | -50/+3 |
* | Temporarily revert r93581. It was causing failures in the ExecutionEngine tests | Bill Wendling | 2010-01-16 | 1 | -2/+2 |
* | BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi... | Ted Kremenek | 2010-01-15 | 1 | -2/+2 |
* | Add getSource() to SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -0/+5 |
* | Extend SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -1/+62 |
* | makeNameProper is now private! | Chris Lattner | 2010-01-13 | 1 | -11/+13 |
* | ugh, my last patch just sped up a method and changed all the clients | Chris Lattner | 2010-01-13 | 1 | -0/+12 |
* | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 1 | -2/+3 |
* | my mistake, Mangler::makeNameProper wants to take a twine, not a stringref! | Chris Lattner | 2010-01-13 | 1 | -2/+2 |
* | change makeNameProper to take a stringref instead of std::string. | Chris Lattner | 2010-01-13 | 1 | -1/+2 |
* | Correct spelling. | Duncan Sands | 2010-01-07 | 1 | -2/+2 |
* | Fix a build error by adding a missing commit. | David Greene | 2010-01-05 | 1 | -0/+4 |
* | teach instcombine to optimize pointer difference idioms involving constant | Chris Lattner | 2010-01-01 | 1 | -6/+17 |
* | remove #include that comes in from ConstantFolder.h | Chris Lattner | 2009-12-28 | 1 | -1/+0 |
* | remove #include of Function.h from IRBuilder | Chris Lattner | 2009-12-28 | 1 | -5/+8 |
* | move debug info stuff out of line, allowing two #includes | Chris Lattner | 2009-12-28 | 1 | -25/+10 |
* | split code that doesn't need to be templated out of IRBuilder into a new | Chris Lattner | 2009-12-28 | 1 | -91/+93 |
* | rename ivar to be more descriptive. | Chris Lattner | 2009-12-28 | 1 | -14/+14 |
* | rename getMDKind -> getMDKindID, make it autoinsert if an MD Kind | Chris Lattner | 2009-12-28 | 1 | -6/+2 |