It's a bool, so treat it like one. Fixes a MSVC warning.
[oota-llvm.git] / lib / Target / X86 /
2009-09-03 Bill WendlingIf we've pushed registers onto the stack, but aren...
2009-09-03 Dan GohmanRecognize more opportunities to use SSE min and max...
2009-09-03 Mon P WangFixed a few problems with vector shifts
2009-09-03 Dan GohmanAdd a -disable-16bit flag and associated support for...
2009-09-03 Kevin EnderbyRemoved the non-target independent AsmToken::Register...
2009-09-03 Chris Lattnerdon't call getOffset() on jump tables, this fixes three...
2009-09-03 Chris LattnerImplement support for X86II::MO_GOT_ABSOLUTE_ADDRESS...
2009-09-03 Evan ChengReference to hidden symbols do not have to go through...
2009-09-03 Chris Lattnerremove extraneous hack.
2009-09-03 Daniel DunbarMake these functions static and local.
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-09-03 Chris Lattnerjust use dump()
2009-09-03 Chris Lattnermerge globaladdress symbol processing stuff into other...
2009-09-03 Evan ChengUnbreak x86_64 build.
2009-09-03 Chris LattnerSplit the "operand -> symbol" logic from the "get offse...
2009-09-03 Chris Lattnerimplement lowering support for constant pool index...
2009-09-03 Evan ChengX86JITInfo::getLazyResolverFunction() should not read...
2009-09-03 Chris Lattnersimplify this by using SmallString::str(), much nicer!
2009-09-03 Sean CallananAdded opaque 32-, 48-, and 80-bit memory operand types...
2009-09-02 Chris Lattnerswitch from std::string to SmallString + raw_svector_os...
2009-09-02 Chris Lattnersplit mcinst lowering stuff out to its own file.
2009-09-02 Sandeep PatelRetype from unsigned to CallingConv::ID accordingly...
2009-09-02 Chris Lattnerrefactor select 'sched insertion' out to its own method.
2009-09-02 Chris LattnerAdd support for modeling whether or not the processor...
2009-09-02 Sean CallananFixed the asmstrings for 8-bit, 16-bit, and 32-bit...
2009-09-01 Daniel DunbarSimplify.
2009-09-01 Daniel DunbarFix what I believe is a copy-n-pasto introduced in...
2009-09-01 Daniel DunbarX86/Encoding: Support ExternalSymbol operands in emitDi...
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-09-01 Sean CallananAdded TEST %rAX, $imm instructions to the Intel tables...
2009-08-31 Daniel DunbarX86/exp-asm-printer: Lower MachineOperand::MO_JumpTable...
2009-08-31 Daniel DunbarStop printing old asm printing code inline with -experi...
2009-08-31 Daniel DunbarAvoid unnecessary +0 in experimental-asm-printer.
2009-08-31 Duncan SandsRevert commit 80428. It completely broke exception
2009-08-31 Benjamin KramerNormalize makefile comments and sort cmake file lists.
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-30 Daniel Dunbarllvm-mc/X86: Encode constant MCValue's correctly.
2009-08-29 Dan GohmanCMOV_GR8 clobbers EFLAGS when its expansion involves...
2009-08-29 Bill Wendling- Add target lowering methods to get the preferred...
2009-08-28 Anton KorobeynikovShort-term workaround for frame-related weirdness on...
2009-08-27 Dan GohmanDon't mark CMOV_GR8 as two-address, or commutable,...
2009-08-27 Eric ChristopherAdd FIXME for when we support more specific XMM registers.
2009-08-27 Eric ChristopherNuke trailing whitespace.
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-27 Daniel DunbarX86: Mark EH_RETURN as code-gen-only.
2009-08-27 Dan GohmanX86FastISel support for loading and storing values...
2009-08-27 Dan GohmanExpand i8 selects into control flow instead of 16-bit...
2009-08-26 Dan GohmanDon't use INSERT_SUBREG to model anyext operations...
2009-08-25 Dan GohmanUse X86II::MO_NO_FLAG.
2009-08-25 Dale JohannesenFix PR 4751, another difficulty with %a modifier on...
2009-08-23 Chris Lattnerremove the last uses of Config/alloca.h
2009-08-23 Benjamin KramerRemove Streams.h from the targets.
2009-08-23 Chris Lattnereliminate uses of cerr()
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-22 Benjamin KramerForgot to update some CMakeLists.
2009-08-22 Chris Lattnerrename TAI -> MAI, being careful not to make MAILJMP...
2009-08-22 Chris Lattnerrename COFFMCAsmInfo -> MCAsmInfoCOFF, likewise for...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-21 Anton KorobeynikovFix a typo
2009-08-20 Sean CallananFixed PCMPESTRM128 to have opcode 0x60 instead of 0x62...
2009-08-20 Dan GohmanFix an x86 code size regression: prefer RIP-relative...
2009-08-19 Dale JohannesenAdd an extra line to conform with preferred style.
2009-08-19 Reid KlecknerModify an assert to avoid what looks like a GCC 4.2...
2009-08-19 Dale JohannesenHandle 'a' modifier in X86 asms. PR 4742.
2009-08-19 Dan GohmanRemove temporary testing code.
2009-08-19 Dan GohmanAdd an x86 peep that narrows TEST instructions to forms...
2009-08-19 Chris Lattnereliminate AsmPrinter::SwitchToSection and just have...
2009-08-18 Eric ChristopherImplement sse4.2 string/text processing instructions:
2009-08-18 Chris Lattnerremove some pointless null switchtosections. The Intel...
2009-08-18 Chris Lattneradd support for some targetflags on GV operands. This...
2009-08-18 Dan GohmanFix function alignment at -Os on x86 to be 1, not 2...
2009-08-17 Chris Lattnerthe MinPad argument to PadToColumn only really makes...
2009-08-16 Dan GohmanAvoid emitting XMM save code in soft-float or no-implic...
2009-08-16 Bill WendlingStyalistic and format changes. No functionality change.
2009-08-16 Chris Lattneradd support for external symbols + X86::MOVPC32r.
2009-08-16 Chris Lattnerimplement support for lowering references to global...
2009-08-16 Chris Lattnermore formatting improvements, no functionality change.
2009-08-16 Chris Lattnercode formatting improvements, no functionality change.
2009-08-15 Bill WendlingAn overhaul of the exception handling code. This is...
2009-08-15 Bill WendlingReapply r79127. It was fixed by d0k.
2009-08-15 Bill WendlingRevert r79127. It was causing compilation errors.
2009-08-15 Evan ChengChange allowsUnalignedMemoryAccesses to take type argum...
2009-08-15 Dan GohmanOn x86-64, for a varargs function, don't store the...
2009-08-14 Oscar FuentesCMake: Corrected variable check.
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-14 Daniel DunbarAdd X86 instruction printer support for printing MCValu...
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Chris Lattnerfix a minor fixme. When building with SL and later...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-13 Dale JohannesenSymbols with LinkerPrivateLinkage are weak.
2009-08-12 Dan GohmanUse PadToColumn instead of tabs.
2009-08-12 Oscar FuentesCMake: Added asm file to x86_64 MSVC build.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-11 Chris Lattnerprune #includage.
next