summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add a method to indicate section address re-assignment is finished.Andrew Kaylor2012-11-05
* On PowerPC64, integer return values (as well as arguments) are supposedUlrich Weigand2012-11-05
* Implement the cost of abnormal x86 instruction lowering as a table.Nadav Rotem2012-11-05
* Add support for the PowerPC-specific inline asm Z constraint and y modifier.Hal Finkel2012-11-05
* [PATCH] PowerPC: Expand load extend vector operationsAdhemerval Zanella2012-11-05
* Don't infer whether a value is captured in the current function from theRichard Osborne2012-11-05
* ConstantFolding.cpp: Whitespace.NAKAMURA Takumi2012-11-05
* Apply the patch from PR14160. I failed to construct a testcase for this, butDuncan Sands2012-11-04
* Remove alignments from folding tables for scalar FMA4 instructions.Craig Topper2012-11-04
* Generalize the transform that boosts GEP indices to the size of a pointer toDuncan Sands2012-11-03
* [mips] Set flag neverHasSideEffects flag on floating point conversionAkira Hatanaka2012-11-03
* X86 CostModel: Add support for a some of the common arithmetic instructions f...Nadav Rotem2012-11-03
* [mips] Set flag isAsCheapAsAMove flag on instruction LUi.Akira Hatanaka2012-11-03
* Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson2012-11-03
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-03
* [mips] Do not reserve all 64-bit registers, but only the ones which need to beAkira Hatanaka2012-11-02
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-02
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-02
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-02
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-02
* Scalar Bitcasts and Truncs are usually freeNadav Rotem2012-11-02
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-02
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-02
* [mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka2012-11-02
* [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the sizeAkira Hatanaka2012-11-02
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-02
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-02
* Fix whitespacesAlexey Samsonov2012-11-02
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-02
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-02
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-02
* Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth2012-11-02
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-01
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-01
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-01
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-01
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-01
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-01
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-01
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-01
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-01
* Cleanup another place redundant SP maintainedMichael Liao2012-11-01
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-01
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-01
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-01
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-01
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-01