summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* When RemoveCopyByCommutingDef is creating additional identity copies, just useJakob Stoklund Olesen2010-10-01
* Add support to let FE mark explict methods as explict in debug info.Devang Patel2010-10-01
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-01
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Comments about operand cycles and pipeline forwarding pathes.Evan Cheng2010-09-30
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-30
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-30
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-30
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-30
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-30
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-30
* Revert r115099 (adding early jump threading). It's not clear if the benefits...Owen Anderson2010-09-29
* Let FE mark a variable as artificial variable.Devang Patel2010-09-29
* Early CFG simplification can fold conditionals down to selects, which is ofte...Owen Anderson2010-09-29
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-29
* Add support to let FE encode method access specifier.Devang Patel2010-09-29
* 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