Implement createIntegerCast and createFPCast factory methods for handling
[oota-llvm.git] / lib / Target /
2006-12-12 Rafael Espindolaadd mvn
2006-12-12 Reid SpencerFix the BitCastUnion type for 32-bit targets.
2006-12-11 Rafael Espindolaadd note
2006-12-11 Chris LattnerAnother step forward in PPC64 JIT support: we now no...
2006-12-11 Chris LattnergetInstrItineraryData shouldn't copy the itineraries
2006-12-11 Reid SpencerImplement correct bitcast of int<->float and long<...
2006-12-11 Jim LaskeyMissing opcode.
2006-12-11 Jim LaskeyLayout proper frame for ppc64.
2006-12-11 Nate BegemanProperly mangles symbol table names
2006-12-11 Chris LattnerUpdate note, with the SROA change, we now produce:
2006-12-11 Chris Lattnerthis is done
2006-12-11 Chris LattnerEvan implemented the machineinstr improvements.
2006-12-10 Anton KorobeynikovCleaned setjmp/longjmp lowering interfaces. Now we...
2006-12-10 Jim LaskeyReverting until finding the cause of secondary bugs.
2006-12-10 Jim Laskey__PPC64CompilationCallback code was allowing registers...
2006-12-10 Rafael Espindola.align is in bits
2006-12-09 Rafael Espindolafix test/Regression/CodeGen/X86/weak.ll
2006-12-09 Evan ChengAdded option -soft-float to generate SW fp library...
2006-12-08 Rafael Espindola%progbits not @progbits
2006-12-08 Rafael Espindolaadd \"aw\",@progbits" to ctors and dtors
2006-12-08 Evan ChengMove findTiedToSrcOperand to TargetInstrDescriptor.
2006-12-08 Rafael Espindolafix truncstorei1
2006-12-08 Andrew LenharthPacked Structures
2006-12-08 Evan ChengUse MI's TargetInstrDescriptor.
2006-12-08 Chris LattnerFix a bug introduced by the streams patch. DEBUG code...
2006-12-08 Chris Lattnerthis is an initial patch to switch the ppc64 jit over...
2006-12-08 Chris Lattneradd a note
2006-12-07 Andrew LenharthSimplify a bit
2006-12-07 Chris Lattnerfix incorrect encoding of rldicr, used by ppc64 functio...
2006-12-07 Bill WendlingDon't use <sstream> in Streams.h but <iosfwd> instead.
2006-12-07 Rafael Espindolafix alignment
2006-12-07 Bill WendlingWhat should be the last unnecessary <iostream>s in...
2006-12-07 Chris Lattnerfix CodeGen/PowerPC/2006-12-07-LargeAlloca.ll on ppc64
2006-12-07 Rafael Espindolamake sure that we don't use a common symbol if a sectio...
2006-12-07 Andrew LenharthBe sure to grab weak functions too, and make implicit...
2006-12-07 Chris LattnerFix i64 uint_to_fp on ppc64
2006-12-07 Evan ChengMI keeps a ptr of TargetInstrDescriptor, use it.
2006-12-06 Chris Lattnerimplement sextinreg i8->i64 and i16->i64
2006-12-06 Chris Lattnerfix another sradi encoding bug. This fixes Olden/healt...
2006-12-06 Reid SpencerAlways pass "true" to isMaxValue(bool) because we know...
2006-12-06 Reid SpencerAdjust to new ConstantIntegral interface for Max/Min...
2006-12-06 Chris Lattnerfix the jit encoding of sradi, simplify the MDForm1...
2006-12-06 Chris Lattneradd relocation support for ppc64 branches.
2006-12-06 Chris Lattneradd #include
2006-12-06 Chris Lattneradd missing #include
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-12-06 Jim LaskeyMake it easier for gdb to find the return address.
2006-12-06 Rafael Espindolaprint weak references
2006-12-06 Chris LattnerThese asm printers shouldn't use assembly/writer.h
2006-12-05 Evan ChengRevert an unintended change.
2006-12-05 Evan Cheng- Switch X86-64 JIT to large code size model.
2006-12-05 Chris LattnerIf we have ScalarSSE, we can select bitconvert into...
2006-12-05 Chris LattnerAdd a perf optzn corresponding to PR1033.
2006-12-05 Chris LattnerFix PR1033 and CodeGen/X86/bitcast.ll, by expanding...
2006-12-05 Rafael Espindolaexpand memmove and memcpy
2006-12-05 Rafael Espindolaadd support for the "r" asm constraint
2006-12-05 Chris LattnerFix typo noticed by Lauro Ramos Venancio, thanks!
2006-12-05 Rafael Espindolaadd support for weak linkage
2006-12-05 Evan ChengJIT large code model support.
2006-12-05 Evan ChengAsm printing bug.
2006-12-05 Evan Cheng- Fix X86-64 JIT by temporarily disabling code that...
2006-12-05 Evan ChengUpdate
2006-12-04 Chris LattnerAdd support for 64-bit 'r' constraint. Patch by by...
2006-12-04 Jim LaskeyRestoration of the stack pointer after a deallocation...
2006-12-04 Evan ChengNon-darwin gcc should default to static relocation...
2006-12-01 Evan ChengMatch TargetInstrInfo changes.
2006-12-01 Evan ChengconvertToThreeAddress() is now responsible for updating...
2006-12-01 Evan ChengAdd weak reference directive.
2006-12-01 Evan ChengCopy and paste error. An initialized global cannot...
2006-12-01 Jim Laskey1. In ppc64 mode we need only use one GPR.
2006-12-01 Jim LaskeyExternalWeak case in wrong location.
2006-12-01 Evan ChengFix 2005-05-08-FPStackifierPHI.ll failure.
2006-12-01 Evan ChengA initialized global variable cannot be extern weak...
2006-12-01 Evan ChengDarwin PPC external weak linkage support.
2006-12-01 Evan ChengMinor code clean up.
2006-12-01 Evan ChengFix indentation.
2006-12-01 Evan ChengDarwin X86 external weak linkage support.
2006-12-01 Chris LattnerFix the CodeGen/PowerPC/vec_constants.ll regression.
2006-12-01 Anton KorobeynikovIntroducing external weak linkage. Darwin codegen shoul...
2006-11-30 Anton KorobeynikovFactor out GVRequiresExtraLoad() from .h to .cpp
2006-11-30 Evan Cheng- Use a different wrapper node for RIP-relative GV...
2006-11-30 Evan ChengMachineInstr::setOpcode -> MachineInstr::setInstrDescriptor
2006-11-30 Evan ChengRemove the ugly SPARCV9 TargetInstrDescriptors hack.
2006-11-29 Evan ChengIn PIC mode, GV not requiring an extra load can be...
2006-11-29 Evan ChengClean up.
2006-11-29 Evan ChengFix for PR1018 - Better support for X86-64 Linux in...
2006-11-29 Chris LattnerFix bug codegen'ing FP constant vectors with integer...
2006-11-29 Jim LaskeyOffset for load of 32-bit arg in 64-bit world was incor...
2006-11-29 Evan ChengCustom lower READCYCLECOUNTER for x86-64.
2006-11-29 Chris Lattnerdone
2006-11-29 Evan Cheng16-byte stack alignment for X86-64 ELF. Patch by Dan...
2006-11-29 Chris LattnerUpgrade the ugly darwin 64-bit bswap idiom (bswap ...
2006-11-29 Chris LattnerTrivially lower 'bswap $0' into llvm.bswap. This fixes...
2006-11-28 Andrew Lenharthgcc doesn't like an empty colbber list
2006-11-28 Andrew LenharthIdentities are default now
2006-11-28 Andrew LenharthMake identity default, and fix PR1020
2006-11-28 Evan ChengNew entries.
2006-11-28 Andrew Lenharthupdate comments
2006-11-28 Andrew LenharthGet the asminfo for the target most closely matching...
2006-11-28 Andrew LenharthX86 asm -> gcc asm translation table (incomplete)
next