| Commit message (Expand) | Author | Age | Files | Lines |
* | Add an initialization routine for libLLVMipo.a | Owen Anderson | 2010-10-07 | 2 | -2/+6 |
* | Add a header that I forgot to commit. | Owen Anderson | 2010-10-07 | 1 | -0/+32 |
* | Next step on the getting-rid-of-static-ctors train: begin adding per-library | Owen Anderson | 2010-10-07 | 2 | -0/+18 |
* | Add the header that I accidentally forgot from r115900. | Owen Anderson | 2010-10-07 | 1 | -0/+185 |
* | Move the pass initialization helper functions into the llvm namespace, and add | Owen Anderson | 2010-10-07 | 1 | -3/+4 |
* | add a common SDPatternOperator base class to SDNode and PatFrag for | Chris Lattner | 2010-10-07 | 1 | -2/+7 |
* | Add MachineRegisterInfo::constrainRegClass and use it in MachineCSE. | Jakob Stoklund Olesen | 2010-10-06 | 1 | -0/+8 |
* | Hide analysis group registration behind a macro, just like pass registration. | Owen Anderson | 2010-10-06 | 1 | -0/+7 |
* | Add support for DW_TAG_unspecified_parameters. | Devang Patel | 2010-10-06 | 1 | -0/+5 |
* | Cleanup Whitespace. | Michael J. Spencer | 2010-10-06 | 3 | -25/+25 |
* | Pass initialization functions should take a PassRegistry as a parameter | Owen Anderson | 2010-10-06 | 1 | -6/+5 |
* | Remove compatibilty code for old-style multiple return values. | Dan Gohman | 2010-10-06 | 1 | -5/+3 |
* | ComputeLinearIndex doesn't need its TLI argument. | Dan Gohman | 2010-10-06 | 1 | -1/+1 |
* | Constify isReachableFromEntry. | Dan Gohman | 2010-10-06 | 1 | -2/+2 |
* | Remove tabs. | Bill Wendling | 2010-10-06 | 1 | -2/+2 |
* | - Add TargetInstrInfo::getOperandLatency() to compute operand latencies. This | Evan Cheng | 2010-10-06 | 1 | -0/+16 |
* | Provide a fast "get me the target triple from the module" API. This can | Bill Wendling | 2010-10-06 | 1 | -0/+9 |
* | Another step towards getting rid of static ctors for pass registration: have ... | Owen Anderson | 2010-10-05 | 1 | -7/+19 |
* | On ELF we need to know which symbols are used in relocations to decide if | Rafael Espindola | 2010-10-05 | 3 | -3/+3 |
* | Support: Add __forceinline to Compiler.h on MSVC. | Michael J. Spencer | 2010-10-05 | 1 | -1/+2 |
* | The pshufw instruction came about in MMX2 when SSE was introduced. Don't place | Bill Wendling | 2010-10-04 | 1 | -1/+1 |
* | Incorporate suggestions by Daniel Dunbar after his review. Thanks Daniel! | Kevin Enderby | 2010-10-04 | 1 | -3/+4 |
* | Add hook in MCSection to decide when to use "optimized nops", for each | Jan Wen Voung | 2010-10-04 | 4 | -1/+8 |
* | the immediate field of pshufw is actually an 8-bit field, not a 8-bit field t... | Chris Lattner | 2010-10-03 | 1 | -1/+1 |
* | Jim Asked us to move DataLayout on ARM back to the most specialized classes. Do | Rafael Espindola | 2010-10-03 | 1 | -2/+1 |
* | GCC extensions are no longer used here - update the comment. | Duncan Sands | 2010-10-03 | 1 | -2/+2 |
* | Remove two uses of the gcc specific 'aligned' attribute. This | Duncan Sands | 2010-10-03 | 2 | -15/+5 |
* | When RemoveCopyByCommutingDef is creating additional identity copies, just use | Jakob Stoklund Olesen | 2010-10-01 | 1 | -0/+5 |
* | Add support to let FE mark explict methods as explict in debug info. | Devang Patel | 2010-10-01 | 1 | -1/+9 |
* | 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 |