oota-llvm.git
2010-03-16 Bob Wilson--- Reverse-merging r98637 into '.':
2010-03-16 Johnny ChenInitial ARM/Thumb disassembler check-in. It consists...
2010-03-16 Bob WilsonStop using the old pre-UAL syntax for LDM/STM instructi...
2010-03-16 Gabor Greifmore BranchInst tests
2010-03-16 Daniel DunbarNNT: Add -nouname option, so machine uniquing can occur...
2010-03-16 Gabor Greifadd BranchInst tests
2010-03-16 Gabor Greifappease valgrind testers
2010-03-16 Duncan SandsCheck that P is not zero initialized.
2010-03-16 Gabor Greifadd single return tests
2010-03-16 Gabor Greiffix PR6589
2010-03-16 Gabor Greifbegin humbly with a repro of PR6589
2010-03-16 Chris Lattneradd support for bugpointing the integrated assembler...
2010-03-16 Chris Lattnerfix the same bug on the x86-64 side of the fence.
2010-03-16 Chris Lattnerfix the encoding of TAILJMPd. This fixes Benchmarks...
2010-03-16 Jeffrey YasskinAvoid a memory leak in JITDebugRegisterer.
2010-03-16 Bob WilsonAdd a testcase for the change in r98586.
2010-03-16 Bill WendlingUse getFirstTerminator().
2010-03-16 Bill WendlingForgot testcase for r98599.
2010-03-16 Bill WendlingWhen checking if something's killed, don't rely simply...
2010-03-16 Chris Lattnerdon't form a RecordChild or CheckChildType for child...
2010-03-16 Bob WilsonWrap a long line and add some parens to be consistent.
2010-03-16 Chris LattnerFix the third (and last known) case of code update...
2010-03-15 Daniel DunbarMC: Allow modifiers in MCSymbolRefExpr, and eliminate...
2010-03-15 Dan GohmanRecognize code for doing vector gather/scatter index...
2010-03-15 Bob WilsonTranslate "cc" clobber in ARM inline assembly to ARM...
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Daniel DunbarMC/Mach-O/x86_64: Temporary labels in cstring sections...
2010-03-15 Daniel DunbarMC/Mach-O: Add MCSectionMachO::getType()
2010-03-15 Devang PatelSkip debug info intrinsics.
2010-03-15 Bill WendlingNow that the default for Darwin platforms is to place...
2010-03-15 Chris LattnerImplement support for the case when a reference to...
2010-03-15 Chris Lattneruse Mang->getSymbol()
2010-03-15 Chris Lattneruse Mang->getSymbol() more.
2010-03-15 Douglas GregorExtend MemoryBuffer::getFile() to take an optional...
2010-03-15 Devang PatelCreate SDDbgValue for dbg_value intrinsics and remember...
2010-03-15 Chris LattnerFix the case when a reference to an address taken BB...
2010-03-15 Devang PatelIn "empty" bb, the return instruction may not be first...
2010-03-15 Bill WendlingPlace the LSDA into the TEXT section for x86 Darwin...
2010-03-15 Evan ChengAvoid sibcall optimization if either caller or callee...
2010-03-15 Chris Lattnerrevert r98550, it isn't necessary or sufficient.
2010-03-15 Devang PatelEmit dwarf variable info communicated by code generator...
2010-03-15 Chris Lattnerdon't eliminate address-taken blocks here.
2010-03-15 Chris LattnerSIGN_EXTEND from the same type as the dest is valid.
2010-03-15 Chris Lattnersink the call to VT.getSizeInBits() down into its uses,
2010-03-15 Duncan SandsTreat copysignl like the other copysign functions.
2010-03-15 Jeffrey YasskinDon't save a temporary string into a StringRef field.
2010-03-15 Chris Lattnerfix MCSectionELF to not leak memory, just like I did...
2010-03-15 Chris Lattnerfix a memory leak yjasskin pointed out: MCSymbol is...
2010-03-15 Chris Lattnereliminate some #if 0 code I added in r96905, type inference
2010-03-15 Chris LattnerCompletely rewrite tblgen's type inference mechanism,
2010-03-15 Chris LattnerMachineMove ctor doesn't need to to mutate input, add...
2010-03-15 Chris Lattnerdo some serious surgery on CellSPU to get it back into...
2010-03-15 Chris Lattnerfix a few more ambiguous types.
2010-03-15 Chris Lattneradd some missing types
2010-03-15 Jeffrey YasskinTell Valgrind when we modify already-executed machine...
2010-03-15 Chris Lattnervarious cleanups from daniel
2010-03-15 Chris Lattnerfix an ambiguous pattern, contrary to expectations...
2010-03-15 Chris Lattnerremove dead method.
2010-03-14 Chris Lattnerdon't forget to close a FD on an error condition, found by
2010-03-14 Chris Lattnertidy up and expound more on how half-float works.
2010-03-14 Chris Lattnertidy indentation
2010-03-14 Chris Lattnerno really, all 64-bit cpu's have cmov support. This...
2010-03-14 Chris Lattnerfilecheckize a test and mark these wiht a cpu so it...
2010-03-14 Chris Lattnerall 64-bit cpus have cmov, this should fix CodeGen...
2010-03-14 Benjamin KramerRemove pointless forward declaration, MSVC got confused...
2010-03-14 Duncan SandsTurn calls to copysignl into an FCOPYSIGN node. Handle...
2010-03-14 Evan ChengRename SDDbgValue.h to SDNodeDbgValue.h for consistency.
2010-03-14 Chris Lattnerfix ShrinkDemandedOps to not leave dead nodes around,
2010-03-14 Chris Lattnerrewrite ShrinkDemandedOps to be faster and indent less,
2010-03-14 Evan ChengFix jit encoding bugs.
2010-03-14 Chris Lattnermake -view-isel-dags print after the 'ShrinkDemandedOps...
2010-03-14 Chris Lattnerdon't have i386-specific tests in CodeGen/Generic,...
2010-03-14 Chris Lattnerfix PR6605, X86ISD::CMP always returns i32 (EFLAGS...
2010-03-14 Anton KorobeynikovFix typo
2010-03-14 Anton KorobeynikovDocument fp16 intrinsics
2010-03-14 Anton KorobeynikovFeature test for half precision FP.
2010-03-14 Anton KorobeynikovAdd substarget feature for FP16
2010-03-14 Anton KorobeynikovAdd codegen support for FP16 on ARM
2010-03-14 Anton KorobeynikovMake default expansion for FP16 <-> FP32 nodes into...
2010-03-14 Anton KorobeynikovAdd DAG nodes to represent FP16 <-> FP32 intrinsics
2010-03-14 Anton KorobeynikovCleanup
2010-03-14 Anton KorobeynikovThe fp16 <-> fp32 intrinsics are pure, mark them so...
2010-03-14 Anton KorobeynikovAdd intrinsics to represent fp16 <-> fp32 conversions
2010-03-14 Chris Lattneradd support for pentium class CPUs which do not have...
2010-03-14 Chris Lattnerfix AsmPrinter::GetBlockAddressSymbol to always return...
2010-03-14 Chris Lattnercomment fix.
2010-03-14 Chris Lattnershrink 4-byte branches to 1-byte branches when lowering...
2010-03-14 Bill WendlingSkip over debug info when trying to merge two return...
2010-03-14 Bill WendlingMake returns more consistent with others.
2010-03-14 Chris Lattnerget MMI out of the label uniquing business, just go...
2010-03-14 Chris Lattnerfix these two get the mcsymbol operand instead of imm...
2010-03-14 Chris Lattneradd a new CreateTempSymbol method, the use case for
2010-03-14 Chris Lattnerdon't use getDWLabel("label" anymore, always go through...
2010-03-14 Chris Lattnerremove now-dead code, all labels use MCSymbols.
2010-03-14 Chris Lattnerchange SrcLineInfo to contain a label instead of a...
2010-03-14 Chris LattnerNow that DBG_LABEL is updated, we can finally make...
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerxfail properly
2010-03-14 Chris Lattnerunbreak the build, grr symlinks.
2010-03-14 Chris Lattnerxfail these tests temporarily to get teh buildbots...
next