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