Age | Commit message (Expand) | Author |
2010-09-29 | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner |
2010-09-29 | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner |
2010-09-28 | Add support to model pipeline bypass / forwarding. | Evan Cheng |
2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
2010-09-28 | Provide an interface to let FEs anchor debug info for types. | Devang Patel |
2010-09-27 | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling |
2010-09-27 | MC/AsmParser: Handle exponents in floating point literals. | Daniel Dunbar |
2010-09-27 | Remove unused argument. | Rafael Espindola |
2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer |
2010-09-27 | writeGraph doesn't need its ShortNames argument. | Dan Gohman |
2010-09-27 | Don't construct a redundant GraphWriter object. | Dan Gohman |
2010-09-27 | Factor out code from the standalone WriteGraph function into a helper | Dan Gohman |
2010-09-27 | Constify properlyDominates in the same manner as dominates. | Dan Gohman |
2010-09-27 | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman |
2010-09-27 | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman |
2010-09-27 | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman |
2010-09-27 | Fix indentation. | Dan Gohman |
2010-09-27 | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner |
2010-09-25 | Avoid warnings about implicit conversions to `bool' in MSVC. This time | Oscar Fuentes |
2010-09-25 | Avoid using VNInfo::getCopy as much as possible. I want to get rid of it. | Jakob Stoklund Olesen |
2010-09-25 | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames |
2010-09-25 | Add ret instruction to PTX backend | Che-Liang Chiou |
2010-09-25 | Remove trailing spaces of CallingConv.h | Che-Liang Chiou |
2010-09-25 | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen |
2010-09-24 | Terminator gaps were unused. Might as well delete them. | Jakob Stoklund Olesen |
2010-09-24 | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray |
2010-09-24 | MC/Lexer: Add 'Real' token type for floating point literals. | Daniel Dunbar |
2010-09-23 | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson |
2010-09-23 | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson |
2010-09-23 | trailing whitespace | Jim Grosbach |
2010-09-23 | Avoid warnings about conversions to `bool' in MS compilers. | Oscar Fuentes |
2010-09-23 | Moved the PBQP allocator class out of the header and back in to the cpp file ... | Lang Hames |
2010-09-22 | Add support for ELF PLT references for ARM MC asm printing. Adding a | Jim Grosbach |
2010-09-22 | Make SetVector's remove indicate whether it actually removed something. | Dan Gohman |
2010-09-22 | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola |
2010-09-22 | allow target-specific label suffixes, patch by Yuri Gribov! | Chris Lattner |
2010-09-22 | Fix uninitialized TBAAFlag field values. | Dan Gohman |
2010-09-22 | Teach memdep about TBAA tags. | Dan Gohman |
2010-09-22 | Constify. | Dan Gohman |
2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
2010-09-21 | Add some utility routines. | Dan Gohman |
2010-09-21 | Add insertAfter. This should have accompanied previous check-in. | Devang Patel |
2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
2010-09-21 | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner |
2010-09-21 | convert a couple more places to use the new getStore() | Chris Lattner |
2010-09-21 | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner |
2010-09-21 | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner |
2010-09-21 | fix the code that infers SV info to be correct when dealing | Chris Lattner |
2010-09-21 | Add LiveInterval::find and use it for most LiveRange searching operations | Jakob Stoklund Olesen |