| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 52 | -1179/+887 |
* | AliasAnalysis wants sizes in address-units, not bits. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Fix assert assembling zero-argument constant GEP. | Eli Friedman | 2009-07-24 | 1 | -2/+3 |
* | 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 |
* | Fix this condition I accidentally inverted. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 4 | -13/+20 |
* | 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 |
* | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman | 2009-07-24 | 4 | -30/+31 |
* | start refactoring pic16 section selection logic. | Chris Lattner | 2009-07-24 | 2 | -16/+13 |
* | move ELF-specific code into ELFTargetAsmInfo. | Chris Lattner | 2009-07-24 | 2 | -25/+28 |
* | tidy up | Chris Lattner | 2009-07-24 | 1 | -3/+4 |
* | split the ELF-specific section flag inference-from-name code out | Chris Lattner | 2009-07-24 | 1 | -25/+32 |
* | make SectionFlagsForGlobal a private static function instead of a public | Chris Lattner | 2009-07-24 | 1 | -6/+6 |
* | move a method up in the file, GV is always non-null, so remove a check. | Chris Lattner | 2009-07-24 | 1 | -61/+62 |
* | There is no need to pass the name into lib/Target/TargetAsmInfo.cpp | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | remove a use of SectionFlagsForGlobal. | Chris Lattner | 2009-07-24 | 1 | -3/+4 |
* | Another getName -> getNameStr | Daniel Dunbar | 2009-07-24 | 1 | -1/+1 |
* | 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 | 6 | -8/+51 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -7/+8 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 3 | -71/+73 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 11 | -35/+35 |
* | Allow llvm_report_error to accept a Twine. | Daniel Dunbar | 2009-07-24 | 1 | -3/+12 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 16 | -474/+0 |
* | Update CMake | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+91 |
* | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner | 2009-07-24 | 3 | -28/+26 |
* | reduce indentation | Chris Lattner | 2009-07-24 | 1 | -35/+37 |
* | simplify code by making special case more obvious | Chris Lattner | 2009-07-24 | 1 | -9/+5 |
* | the 'isWeakForLinker' code is common between functions and globals, hoist it | Chris Lattner | 2009-07-24 | 1 | -55/+44 |
* | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner | 2009-07-24 | 5 | -60/+39 |
* | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | fix indentation. | Chris Lattner | 2009-07-24 | 1 | -14/+14 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 3 | -7/+6 |
* | Switch to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -9/+9 |
* | fix a mysterious and scary failure on test/CodeGen/X86/cstring.ll | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 4 | -31/+32 |
* | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner | 2009-07-24 | 2 | -13/+14 |
* | remove more bits of small section support. | Chris Lattner | 2009-07-24 | 2 | -12/+4 |
* | remove more remnants of small section support. | Chris Lattner | 2009-07-24 | 4 | -53/+1 |
* | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner | 2009-07-24 | 4 | -72/+2 |