Apparently this is needed for llvm-link to link.
[oota-llvm.git] / lib /
2010-08-25 Bruno Cardoso LopesPUNPCKLDQ should also be used for v4f32
2010-08-25 Bruno Cardoso Lopesteach lowering to get target specific nodes for pshufd...
2010-08-25 Owen AndersonIn the default address space, any GEP off of null resul...
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. SpencerFix COFF x86-64 relocations. PR7960.
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 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 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 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 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.
2010-08-24 Dan GohmanWhen we know we have an MDValue or MDString, call Enume...
2010-08-24 Dan GohmanGive ParseInstructionMetadata access to the PerFunction...
2010-08-24 Dan GohmanSimplify this code. NamedMDNode operands are MDNodes.
2010-08-24 Bruno Cardoso LopesUse pshufhw and pshuflw in more cases and fix getTarget...
2010-08-24 Bill WendlingAdd comments for what the condition code symbols mean.
2010-08-24 Eric ChristopherUpdate comment.
2010-08-24 Eric ChristopherFix the opcode and the operands for the load instruction.
2010-08-24 Eric ChristopherAdd register class hack that needs to go away, but...
2010-08-24 Chris Lattnerfix rdar://7997827 - Accept and ignore LL and ULL suffi...
2010-08-24 Eric ChristopherAdd some more debugging code, make it more obvious...
2010-08-24 Devang PatelRevert r107202. It is not adding any value.
2010-08-23 Eric ChristopherDon't need the extra register here.
2010-08-23 Devang PatelLet FE use derived types for DW_TAG_friend.
2010-08-23 Eric ChristopherAdd some more "get address into register" code and...
2010-08-23 Eric ChristopherAdd an ARMFunctionInfo member and use it.
2010-08-23 Dan GohmanVerify that a non-uniqued non-temporary MDNode is not...
2010-08-23 Eric ChristopherStart getting ARM loads/address computation going.
2010-08-23 Benjamin KramerFix thinko. Having no tests is great ...
2010-08-23 Jim GrosbachRemove the MFI storage of the local allocation block...
2010-08-23 Benjamin KramerReduce code duplication.
2010-08-23 Benjamin KramerELFObjectWriter: Run ComputeSymbolTable before recordin...
2010-08-23 Bruno Cardoso LopesStart using target speficic nodes for shuffles: pshufhw...
2010-08-23 Jim GrosbachBetter handling of local offsets for downwards growing...
2010-08-23 Gabor Greiftyops
2010-08-23 Owen AndersonTurn LVI back off, I have a testcase now.
2010-08-23 Chris LattnerAdd a new llvm.x86.int intrinsic, allowing access to the
2010-08-23 Mikhail GlushenkovAdd a TODO.
2010-08-23 Mikhail Glushenkovllvmc: Properly handle (error) in edge properties.
2010-08-23 Benjamin KramerAdd the symbol offset to the relocation value when...
2010-08-23 Devang PatelHandle qualified constants that are directly folded...
2010-08-23 Benjamin KramerUse the proper relocation section + cleanup, from Roman...
2010-08-23 Benjamin KramerAvoid O(n*m) complexity in StringRef::find_first(_not...
2010-08-23 Owen AndersonRe-enable LazyValueInfo. Monitoring for failures.
2010-08-23 Owen AndersonNow that PassInfo and Pass::ID have been separated...
2010-08-23 Chris Lattnerrandom improvement for variable shift codegen.
2010-08-23 Chandler CarruthFix some GCC warnings by providing a virtual destructor...
2010-08-23 Anton KorobeynikovRevert invalid r111792. Jump tables are not broken...
2010-08-23 Michael J. SpencerRevert part of my last commit. the mingw32 build bot...
2010-08-23 Michael J. SpencerWorkaround broken jump tables on x86-64 COFF.
2010-08-23 Chris Lattnerremove some dead code.
2010-08-22 Nick LewyckyVerify the predicates on icmp/fcmp. Suggested by Jeff...
2010-08-21 Eli FriedmanDelete dead comment.
2010-08-21 Anton KorobeynikovUse rip-rel addressing on win64 by default. For this...
2010-08-21 Benjamin KramerUse MDNode::destroy(). Fixes a delete/free mismatch.
2010-08-21 Michael J. SpencerMC: Add partial x86-64 support to COFF.
2010-08-21 Dan GohmanAdd an assert to MDNode::deleteTemporary check that...
2010-08-21 Dan GohmanFix x86 fast-isel's cmp+branch folding to avoid folding...
2010-08-21 Bruno Cardoso LopesPrepare LowerVECTOR_SHUFFLEv8i16 to use x86 target...
2010-08-20 Bruno Cardoso LopesThis is the first step towards refactoring the x86...
2010-08-20 Dan GohmanCreateTemporaryType doesn't needs its Context argument.
2010-08-20 Bill WendlingCreate the new linker type "linker_private_weak_def_auto".
2010-08-20 Dan GohmanIntroduce a new temporary MDNode concept. Temporary...
2010-08-20 Daniel DunbarFix --disable-threads build, PR7949.
2010-08-20 Jim GrosbachDownwards growing stack allocation order reverses relat...
2010-08-20 Jim GrosbachAdd more dbg output
2010-08-20 Benjamin KramerUpdate CMake build.
2010-08-20 Owen AndersonRe-apply r111568 with a fix for the clang self-host.
2010-08-20 Dan GohmanDelete SlowOperationInformer, which is no longer used.
2010-08-20 Dan GohmanConvert DbgInfoPrinter to use errs() instead of outs().
next