| Commit message (Expand) | Author | Age | Files | Lines |
* | MC: Add TargetAsmBackend::isVirtualSection hook. | Daniel Dunbar | 2010-03-19 | 1 | -0/+4 |
* | MCAssembler: Move ApplyFixup to the TargetAsmBackend, this is a target specif... | Daniel Dunbar | 2010-03-19 | 1 | -0/+10 |
* | add a new SDNPVariadic SDNP node flag, and use it in | Chris Lattner | 2010-03-19 | 1 | -0/+1 |
* | use ins/outs | Chris Lattner | 2010-03-18 | 1 | -24/+24 |
* | MC/AsmMatcher: Add support for target specific "instruction cleanup" functions, | Daniel Dunbar | 2010-03-18 | 1 | -0/+5 |
* | MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo... | Daniel Dunbar | 2010-03-18 | 1 | -2/+20 |
* | Remove an unnecessary (and misspelled) typedef. Tweak whitespace. | Bob Wilson | 2010-03-17 | 1 | -3/+3 |
* | remove dead variable, patch by Nathan Howell! | Chris Lattner | 2010-03-17 | 1 | -5/+0 |
* | MC/Mach-O/x86_64: Temporary labels in cstring sections require symbols (and e... | Daniel Dunbar | 2010-03-15 | 1 | -0/+7 |
* | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov | 2010-03-14 | 1 | -0/+2 |
* | rearrange MCContext ownership. Before LLVMTargetMachine created it | Chris Lattner | 2010-03-13 | 2 | -12/+9 |
* | give Mangler access to TargetData. | Chris Lattner | 2010-03-12 | 1 | -1/+4 |
* | finally give Mangler a getSymbol method, which returns an MCSymbol | Chris Lattner | 2010-03-12 | 1 | -3/+9 |
* | make the mangler take an MCContext instead of an MAI. | Chris Lattner | 2010-03-12 | 1 | -5/+3 |
* | make TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 2010-03-12 | 1 | -6/+0 |
* | fix a fixme in TargetLoweringObjectFile::getExprForDwarfReference | Chris Lattner | 2010-03-11 | 2 | -2/+8 |
* | Remove getWidenVectorType, which is no longer used. | Dan Gohman | 2010-03-11 | 1 | -7/+0 |
* | rename getSymbolForDwarf* to getExprForDwarf* since it returns | Chris Lattner | 2010-03-11 | 1 | -8/+12 |
* | Fix (unused) RegisterAsmBackend template, clang++ isn't happy about this. | Daniel Dunbar | 2010-03-11 | 1 | -2/+3 |
* | MC: Provide MCAssembler with a TargetAsmBackend. | Daniel Dunbar | 2010-03-11 | 1 | -0/+2 |
* | MC: Sketch some TargetAsmBackend hooks we are going to need. | Daniel Dunbar | 2010-03-11 | 1 | -0/+22 |
* | MC: Provide the target triple to AsmBackend constructors. | Daniel Dunbar | 2010-03-11 | 1 | -3/+4 |
* | move three lowering hooks from MAI to TLOF and make one of them | Chris Lattner | 2010-03-10 | 1 | -1/+22 |
* | Change the Value argument to eliminateFrameIndex to a type-tagged value. This | Jim Grosbach | 2010-03-09 | 1 | -1/+2 |
* | Use Other as a sentinel instead of iAny. | Chris Lattner | 2010-03-07 | 1 | -2/+2 |
* | - Change MachineInstr::isIdenticalTo to take a new option that determines whe... | Evan Cheng | 2010-03-03 | 1 | -16/+12 |
* | Remove dead parameter passing. | Bill Wendling | 2010-03-02 | 1 | -1/+1 |
* | Use Doxygen comment syntax. | Dan Gohman | 2010-03-01 | 1 | -2/+2 |
* | Add a flag to addPassesToEmit* to disable the Verifier pass run | Dan Gohman | 2010-02-28 | 1 | -6/+12 |
* | The mayHaveSideEffects flag is no longer used. | Dan Gohman | 2010-02-27 | 1 | -7/+0 |
* | remove a dead PatLeaf, I previously changed all uses to use -1 instead. | Chris Lattner | 2010-02-25 | 1 | -1/+0 |
* | Revert r97064. Duncan pointed out that bitcasts are defined in | Dan Gohman | 2010-02-25 | 1 | -2/+7 |
* | Make getTypeSizeInBits work correctly for array types; it should return | Dan Gohman | 2010-02-24 | 1 | -7/+2 |
* | Updated version of r96634 (which was reverted due to failing 176.gcc and | Jim Grosbach | 2010-02-22 | 1 | -0/+11 |
* | Fix various doxygen warnings. | Dan Gohman | 2010-02-22 | 1 | -2/+2 |
* | MC: Sketch registry support for target specific assembler backends. | Daniel Dunbar | 2010-02-21 | 2 | -0/+88 |
* | Formatting tweaks (trailing whitespace, ordering, comments). | Daniel Dunbar | 2010-02-21 | 1 | -89/+91 |
* | Eliminate some uses of immAllOnes, just use -1, it does | Chris Lattner | 2010-02-21 | 1 | -1/+1 |
* | Revert 96634. It causes assertion failures for 126.gcc and 176.gcc in | Bob Wilson | 2010-02-19 | 1 | -11/+0 |
* | Radar 7636153. In the presence of large call frames, it's not sufficient | Jim Grosbach | 2010-02-19 | 1 | -0/+11 |
* | Fix a few unused parameter warnings. | Eric Christopher | 2010-02-17 | 1 | -1/+1 |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 1 | -168/+0 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 2 | -40/+25 |
* | give MCCodeEmitters access to the current MCContext. | Chris Lattner | 2010-02-12 | 1 | -5/+7 |
* | refactor x86 conditional branches to use a multipattern | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
* | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 1 | -0/+5 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 2 | -2/+2 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 3 | -67/+90 |
* | Rename the PerformTailCallOpt variable to GuaranteedTailCallOpt to reflect | Dan Gohman | 2010-02-08 | 1 | -4/+7 |
* | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner | 2010-02-03 | 1 | -23/+13 |