aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-11-05Don't infer whether a value is captured in the current function from theRichard Osborne
2012-11-05Add a couple of stubs to the release notes for things I noticed whileChandler Carruth
2012-11-05PR14256: SelectionDAGLowering was renamed to SelectionDAGBuilder a long time ...Eli Bendersky
2012-11-05ConstantFolding.cpp: Whitespace.NAKAMURA Takumi
2012-11-04Apply the patch from PR14160. I failed to construct a testcase for this, butDuncan Sands
2012-11-04Remove alignments from folding tables for scalar FMA4 instructions.Craig Topper
2012-11-03Fix the IntegersSubsetTest unit test when compiled with gcc-4.7. The issue hereDuncan Sands
2012-11-03Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands
2012-11-03[mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka
2012-11-03X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem
2012-11-03[mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka
2012-11-03Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson
2012-11-03[mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka
2012-11-02[mips] Do not reserve all 64-bit registers, but only the ones which need to beAkira Hatanaka
2012-11-02Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie
2012-11-02Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem
2012-11-02Remove empty directoryNadav Rotem
2012-11-02CostModel: add support for Vector Insert and Extract.Nadav Rotem
2012-11-02remove empty directoriesChris Lattner
2012-11-02[mips] Fix disassembler test cases.Akira Hatanaka
2012-11-02Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem
2012-11-02Scalar Bitcasts and Truncs are usually freeNadav Rotem
2012-11-02[mips] Fix bug in test case. Disable machine LICM to prevent instruction fromAkira Hatanaka
2012-11-02Vext Lowering was missing opportunitiesQuentin Colombet
2012-11-02[mips] Use register number instead of name to print register $AT.Akira Hatanaka
2012-11-02[mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka
2012-11-02[mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the sizeAkira Hatanaka
2012-11-02Fix a build problem with xlc. The error message wasRafael Espindola
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka
2012-11-02XLC supports the same atomic functions as GCC, use them.Rafael Espindola
2012-11-02Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor
2012-11-02Documentation: fix typos.Dmitri Gribenko
2012-11-02Fix whitespacesAlexey Samsonov
2012-11-02Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands
2012-11-02Add a testcase to loop-idiom to cover PR14241 when we start handlingChandler Carruth
2012-11-02Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth
2012-11-02Fix an obvious typo that causes an assertion failure when runningDuncan Sands
2012-11-02Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth
2012-11-02libprofile/CommonProfiling.c: Fix according to C89.NAKAMURA Takumi
2012-11-02PGO: allows the profile data file name to be specified by the LLVMPROF_OUTPUTManman Ren
2012-11-01OutputArg: added an index of the original argument to match the change toManman Ren
2012-11-01BBVectorize: Commit the rest of the test-case change.Hal Finkel
2012-11-01BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel
2012-11-01Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor
2012-11-01Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar
2012-11-01Add support for generating dwarf debugging info with assembly filesKevin Enderby
2012-11-01llvm/test/lit.cfg: Don't use mcjit to ppc32 yet, not ready.NAKAMURA Takumi
2012-11-01[asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany
2012-11-01Add a getAddressSpace method to the GEP instruction to mirror that ofChandler Carruth
2012-11-01Add some consistent doxygen comments for the address space helpers.Chandler Carruth