aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm
Commit message (Expand)AuthorAgeFilesLines
* Thread the determination of branch prediction hit rates back through the if-c...Owen Anderson2010-10-011-6/+9
* Massive rewrite of MMX: Dale Johannesen2010-09-301-167/+143
* Comments about operand cycles and pipeline forwarding pathes.Evan Cheng2010-09-301-1/+17
* Did my commit for the last patch for the .loc directory from the wrong place andKevin Enderby2010-09-306-5/+116
* Adds getPointerSize() to the AsmBackend which will be needed by the final patchKevin Enderby2010-09-301-0/+3
* Move logic of determining ELF entsize from the .s printer to initializationJan Wen Voung2010-09-301-0/+4
* Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()Jason W Kim2010-09-301-0/+1
* Make it possible for the MCObjectWriter to decide if a given fixup is fullyRafael Espindola2010-09-304-5/+28
* Let a target specify whether it wants an assembly printer to be the MC versionJim Grosbach2010-09-301-0/+5
* Revert r115099 (adding early jump threading). It's not clear if the benefits...Owen Anderson2010-09-291-1/+0
* Let FE mark a variable as artificial variable.Devang Patel2010-09-291-1/+9
* Early CFG simplification can fold conditionals down to selects, which is ofte...Owen Anderson2010-09-291-0/+1
* Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMPEvan Cheng2010-09-291-3/+52
* Add support to let FE encode method access specifier.Devang Patel2010-09-291-1/+14
* Generalize DISubprogram element to encode various flags instead of just one b...Devang Patel2010-09-292-14/+19
* remove PointerTracking from mainline, Edwin is going to move it out to ClamAVChris Lattner2010-09-292-134/+0
* 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
* 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