oota-llvm.git
2009-08-05 Evan ChengAnother nasty coalescer bug (is there another kind):
2009-08-05 Bruno Cardoso... Remove accidental commited comment
2009-08-05 Bruno Cardoso... - Remove custom handling of jumptables by the elf writt...
2009-08-05 Evan Cheng80 col violations.
2009-08-05 Chris Lattnercommon globals may also not be marked constant.
2009-08-05 Dan GohmanRevert changes accidentally committed along with r78163.
2009-08-05 Dan GohmanTeach X86FastISel how to handle CCValAssign::BCvt,...
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-05 Andreas BolkaZIV tester for LDA.
2009-08-05 Chris Lattnerexpose SectionKindForGlobal to curious clients, named as
2009-08-05 Andreas BolkaRestrict LDA to GEPs with the same pointer offset.
2009-08-05 Chris Lattneradd a temporary hook to allow reuse of the asmprinter...
2009-08-05 Andreas BolkaFix LDA testcases.
2009-08-05 Evan ChengTurn some insert_subreg, extract_subreg, subreg_to_reg...
2009-08-05 Bob WilsonOops. I didn't mean to commit this piece yet.
2009-08-05 Evan ChengOne more. Transfer kill of the larger register when...
2009-08-05 Evan ChengOne more place where subreg lowering forgot to transfer...
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Evan ChengIf the insert_subreg source is <undef>, insert an impli...
2009-08-05 Dan GohmanVarious comment fixes.
2009-08-05 Dan GohmanRemove an unnecessary flush in the CppBackend's output.
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-05 Bob WilsonChange DAG nodes for Neon VLD2/3/4 operations to return...
2009-08-05 Dan Gohmancerr isn't buffered so it doesn't need to be flushed.
2009-08-05 Dan Gohmanlli doesn't need <iostream> anymore.
2009-08-05 Dan GohmanRemove needless uses of std::flush in the parent proces...
2009-08-05 Owen AndersonPrivatize the PointerType factory.
2009-08-05 Bruno Cardoso... 1) Proper emit displacements for x86, using absolute...
2009-08-05 Dan GohmanUse _exit rather than exit in the child process after...
2009-08-04 Jeffrey YasskinMake ExecutionEngine::updateGlobalMapping(GV, NULL...
2009-08-04 Evan ChengFix part 1 of pr4682. PICADD is a 16-bit instruction...
2009-08-04 Owen AndersonPrivatize the VectorType uniquing.
2009-08-04 Owen AndersonBegin the process of privatizing the type uniquing...
2009-08-04 Dan GohmanCheck for !isa<Constant> instead of isa<Instruction...
2009-08-04 Dan GohmanFollow Unix behavior and return 127 if the command...
2009-08-04 Chris Lattnerrevert r78048, it isn't worth using assertingvh here.
2009-08-04 Benjamin KramerUpdate CMakeLists.
2009-08-04 Owen AndersonIt helps if I remember to actually add the file...
2009-08-04 Owen AndersonFactor some of the constants+context related code out...
2009-08-04 Evan ChengFix test.
2009-08-04 Bob WilsonConvert more Neon tests to use FileCheck.
2009-08-04 Bob WilsonReplace dregsingle operand modifier with explicit escap...
2009-08-04 Bob WilsonConvert a few Neon tests to use FileCheck.
2009-08-04 Jakob Stoklund... Clean up the handling of two-address operands in RegSca...
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
next