Age | Commit message (Expand) | Author |
2010-12-18 | Support/PathV1: Clarify deprecation warning. | Michael J. Spencer |
2010-12-18 | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer |
2010-12-18 | Header warning patrol. | Eric Christopher |
2010-12-18 | Add support for lexing single quotes like 'c'. | Roman Divacky |
2010-12-18 | Revert r122143 through r122140, which collectively broke the LLVMC tests on | Owen Anderson |
2010-12-18 | Merge isAbsolute into IsSymbolRefDifferenceFullyResolved. | Rafael Espindola |
2010-12-18 | Remove the MCObjectFormat class. | Rafael Espindola |
2010-12-18 | Support/PathV1: Clarify deprecation warning. | Michael J. Spencer |
2010-12-18 | Support/PathV1: Deprecate get{Basename,Dirname,Suffix}. | Michael J. Spencer |
2010-12-18 | Revert 122011, 122012, 122013, 122023 adding back an important optimization. | Rafael Espindola |
2010-12-18 | Move some data to the TargetWriter. | Rafael Espindola |
2010-12-18 | Support/PathV1: Deprecate getLast. | Michael J. Spencer |
2010-12-18 | Add support to CallbackVH to receive notification when a Value's use-list cha... | Owen Anderson |
2010-12-18 | Pass a Banner argument to the machine code verifier both from | Jakob Stoklund Olesen |
2010-12-17 | Avoid dereferencing end() in collectInterferingVRegs() when there is no | Jakob Stoklund Olesen |
2010-12-17 | Enable loop splitting in RegAllocGreedy. | Jakob Stoklund Olesen |
2010-12-17 | During local stack slot allocation, the materializeFrameBaseRegister function | Bill Wendling |
2010-12-17 | Add more checks to IntervalMapOverlaps::advance() to ensure that advanceTo sees | Jakob Stoklund Olesen |
2010-12-17 | It is allowed to call IntervalMap::const_iterator::advanceTo() with a key that | Jakob Stoklund Olesen |
2010-12-17 | Fix 80 col. | Michael J. Spencer |
2010-12-17 | Support/Path: Deprecate PathV1::isAbsolute. | Michael J. Spencer |
2010-12-17 | Fix crash when IntervalMapOverlaps::advanceTo moves past the last overlap. | Jakob Stoklund Olesen |
2010-12-17 | Pass StringRefs by value, for consistency. | Benjamin Kramer |
2010-12-17 | Add MachineLoopRange comparators for sorting loop lists by number and by area. | Jakob Stoklund Olesen |
2010-12-17 | Stub out explicit MCELFObjectTargetWriter interface. | Rafael Espindola |
2010-12-17 | Support: Rename Path.h to PathV1.h and add a new Path.h that includes both V1... | Michael J. Spencer |
2010-12-17 | Move createELFObjectWriter to its own header. | Rafael Espindola |
2010-12-17 | improve switch formation to handle small range | Chris Lattner |
2010-12-17 | MC/Mach-O: On second thought, use a custom hook for enabling aggressive | Daniel Dunbar |
2010-12-17 | MC/ObjectWriter: Add a new IsSymbolRefDifferenceFullyResolved target format s... | Daniel Dunbar |
2010-12-17 | Provide LiveIntervalUnion::Query::checkLoopInterference. | Jakob Stoklund Olesen |
2010-12-17 | MC/Assembler: Strip out object writer arguments, now that it is always available | Daniel Dunbar |
2010-12-17 | MC/Assembler: Make the MCObjectWriter available through the lifetime of the | Daniel Dunbar |
2010-12-17 | MC/Target: Remove HasScatteredSymbols target hook variable, which has been | Daniel Dunbar |
2010-12-17 | MC/Expr: Simplify. | Daniel Dunbar |
2010-12-17 | MC: Remove another dead MCAssembler argument, and update clients. | Daniel Dunbar |
2010-12-17 | MC: Remove dead MCAssembler argument -- Rafael, can you check the FIXME I added | Daniel Dunbar |
2010-12-17 | Fix 80-col viola. | Daniel Dunbar |
2010-12-16 | Add basic test exposing many bugs. | Jakob Stoklund Olesen |
2010-12-16 | MC/Mach-O: Lift some MachObjectWriter arguments into the target specific | Daniel Dunbar |
2010-12-16 | MC/Mach-O: Stub out explicit MCMachObjectTargetWriter interface. | Daniel Dunbar |
2010-12-16 | MC/Mach-O: Move createMachObjectWriter into MCMachObjectWriter.h. | Daniel Dunbar |
2010-12-16 | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer |
2010-12-16 | MC: Move target specific fixup info descriptors to TargetAsmBackend instead of | Daniel Dunbar |
2010-12-16 | MC: Make TargetAsmBackend available to the AsmStreamer. | Daniel Dunbar |
2010-12-16 | MC: Split MCFixupKindInfo out into its own header. | Daniel Dunbar |
2010-12-16 | MC: Remove a FIXME I no longer agree with. | Daniel Dunbar |
2010-12-16 | Add IntervalMapOverlaps - An iterator for overlapping intervals in two | Jakob Stoklund Olesen |
2010-12-15 | Add MachineLoopRanges analysis. | Jakob Stoklund Olesen |
2010-12-15 | Typo. | Rafael Espindola |