| Commit message (Expand) | Author | Age | Files | Lines |
| * | Just use a single isMoveInstr to catch all the cases. | Evan Cheng | 2009-07-27 | 3 | -32/+12 |
| * | Rename tMOVhi2lor to tMOVgpr2tgpr. It's not moving from a high register to a ... | Evan Cheng | 2009-07-26 | 4 | -24/+24 |
| * | Reorganize code a bit to reduce indentation. No visible functionality | Eli Friedman | 2009-07-26 | 1 | -287/+287 |
| * | Don't use llvm_report_error in libSystem, this is a layering violation. | Daniel Dunbar | 2009-07-26 | 1 | -2/+2 |
| * | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 14 | -45/+33 |
| * | Refactor. Get rid of a few more getOpcode() calls. | Evan Cheng | 2009-07-26 | 6 | -18/+44 |
| * | reduce indentation | Chris Lattner | 2009-07-26 | 1 | -3/+3 |
| * | Fix the breakage caused by 76950. | Sanjiv Gupta | 2009-07-26 | 1 | -0/+3 |
| * | Remove Value::getName{Start,End}, the last of the old Name APIs. | Daniel Dunbar | 2009-07-26 | 19 | -66/+65 |
| * | Make sure getName().data() is always null terminated. | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
| * | Remove Value::getNameLen | Daniel Dunbar | 2009-07-26 | 5 | -116/+62 |
| * | Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL' | Nick Lewycky | 2009-07-26 | 2 | -8/+3 |
| * | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 11 | -288/+293 |
| * | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 7 | -70/+75 |
| * | 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 | 3 | -31/+36 |
| * | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 6 | -42/+41 |
| * | two files I missed in the last commit. | Chris Lattner | 2009-07-26 | 2 | -12/+12 |
| * | 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 | 5 | -40/+40 |
| * | 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 |
| * | Sort list of targets in --version. | Daniel Dunbar | 2009-07-26 | 1 | -8/+11 |
| * | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 12 | -218/+31 |
| * | Oops, forgot XCore. Sorry XCore! | Daniel Dunbar | 2009-07-26 | 1 | -2/+3 |
| * | Update for API change. | Daniel Dunbar | 2009-07-26 | 1 | -6/+46 |
| * | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-26 | 1 | -58/+35 |
| * | put normal data into .data instead of .data.rel on elf systems. | Chris Lattner | 2009-07-26 | 1 | -21/+11 |
| * | Remove unused header | Daniel Dunbar | 2009-07-26 | 1 | -1/+0 |
| * | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 15 | -274/+13 |
| * | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 2 | -86/+21 |
| * | 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 |
| * | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar | 2009-07-26 | 1 | -13/+3 |
| * | simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit | Chris Lattner | 2009-07-26 | 1 | -16/+20 |
| * | Simplify. | Daniel Dunbar | 2009-07-26 | 1 | -12/+5 |
| * | Add support for ARM Neon VREV instructions. | Bob Wilson | 2009-07-26 | 3 | -0/+101 |
| * | Remove Value::setName(const char*, unsigned). | Daniel Dunbar | 2009-07-26 | 2 | -9/+9 |
| * | Remove Value::setName(const char*). | Daniel Dunbar | 2009-07-26 | 1 | -7/+1 |
| * | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 12 | -59/+39 |
| * | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 7 | -54/+48 |
| * | Added a test and fixed a bug in BumpPtrAllocator relating to large alignment | Reid Kleckner | 2009-07-25 | 1 | -2/+2 |
| * | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 11 | -81/+72 |
| * | 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 |