Honour text sections
[oota-llvm.git] / lib /
2008-07-09 Anton KorobeynikovHonour text sections
2008-07-09 Anton KorobeynikovUse isWeakForLinker() hook
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 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 LopesFixed 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 Bruno Cardoso LopesFixe 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 LopesMipsTargetLowering 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 Owen AndersonMake the local register allocator compute (purely local...
2008-07-08 Dale JohannesenMake debug info come out in data-only files.
2008-07-08 Dale JohannesenRemove some dead code.
2008-07-08 Evan ChengDo not CSE DEBUG_LOC, DBG_LABEL, DBG_STOPPOINT, DECLARE...
2008-07-08 Duncan SandsRemove custom expansion from LegalizeTypes when doing
2008-07-08 Duncan SandsAdd missing select_cc libcall line, somehow omitted
2008-07-08 Chris Lattnerimprove comment
2008-07-08 Chris LattnerAdd a new hidden option to the interpreter to cause...
2008-07-08 Chris LattnerFix PR2496, a really nasty bug which involved sinking...
2008-07-08 Evan ChengUnbreak C++ tests on x86 Darwin.
2008-07-08 Duncan SandsLegalizeTypes support for FP_ROUND and FP_EXTEND
2008-07-08 Duncan SandsAdd some helpers for manipulating function
2008-07-08 Duncan SandsPacify gcc-4.3.
2008-07-08 Duncan SandsAdd some convenience methods for manipulating
2008-07-08 Chris LattnerFix three bugs:
2008-07-08 Nick LewyckyExpand SCEVUDiv of power of 2 to a lshr instruction.
2008-07-08 Evan ChengAvoid unnecessary string construction during asm printing.
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-07-07 Dan GohmanPool-allocation for SDNodes. The pool is allocated...
2008-07-07 Dan GohmanAdd some basic Pool-allocation infrastructure. This...
2008-07-07 Evan ChengClean up PPC register specification.
2008-07-07 Evan ChengATT asm printer just print register AsmName's instead...
2008-07-07 Evan ChengTargetRegisterDesc::Name field is the same as the abstr...
2008-07-07 Bill WendlingUse the canonical way to get an empty structure.
2008-07-07 Bill WendlingUse StringMap for greater justice!
2008-07-07 Dan GohmanFix SDNode::MorphNodeTo (a function used by by SelectNo...
2008-07-07 Dan GohmanMove MachineMemOperand's constructor out of line, to...
2008-07-07 Dan GohmanSimplify this use of BuildMI. This is also in preparati...
2008-07-07 Dan GohmanUse of operator* is redundant and confusing here.
2008-07-07 Dan GohmanMinor const-correctness fixes.
2008-07-07 Dan GohmanAssert that all MachineInstrs update PhysRegUseDefLists in
2008-07-07 Evan ChengFix two serious LSR bugs.
2008-07-07 Bruno Cardoso Lopesfixed 32-bit fp_to_sint pattern
2008-07-07 Dan GohmanRemove most of the uses of SDOperandPtr, usually replac...
2008-07-07 Dan GohmanAdd explicit keywords.
2008-07-07 Dan GohmanUse empty() instead of size().
2008-07-07 Dan GohmanMake DenseMap's insert return a pair, to more closely...
2008-07-07 Evan ChengLegalizeSetCCOperands should legalize the result of...
2008-07-07 Nick LewyckyHandle 'lshr' instruction with SCEVUDiv object.
2008-07-07 Bill WendlingPrevent option name conflict.
2008-07-07 Duncan SandsLegalizeTypes soft-float support for stores of a
2008-07-05 Anton KorobeynikovAdd convenient helper for checking whether global is...
2008-07-05 Anton KorobeynikovOverride weak stuff during linking of aliases. This...
2008-07-05 Anton KorobeynikovProperly link alias and function decls. This fixes...
2008-07-05 Nick LewyckyFix missed optimization opportunity when analyzing...
next