aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Be careful not to optimize a SELECT_CC into a SETCC post-legalization if the ...Owen Anderson2012-11-031-23/+27
* [mips] Stop reserving register AT and use register scavenger when a scratchAkira Hatanaka2012-11-035-13/+47
* [mips] Do not reserve all 64-bit registers, but only the ones which need to beAkira Hatanaka2012-11-021-8/+4
* Include all the fields so we can correctly emit DW_TAG_structure_type for C++...David Blaikie2012-11-021-1/+2
* Add a stub for the x86 cost model impl. Implement a basic cost rule for inser...Nadav Rotem2012-11-022-2/+18
* CostModel: add support for Vector Insert and Extract.Nadav Rotem2012-11-021-0/+18
* Add a cost model analysis that allows us to estimate the cost of IR-level ins...Nadav Rotem2012-11-023-0/+177
* Scalar Bitcasts and Truncs are usually freeNadav Rotem2012-11-021-0/+5
* Vext Lowering was missing opportunitiesQuentin Colombet2012-11-021-4/+40
* [mips] Use register number instead of name to print register $AT.Akira Hatanaka2012-11-021-2/+2
* [mips] Add function MipsFrameLowering::estimateStackSize.Akira Hatanaka2012-11-022-0/+37
* [mips] Add member field MipsFunctionInfo::IncomingArgSize which holds the sizeAkira Hatanaka2012-11-022-0/+7
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-025-16/+3
* XLC supports the same atomic functions as GCC, use them.Rafael Espindola2012-11-021-5/+9
* Change resolveRelocation parameters so the relocations can find placeholder v...Andrew Kaylor2012-11-026-77/+99
* Fix whitespacesAlexey Samsonov2012-11-021-2/+2
* Enable the assertion in getIntPtrType (I've audited all users of this method andDuncan Sands2012-11-021-5/+0
* Revert the switch of loop-idiom to use the new dependence analysis.Chandler Carruth2012-11-021-69/+88
* Fix an obvious typo that causes an assertion failure when runningDuncan Sands2012-11-021-1/+1
* Fix sign compare warning. Patch by Mahesha HS.Chandler Carruth2012-11-021-2/+2
* OutputArg: added an index of the original argument to match the change toManman Ren2012-11-012-3/+4
* BBVectorize: Use target costs for incoming and outgoing values instead of the...Hal Finkel2012-11-011-9/+191
* Fixed format string to avoid pointer truncation during 64-bit debugging.Andrew Kaylor2012-11-011-2/+2
* Use the relationship models infrastructure to add two relations - getPredOpcodePranav Bhandarkar2012-11-013-211/+139
* Add support for generating dwarf debugging info with assembly filesKevin Enderby2012-11-011-2/+19
* [asan] don't instrument globals that we've created ourselves (reduces the bin...Kostya Serebryany2012-11-011-3/+6
* Remove a weird static helper from the GEP instruction and just directlyChandler Carruth2012-11-011-12/+0
* Teach Type::getPointerAddressSpace to look through pointer vectorsChandler Carruth2012-11-011-1/+1
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-0131-118/+79
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-0139-504/+456
* BBVectorize: Account for internal shuffle costsHal Finkel2012-11-011-2/+60
* Cleanup another place redundant SP maintainedMichael Liao2012-11-011-4/+4
* Add a few more simple fast-math constant propagations and cancellations.Owen Anderson2012-11-011-0/+18
* Exploit the new identity composition in composeSubRegIndices().Jakob Stoklund Olesen2012-11-011-12/+8
* Don't insert and erase load instruction. Simply create (new) and delete it.Jakub Staszak2012-11-011-2/+2
* Streamlined memory manager hierarchy for MCJIT and RuntimeDyld.Andrew Kaylor2012-11-014-67/+1
* [Support] Fix StrError on Windows to actually return the error string...Michael J. Spencer2012-11-011-1/+3
* (For X86) Enhancement to add-carray/sub-borrow (adc/sbb) optimization.Shuxin Yang2012-10-311-4/+29
* LoopVectorize: Preserve NSW, NUW and IsExact flags.Nadav Rotem2012-10-311-1/+12
* Fix a bug in the cost calculation of vector casts. Detect situations where bi...Nadav Rotem2012-10-311-26/+41
* Remove Triple::getArchTypeForDarwinArchName. I lives on the clang driver now.Rafael Espindola2012-10-311-32/+0
* [mips] Set isAsCheapAsAMove flag on ADDiu and DADDiu, which enablesAkira Hatanaka2012-10-312-2/+7
* LCSSA: Try to recover compile time regressions due to SCEV updates.Benjamin Kramer2012-10-311-15/+9
* Put the threshold magic number in a variable.Nadav Rotem2012-10-311-1/+4
* Remove fixme about unreachable cases from SwitchToLookupTableHans Wennborg2012-10-311-2/+0
* Remove enum values since they are not used anymore.Nadav Rotem2012-10-311-6/+6
* Address Duncan's comments on r167121.Hans Wennborg2012-10-311-3/+4
* BBVectorize: Choose pair ordering to minimize shufflesHal Finkel2012-10-311-75/+209
* Address Duncan's comments on r167115Hans Wennborg2012-10-311-48/+42
* instcombine: Migrate strto* optimizationsMeador Inge2012-10-312-31/+29