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