Fix typos in comments.
[oota-llvm.git] / lib /
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-07-11 Dan GohmanFix an obsolete top-level comment.
2008-07-11 Dan GohmanFactor out debugging code into the common base class.
2008-07-11 Dan GohmanAdd support for putting NamedRegionTimers in TimerGroup...
2008-07-11 Dan GohmanUse find instead of lower_bound.
2008-07-11 Chris Lattneradd support for returning i128, PR2532.
2008-07-11 Dan GohmanTrim unnecessary #includes.
2008-07-11 Owen AndersonDon't call lookupNumber more than we have to.
2008-07-11 Duncan SandsRemove an apparently useless routine: there should
2008-07-11 Duncan SandsIt is pointless to turn a UINT_TO_FP into an
2008-07-11 Duncan SandsAdd two missing SINT_TO_FP libcalls.
2008-07-11 Duncan SandsPort a shift-by-1 optimization from LegalizeDAG: it
2008-07-11 Duncan SandsAdd support for 128 bit shifts and 32 bit shifts
2008-07-11 Nick LewyckyDocument 'mask' in this calculation.
2008-07-11 Duncan SandsAlign comments, colons and cases. Remove trailing
2008-07-11 Nick LewyckyRemove misleading constant from comment.
2008-07-11 Nick LewyckyAdd another optimization from PR2330. Also catch some...
2008-07-11 Bill WendlingThe frame address on an x86-64 box needs to be offset...
2008-07-11 Chris Lattnera missed optimization that Eli spotted
2008-07-11 Chris Lattneranother bug in the same line.
2008-07-11 Chris Lattnerfix a bug spotted by Eli's eagle eyes
2008-07-11 Chris Lattnersimplify and merge a bunch of code. Instead of compari...
2008-07-11 Chris Lattnerfold away (x <= cst) earlier, allowing us to not have to
2008-07-11 Chris LattnerFix folding of icmp's of i1 where the comparison is...
2008-07-11 Chris LattnerFix a bogus optimization: folding (slt (zext i1 A to...
2008-07-11 Chris Lattnerregenerate
2008-07-11 Chris LattnerImplement PR2538
2008-07-10 Chris LattnerFix a bug in the soft-float handling of FCOPYSIGN that...
2008-07-10 Chris Lattnermake legalize types be a command line option: -enable...
2008-07-10 Dan GohmanMake stack slot coloring's debug output more consistent...
2008-07-10 Evan ChengChange StackSlotForVirtReg (which maps vregs to frame...
2008-07-10 Chris LattnerRemove extraneous vertical whitespace before Eric gets...
2008-07-10 Chris LattnerFix an altivec constant miscompilation that Duncan...
2008-07-10 Duncan SandsAdd support for 128 bit multiplicative operations.
2008-07-10 Duncan SandsAdd a mysteriously missing libcall, FPTOSINT_F80_I32.
2008-07-10 Duncan SandsFix a FIXME: use an apint in CTTZ legalization.
2008-07-10 Duncan SandsRemove PromoteIntRes_FP_ROUND - not sure what it
2008-07-10 Duncan SandsMake sure the alignment of the temporary created
2008-07-10 Duncan SandsMake the LegalizeType method naming scheme more regular.
2008-07-10 Duncan SandsDon't barf when dumping a constant that contains
2008-07-10 Matthijs KooijmanRestructure dead argument elimination, try #3 :-)
2008-07-10 Evan Cheng- Change the horrible N^2 isRegReDefinedByTwoAddr....
2008-07-10 Nick LewyckyFix overzealous optimization. Thanks to Duncan Sands...
2008-07-10 Owen AndersonUse DenseMap instead of std::map in local register...
2008-07-10 Owen AndersonFix 403.gcc. Finally got the check for two-address...
2008-07-10 Owen AndersonFix the build by adding a #include.
2008-07-10 Chris LattnerThe source and dest of an alias are *not* required...
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 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 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 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
next