oota-llvm.git
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 Lattnermake this condition more precise.
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 Ted KremenekMake typedef public to make MSVC++ happy.
2008-07-10 Ted KremenekMake some typedefs public to make MSVC++ happy.
2008-07-10 Ted KremenekMake typedefs in ilist public (Visual C++ errors out...
2008-07-10 Bill WendlingPull r53428 from Gaz into mainline:
2008-07-10 Ted KremenekAdded ImmutableMap constructor that accepts a const...
2008-07-10 Bill WendlingPut CPPBackend tests into their own directory and run...
2008-07-10 Dan GohmanTidy up #includes.
2008-07-10 Dan GohmanAdd a SubclassData field to SDNode, similar to what...
2008-07-10 Dan GohmanFix a copy+pasto in an assertion string.
2008-07-10 Dan GohmanStack objects have nonnegative indices, not just positi...
2008-07-10 Dan GohmanEscape the graph name. This unbreaks -view-cfg.
2008-07-10 Dan GohmanRemove this file; the code that it went with is no...
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 Duncan SandsCorrect a comment.
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 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
next