| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 3 | -18/+19 |
* | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman | 2009-07-26 | 1 | -287/+287 |
* | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 4 | -8/+7 |
* | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 1 | -18/+6 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 1 | -4/+8 |
* | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner | 2009-07-26 | 2 | -14/+18 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 2 | -11/+10 |
* | two files I missed in the last commit. | Chris Lattner | 2009-07-26 | 2 | -12/+12 |
* | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 2 | -9/+30 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -1/+1 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -1/+1 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 2 | -26/+27 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 16 | -86/+101 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 6 | -44/+44 |
* | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 4 | -13/+20 |
* | remove a use of SectionFlagsForGlobal. | Chris Lattner | 2009-07-24 | 1 | -3/+4 |
* | More move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -4/+3 |
* | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 5 | -5/+45 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -38/+39 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 4 | -13/+13 |
* | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | "fix" PR4612, which is a crash on: | Chris Lattner | 2009-07-23 | 1 | -1/+5 |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 1 | -6/+3 |
* | For real this time: PHI Def & Kill tracking added to PHIElimination. | Lang Hames | 2009-07-23 | 1 | -3/+5 |
* | Added PHI Def & Kill tracking to PHIElimination pass. | Lang Hames | 2009-07-23 | 2 | -4/+56 |
* | Reorder if-else branches as suggested by Bill. | David Greene | 2009-07-22 | 1 | -4/+4 |
* | Constify the key in Mi2IndexMap. | David Greene | 2009-07-22 | 1 | -1/+1 |
* | Ignore undef uses. | Evan Cheng | 2009-07-22 | 1 | -0/+3 |
* | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 2009-07-22 | 1 | -2/+2 |
* | Put comment printing under asm-verbose. | David Greene | 2009-07-22 | 1 | -13/+36 |
* | Make some changes suggested by Bill and Evan. | David Greene | 2009-07-22 | 2 | -34/+25 |
* | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 2 | -3/+10 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 2 | -25/+23 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 7 | -42/+42 |
* | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 1 | -13/+1 |
* | Exposed PHIElimination pass within CodeGen. | Lang Hames | 2009-07-21 | 2 | -74/+101 |
* | Add some support for iterative coalescers to calculate a joined live | David Greene | 2009-07-21 | 2 | -2/+35 |
* | no really, I can spell! | Chris Lattner | 2009-07-21 | 1 | -2/+2 |
* | add an API so target-independent codegen can determine if a constant | Chris Lattner | 2009-07-21 | 1 | -1/+20 |
* | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes | 2009-07-21 | 2 | -27/+29 |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 3 | -11/+13 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
* | Prefix IR dumps with LiveInterval indices when possible. This turns | David Greene | 2009-07-21 | 1 | -9/+2 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -0/+5 |
* | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene | 2009-07-21 | 2 | -4/+9 |
* | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson | 2009-07-21 | 1 | -4/+4 |
* | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 2 | -2/+3 |
* | Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo... | Evan Cheng | 2009-07-21 | 1 | -23/+27 |
* | Simplify / normalize some uses of Value::getName. | Daniel Dunbar | 2009-07-21 | 1 | -1/+1 |
* | Support adding relocations for data sections, handling the cases where | Bruno Cardoso Lopes | 2009-07-21 | 3 | -24/+57 |