Age | Commit message (Expand) | Author |
2009-05-18 | Don't set the "location" information for inlined functions' variables. | Bill Wendling |
2009-05-18 | Small code cleanup. | Bill Wendling |
2009-05-18 | RecordVariable is called each time a DECLARE node is encountered. For an inlined | Bill Wendling |
2009-05-18 | Add OpSize to 16-bit ADC and SBB. | Dale Johannesen |
2009-05-18 | Allow the JIT ExecutionEngine to report details about the generated machine c... | Argyrios Kyrtzidis |
2009-05-18 | Fix CodePlacementOpt::OptimizeIntraLoopEdges so that its return value | Bob Wilson |
2009-05-18 | Fix pr4202: Disable CodePlacementOpt for ARM. The ARMConstantIslandPass has | Bob Wilson |
2009-05-18 | New Spiller interface and trivial implementation. | Lang Hames |
2009-05-18 | Revert r72025. It is possible for clients to convert between signed types | Dan Gohman |
2009-05-18 | Revert last commit. It was wrong. | Bill Wendling |
2009-05-18 | Add assertions to CastInst::getCastOpcode to catch attempted conversions | Dan Gohman |
2009-05-18 | Don't call RegionInlinedFnEnd if our optimization level isn't -O0. | Bill Wendling |
2009-05-18 | Fill in the missing patterns for ADC and SBB. | Dale Johannesen |
2009-05-18 | termios.h contains the winsize structure we need to determine the | Douglas Gregor |
2009-05-18 | Rename UseTy to AccessTy, for consistency with getAccessType, and to | Dan Gohman |
2009-05-18 | Silence Release-Asserts warnings. | Daniel Dunbar |
2009-05-18 | Teach ScalarEvolution to recognize x^-1 in the case where non-demanded | Dan Gohman |
2009-05-18 | Delete a redundant 'else'. | Dan Gohman |
2009-05-18 | Fix ScalarEvolution::isLoopGuardedByCond to accept a null Loop*, for | Dan Gohman |
2009-05-18 | Minor code cleanups. Do more of the work before the if statements | Dan Gohman |
2009-05-18 | Add assertion checks to the SCEV operator creation methods to catch | Dan Gohman |
2009-05-18 | Make ScalarEvolution::isLoopGuardedByCond work even when the edge | Dan Gohman |
2009-05-18 | Add an isOne() utility function to ScalarEvolution, similar to isZero() | Dan Gohman |
2009-05-18 | Tweak MemoryBuffer::getSTDIN so that it returns after the first EOF. | Eli Friedman |
2009-05-17 | Prevented reg0 from being added to MBB live-in set, which was causing issues | Lang Hames |
2009-05-17 | Rename MachineVerifier pass to avoid command line collision. | Jakob Stoklund Olesen |
2009-05-17 | Mark rotl/rotr as expand. This generates pretty ugly code, but this is better... | Anton Korobeynikov |
2009-05-17 | Typo | Anton Korobeynikov |
2009-05-16 | Fix a missing def-flag on a Mips epilogue load. | Jakob Stoklund Olesen |
2009-05-16 | Remember to set def-flag on register loaded from stack slot in CellSPU. | Jakob Stoklund Olesen |
2009-05-16 | Verify that explicit definitions in the TargetInstrDesc are matched by | Jakob Stoklund Olesen |
2009-05-16 | Allow redefinition of reserved registers. | Jakob Stoklund Olesen |
2009-05-16 | Put back a bit of expensive checking logic that | Duncan Sands |
2009-05-16 | Pacify gcc-4.3, which suggests explicit braces here | Duncan Sands |
2009-05-16 | Pass to verify generated machine code. | Jakob Stoklund Olesen |
2009-05-15 | Split out the DwarfDebug module from the DwarfWriter module. | Bill Wendling |
2009-05-15 | Mark class as hidden. | Bill Wendling |
2009-05-15 | Fix PR4210. Rewritter should track and update kills of sub-registers as well. | Evan Cheng |
2009-05-15 | Move c'tor/d'tor to top of file. | Bill Wendling |
2009-05-15 | Split out the DwarfException class into its own file. No functionality change, | Bill Wendling |
2009-05-15 | Split out the Dwarf writer stuff into separate files. This is a much more | Bill Wendling |
2009-05-14 | Reflow to fit 80-col. | Mike Stump |
2009-05-14 | Reflow to fit 80-col. | Mike Stump |
2009-05-14 | Down with static variables! | Owen Anderson |
2009-05-14 | Tag blocks with DW_AT_APPLE_block. | Mike Stump |
2009-05-14 | Reuse existing getUnderlyingObject instead of | Dale Johannesen |
2009-05-14 | Non-functionality changes: | Bill Wendling |
2009-05-14 | Clean up this file fixing 80-column violations, bad formatting, etc. No funct... | Bill Wendling |
2009-05-14 | Revert r71744. I must not have understood this correctly, because the | Bob Wilson |
2009-05-14 | Use abs64 in one more place. | Dale Johannesen |