| Commit message (Expand) | Author | Age | Files | Lines |
* | make the new isel's interpreter loop call the generated | Chris Lattner | 2010-02-17 | 2 | -6/+10 |
* | Use line and column number to distinguish two lexical blocks at the same level. | Devang Patel | 2010-02-16 | 1 | -4/+7 |
* | Rename SuccessorNumber to GetSuccessorNumber. | Bob Wilson | 2010-02-16 | 1 | -4/+5 |
* | Split critical edges as needed for load PRE. | Bob Wilson | 2010-02-16 | 1 | -1/+6 |
* | Refactor to share code to find the position of a basic block successor in the | Bob Wilson | 2010-02-16 | 1 | -0/+5 |
* | convert the new matcher to check intermediate nodes for a single | Chris Lattner | 2010-02-16 | 1 | -9/+18 |
* | Introduce isOpaqueTy and use it rather than isa<OpaqueType>. Also, move some | Duncan Sands | 2010-02-16 | 1 | -12/+16 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 2 | -3/+7 |
* | generate code for node and pattern predicates. Note that this won't | Chris Lattner | 2010-02-16 | 2 | -14/+33 |
* | add support for the new isel matcher to generate | Chris Lattner | 2010-02-16 | 1 | -1/+16 |
* | Fix a typo in an LLVMOpcode enum. LLVMTrunk -> LLVMTrunc. | Erick Tryzelaar | 2010-02-16 | 1 | -1/+1 |
* | 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 |
* | Remove c++ style comments from c header. | Bill Wendling | 2010-02-15 | 1 | -8/+8 |
* | Renumber Instruction enums in llvm-c. | Bill Wendling | 2010-02-15 | 1 | -50/+62 |
* | 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 | 6 | -9/+125 |
* | 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 |