| Commit message (Expand) | Author | Age | Files | Lines |
* | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson | 2010-10-01 | 1 | -6/+9 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -167/+143 |
* | Comments about operand cycles and pipeline forwarding pathes. | Evan Cheng | 2010-09-30 | 1 | -1/+17 |
* | Did my commit for the last patch for the .loc directory from the wrong place and | Kevin Enderby | 2010-09-30 | 6 | -5/+116 |
* | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby | 2010-09-30 | 1 | -0/+3 |
* | Move logic of determining ELF entsize from the .s printer to initialization | Jan Wen Voung | 2010-09-30 | 1 | -0/+4 |
* | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim | 2010-09-30 | 1 | -0/+1 |
* | Make it possible for the MCObjectWriter to decide if a given fixup is fully | Rafael Espindola | 2010-09-30 | 4 | -5/+28 |
* | Let a target specify whether it wants an assembly printer to be the MC version | Jim Grosbach | 2010-09-30 | 1 | -0/+5 |
* | Revert r115099 (adding early jump threading). It's not clear if the benefits... | Owen Anderson | 2010-09-29 | 1 | -1/+0 |
* | Let FE mark a variable as artificial variable. | Devang Patel | 2010-09-29 | 1 | -1/+9 |
* | Early CFG simplification can fold conditionals down to selects, which is ofte... | Owen Anderson | 2010-09-29 | 1 | -0/+1 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 1 | -3/+52 |
* | Add support to let FE encode method access specifier. | Devang Patel | 2010-09-29 | 1 | -1/+14 |
* | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel | 2010-09-29 | 2 | -14/+19 |
* | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner | 2010-09-29 | 2 | -134/+0 |
* | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner | 2010-09-29 | 1 | -1/+1 |
* | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner | 2010-09-29 | 1 | -7/+7 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 1 | -3/+15 |
* | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson | 2010-09-28 | 1 | -6/+12 |
* | Provide an interface to let FEs anchor debug info for types. | Devang Patel | 2010-09-28 | 1 | -0/+5 |
* | MC/AsmParser: Handle exponents in floating point literals. | Daniel Dunbar | 2010-09-27 | 1 | -0/+1 |
* | Remove unused argument. | Rafael Espindola | 2010-09-27 | 1 | -2/+1 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 1 | -2/+3 |
* | writeGraph doesn't need its ShortNames argument. | Dan Gohman | 2010-09-27 | 1 | -3/+2 |
* | Don't construct a redundant GraphWriter object. | Dan Gohman | 2010-09-27 | 1 | -7/+4 |
* | Factor out code from the standalone WriteGraph function into a helper | Dan Gohman | 2010-09-27 | 1 | -10/+20 |
* | Constify properlyDominates in the same manner as dominates. | Dan Gohman | 2010-09-27 | 1 | -3/+22 |
* | Add support for viewing graphviz graphs with xdot.py. | Dan Gohman | 2010-09-27 | 1 | -3/+9 |
* | Add an all() method to BitVector, for testing whether all bits are set. | Dan Gohman | 2010-09-27 | 2 | -0/+13 |
* | Remove WriteGraph's Name argument, which it didn't use, and | Dan Gohman | 2010-09-27 | 2 | -8/+7 |
* | Fix indentation. | Dan Gohman | 2010-09-27 | 1 | -2/+2 |
* | the latest assembler that runs on powerpc 10.4 machines doesn't | Chris Lattner | 2010-09-27 | 2 | -0/+11 |
* | Avoid warnings about implicit conversions to `bool' in MSVC. This time | Oscar Fuentes | 2010-09-25 | 3 | -4/+4 |
* | Avoid using VNInfo::getCopy as much as possible. I want to get rid of it. | Jakob Stoklund Olesen | 2010-09-25 | 1 | -0/+4 |
* | Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whe... | Lang Hames | 2010-09-25 | 1 | -28/+3 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -1/+9 |
* | Remove trailing spaces of CallingConv.h | Che-Liang Chiou | 2010-09-25 | 1 | -5/+5 |
* | Remove SlotIndex::PHI_BIT. It is no longer used by anything. | Jakob Stoklund Olesen | 2010-09-25 | 1 | -28/+9 |
* | Terminator gaps were unused. Might as well delete them. | Jakob Stoklund Olesen | 2010-09-24 | 2 | -21/+0 |
* | Attach a DebugLoc to a GC point in order to get precise information in the JI... | Nicolas Geoffray | 2010-09-24 | 1 | -3/+6 |
* | MC/Lexer: Add 'Real' token type for floating point literals. | Daniel Dunbar | 2010-09-24 | 1 | -0/+3 |
* | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson | 2010-09-23 | 2 | -8/+0 |
* | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson | 2010-09-23 | 2 | -0/+8 |
* | trailing whitespace | Jim Grosbach | 2010-09-23 | 1 | -28/+28 |
* | Avoid warnings about conversions to `bool' in MS compilers. | Oscar Fuentes | 2010-09-23 | 2 | -2/+2 |
* | Moved the PBQP allocator class out of the header and back in to the cpp file ... | Lang Hames | 2010-09-23 | 3 | -121/+3 |
* | Add support for ELF PLT references for ARM MC asm printing. Adding a | Jim Grosbach | 2010-09-22 | 1 | -0/+1 |
* | Make SetVector's remove indicate whether it actually removed something. | Dan Gohman | 2010-09-22 | 1 | -1/+3 |
* | Avoid some Mach-O specific alignment being done on ELF. | Rafael Espindola | 2010-09-22 | 2 | -2/+5 |