| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 5 | -15/+25 |
* | 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 | 5 | -32/+33 |
* | Add specific classes for Add, Sub, and Mul, for convenience. | Dan Gohman | 2009-07-24 | 1 | -0/+51 |
* | 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 | 4 | -26/+40 |
* | 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 | 2 | -13/+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 | 8 | -8/+67 |
* | Move more to raw_ostream. | Daniel Dunbar | 2009-07-24 | 2 | -7/+8 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 4 | -74/+77 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 12 | -36/+36 |
* | Allow llvm_report_error to accept a Twine. | Daniel Dunbar | 2009-07-24 | 2 | -3/+16 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 17 | -496/+0 |
* | Fix constructor types | Daniel Dunbar | 2009-07-24 | 1 | -2/+2 |
* | Update CMake | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 3 | -0/+501 |
* | Convert a test to FileCheck. | Evan Cheng | 2009-07-24 | 1 | -4/+3 |
* | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner | 2009-07-24 | 3 | -28/+26 |
* | Implement getSectionPrefixForUniqueGlobal to return null, indicating that | Chris Lattner | 2009-07-24 | 1 | -0/+6 |
* | 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 | 7 | -67/+49 |
* | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 2009-07-24 | 2 | -4/+6 |
* | fix indentation. | Chris Lattner | 2009-07-24 | 1 | -14/+14 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 4 | -7/+8 |
* | 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 | 4 | -28/+29 |
* | remove more bits of small section support. | Chris Lattner | 2009-07-24 | 3 | -36/+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 | 6 | -114/+4 |
* | Thumb2 should use the register scavenger. | Evan Cheng | 2009-07-24 | 1 | -2/+1 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -1/+1 |
* | Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. | Dan Gohman | 2009-07-24 | 1 | -0/+9 |
* | Give the SCEV class a SubclassData field. | Dan Gohman | 2009-07-24 | 1 | -2/+9 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -8/+8 |
* | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ maps to the same instructi... | Evan Cheng | 2009-07-24 | 6 | -67/+29 |
* | Add tests for handling of globals and tls on the XCore. These currently fail | Richard Osborne | 2009-07-24 | 2 | -0/+58 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 6 | -62/+72 |