| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pass to verify generated machine code. | Jakob Stoklund Olesen | 2009-05-16 | 4 | -27/+711 |
* | Work around the fact that GNU libstdc++'s debug mode uses RTTI. | Jay Foad | 2009-05-15 | 1 | -0/+6 |
* | Unbreak mingw build | Anton Korobeynikov | 2009-05-15 | 1 | -10/+17 |
* | Improve compatibility with older versions of Windows. | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling | 2009-05-15 | 7 | -2804/+3188 |
* | Factor out some common code, fix more typoes, and add a memory fence that mig... | Owen Anderson | 2009-05-15 | 1 | -31/+15 |
* | Fix an unfortunate typo. | Owen Anderson | 2009-05-15 | 1 | -1/+1 |
* | Mark class as hidden. | Bill Wendling | 2009-05-15 | 1 | -1/+1 |
* | (Hopefully) unbreak Apple-style builds. | Owen Anderson | 2009-05-15 | 1 | -1/+0 |
* | Fix PR4210. Rewritter should track and update kills of sub-registers as well. | Evan Cheng | 2009-05-15 | 1 | -42/+63 |
* | Don't #include OSAtomic.h unless we really need it. | Owen Anderson | 2009-05-15 | 1 | -1/+3 |
* | Fix warning. | Nick Lewycky | 2009-05-15 | 1 | -1/+1 |
* | Add extra parenthesis around || statements to pacify compiler. | Nick Lewycky | 2009-05-15 | 1 | -7/+13 |
* | Move c'tor/d'tor to top of file. | Bill Wendling | 2009-05-15 | 1 | -17/+14 |
* | Split out the DwarfException class into its own file. No functionality change, | Bill Wendling | 2009-05-15 | 3 | -769/+894 |
* | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling | 2009-05-15 | 7 | -1278/+1584 |
* | Now with working on Leopard! | Owen Anderson | 2009-05-15 | 2 | -3/+3 |
* | Implement !if, analogous to $(if) in GNU make. | David Greene | 2009-05-14 | 7 | -2/+63 |
* | Reflow to fit 80-col. | Mike Stump | 2009-05-14 | 1 | -2/+2 |
* | Reflow to fit 80-col. | Mike Stump | 2009-05-14 | 1 | -2/+2 |
* | Fix tests to not upset DejaGNU. | David Greene | 2009-05-14 | 2 | -3/+3 |
* | Graduate LLVM to the big leagues by embedding a LISP processor into TableGen. | David Greene | 2009-05-14 | 7 | -6/+149 |
* | Implement a !foreach operator analogous to GNU make's $(foreach). | David Greene | 2009-05-14 | 8 | -188/+374 |
* | Implement a !subst operation simmilar to $(subst) in GNU make to do | David Greene | 2009-05-14 | 7 | -348/+371 |
* | Dropped this #include by accident. | Owen Anderson | 2009-05-14 | 1 | -1/+1 |
* | Make ManagedStatic threadsafe by using atomic operations. | Owen Anderson | 2009-05-14 | 1 | -4/+36 |
* | Add CompareAndSwap. | Owen Anderson | 2009-05-14 | 1 | -7/+43 |
* | Implement !cast. | David Greene | 2009-05-14 | 7 | -158/+249 |
* | Operation Enhancements | David Greene | 2009-05-14 | 6 | -165/+751 |
* | Fix PR4207. | David Greene | 2009-05-14 | 1 | -2/+6 |
* | Down with static variables! | Owen Anderson | 2009-05-14 | 1 | -4/+8 |
* | Tag blocks with DW_AT_APPLE_block. | Mike Stump | 2009-05-14 | 1 | -0/+7 |
* | Reuse existing getUnderlyingObject instead of | Dale Johannesen | 2009-05-14 | 1 | -24/+6 |
* | Non-functionality changes: | Bill Wendling | 2009-05-14 | 2 | -123/+125 |
* | Clean up this file fixing 80-column violations, bad formatting, etc. No funct... | Bill Wendling | 2009-05-14 | 1 | -60/+69 |
* | Revert r71744. I must not have understood this correctly, because the | Bob Wilson | 2009-05-14 | 1 | -4/+9 |
* | Use abs64 in one more place. | Dale Johannesen | 2009-05-14 | 1 | -1/+1 |
* | clean up line-wrapping | Jim Grosbach | 2009-05-14 | 1 | -4/+4 |
* | Add an Atomic.h to the System library, for providing a platform independent API | Owen Anderson | 2009-05-14 | 1 | -0/+45 |
* | Fix for PR4124. Make TwoAddressFormPass::FindLastUseInMBB return the real las... | Lang Hames | 2009-05-14 | 1 | -2/+5 |
* | Update the names of the exception handling sjlj instrinsics to | Jim Grosbach | 2009-05-14 | 6 | -16/+44 |
* | Add an assert to turn a segfault on an unsupported inline | Dan Gohman | 2009-05-14 | 1 | -0/+2 |
* | Add dumping support for DW_AT_APPLE_isa and DW_AT_APPLE_block. | Mike Stump | 2009-05-14 | 1 | -0/+2 |
* | There's yet more ugliness (surprise!) in DebugInfo. This needs major reworking. | Bill Wendling | 2009-05-13 | 1 | -21/+30 |
* | The IfConverter::MergeBlocks method appears to be used only to merge a basic | Bob Wilson | 2009-05-13 | 1 | -9/+4 |
* | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach | 2009-05-13 | 4 | -20/+1 |
* | Revert a portion of Dan's change r71018 that I'm convinced is wrong. | Bob Wilson | 2009-05-13 | 1 | -1/+1 |
* | Merge adjacent conditional. | Bob Wilson | 2009-05-13 | 1 | -2/+0 |
* | Remove an unused variable. | Bob Wilson | 2009-05-13 | 1 | -3/+0 |
* | Fix some typos and spelling and grammar, mostly in comments, but also one | Bob Wilson | 2009-05-13 | 1 | -21/+20 |