oota-llvm.git
2010-08-26 Oscar FuentesUpdated CMake library dependencies. Removed unnecessary...
2010-08-26 John McCallSmallVector's growth policies don't like starting from...
2010-08-26 Chris Lattnerremove dead proto
2010-08-26 Chris Lattnerzap dead code.
2010-08-26 Bruno Cardoso... Fix PR7748 without using microsoft extensions
2010-08-26 Jim GrosbachEnable pre-RA virtual frame base register allocation...
2010-08-26 Dan GohmanRewrite ExtractGV, removing a bunch of stuff that didn...
2010-08-26 Bob WilsonRevert svn 107892 (with changes to work with trunk...
2010-08-25 Chris Lattnertemporarily disable this, which started failing on...
2010-08-25 Dan GohmanConvert llvm-extract to use lazy loading. This makes...
2010-08-25 Chris Lattnerwe should pattern match the SSE complex arithmetic...
2010-08-25 Bob WilsonStart converting NEON load/stores to use pseudo instruc...
2010-08-25 John McCallProvide an explicit specialization of SmallVector at...
2010-08-25 Chris Lattneradd a specialization for the MVT form of getTypeAction...
2010-08-25 Chris Lattnerremove some llvmcontext arguments that are now dead...
2010-08-25 Chris LattnerChange handling of illegal vector types to widen when...
2010-08-25 Chris Lattnertidy up
2010-08-25 Dan GohmanRemap metadata attached to instructions when remapping...
2010-08-25 Bruno Cardoso... Revert this for now, PUNPCKLDQ dont operate on v4f32
2010-08-25 Daniel DunbarX86: Fix misencode of RI64mi8. This fixes OpenSSL ...
2010-08-25 Devang PatelFix comment.
2010-08-25 Devang PatelRemove dead argument.
2010-08-25 Jim GrosbachAdd some statistics for PEI register scavenging
2010-08-25 Dan GohmanAdd a FIXME comment.
2010-08-25 Dan GohmanFix the bitcode reader to clear out function-specific...
2010-08-25 Dan GohmanFix a bug found by inspection.
2010-08-25 Dan GohmanAdd a comment.
2010-08-25 Benjamin KramerMCELF: Use precomputed symbol indices, patch by Roman...
2010-08-25 Eric ChristopherFix header define to reflect the name of the file.
2010-08-25 Michael J.... MC: Fix inconsistant naming in COFF object writer....
2010-08-25 Jim GrosbachDon't override the var from the enclosing scope.
2010-08-25 Chris Lattnerzap dead code
2010-08-25 Devang PatelDIGlobalVariable can be used to encode debug info for...
2010-08-25 Dan Gohmanlto_codegen_set_gcc_path was removed.
2010-08-25 Dan GohmanFix a few missing entries in lto.exports.
2010-08-25 Benjamin KramerRemove dead recursive function. Yay for clang -Wunused...
2010-08-25 Dan GohmanClear FunctionLocalMDs in purgeFunction along with...
2010-08-25 Dan GohmanFix whitespace.
2010-08-25 Dan GohmanEliminate an unnecessary cast.
2010-08-25 Daniel DunbarARM/Thumb2: Fix a misselect in getARMCmp, when attempti...
2010-08-25 Eric ChristopherRegenerate.
2010-08-25 Eric ChristopherRemove getsect checks, the result is unused and is...
2010-08-25 Eric ChristopherDo type checks before we bother to do everything else.
2010-08-25 Eric ChristopherAdd another basic test cribbed from the x86 fast-isel...
2010-08-25 Eric ChristopherRun this on thumb and arm.
2010-08-25 Anton KorobeynikovFix nasty mingw32 bug, which e.g. prevented llvm-gcc...
2010-08-25 Eric ChristopherMake this testcase actually executed with fast-isel...
2010-08-25 Eric ChristopherReorganize load mechanisms. Handle types in a little...
2010-08-25 Eric ChristopherApparently this is needed for llvm-link to link.
2010-08-25 Eric ChristopherAllow strict subclasses of register classes, this way...
2010-08-25 Daniel Dunbarbuildbot/valgrind: Ignore leaks in /usr/bin/as.
2010-08-25 Bruno Cardoso... PUNPCKLDQ should also be used for v4f32
2010-08-25 Bruno Cardoso... teach lowering to get target specific nodes for pshufd...
2010-08-25 Bruno Cardoso... Convert test to use filecheck and make it more specific
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
2010-08-25 Eric ChristopherSplit out register class subclassing to a separate...
2010-08-24 Eric ChristopherFix comment.
2010-08-24 Dan GohmanDon't include the is-function-local bit in the FoldingS...
2010-08-24 Chris Lattnersplit the vector case of getCopyFromParts out to its...
2010-08-24 Dan GohmanUse Bits.data() instead of &Bits[0].
2010-08-24 Chris Lattnersplit the vector case out of getCopyToParts into its...
2010-08-24 Chris Lattnertidy up, reduce indentation
2010-08-24 Eric ChristopherFix predicate and add a comment.
2010-08-24 Eric ChristopherRework braindead conditionals I put in yesterday.
2010-08-24 Eric ChristopherFix thumb2 mode loads to have the correct operand order...
2010-08-24 Owen AndersonNULL loads are only invalid in the default address...
2010-08-24 Owen AndersonAdd support for inferring values for the default cases...
2010-08-24 Jim GrosbachAdd ARM heuristic for when to allocate a virtual base...
2010-08-24 Kevin EnderbyChange the parsing of .loc back to allow the LineNumber...
2010-08-24 Michael J.... Fix COFF x86-64 relocations. PR7960.
2010-08-24 Dan GohmanXFAIL this on mingw, following remove_arguments_test.ll.
2010-08-24 Owen AndersonAdd support for inferring that a load from a pointer...
2010-08-24 Kevin EnderbyFirst bit of support for the dwarf .loc directive....
2010-08-24 Dan GohmanAdd a testcase for basic bugpointing in the presence...
2010-08-24 Bill Wendling- Add the LinkerPrivateWeakDefAutoLinkage to the Ada...
2010-08-24 Daniel DunbarMC/X86: Tweak imul recognition, previous hack only...
2010-08-24 Dan GohmanLink NamedMDNodes after linking GlobalValues, so that...
2010-08-24 Dan GohmanWhen linking NamedMDNodes, remap their operands.
2010-08-24 Daniel DunbarMC/X86: Add custom hack for recognizing "imul $12,...
2010-08-24 Daniel DunbarMC/AsmParser: Change ParseExpression to use ParseIdenti...
2010-08-24 Daniel DunbarMC/X86: Warn on scale factors > 1 without index registe...
2010-08-24 Jim GrosbachMove enabling the local stack allocation pass into...
2010-08-24 Dan GohmanUse MapValue in the Linker instead of having a private...
2010-08-24 Daniel DunbarMC/Parser: Accept leading dollar signs in identifiers.
2010-08-24 Dan GohmanDon't cast away qualifiers with C-style casts.
2010-08-24 Jim Grosbachadd ARM cmd line option to force always using virtual...
2010-08-24 Chris LattnerApply "Win32's Hybrid path separator in argv[0] should...
2010-08-24 Benjamin KramerRelocate against parent if the symbol is not in section...
2010-08-24 Owen AndersonTurn LVI on, previously detected failures should be...
2010-08-24 Dan GohmanMapValue support for MDNodes. This is similar to r10911...
2010-08-24 Dan GohmanFix X86's isLegalAddressingMode to recognize that stati...
2010-08-24 Dan GohmanMDNode, MDString, and NamedMDNode are not meant to...
2010-08-24 Dan GohmanAdd a comment explaining why this code doesn't just...
2010-08-24 Dan GohmanAdd a comment explaining why this code is more complex...
2010-08-24 Kalle RaiskilaFix SPU BE to use all the available return registers.
2010-08-24 Kalle RaiskilaRemove some dead code from SPU BE that remained
2010-08-24 John McCallCheck in a couple of changes that I apparently never...
2010-08-24 Owen AndersonDon't assume that all constants with integer types...
2010-08-24 Dan GohmanAdd braces to fix dangling else.
2010-08-24 Dan GohmanExtend function-local metadata to be usable as attachments.
next