aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Prevented reg0 from being added to MBB live-in set, which was causing issuesLang Hames2009-05-171-0/+5
* Rename MachineVerifier pass to avoid command line collision.Jakob Stoklund Olesen2009-05-171-1/+1
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-171-0/+4
* TypoAnton Korobeynikov2009-05-172-3/+3
* Fix a missing def-flag on a Mips epilogue load.Jakob Stoklund Olesen2009-05-161-4/+4
* Remember to set def-flag on register loaded from stack slot in CellSPU.Jakob Stoklund Olesen2009-05-161-1/+1
* Verify that explicit definitions in the TargetInstrDesc are matched byJakob Stoklund Olesen2009-05-161-1/+12
* Allow redefinition of reserved registers.Jakob Stoklund Olesen2009-05-161-2/+3
* Put back a bit of expensive checking logic thatDuncan Sands2009-05-161-1/+1
* Pacify gcc-4.3, which suggests explicit braces hereDuncan Sands2009-05-161-1/+2
* Pass to verify generated machine code.Jakob Stoklund Olesen2009-05-163-27/+704
* Split out the DwarfDebug module from the DwarfWriter module.Bill Wendling2009-05-157-2804/+3188
* Mark class as hidden.Bill Wendling2009-05-151-1/+1
* Fix PR4210. Rewritter should track and update kills of sub-registers as well.Evan Cheng2009-05-151-42/+63
* 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
* Reflow to fit 80-col.Mike Stump2009-05-141-2/+2
* Reflow to fit 80-col.Mike Stump2009-05-141-2/+2
* 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-141-110/+85
* 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
* 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-144-14/+16
* 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-133-8/+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
* Fix whitespacing (space after switch).Mike Stump2009-05-133-33/+32
* Spelling correction s/builting/builtin/ and remove trailing whitespace in a f...Jim Grosbach2009-05-131-10/+10
* Run code placement optimization for targets that want it (arm and x86 for now).Evan Cheng2009-05-134-0/+6
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-1319-153/+196
* Handle some additonal cases of external weak globals.Dale Johannesen2009-05-131-4/+22
* Move the bookkeeping of the debug scopes back to the place where itBill Wendling2009-05-131-20/+20
* Don't generate a select whose operand is load of a weakDale Johannesen2009-05-131-0/+6
* PEI: rename PEI.h to PrologEpilogInserter.h to adhere to file naming standardJohn Mosby2009-05-133-2/+2
* calls in nothrow functions can be marked nothrow even if the calleeChris Lattner2009-05-131-0/+10
* Run through the list of globals once and sectionize all types of globlas incl...Sanjiv Gupta2009-05-134-38/+72
* Avoid getting a compiler warningDuncan Sands2009-05-131-1/+1
* add IVUsers.cppChris Lattner2009-05-131-0/+1
* add ShrinkWrapping.cppChris Lattner2009-05-131-0/+1