oota-llvm.git
2010-07-13 Dan GohmanFix the Named Metadata example to make it clear which...
2010-07-13 Dan GohmanAdd support for empty named metadata too. This isn...
2010-07-13 Jakob Stoklund... Fix LiveInterval::overlaps so it doesn't claim touching...
2010-07-13 Dan GohmanAdd support for empty metadata nodes: !{}.
2010-07-13 Evan ChengExtend the r107852 optimization which turns some fp...
2010-07-13 Evan ChengAdd an ARM "feature". Cortex-a8 fp comparison is very...
2010-07-13 Greg ClaytonPatched Makefile.rules to allow objective C and objecti...
2010-07-13 Evan Cheng-enable-unsafe-fp-math should not imply -enable-finite...
2010-07-13 Eric ChristopherGrammar.
2010-07-13 Dale JohannesenFix PR number.
2010-07-13 Chandler CarruthSwitch from EXPECT_EQ({true,false, ...) to the more...
2010-07-13 Devang PatelFix compile unit in example. Thanks Renato Golin!
2010-07-13 Duncan SandsHandle the case of a tail recursion in which the tail...
2010-07-13 Gabor Greifrotate CallInst operands
2010-07-13 Benjamin KramerHTML cleanup and validation.
2010-07-13 Duncan SandsWhen doing sext/zext of constants, the target type...
2010-07-13 Chris Lattneruse a typedef instead of its expansion, patch by Michae...
2010-07-13 Eric Christopher80-columns
2010-07-13 Bob WilsonMove NEON "modified immediate" encode/decode into ARMAd...
2010-07-13 Chris Lattnermy work on adding segment registers to LEA missed the
2010-07-13 Bruno Cardoso... Add AVX 256-bit packed logical forms
2010-07-13 Bruno Cardoso... Add AVX 256-bit unop arithmetic instructions
2010-07-13 Bruno Cardoso... Since AVX is a superset of all SSE versions, only use...
2010-07-13 Stephen WilsonBring ELF64 on par with ELF32, add a few magic constant...
2010-07-13 Jakob Stoklund... Don't add memory operands to storeRegToStackSlot /...
2010-07-12 David GreeneMove some SIMD fragment code into X86InstrFragmentsSIMD...
2010-07-12 Bruno Cardoso... Add AVX 256 binary arithmetic instructions
2010-07-12 Bruno Cardoso... More refactoring of basic SSE arith instructions. Open...
2010-07-12 Stephen WilsonSimple format/style fixes.
2010-07-12 Stephen WilsonTest commit.
2010-07-12 Daniel DunbarMC/AsmParser: Move ELF specific parser to ELFAsmParser...
2010-07-12 Daniel DunbarMC/AsmParser: Move Darwin specific parse to DarwinAsmPa...
2010-07-12 Argyrios KyrtzidisAdd convenience method FoldingSetImpl::InsertNode(Node...
2010-07-12 Dan GohmanApply the SSE dependence idiom for SSE unary operations to
2010-07-12 Daniel DunbarMC/AsmParser: Move .section parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmLexer: Raise LexUntilEndOfStatement to MCAsmLexer.
2010-07-12 Bill WendlinggetOrInsertLeaderValue cannot be const because it calls...
2010-07-12 Daniel DunbarMC/AsmParser: Move special section directive parsing...
2010-07-12 Bob WilsonRemove some code that doesn't appear to do anything...
2010-07-12 Daniel DunbarMC/AsmParser: Add a basic ELFAsmParser extension.
2010-07-12 Bruno Cardoso... Add AVX 256-bit MOVMSK forms
2010-07-12 Daniel DunbarMC/AsmParser: Inline AsmParser::CreateSymbol into callers.
2010-07-12 Daniel DunbarMC/AsmParser: Move .tbss and .zerofill parsing to Darwi...
2010-07-12 Daniel DunbarMC/AsmParser: Move .desc parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move .lsym parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move some misc. Darwin directive handling...
2010-07-12 Daniel DunbarMCAsmParser: Add getSourceManager().
2010-07-12 Jakob Stoklund... Silence a warning.
2010-07-12 Dan GohmanCheck begin!=end, rather than !begin.
2010-07-12 Daniel DunbarMC/AsmParser: Add a DarwinAsmParser extension.
2010-07-12 Rafael EspindolaFix a typo and fit in 80 columns. Found by Bob Wilson.
2010-07-12 Daniel DunbarMC/AsmParser: Switch a bunch of directive parsing to...
2010-07-12 Dan GohmanAdd a lint check for mismatched return types, inspired...
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC/AsmParser: Switch some directive parsing to use...
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-12 Benjamin KramerNope, still breaks the release selfhost bots :(
2010-07-12 Benjamin KramerReapply the "or" half of r108136, which seems to be...
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Dan GohmanDon't fast-isel an x87 comparison opcode, as fast-isel...
2010-07-12 Benjamin KramerRevert r108141 again, sigh.
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache results of operator*
2010-07-12 Gabor Greifcache results of operator*
2010-07-12 Benjamin KramerReapply 108136 with an ugly pasto fixed.
2010-07-12 Benjamin KramerMove optimization to avoid redundant matching.
2010-07-12 Benjamin KramerRevert r108136 until I figure out why it broke selfhost.
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifrecommit r108131 (hich has been backed out in r108135...
2010-07-12 Benjamin Kramerinstcombine: fold (x & y) | (~x & z) and (x & y) ^...
2010-07-12 Gabor Greifback out r108131 (of TailDuplication.cpp) for now,...
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chandler CarruthAdd parentheses around an || to correct the logic....
2010-07-12 Eric ChristopherRemove tab characters and 80-col.
2010-07-12 Eric Christopher80 columns.
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-07-12 Rafael EspindolaConvert getLoadStoreRegOpcode to use a switch.
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
2010-07-12 Eric ChristopherFix up the ocaml kaleidoscope example as well.
2010-07-12 Jakob Stoklund... A basic block that only uses RFP registers still needs...
2010-07-12 Rafael EspindolaDon't use getPhysicalRegisterRegClass in PBQP. The...
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-12 Rafael EspindolaConvert the last getPhysicalRegisterRegClass in VirtReg...
2010-07-12 Chris Lattnerif jump threading is able to infer interesting values...
2010-07-12 Chris Lattnerfix PR7429, a crash turning a load from a string into...
2010-07-12 Chris Lattnerconvert to filechecconvert to filecheckk
2010-07-12 Chris Lattnermerge two tests.
2010-07-12 Chris Lattnerimprove Path::makeUnique when mkstemp/mktemp are not...
2010-07-12 Chris Lattnerchange machinelicm to use MachineInstr::isSafeToMove...
2010-07-11 Chris Lattnerfirst part of JIT support for address of labels, part...
next