summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-12
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-12
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-12
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-12
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-12
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-12
* R600/SI: Implement select and compares for SITom Stellard2013-07-12
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-12
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-12
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-12
* R600/SI: Add initial double precision support for SITom Stellard2013-07-12
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-12
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-12
* Don't reject an empty archive.Rafael Espindola2013-07-12
* Revert "indvars: Improve LFTR by eliminating truncation when comparingChandler Carruth2013-07-12
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-12
* [SystemZ] Optimize sign-extends of vector setccsRichard Sandiford2013-07-12
* [SystemZ] Fix parsing of inline asm registersRichard Sandiford2013-07-12
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-12
* Stylistic change.Shuxin Yang2013-07-12
* SLPVectorizer: Sink and enable CSE for ExtractElements.Nadav Rotem2013-07-12
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-12
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-12
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-12
* SLPVectorize: Replace the code that checks for vectorization candidates in su...Nadav Rotem2013-07-12
* Remove an argument that we dont use anymore.Nadav Rotem2013-07-11
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-11
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-11
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-11
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-11
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-11
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-11
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-11
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-11
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-11
* LoopVectorize: Vectorize all accesses in address space zero with unit strideArnold Schwaighofer2013-07-11
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-11
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-11
* [SystemZ] Use zeroing form of RISBG for some AND sequencesRichard Sandiford2013-07-11
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-11
* TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands2013-07-11
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-11
* RegScavenger should not exclude undef usesHal Finkel2013-07-11
* Fix indentation. No functional change.Craig Topper2013-07-11
* Fix a warning.Nadav Rotem2013-07-11
* SLPVectorizer: refactor the code that places extracts. Place the code that de...Nadav Rotem2013-07-11
* Teach TailRecursionElimination to handle certain cases of nocapture escaping ...Michael Gottesman2013-07-11
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-10
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-10
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-10