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