| Commit message (Expand) | Author | Age | Files | Lines |
* | Move TLOF implementations to libCodegen to resolve layering violation. | Anton Korobeynikov | 2010-02-15 | 2 | -168/+202 |
* | Preliminary patch to improve dwarf EH generation - Hooks to return Personalit... | Anton Korobeynikov | 2010-02-15 | 5 | -50/+58 |
* | Split SelectionDAGISel::IsLegalAndProfitableToFold to | Evan Cheng | 2010-02-15 | 1 | -5/+7 |
* | comment fix. | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
* | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 2 | -10/+12 |
* | Add non-temporal flags to MachineMemOperand. | David Greene | 2010-02-15 | 1 | -3/+8 |
* | Uniformize the names of type predicates: rather than having isFloatTy and | Duncan Sands | 2010-02-15 | 2 | -27/+27 |
* | Check in the first big step of rewriting DAGISelEmitter to | Chris Lattner | 2010-02-15 | 1 | -0/+264 |
* | give SDValue an operator->, allowing V->isTargetOpcode() and | Chris Lattner | 2010-02-15 | 1 | -0/+2 |
* | don't make insanely large node numbers for no reason, | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
* | make PadToColumn return the stream so you can use: | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
* | When restoring a saved insert location, check to see if the saved | Dan Gohman | 2010-02-15 | 1 | -0/+2 |
* | In rememberInstruction, if the value being remembered is the | Dan Gohman | 2010-02-14 | 1 | -3/+1 |
* | Remove a 'protected' keyword, now that SCEVExpander is no longer | Dan Gohman | 2010-02-14 | 1 | -1/+1 |
* | MCAssembler: Switch MCAsmFixup to storing MCFixupKind instead of just a size. | Daniel Dunbar | 2010-02-13 | 2 | -4/+17 |
* | MCAssembler: Sink fixup list into MCDataFragment. | Daniel Dunbar | 2010-02-13 | 1 | -39/+23 |
* | MCAssembler: Switch MCFillFragment to only taking constant values. Symbolic e... | Daniel Dunbar | 2010-02-13 | 1 | -4/+4 |
* | MCAssembler: Start applying fixups in the data section. | Daniel Dunbar | 2010-02-13 | 1 | -9/+6 |
* | MCAssembler: Add assorted dump() methods. | Daniel Dunbar | 2010-02-13 | 1 | -31/+49 |
* | Teach MachineFrameInfo to track maximum alignment while stack objects are being | Evan Cheng | 2010-02-13 | 1 | -13/+3 |
* | Override dominates and properlyDominates for SCEVAddRecExpr, as a | Dan Gohman | 2010-02-13 | 1 | -0/+4 |
* | give MCCodeEmitters access to the current MCContext. | Chris Lattner | 2010-02-12 | 1 | -5/+7 |
* | Fix a comment typo. | Bob Wilson | 2010-02-12 | 1 | -1/+1 |
* | doxygenize some comments, patch by Peter Collingbourne! | Chris Lattner | 2010-02-12 | 3 | -53/+53 |
* | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner | 2010-02-12 | 5 | -8/+116 |
* | Cleanup stdcall / fastcall name mangling. | Anton Korobeynikov | 2010-02-12 | 1 | -1/+1 |
* | Reapply the new LoopStrengthReduction code, with compile time and | Dan Gohman | 2010-02-12 | 2 | -70/+39 |
* | Add a new pass on machine instructions to optimize away PHI cycles that | Bob Wilson | 2010-02-12 | 1 | -0/+4 |
* | Add a new function attribute, 'alignstack'. It will indicate (when the backends | Charles Davis | 2010-02-12 | 1 | -1/+28 |
* | add a new MCInstPrinter::getOpcodeName interface, when it is | Chris Lattner | 2010-02-11 | 1 | -1/+5 |
* | MC: Move assembler-backend's fixup list into the fragment. | Daniel Dunbar | 2010-02-11 | 1 | -45/+52 |
* | MC: Move MCSectionData::Fixup out to MCAsmFixup. | Daniel Dunbar | 2010-02-11 | 1 | -32/+35 |
* | make getFixupKindInfo return a const reference, allowing | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
* | refactor x86 conditional branches to use a multipattern | Chris Lattner | 2010-02-11 | 1 | -1/+1 |
* | Fix some of the memcheck errors found in the JIT unittests. | Jeffrey Yasskin | 2010-02-11 | 2 | -1/+2 |
* | The previous fix of widening divides that trap was too fragile as it depends ... | Mon P Wang | 2010-02-10 | 1 | -0/+5 |
* | Allow isDebug inquiry on any MO. | Dale Johannesen | 2010-02-10 | 1 | -1/+0 |
* | add a virtual dtor to MCTargetExpr, hopefully silencing some warnings. | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | Add a hook to AssemblyAnnotationWriter to allow custom info comments | Dan Gohman | 2010-02-10 | 1 | -0/+5 |
* | Use doxygen comment syntax. | Dan Gohman | 2010-02-10 | 1 | -8/+8 |
* | Fix several comments which had previously been "the the" where a | Dan Gohman | 2010-02-10 | 5 | -5/+5 |
* | Fix "the the" and similar typos. | Dan Gohman | 2010-02-10 | 20 | -21/+21 |
* | Minor code simplification. | Dan Gohman | 2010-02-10 | 1 | -2/+1 |
* | Implement operators |=, &=, and ^= for SmallBitVector, and remove the | Dan Gohman | 2010-02-10 | 2 | -7/+45 |
* | MC: Switch MCFixup to just hold an MCExpr pointer instead of index into the | Daniel Dunbar | 2010-02-10 | 1 | -13/+14 |
* | Fix a signed comparison warning. | Daniel Dunbar | 2010-02-10 | 1 | -3/+3 |
* | "fixup" a comment. | Chris Lattner | 2010-02-10 | 1 | -1/+1 |
* | llvm-mc: Remove --show-fixups and always show as part of --show-encoding. | Daniel Dunbar | 2010-02-10 | 1 | -4/+1 |
* | fix a layering violation: VirtRegRewriter.cpp shouldn't use AsmPrinter.h. | Chris Lattner | 2010-02-10 | 2 | -10/+11 |
* | Stop MachineInstr.h from #including AsmPrinter.h | Chris Lattner | 2010-02-10 | 3 | -2/+5 |