oota-llvm.git
2008-07-10 Evan ChengFix for PR2472. Use movss to set lower 32-bits of a...
2008-07-10 Chris Lattneropen plugins with RTLD_GLOBAL, pointed out by Bram...
2008-07-10 Chris LattnerSImplify ConstantVector::get a bit and make it turn...
2008-07-10 Chris LattnerFix a case where vector comparison constant folding...
2008-07-10 Chris Lattneradd a helper method for code that wants to handle vector
2008-07-10 Chris Lattneradd a helper method for code that wants to handle vector
2008-07-10 Chris Lattnerelementwise comparison of vector constants was complete...
2008-07-10 Evan Cheng- Replace use of std::map<std::string, ..> with StringM...
2008-07-09 Owen AndersonRevert r53367, which was breaking things.
2008-07-09 Dan GohmanSimplify hasNUsesOfValue and hasAnyUsesOfValue even...
2008-07-09 Dan GohmanhasAnyUseOfValue can check SDUse nodes of its users...
2008-07-09 Dan GohmanMove MemoryVT out of LSBaseNode into MemSDNode, allowin...
2008-07-09 Anton KorobeynikovRemove a FIXME: we really need to use const_data sectio...
2008-07-09 Evan ChengAvoid creating expensive comment string if it's not...
2008-07-09 Anton KorobeynikovAdd FIXME for future checking.
2008-07-09 Owen AndersonLoosen our check here. Local regalloc only cares that...
2008-07-09 Dale JohannesenRemove extra call to DW.SetModuleInfo on Linux.
2008-07-09 Dale JohannesenEmit debug info for data-only files on Cell SPU.
2008-07-09 Dale JohannesenEmit debug into for data-only files for Linux PPC.
2008-07-09 Dan GohmanMove the IsVolatile and SVOffset fields into the MemSDN...
2008-07-09 Dale JohannesenEmit debug info for data-only files. ARM version.
2008-07-09 Owen AndersonDon't use an expensive check for two-address-ness when...
2008-07-09 Dale JohannesenEmit debug info for data-only files. This version
2008-07-09 Anton KorobeynikovAdd missed section
2008-07-09 Dale JohannesenEmit debug info for data-only files. This version
2008-07-09 Owen AndersonFactor local liveness computation out into its own...
2008-07-09 Dan GohmanReuse the MO variable instead of recomputing it in...
2008-07-09 Anton KorobeynikovDistinguish .const and .const_data on Darwin, when...
2008-07-09 Dan GohmanGive RegAllocSimple a TargetInstrInfo member to keep...
2008-07-09 Dan GohmanRegAllocLocal has a TargetInstrInfo data member. Use...
2008-07-09 Dan GohmanUse find with std::map, when that's what's needed,...
2008-07-09 Anton KorobeynikovWeak stuff always goes to coalesced sections on Darwin
2008-07-09 Dan GohmanRemove #include <iostream>.
2008-07-09 Anton KorobeynikovTestcase for PR2024
2008-07-09 Anton KorobeynikovSilence a warning
2008-07-09 Anton KorobeynikovDrop enum and use constants for SectionFlags
2008-07-09 Anton KorobeynikovAdd FIXME needed to be resolved later
2008-07-09 Anton KorobeynikovUse only 'subset' of flags
2008-07-09 Anton KorobeynikovTypo
2008-07-09 Anton KorobeynikovRevert accidentially added stuff
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovHonour text sections
2008-07-09 Anton KorobeynikovUse isWeakForLinker() hook
2008-07-09 Anton KorobeynikovUnbreak
2008-07-09 Anton KorobeynikovSwitch to new section name handling facility
2008-07-09 Anton KorobeynikovAnother bunch of hacks for named sections support
2008-07-09 Anton KorobeynikovTypo
2008-07-09 Anton KorobeynikovDrop mergeable flag, if size is no suitable
2008-07-09 Anton KorobeynikovFix several bugs in named sections handling
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovUse 'gnu.linkonce', where needed
2008-07-09 Anton KorobeynikovFix thinko
2008-07-09 Anton KorobeynikovDrop dead member reference
2008-07-09 Anton KorobeynikovAdd funny darwin section selection logic
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide section selection for X86 ELF targets
2008-07-09 Anton KorobeynikovProvide general hook for section name calculation
2008-07-09 Anton KorobeynikovPrint entity size for mergeable sections
2008-07-09 Anton KorobeynikovSplit PrintSectionFlags
2008-07-09 Anton KorobeynikovSplit UniqueSectionForGlobal()
2008-07-09 Anton KorobeynikovSplit PreferredEHDataFormat hook
2008-07-09 Anton KorobeynikovSplit X86TargetAsmInfo into 4 subtarget-specific classes
2008-07-09 Anton KorobeynikovWhitespace cleanup
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
2008-07-09 Anton KorobeynikovUse 'llvm-linkonce' consistently
2008-07-09 Anton KorobeynikovMake hooks virtual
2008-07-09 Anton KorobeynikovAdd default section name resolution routine
2008-07-09 Anton KorobeynikovConstify
2008-07-09 Anton KorobeynikovAdd code for default section falgs computation
2008-07-09 Duncan SandsRemove some unneeded includes.
2008-07-09 Duncan SandsRedo LegalizeTypes soft float support for
2008-07-09 Duncan SandsForgot to update the chain result when softening
2008-07-09 Duncan SandsLegalizeTypes soft float support for FP_TO_SINT and
2008-07-09 Duncan SandsLegalizeTypes support for powi soft float.
2008-07-09 Duncan SandsMake the role of MVT::i32 clearer here, and add a
2008-07-09 Nick LewyckySimplify, suggested by Chris Lattner.
2008-07-09 Nick LewyckyFold (a < 8) && (b < 8) into (a|b) < 8 for unsigned...
2008-07-09 Evan ChengMissed alignment argument on stores lowered from memcpy.
2008-07-09 Evan ChengBack out 53254. It broke ppc debug info codegen.
2008-07-09 Bill WendlingMake the DICountVisitor not a visitor. This keeps us...
2008-07-09 Bill WendlingSilence warning by initializing variable.
2008-07-09 Bruno Cardoso... Fixed features usage.
2008-07-09 Nick LewyckyFold ((1 << a) & 1) to (a == 0).
2008-07-09 Chris LattnerAdd a little wrapper header that is put around bc files...
2008-07-09 Chris Lattnerrandom bugfix sitting in my tree.
2008-07-09 Chris LattnerFix a broken test. Neither load is eliminable without...
2008-07-09 Bruno Cardoso... Fixe typos and 80 column size problems
2008-07-09 Nick LewyckyReduce x - y to -y when we know the 'x' part will get...
2008-07-09 Bruno Cardoso... MipsTargetLowering cleanup
2008-07-09 Nick LewyckyRemove getValueRange from SCEV. It wasn't doing anythin...
2008-07-09 Dan GohmanConsistently put quotes around pass names in debugging...
2008-07-09 Devang PatelIf loop induction variable's start value is less then...
2008-07-09 Dan Gohmanconst-ify SelectionDAG::getNodeValueTypes.
2008-07-08 Dan GohmanIt's no longer necessary to test if a MachineBasicBlock's
2008-07-08 Dan GohmanVerify that MachineMemOperand alignment is a non-zero...
2008-07-08 Dan GohmanFactor out the code for computing an alignment value...
2008-07-08 Owen AndersonFix the build. Apparently MachineInstr& is no longer...
2008-07-08 Dan GohmanThe graph name really does matter for configurations...
next