| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove spurious semicolons. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Convert DOUT to DEBUG. | Andreas Bolka | 2009-07-25 | 1 | -5/+5 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 17 | -156/+58 |
* | Mark attributes of return insn correctly. It was being assumed safe to delete... | Sanjiv Gupta | 2009-07-25 | 1 | -0/+1 |
* | remove this test. It is currently failing because we now emit the string | Chris Lattner | 2009-07-25 | 1 | -11/+0 |
* | eventually we should describe string options in the data structures section | Chris Lattner | 2009-07-25 | 1 | -0/+22 |
* | minor tweaks. | Chris Lattner | 2009-07-25 | 1 | -8/+9 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 40 | -344/+188 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 17 | -141/+126 |
* | Ok, "most clients should be unaffected" was a lie. Add notes on upgrading. | Daniel Dunbar | 2009-07-25 | 1 | -1/+24 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 19 | -276/+392 |
* | Fix 80-col violations. | Eric Christopher | 2009-07-25 | 1 | -5/+8 |
* | Move ExtractElementInst to ::Create instead of new. Update all uses. | Eric Christopher | 2009-07-25 | 7 | -18/+28 |
* | Update to new syntax. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Rewrite examples to use DEBUG instead of DOUT. | Daniel Dunbar | 2009-07-25 | 1 | -5/+5 |
* | 80 col violation. | Evan Cheng | 2009-07-25 | 1 | -1/+2 |
* | Convert a few more things to use raw_ostream. | Dan Gohman | 2009-07-25 | 6 | -44/+42 |
* | Get rid of a couple of unnecessary getOpcode calls. | Evan Cheng | 2009-07-25 | 2 | -2/+2 |
* | Teach ScalarEvolution to make use of no-overflow flags when | Dan Gohman | 2009-07-25 | 2 | -2/+77 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 4 | -27/+21 |
* | Instead of eagerly creating new SCEVs to replace all SCEVs that are | Dan Gohman | 2009-07-25 | 3 | -178/+84 |
* | I've lost my mind. PR4572 has not been fixed. | Evan Cheng | 2009-07-25 | 1 | -29/+0 |
* | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 8 | -47/+54 |
* | One more getName -> getNameStr | Daniel Dunbar | 2009-07-25 | 1 | -3/+3 |
* | Another TODO. | Evan Cheng | 2009-07-25 | 1 | -0/+6 |