| Commit message (Expand) | Author | Age | Files | Lines |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 5 | -25/+29 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 6 | -66/+67 |
* | simplify SectionFlagsForGlobal, even though I want to kill it. | Chris Lattner | 2009-07-26 | 1 | -6/+5 |
* | make SectionKind keep track of whether a global had an explicit | Chris Lattner | 2009-07-26 | 1 | -21/+24 |
* | simplify this code now that SectionKind knows if a global is weak or not. | Chris Lattner | 2009-07-26 | 1 | -5/+2 |
* | make SectionKind know whether a symbol is weak or not in addition | Chris Lattner | 2009-07-26 | 1 | -17/+18 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 4 | -31/+31 |
* | remove a bunch of helper functions, just use SectionKind::get instead. | Chris Lattner | 2009-07-26 | 1 | -20/+25 |
* | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 3 | -31/+10 |
* | precreate 4/8/16 byte mergable sections to simplify code. | Chris Lattner | 2009-07-26 | 1 | -16/+19 |
* | introduce specialized mergable const sectionkinds for elements of size 4/8/16 to | Chris Lattner | 2009-07-26 | 3 | -9/+22 |
* | improve the default impl of getSectionForMergableConstant by | Chris Lattner | 2009-07-26 | 1 | -2/+4 |
* | make elf targets correctly handle constant pool entries that require relocati... | Chris Lattner | 2009-07-26 | 1 | -2/+7 |
* | Rearrange all the SectionKinds and structure them into a hierarchical | Chris Lattner | 2009-07-26 | 4 | -54/+57 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 12 | -218/+31 |
* | put normal data into .data instead of .data.rel on elf systems. | Chris Lattner | 2009-07-26 | 1 | -21/+11 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 14 | -271/+12 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | eliminate a pointless switch stmt. | Chris Lattner | 2009-07-26 | 1 | -11/+2 |
* | finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal | Chris Lattner | 2009-07-26 | 1 | -23/+16 |
* | simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit | Chris Lattner | 2009-07-26 | 1 | -16/+20 |
* | Add support for ARM Neon VREV instructions. | Bob Wilson | 2009-07-26 | 3 | -0/+101 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 3 | -6/+6 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 7 | -54/+48 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 10 | -80/+71 |
* | document some invariants. | Chris Lattner | 2009-07-25 | 1 | -1/+6 |
* | add the most expedient hack to fix PR4619, along with a testcase. | Chris Lattner | 2009-07-25 | 1 | -0/+5 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 14 | -139/+27 |
* | Mark attributes of return insn correctly. It was being assumed safe to delete... | Sanjiv Gupta | 2009-07-25 | 1 | -0/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 38 | -289/+93 |
* | 80 col violation. | Evan Cheng | 2009-07-25 | 1 | -1/+2 |
* | Get rid of a couple of unnecessary getOpcode calls. | Evan Cheng | 2009-07-25 | 2 | -2/+2 |
* | Another TODO. | Evan Cheng | 2009-07-25 | 1 | -0/+6 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 12 | -72/+74 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 7 | -36/+43 |
* | ARM code emitter can't handle Thumb2 instructions yet. So don't even try. | Evan Cheng | 2009-07-25 | 1 | -4/+3 |
* | Fix build for GCC 4.0? | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Fix compile with 4.4 (I hope?); PR4617. | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 8 | -16/+11 |
* | Uh. It would be useful to actually print the operand. | Evan Cheng | 2009-07-24 | 1 | -1/+1 |
* | fix some predicates | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | change SectionKindForGlobal from being a public (and | Chris Lattner | 2009-07-24 | 1 | -17/+9 |
* | Disable my constant island pass optimization (to make use soimm more effectiv... | Evan Cheng | 2009-07-24 | 2 | -4/+7 |
* | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner | 2009-07-24 | 4 | -51/+72 |
* | Add a workaround for Darwin assembler bug where it's not setting the thumb bi... | Evan Cheng | 2009-07-24 | 1 | -2/+20 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 5 | -14/+14 |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 3 | -18/+30 |
* | Make sure thumb2 jumptable entries are aligned. | Evan Cheng | 2009-07-24 | 3 | -15/+19 |
* | Clean up. | Evan Cheng | 2009-07-24 | 1 | -3/+1 |
* | Replace use of std::set with SmallPtrSet. | Evan Cheng | 2009-07-24 | 1 | -3/+5 |