| Commit message (Expand) | Author | Age | Files | Lines |
* | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif | 2010-03-22 | 1 | -6/+24 |
* | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif | 2010-03-19 | 1 | -24/+6 |
* | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif | 2010-03-19 | 1 | -6/+24 |
* | offsetof always has type size_t. | Dan Gohman | 2010-03-18 | 1 | -1/+1 |
* | Explicitly cast std::min's arguments to avoid type mismatches. | Dan Gohman | 2010-03-18 | 1 | -2/+2 |
* | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman | 2010-03-18 | 2 | -0/+28 |
* | Extend MemoryBuffer::getFile() to take an optional "stat" structure | Douglas Gregor | 2010-03-15 | 1 | -2/+5 |
* | Start using DIFile. See updated SourceLevelDebugging.html for more information. | Devang Patel | 2010-03-09 | 1 | -1/+2 |
* | Add support for an i8* type accessor. | Eric Christopher | 2010-03-05 | 1 | -0/+4 |
* | don't use always_inline with gcc 3.4, it has some unimplemented features | Chris Lattner | 2010-03-03 | 1 | -1/+3 |
* | Revert r97245 which seems to be causing performance problems. | Bob Wilson | 2010-02-28 | 1 | -1/+1 |
* | Move the EnableFullLoadPRE flag from a separate command-line option to an | Bob Wilson | 2010-02-26 | 1 | -1/+1 |
* | Refer to -help instead of --help since this is what tools themselves say. | Duncan Sands | 2010-02-18 | 1 | -8/+8 |
* | Add Regex::sub, for doing regular expression substitution with backreferences. | Daniel Dunbar | 2010-02-17 | 1 | -0/+13 |
* | add missing method, PR6284 | Chris Lattner | 2010-02-17 | 1 | -1/+3 |
* | 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 |