Age | Commit message (Expand) | Author |
2010-10-06 | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson |
2010-10-06 | Add support for DW_TAG_unspecified_parameters. | Devang Patel |
2010-10-06 | Cleanup Whitespace. | Michael J. Spencer |
2010-10-06 | Pass initialization functions should take a PassRegistry as a parameter | Owen Anderson |
2010-10-06 | Remove compatibilty code for old-style multiple return values. | Dan Gohman |
2010-10-06 | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman |
2010-10-06 | Constify isReachableFromEntry. | Dan Gohman |
2010-10-06 | Remove tabs. | Bill Wendling |
2010-10-06 | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng |
2010-10-06 | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling |
2010-10-05 | Another step towards getting rid of static ctors for pass registration: have ... | Owen Anderson |
2010-10-05 | On ELF we need to know which symbols are used in relocations to decide if | Rafael Espindola |
2010-10-05 | Support: Add __forceinline to Compiler.h on MSVC. | Michael J. Spencer |
2010-10-04 | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling |
2010-10-04 | Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! | Kevin Enderby |
2010-10-04 | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung |
2010-10-03 | the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t... | Chris Lattner |
2010-10-03 | Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do | Rafael Espindola |
2010-10-03 | GCC extensions are no longer used here - update the comment. | Duncan Sands |
2010-10-03 | Remove two uses of the gcc specific 'aligned' attribute. This | Duncan Sands |
2010-10-01 | When RemoveCopyByCommutingDef is creating additional identity copies, just use | Jakob Stoklund Olesen |
2010-10-01 | Add support to let FE mark explict methods as explict in debug info. | Devang Patel |
2010-10-01 | Thread the determination of branch prediction hit rates back through the if-c... | Owen Anderson |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-30 | Comments about operand cycles and pipeline forwarding pathes. | Evan Cheng |
2010-09-30 | Did my commit for the last patch for the .loc directory from the wrong place and | Kevin Enderby |
2010-09-30 | Adds getPointerSize() to the AsmBackend which will be needed by the final patch | Kevin Enderby |
2010-09-30 | Move logic of determining ELF entsize from the .s printer to initialization | Jan Wen Voung |
2010-09-30 | Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile() | Jason W Kim |
2010-09-30 | Make it possible for the MCObjectWriter to decide if a given fixup is fully | Rafael Espindola |
2010-09-30 | Let a target specify whether it wants an assembly printer to be the MC version | Jim Grosbach |
2010-09-29 | Revert r115099 (adding early jump threading). It's not clear if the benefits... | Owen Anderson |
2010-09-29 | Let FE mark a variable as artificial variable. | Devang Patel |
2010-09-29 | Early CFG simplification can fold conditionals down to selects, which is ofte... | Owen Anderson |
2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
2010-09-29 | Add support to let FE encode method access specifier. | Devang Patel |
2010-09-29 | Generalize DISubprogram element to encode various flags instead of just one b... | Devang Patel |
2010-09-29 | remove PointerTracking from mainline, Edwin is going to move it out to ClamAV | Chris Lattner |
2010-09-29 | implement rdar://8456378 and PR7557 - support for the fstsw, | Chris Lattner |
2010-09-29 | change the protocol TargetAsmPArser::MatchInstruction method to take an | Chris Lattner |
2010-09-28 | Add support to model pipeline bypass / forwarding. | Evan Cheng |
2010-09-28 | Part one of switching to using a more sane heuristic for determining if-conve... | Owen Anderson |
2010-09-28 | Provide an interface to let FEs anchor debug info for types. | Devang Patel |
2010-09-27 | Add a new scope type "LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN" for the | Bill Wendling |
2010-09-27 | MC/AsmParser: Handle exponents in floating point literals. | Daniel Dunbar |
2010-09-27 | Remove unused argument. | Rafael Espindola |
2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer |
2010-09-27 | writeGraph doesn't need its ShortNames argument. | Dan Gohman |
2010-09-27 | Don't construct a redundant GraphWriter object. | Dan Gohman |
2010-09-27 | Factor out code from the standalone WriteGraph function into a helper | Dan Gohman |