| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 12 | -292/+299 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 9 | -77/+84 |
* | 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 | 2 | -23/+33 |
* | 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 | 4 | -36/+45 |
* | Make the kind actually be private. | Chris Lattner | 2009-07-26 | 1 | -4/+5 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 9 | -82/+87 |
* | 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 | 2 | -37/+25 |
* | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 8 | -45/+43 |
* | precreate 4/8/16 byte mergable sections to simplify code. | Chris Lattner | 2009-07-26 | 2 | -22/+29 |
* | introduce specialized mergable const sectionkinds for elements of size 4/8/16 to | Chris Lattner | 2009-07-26 | 4 | -11/+45 |
* | 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 | 5 | -103/+173 |
* | Update target registration description in Writing An LLVM Backend, and add | Daniel Dunbar | 2009-07-26 | 2 | -8/+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 | 14 | -233/+46 |
* | Oops, forgot XCore. Sorry XCore! | Daniel Dunbar | 2009-07-26 | 2 | -2/+4 |
* | Update for API change. | Daniel Dunbar | 2009-07-26 | 2 | -11/+63 |
* | fix isReadOnly predicate to not include data that has to be | Chris Lattner | 2009-07-26 | 1 | -3/+1 |
* | remove a dead enum case. | Chris Lattner | 2009-07-26 | 1 | -1/+0 |
* | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-26 | 3 | -108/+85 |
* | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar | 2009-07-26 | 2 | -3/+53 |
* | put normal data into .data instead of .data.rel on elf systems. | Chris Lattner | 2009-07-26 | 3 | -23/+28 |
* | Remove unused header | Daniel Dunbar | 2009-07-26 | 1 | -1/+0 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 16 | -286/+13 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 8 | -107/+57 |
* | eliminate a pointless switch stmt. | Chris Lattner | 2009-07-26 | 1 | -11/+2 |
* | finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal | Chris Lattner | 2009-07-26 | 3 | -23/+42 |
* | Some clients rely on getName{Start,End} not returning 0, even if the length is | Daniel Dunbar | 2009-07-26 | 1 | -2/+8 |
* | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar | 2009-07-26 | 2 | -20/+14 |
* | simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit | Chris Lattner | 2009-07-26 | 2 | -16/+37 |
* | simplify some predicates, add isMergableString() | Chris Lattner | 2009-07-26 | 1 | -12/+10 |
* | Simplify. | Daniel Dunbar | 2009-07-26 | 1 | -12/+5 |
* | Add support for ARM Neon VREV instructions. | Bob Wilson | 2009-07-26 | 4 | -0/+214 |
* | Remove Value::setName(const char*, unsigned). | Daniel Dunbar | 2009-07-26 | 4 | -12/+15 |
* | Remove Value::setName(const char*). | Daniel Dunbar | 2009-07-26 | 2 | -8/+1 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 15 | -71/+49 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 10 | -70/+87 |
* | Added a test and fixed a bug in BumpPtrAllocator relating to large alignment | Reid Kleckner | 2009-07-25 | 2 | -2/+50 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 14 | -89/+100 |
* | document some invariants. | Chris Lattner | 2009-07-25 | 2 | -4/+10 |
* | add the most expedient hack to fix PR4619, along with a testcase. | Chris Lattner | 2009-07-25 | 2 | -0/+13 |
* | Fix a few comments to say "backedge-taken count" instead of | Dan Gohman | 2009-07-25 | 1 | -2/+3 |
* | SCEV objects are no longer reference-counted. | Dan Gohman | 2009-07-25 | 1 | -3/+2 |
* | Update comments to new-style syntax. | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
* | When attempting to sign-extend an addrec by interpreting | Dan Gohman | 2009-07-25 | 2 | -2/+76 |