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