oota-llvm.git
2009-08-04 Jakob Stoklund... Don't give implicit machine operands special treatment...
2009-08-04 Mike StumpRestlyize to match other targets, fixes cmake build...
2009-08-04 Evan ChengEnable load / store multiple pass for Thumb2. It's...
2009-08-04 Chris Lattnerremove a random reference to subtarget. Even without...
2009-08-04 David GoodwinAdd NEON single-precision FP support for fabs and fneg.
2009-08-04 Daniel DunbarTableGen / AsmMatcher: Tweaks to avoid generating compl...
2009-08-04 Daniel DunbarWhen exec() fails, return 127 instead of errno; the...
2009-08-04 Owen AndersonPrivatize the last bit of Constant-creation state.
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-04 Jakob Stoklund... Don't tamper with <undef> operands in MachineInstr...
2009-08-04 Jakob Stoklund... LowerSubregsInstructionPass::LowerExtract should not...
2009-08-04 Jakob Stoklund... Enforce stricter rules in machine code verifier.
2009-08-04 Jakob Stoklund... Most flags are reserved registers on Blackfin.
2009-08-04 Evan ChengIn thumb mode, r7 is used as frame register. This fixes...
2009-08-04 David GoodwinMatch common pattern for FNMAC. Add NEON SP support.
2009-08-04 David GoodwinImprove tests.
2009-08-04 Sanjiv GuptaLegalize i64 store operations generated by inst-combine.
2009-08-04 David GoodwinInitial support for single-precision FP using NEON...
2009-08-04 Douglas GregorAdd some type traits that are used for Clang's statical...
2009-08-04 Evan ChengFix PR4528. This scavenger assertion is too strict...
2009-08-04 Daniel DunbarAvoid compiler warning (in -Asserts mode)
2009-08-04 Chris Lattnerenhance codegen to put 16-bit character strings into the
2009-08-04 Chris Lattnerfix a fixme: don't create an explicit "CStringSection...
2009-08-04 Chris LattnerAdd support emiting for 2/4 byte mergable strings to...
2009-08-04 Misha Brukman* Use "svn export" instead of "svn co" and avoid cleani...
2009-08-04 Anton KorobeynikovOoops, I was too fast to commit the wrong fix :(
2009-08-04 Anton KorobeynikovFix a typo - this unbreaks llvm-gcc build on arm
2009-08-04 Evan ChengThumb2 does not have ib (increment before) and da ...
2009-08-04 Devang PatelUse separate ValueList for metadata.
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-04 Edward O'CallaghanMinor www site formating improvements.
2009-08-04 Devang PatelRevert recent bitcode writer patches.
2009-08-04 Bill Wendlingllvm-gcc checks the static asm variable is valid in...
2009-08-04 Chris Lattnerswitch ValueMap to using AssertingVH. This is an old...
2009-08-04 Daniel DunbarNo really, it's unused.
2009-08-04 Daniel DunbarRemove unused function.
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-04 Bill WendlingFixed now.
2009-08-04 Rafael EspindolaAdd test for PR4678
2009-08-04 Bill WendlingXFAIL for the moment.
2009-08-04 Devang PatelRemove dead code.
2009-08-04 Devang PatelFix MDString Abbrev setup.
2009-08-04 Devang PatelConstants and Metadata share ValueList. This means...
2009-08-04 Evan ChengRemove ARM specific getInlineAsmLength. We'll rely...
2009-08-04 Evan ChengLoad / store multiple pass fixes for Thumb2. Not enable...
2009-08-04 Evan ChengEmit sub r, #c instead of transforming it to add r...
2009-08-04 Bob WilsonLower Neon VLD* intrinsics to custom DAG nodes, and...
2009-08-04 Bob WilsonMinor cleanup. No functional changes intended.
2009-08-04 Dan GohmanPropogate the Depth argument when calling
2009-08-03 Ted KremenekUpdate CMake files.
2009-08-03 Chris Lattnereliminate CurrentSection, rename CurrentSection_ -...
2009-08-03 Chris LattnerKill off SwitchToDataSection and SwitchToTextSection...
2009-08-03 Chris Lattnerremove an unneeded section switch.
2009-08-03 Chris Lattnerswitch ppc to using SwitchToSection instead of textual...
2009-08-03 Devang PatelKeep track of metadata used by other metadata.
2009-08-03 Chris Lattneruse TLOF to compute the section for a function instead of
2009-08-03 Dan GohmanMinor whitespace fix, so this doesn't look like a unary *.
2009-08-03 Dan GohmanAdd -disable-output. Thanks Bill!
2009-08-03 Chris Lattnerconvert macho stub emission to use SwitchToSection...
2009-08-03 Chris Lattnerhoist some common code out of a switch
2009-08-03 Dan GohmanAdd a new Constant::getIntegerValue helper function...
2009-08-03 Chris Lattnerthis really shouldn't switch sections without telling...
2009-08-03 David GreeneRe-apply LiveInterval index dumping patch, with fixes...
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-03 Bob WilsonLower CONCAT_VECTOR during legalization instead of...
2009-08-03 Jakob Stoklund... Fix Bug 4657: register scavenger asserts with subreg...
2009-08-03 Jakob Stoklund... Minor stylistic cleanups in the Blackfin target.
2009-08-03 Eli FriedmanMake SimplifyDemandedUseBits generate vector constants...
2009-08-03 Chris Lattnermake getObjFileLowering() return a non-const reference.
2009-08-03 Chris Lattnerremove a dead switch directive, replace it with some
2009-08-03 Bob WilsonRevert 77974. It breaks 3 of the ARM tests.
2009-08-03 Evan ChengRemove neverHasSideEffects on MMX_MOVD64rrv164 since...
2009-08-03 Chris Lattnereliminate textual section switching from intel asm...
2009-08-03 Chris Lattnermake SwitchToSection accept null sections for now.
2009-08-03 Daniel DunbarChange C, CBE, MSIL to not provide target data via...
2009-08-03 Sanjiv GuptaAllow targets to custom handle softening of results...
2009-08-03 Daniel DunbarProvide target data from the module if the target machi...
2009-08-03 Benjamin Kramerllvm_report_error already prints "LLVM ERROR:". So...
2009-08-03 Anton KorobeynikovUnbreak win64 compilation callback.
2009-08-03 Evan ChengFix a coaelescer bug. If a copy val# is extended to...
2009-08-03 Anton KorobeynikovCreate proper frame index for FP
2009-08-03 Anton KorobeynikovPerform bitconvert to proper type
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Anton KorobeynikovCleanup Darwin MMX calling conv stuff - make the stuff...
2009-08-03 Anton KorobeynikovUnbreak Win64 CC. Step one: honour register save area...
2009-08-03 Nick LewyckyRemove the GCC path from libLTO. This has been superced...
2009-08-03 Devang PatelAdd NamedMDNode destructor.
2009-08-03 Rafael EspindolaUse movd instead of movq
2009-08-03 Daniel DunbarAdd FileUpdate tool, conditionally updates its output...
2009-08-03 Daniel DunbarFix a race condition in getting the process exit code...
2009-08-03 Daniel DunbarRemove now unused arguments from TargetRegistry::lookup...
2009-08-03 Evan ChengThese are done.
2009-08-03 Daniel DunbarPass target triple string in to TargetMachine constructor.
2009-08-03 Rafael EspindolaFix the instruction encoding.
2009-08-03 Rafael EspindolaRemove a bitcast that was a no-op.
2009-08-03 Rafael EspindolaUse movq to move 64 bits in and out of mmx registers.
2009-08-03 Evan ChengUse the i12 variant of load / store opcodes if offset...
2009-08-03 Eli FriedmanRemove -disable-mips-abicall and -enable-mips-absolute...
2009-08-03 Andreas BolkaRestrict LDA to affine subscripts.
2009-08-03 Daniel DunbarFix some comments referring to std::cerr.
next