oota-llvm.git
2012-11-03 Duncan SandsFix the IntegersSubsetTest unit test when compiled...
2012-11-03 Duncan SandsGeneralize the transform that boosts GEP indices to...
2012-11-03 Akira Hatanaka[mips] Set flag neverHasSideEffects flag on floating...
2012-11-03 Nadav RotemX86 CostModel: Add support for a some of the common...
2012-11-03 Akira Hatanaka[mips] Set flag isAsCheapAsAMove flag on instruction...
2012-11-03 Owen AndersonBe careful not to optimize a SELECT_CC into a SETCC...
2012-11-03 Akira Hatanaka[mips] Stop reserving register AT and use register...
2012-11-02 Akira Hatanaka[mips] Do not reserve all 64-bit registers, but only...
2012-11-02 David BlaikieInclude all the fields so we can correctly emit DW_TAG_...
2012-11-02 Nadav RotemAdd a stub for the x86 cost model impl. Implement a...
2012-11-02 Nadav RotemRemove empty directory
2012-11-02 Nadav RotemCostModel: add support for Vector Insert and Extract.
2012-11-02 Chris Lattnerremove empty directories
2012-11-02 Akira Hatanaka[mips] Fix disassembler test cases.
2012-11-02 Nadav RotemAdd a cost model analysis that allows us to estimate...
2012-11-02 Nadav RotemScalar Bitcasts and Truncs are usually free
2012-11-02 Akira Hatanaka[mips] Fix bug in test case. Disable machine LICM to...
2012-11-02 Quentin ColombetVext Lowering was missing opportunities
2012-11-02 Akira Hatanaka[mips] Use register number instead of name to print...
2012-11-02 Akira Hatanaka[mips] Add function MipsFrameLowering::estimateStackSize.
2012-11-02 Akira Hatanaka[mips] Add member field MipsFunctionInfo::IncomingArgSi...
2012-11-02 Rafael EspindolaFix a build problem with xlc. The error message was
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-11-02 Rafael EspindolaXLC supports the same atomic functions as GCC, use...
2012-11-02 Andrew KaylorChange resolveRelocation parameters so the relocations...
2012-11-02 Dmitri GribenkoDocumentation: fix typos.
2012-11-02 Alexey SamsonovFix whitespaces
2012-11-02 Duncan SandsEnable the assertion in getIntPtrType (I've audited...
2012-11-02 Chandler CarruthAdd a testcase to loop-idiom to cover PR14241 when...
2012-11-02 Chandler CarruthRevert the switch of loop-idiom to use the new dependen...
2012-11-02 Duncan SandsFix an obvious typo that causes an assertion failure...
2012-11-02 Chandler CarruthFix sign compare warning. Patch by Mahesha HS.
2012-11-02 NAKAMURA Takumilibprofile/CommonProfiling.c: Fix according to C89.
2012-11-02 Manman RenPGO: allows the profile data file name to be specified...
2012-11-01 Manman RenOutputArg: added an index of the original argument...
2012-11-01 Hal FinkelBBVectorize: Commit the rest of the test-case change.
2012-11-01 Hal FinkelBBVectorize: Use target costs for incoming and outgoing...
2012-11-01 Andrew KaylorFixed format string to avoid pointer truncation during...
2012-11-01 Pranav BhandarkarUse the relationship models infrastructure to add two...
2012-11-01 Kevin EnderbyAdd support for generating dwarf debugging info with...
2012-11-01 NAKAMURA Takumillvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not...
2012-11-01 Kostya Serebryany[asan] don't instrument globals that we've created...
2012-11-01 Chandler CarruthAdd a getAddressSpace method to the GEP instruction...
2012-11-01 Chandler CarruthAdd some consistent doxygen comments for the address...
2012-11-01 Chandler CarruthNormalize the API and doxygen comments for the ptrtoint...
2012-11-01 Chandler CarruthRemove a weird static helper from the GEP instruction...
2012-11-01 Chandler CarruthAs I'm going to be touching several comments in this...
2012-11-01 Chandler CarruthAdd a test case for PR14233.
2012-11-01 Chandler CarruthTeach Type::getPointerAddressSpace to look through...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-11-01 Hal FinkelBBVectorize: Account for internal shuffle costs
2012-11-01 Michael LiaoCleanup another place redundant SP maintained
2012-11-01 NAKAMURA Takumi[CMake] Add llvm-mcmarkup to check-llvm.
2012-11-01 NAKAMURA Takumitest/CodeGen/X86/fp-fast.ll: Add +avx.
2012-11-01 Owen AndersonAdd a few more simple fast-math constant propagations...
2012-11-01 Jakob Stoklund... Exploit the new identity composition in composeSubRegIn...
2012-11-01 Jakub StaszakDon't insert and erase load instruction. Simply create...
2012-11-01 Andrew KaylorStreamlined memory manager hierarchy for MCJIT and...
2012-11-01 Michael J.... [Support] Fix StrError on Windows to actually return...
2012-11-01 Jakob Stoklund... Generate a table-driven version of TRI::composeSubRegIn...
2012-11-01 Andrew KaylorFixed format strings to avoid pointer truncation during...
2012-10-31 Jim GrosbachMC: Simple example parser for MC assembly markup.
2012-10-31 Shuxin Yang(For X86) Enhancement to add-carray/sub-borrow (adc...
2012-10-31 Nadav RotemLoopVectorize: Preserve NSW, NUW and IsExact flags.
2012-10-31 Nadav RotemFix a bug in the cost calculation of vector casts....
2012-10-31 Andrew KaylorMark code, not data, as executable in lli RemoteTarget...
2012-10-31 Rafael EspindolaRemove Triple::getArchTypeForDarwinArchName. I lives...
2012-10-31 Akira Hatanaka[mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu...
2012-10-31 Amara EmersonMCJIT unit test: add calls to ensure that instruction...
2012-10-31 Amara EmersonPort lli bug fix from r166920 to MCJIT unit test.
2012-10-31 Amara EmersonCommit access test.
2012-10-31 Arnold SchwaighoferRemove stale documentation about tail duplicaton IR...
2012-10-31 Akira HatanakaTest case for r167039. Check that tail-call optimizatio...
2012-10-31 Eli BenderskyFix typo in CodeGenerator doc
2012-10-31 Benjamin KramerLCSSA: Try to recover compile time regressions due...
2012-10-31 Nadav RotemPut the threshold magic number in a variable.
2012-10-31 Ulrich WeigandDisable all old-JIT unit tests on PowerPC.
2012-10-31 Hans WennborgRemove fixme about unreachable cases from SwitchToLooku...
2012-10-31 Nadav RotemRemove enum values since they are not used anymore.
2012-10-31 Hans WennborgAddress Duncan's comments on r167121.
2012-10-31 Hal FinkelBBVectorize: Choose pair ordering to minimize shuffles
2012-10-31 Hans WennborgAddress Duncan's comments on r167115
2012-10-31 Meador Ingeinstcombine: Migrate strto* optimizations
2012-10-31 Hans WennborgFix false -> NULL conversion from r167115 spotted by...
2012-10-31 Benjamin KramerReplace some instances of UniqueVector with SetVector...
2012-10-31 Hans WennborgDo simple constant propagation in lookup table formatio...
2012-10-31 Benjamin KramerFix a couple of comment typos.
2012-10-31 Benjamin KramerLCSSA: Add a workaround for another nasty SCEV cache...
2012-10-31 Evgeniy StepanovAdd IRBuilderBase::getIntPtrTy.
2012-10-31 Benjamin KramerDependenceAnalysis: Don't crash if there is no constant...
2012-10-31 James MolloyAdd support for ARM segment types PT_ARM_ARCHEXT, PT_AR...
2012-10-31 James MolloyAdd support for Cortex-A15 host recognition.
2012-10-31 Reed KotlerImplement ADJCALLSTACKUP and ADJCALLSTACKDOWN
2012-10-31 Craig TopperAdd scalar forms of FMA4 VFNMSUB/VFNMADD to folding...
2012-10-31 Meador Ingeinstcombine: Migrate strpbrk optimizations
2012-10-31 Michael LiaoClean up redundant SP register maintained in X86 TLI
2012-10-31 Meador Ingeinstcombine: Migrate strlen optimizations
2012-10-31 Meador Ingeinstcombine: Migrate strncpy optimizations
2012-10-31 Nadav RotemLoopVectorize: Do not vectorize loops with tiny constan...
next