aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't call RegionInlinedFnEnd if our optimization level isn't -O0.Bill Wendling2009-05-181-1/+2
* Commands beginning with '--' are converted to '-f' by gcc. Blech!Bill Wendling2009-05-181-1/+1
* Fill in the missing patterns for ADC and SBB.Dale Johannesen2009-05-181-14/+97
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-186-5/+16
* Rename UseTy to AccessTy, for consistency with getAccessType, and toDan Gohman2009-05-181-24/+25
* Silence Release-Asserts warnings.Daniel Dunbar2009-05-183-6/+11
* Teach ScalarEvolution to recognize x^-1 in the case where non-demandedDan Gohman2009-05-182-0/+21
* Delete a redundant 'else'.Dan Gohman2009-05-181-1/+1
* Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, forDan Gohman2009-05-181-0/+4
* Minor code cleanups. Do more of the work before the if statementsDan Gohman2009-05-181-16/+21
* Add assertion checks to the SCEV operator creation methods to catchDan Gohman2009-05-181-0/+34
* Make ScalarEvolution::isLoopGuardedByCond work even when the edgeDan Gohman2009-05-183-14/+32
* Add an isOne() utility function to ScalarEvolution, similar to isZero()Dan Gohman2009-05-182-1/+10
* Add nounwind to a few tests.Dan Gohman2009-05-186-6/+6
* Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. Eli Friedman2009-05-181-3/+6
* Fix a compile warning.Daniel Dunbar2009-05-181-1/+1
* 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
* Check that the gcc front-end is not doing inliningDuncan Sands2009-05-171-0/+17
* Mark rotl/rotr as expand. This generates pretty ugly code, but this is better...Anton Korobeynikov2009-05-172-0/+21
* TypoAnton Korobeynikov2009-05-173-3/+18
* Formatting. Some updating of data structures. More work needs to be done to u...Bill Wendling2009-05-171-499/+613
* Significantly improve Atomic.h by pulling in code from libatomic_ops by HP. ...Owen Anderson2009-05-172-40/+159
* Remove the volatile marker from the cas_flag typedef, fixing some warnings. Owen Anderson2009-05-161-2/+2
* 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
* Back out the thread-safe ManagedStatic for now. Too many people have too man...Owen Anderson2009-05-161-20/+4
* Put back a bit of expensive checking logic thatDuncan Sands2009-05-161-1/+1
* Make sure the CXXFLAGS setting is picked up byDuncan Sands2009-05-161-2/+2
* Pacify gcc-4.3, which suggests explicit braces hereDuncan Sands2009-05-161-1/+2
* Help DejaGnu avoid pipe-jam by producing less output from certain test cases.Jakob Stoklund Olesen2009-05-169-11/+11
* 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