oota-llvm.git
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.
2009-08-03 Bill Wendling- s/DOUT/DEBUG(errs()/g
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Andreas BolkaExpand LDA testcases.
2009-08-02 Richard OsborneAdd extra SEXT pattern.
2009-08-02 Bill WendlingThe x86 jit doesn't generate a def_cfa_offset unwind...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Jakob Stoklund... Remove unneeded intrinsics from Blackfin backend.
2009-08-02 Nick LewyckyFix the build for people with oprofile installed.
2009-08-02 Daniel DunbarEmpty arguments need to be quoted on Win32.
2009-08-02 Jakob Stoklund... Fix issue in regscavenger when scavenging a callee...
2009-08-02 Edward O'CallaghanOne two many newlines at end of file LLVMContextImpl.cpp
2009-08-02 Daniel DunbarTweak svn:ignore more
2009-08-02 Daniel DunbarTweak svn:ignore
2009-08-02 Daniel DunbarAdjust comment to distinguish between target name and...
2009-08-02 Edward O'CallaghanFix no newline at end of LLVMContextImpl.cpp
2009-08-02 Jakob Stoklund... Never add a kill flag to a constrained physical registe...
2009-08-02 Jakob Stoklund... Scavenger asserts.
2009-08-02 Jakob Stoklund... Add some basic blackfin intrinsics.
2009-08-02 Jakob Stoklund... Add support for CPU features (i.e., bugs) and workarounds.
2009-08-02 Jakob Stoklund... Inline assembly support for Blackfin.
2009-08-02 Jakob Stoklund... Build Blackfin target with autoconf and cmake.
2009-08-02 Jakob Stoklund... Analog Devices Blackfin back-end.
2009-08-02 Dan GohmanAvoid forming a SELECT_CC in a type that the target...
2009-08-02 Dan GohmanFix indentation.
2009-08-02 Dan GohmanAdd a comment.
2009-08-02 Dan GohmanResync lea32addr and lea64addr.
2009-08-02 Benjamin KramerRemove duplicated colons and spaces.
2009-08-02 Jakob Stoklund... Handle <undef> flag in machine code verifier.
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerI need Triple information, 10.6 shouldn't set this...
2009-08-02 Chris LattnerARM TAI no longer needs a TM, but createTargetAsmInfo...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnermove a virtual method body to its .cpp file to avoid...
2009-08-02 Chris Lattnerturn some templated inline functions into static functions.
2009-08-02 Chris Lattneralpha TAI doesn't need TM.
2009-08-02 Chris LattnerMSP430 TAI doesn't need TM.
2009-08-02 Chris Lattnersimplify SPULinuxTargetAsmInfo, remove use of TM.
2009-08-02 Chris Lattnerxcore TAI doesn't need TM.
2009-08-02 Chris LattnerPIC16 TAI doesn't need TM
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnereliminate the TM argument to the TAI class, remove...
2009-08-02 Chris Lattnereliminate TargetMAchine argument to sparc TAI
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerremove the x86/ppc impls of getEHGlobalPrefix, which...
2009-08-02 Daniel DunbarAdd missing flush().
2009-08-02 Chris Lattnerclean up #includes of TargetAsmInfo.cpp
next