| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | SCEV objects are no longer reference-counted. | Dan Gohman | 2009-07-25 | 1 | -3/+2 |
* | When attempting to sign-extend an addrec by interpreting | 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 | 16 | -145/+48 |
* | Mark attributes of return insn correctly. It was being assumed safe to delete... | Sanjiv Gupta | 2009-07-25 | 1 | -0/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 38 | -289/+93 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 9 | -72/+59 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 9 | -98/+104 |
* | 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 | 5 | -12/+12 |
* | 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 | 1 | -2/+37 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 3 | -23/+17 |
* | Instead of eagerly creating new SCEVs to replace all SCEVs that are | Dan Gohman | 2009-07-25 | 1 | -103/+56 |
* | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 7 | -41/+45 |
* | Another TODO. | Evan Cheng | 2009-07-25 | 1 | -0/+6 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 12 | -72/+74 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 45 | -256/+302 |
* | ARM code emitter can't handle Thumb2 instructions yet. So don't even try. | Evan Cheng | 2009-07-25 | 1 | -4/+3 |
* | Fix build for GCC 4.0? | Daniel Dunbar | 2009-07-24 | 1 | -0/+1 |