| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -1/+2 |
* | Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .align | Evan Cheng | 2009-07-31 | 1 | -0/+7 |
* | Switch obvious clients to Twine instead of utostr (when they were already using | Daniel Dunbar | 2009-07-30 | 1 | -2/+1 |
* | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -2/+3 |
* | Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /... | Evan Cheng | 2009-07-29 | 1 | -2/+27 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -3/+4 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -1/+2 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+6 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -13/+2 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -20/+27 |
* | Add a workaround for Darwin assembler bug where it's not setting the thumb bi... | Evan Cheng | 2009-07-24 | 1 | -2/+20 |
* | Replace use of std::set with SmallPtrSet. | Evan Cheng | 2009-07-24 | 1 | -3/+5 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -3/+2 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 1 | -22/+21 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -6/+2 |
* | Rename Mangler linkage enums to something less gross. | Bill Wendling | 2009-07-20 | 1 | -8/+4 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -5/+10 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 1 | -1/+0 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 1 | -8/+0 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 1 | -2/+7 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 1 | -7/+2 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -2/+7 |
* | convert arm/darwin stubs to use the mangler to synthesize all the names inste... | Chris Lattner | 2009-07-15 | 1 | -47/+66 |
* | fix an arm codegen bug (the same as PR4482 on ppc) where available_externally | Chris Lattner | 2009-07-15 | 1 | -3/+3 |
* | convert [Hidden]GVNonLazyPtrs to compute the global and stub names | Chris Lattner | 2009-07-15 | 1 | -27/+41 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -5/+5 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -5/+7 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -3/+3 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -7/+5 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -5/+7 |
* | Major changes to Thumb (not Thumb2). Many 16-bit instructions either modifies... | Evan Cheng | 2009-07-11 | 1 | -2/+2 |
* | Add a thumb2 pass to insert IT blocks. | Evan Cheng | 2009-07-10 | 1 | -1/+1 |
* | Replace TM.getRegisterInfo() calls by TRI instance variable. | Bob Wilson | 2009-07-10 | 1 | -25/+24 |
* | Handle 'a' modifier on inline assembly operands. | Bob Wilson | 2009-07-09 | 1 | -2/+7 |
* | Added Thumb IT instruction. | Evan Cheng | 2009-07-09 | 1 | -0/+16 |
* | Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A... | Evan Cheng | 2009-07-09 | 1 | -0/+17 |
* | Change how so_imm and t2_so_imm are handled. At instruction selection time, t... | Evan Cheng | 2009-07-08 | 1 | -18/+6 |
* | Missed an exit during the conversion. | Torok Edwin | 2009-07-08 | 1 | -4/+4 |
* | Implement NEON vld1 instructions. | Bob Wilson | 2009-07-08 | 1 | -1/+3 |
* | Thumb2 pre/post indexed loads. | Evan Cheng | 2009-07-02 | 1 | -0/+12 |
* | Add a new addressing mode for NEON load/store instructions. | Bob Wilson | 2009-07-01 | 1 | -0/+17 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -5/+3 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -3/+4 |
* | Implement Thumb2 ldr. | Evan Cheng | 2009-06-29 | 1 | -54/+113 |
* | Renaming for consistency. | Evan Cheng | 2009-06-27 | 1 | -44/+43 |
* | Split thumb-related stuff into separate classes. | Anton Korobeynikov | 2009-06-26 | 1 | -2/+2 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+1 |
* | Unbreak mingw build. Patch by Viktor Kutuzov. | Evan Cheng | 2009-06-25 | 1 | -1/+1 |