| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove getFunctionAlignment from TargetELFInfo and use new MachineFunction al... | Bruno Cardoso Lopes | 2009-07-02 | 1 | -4/+5 |
* | Simplify. | Devang Patel | 2009-07-02 | 2 | -17/+17 |
* | Simplify. No intentional functionality change. | Devang Patel | 2009-07-02 | 1 | -49/+36 |
* | Refactor. No functionality change. | Devang Patel | 2009-07-01 | 1 | -10/+4 |
* | llvm.dbg.declare is always used for local variable's debug info. | Devang Patel | 2009-07-01 | 1 | -4/+1 |
* | CommuteChangesDestination() should check if to-be-commuted instruction define... | Evan Cheng | 2009-07-01 | 1 | -16/+30 |
* | Remove special handling of implicit_def. Fix a couple more bugs in liveinterv... | Evan Cheng | 2009-07-01 | 3 | -51/+74 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 4 | -36/+104 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -2/+2 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -4/+6 |
* | Temporarily restore the scavenger implicit_def checking code. MachineOperand ... | Evan Cheng | 2009-06-30 | 1 | -5/+23 |
* | Add a bit IsUndef to MachineOperand. This indicates the def / use register op... | Evan Cheng | 2009-06-30 | 6 | -59/+58 |
* | Struct types are described using field types only. | Devang Patel | 2009-06-29 | 1 | -3/+0 |
* | s/MainCU/ModuleCU/g | Devang Patel | 2009-06-29 | 2 | -30/+29 |
* | Multiple DW_TAG_compile_unit is not used, afaict, on any target. | Devang Patel | 2009-06-29 | 1 | -103/+41 |
* | Eliminate a layer of indirection in LoopInfo and MachineLoopInfo. | Dan Gohman | 2009-06-27 | 1 | -1/+1 |
* | When doing remat, don't consider uses of non-allocatable physregs. Patch | Chris Lattner | 2009-06-27 | 1 | -0/+4 |
* | fix a typo that GCC should have caught that causes crashes with -view-*-dags | Chris Lattner | 2009-06-27 | 1 | -1/+1 |
* | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner | 2009-06-26 | 1 | -9/+3 |
* | Get rid of these cache variables, which are a holdover from the days when | Owen Anderson | 2009-06-26 | 1 | -41/+28 |
* | implement DOTGraphTraits<SelectionDAG*>::getNodeLabel in terms of | Chris Lattner | 2009-06-26 | 1 | -138/+5 |
* | Fix linking of llvm-ld and lli with CMake, from Xerxes RĂ„nby | Douglas Gregor | 2009-06-26 | 1 | -0/+2 |
* | dot graph viewing is apparently not using SDNode::print_details, this is bad, | Chris Lattner | 2009-06-26 | 1 | -0/+7 |
* | propagate target operand flags from dag nodes into MachineOperands. | Chris Lattner | 2009-06-26 | 1 | -4/+8 |
* | fit in 80 cols | Chris Lattner | 2009-06-26 | 1 | -5/+4 |
* | Remove debug info anchors - llvm.dbg.compile_units, llvm.dbg.subprograms | Devang Patel | 2009-06-26 | 2 | -94/+28 |
* | Simplify. | Devang Patel | 2009-06-25 | 4 | -22/+12 |
* | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 1 | -6/+24 |
* | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner | 2009-06-25 | 1 | -6/+19 |
* | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner | 2009-06-25 | 1 | -7/+13 |
* | Provide guards for this shared structure. I'm not sure this actually needs | Owen Anderson | 2009-06-25 | 1 | -3/+8 |
* | Privatize some more debug-related static data. | Owen Anderson | 2009-06-25 | 1 | -2/+2 |
* | Support Constant Pool Sections | Bruno Cardoso Lopes | 2009-06-25 | 5 | -11/+111 |
* | My guess is that RegInfo should only call the Allocator.Deallocator if it's not | Bill Wendling | 2009-06-25 | 1 | -7/+10 |
* | Now with EVEN FEWER statics! | Owen Anderson | 2009-06-25 | 1 | -28/+0 |
* | Fewer static variables, part 3 of many. | Owen Anderson | 2009-06-24 | 1 | -2/+2 |
* | Down with _even more_ statics! | Owen Anderson | 2009-06-24 | 2 | -2/+5 |
* | Down with statics! | Owen Anderson | 2009-06-24 | 1 | -2/+4 |
* | Move local statics to per-instance variables. | Owen Anderson | 2009-06-24 | 1 | -9/+4 |
* | Completed basic intra block split implementation. | Lang Hames | 2009-06-24 | 1 | -43/+114 |
* | This increases the maximum for MVT::LAST_VALUETYPE | David Greene | 2009-06-24 | 3 | -3/+3 |
* | sink management of DwarfWriter & MachineModuleInfo into the AsmPrinter base c... | Chris Lattner | 2009-06-24 | 1 | -10/+10 |
* | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 1 | -0/+4 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -8/+21 |
* | Rearrange some stuff in MachineOperand and add a new TargetFlags field. | Chris Lattner | 2009-06-24 | 1 | -25/+29 |
* | Get rid of the global CFGOnly flag by threading a ShortNames parameters throu... | Owen Anderson | 2009-06-24 | 3 | -20/+23 |
* | Rewrite 73900 per Duncan's suggestion. | Dale Johannesen | 2009-06-24 | 1 | -19/+9 |
* | remove dead makefile flags. | Chris Lattner | 2009-06-24 | 2 | -4/+0 |
* | Fixed a bug in LiveInterval scaling (failure to scale VNI defs correctly), re... | Lang Hames | 2009-06-24 | 2 | -6/+2 |
* | Fix support for inline asm input / output operand tying when operand spans ac... | Evan Cheng | 2009-06-24 | 1 | -11/+23 |