| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix comment. | Eric Christopher | 2009-07-29 | 1 | -2/+2 |
* | Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > | Bill Wendling | 2009-07-29 | 1 | -5/+9 |
* | Add support for gcc __builtin_ia32_ptest{z,c,nzc} intrinsics. Lower | Eric Christopher | 2009-07-29 | 3 | -3/+46 |
* | Match X86 register names to number. | Daniel Dunbar | 2009-07-29 | 2 | -4/+27 |
* | Move X86 instruction parsing into X86/AsmParser. | Daniel Dunbar | 2009-07-28 | 1 | -23/+268 |
* | Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4) when we're | Bill Wendling | 2009-07-28 | 1 | -2/+5 |
* | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel | 2009-07-28 | 1 | -1/+1 |
* | Return ConstantVector to 2.5 API. | Owen Anderson | 2009-07-28 | 1 | -6/+6 |
* | Provide generic MCAsmParser when constructing target specific parsers. | Daniel Dunbar | 2009-07-28 | 1 | -6/+8 |
* | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 6 | -27/+36 |
* | llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API. | Daniel Dunbar | 2009-07-27 | 1 | -4/+4 |
* | hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creating | Chris Lattner | 2009-07-27 | 2 | -30/+1 |
* | Move ConstantFP construction back to the 2.5-ish API. | Owen Anderson | 2009-07-27 | 1 | -18/+18 |
* | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner | 2009-07-27 | 2 | -67/+7 |
* | apparently we have "windows" and "coff", which are different(?) | Chris Lattner | 2009-07-27 | 1 | -0/+3 |
* | 32-bit darwin targets support .literal16 too. | Chris Lattner | 2009-07-27 | 1 | -4/+0 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -13/+10 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 3 | -12/+12 |
* | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner | 2009-07-26 | 1 | -0/+3 |
* | Eliminate some uses of DOUT, cerr, and getNameStart(). | Daniel Dunbar | 2009-07-26 | 1 | -5/+5 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 2 | -11/+14 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 1 | -1/+1 |
* | Rearrange all the SectionKinds and structure them into a hierarchical | Chris Lattner | 2009-07-26 | 1 | -1/+1 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -29/+5 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -38/+0 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 1 | -2/+2 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 2 | -17/+7 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -3/+2 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -18/+4 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 4 | -29/+9 |
* | More migration to raw_ostream, the water has dried up around the iostream hole. | Daniel Dunbar | 2009-07-25 | 1 | -2/+4 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 1 | -4/+4 |
* | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner | 2009-07-24 | 1 | -0/+4 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 1 | -3/+3 |
* | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner | 2009-07-24 | 2 | -26/+20 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -3/+2 |
* | fix a mysterious and scary failure on test/CodeGen/X86/cstring.ll | Chris Lattner | 2009-07-24 | 1 | -1/+1 |
* | reduce api exposure: clients shouldn't call SectionKindForGlobal directly. | Chris Lattner | 2009-07-24 | 1 | -4/+5 |
* | Update insertps handling based on feedback. Move to a v4f32 style | Eric Christopher | 2009-07-24 | 2 | -18/+15 |
* | Added a 2+-byte NOP instruction to the Intel tables, | Sean Callanan | 2009-07-23 | 1 | -1/+4 |
* | Revert r75581: it causes massive breakage in the Ada | Duncan Sands | 2009-07-23 | 1 | -0/+23 |
* | Support insertps via the intrinsic and add a couple of simple | Eric Christopher | 2009-07-23 | 1 | -2/+14 |
* | x86 isel tweak: use lea (%reg,%reg) instead of lea (,%reg,2). | Dan Gohman | 2009-07-22 | 1 | -10/+31 |
* | doxygenify | Chris Lattner | 2009-07-22 | 1 | -7/+7 |
* | Add support for MMX VSETCC. | Eli Friedman | 2009-07-22 | 2 | -0/+33 |
* | Added the unconditional JMP with an 8-bit relocation for the | Sean Callanan | 2009-07-22 | 1 | -1/+3 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 3 | -8/+8 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 4 | -65/+62 |