aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Add a microoptimization for urem.Nick Lewycky2013-07-131-0/+7
* Revert commit r186217 -- this is breaking bots:Chandler Carruth2013-07-131-19/+7
* Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.Nick Lewycky2013-07-121-4/+7
* [mips] Implement MipsTargetMachine::getInstrItineraryData().Akira Hatanaka2013-07-123-2/+9
* Fix ARM paired GPR COPY loweringJF Bastien2013-07-121-0/+3
* Fix a crash in EvaluateInDifferentElementOrder where it would generate anJoey Gouly2013-07-121-1/+3
* [mips] Add instruction itinerary classes for mult, seb and slt instructions.Akira Hatanaka2013-07-123-13/+16
* Use the function attributes to pass along the stack protector buffer size.Bill Wendling2013-07-121-7/+19
* LFTR improvement to avoid truncation.Andrew Trick2013-07-121-6/+32
* Cleanup LFTR logic.Andrew Trick2013-07-121-28/+9
* Cleanup: rename a variable to make the logic easier to follow.Andrew Trick2013-07-121-7/+7
* Remove extraneous braces.Eric Christopher2013-07-121-6/+3
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-121-26/+23
* R600: Remove unsafe type punning. No intended functionality change.Benjamin Kramer2013-07-121-6/+4
* X86 cost model: Add cost for vectorized gather/scatherArnold Schwaighofer2013-07-121-0/+15
* ARM cost model: Add cost for gather/scatherArnold Schwaighofer2013-07-121-0/+9
* TargetTransformInfo: address calculation parameter for gather/scatherArnold Schwaighofer2013-07-124-8/+64
* R600/SI: Add support for f64 kernel argumentsTom Stellard2013-07-121-1/+1
* R600/SI: Implement select and compares for SITom Stellard2013-07-121-6/+18
* R600/SI: Add fsqrt pattern for SITom Stellard2013-07-121-2/+6
* R600/SI: Add double precision fsub pattern for SITom Stellard2013-07-122-3/+29
* R600/SI: SI support for 64bit ConstantFPTom Stellard2013-07-122-0/+19
* R600/SI: Add initial double precision support for SITom Stellard2013-07-123-1/+36
* X86: Shrink certain forms of movsx.Benjamin Kramer2013-07-121-0/+35
* X86: fold SSE2/AVX2 logical shift by immediate amount into zero vector when p...Stephen Lin2013-07-121-0/+38
* Don't reject an empty archive.Rafael Espindola2013-07-121-4/+6
* Revert "indvars: Improve LFTR by eliminating truncation when comparingChandler Carruth2013-07-121-23/+4
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-122-0/+49
* [SystemZ] Optimize sign-extends of vector setccsRichard Sandiford2013-07-121-0/+9
* [SystemZ] Fix parsing of inline asm registersRichard Sandiford2013-07-124-8/+49
* [SystemZ] Improve spilling of LGDR and LDGRRichard Sandiford2013-07-121-1/+23
* Stylistic change.Shuxin Yang2013-07-121-2/+2
* SLPVectorizer: Sink and enable CSE for ExtractElements.Nadav Rotem2013-07-121-11/+25
* Target/X86: Add explicit Win64 and System V/x86-64 calling conventions.Charles Davis2013-07-128-26/+55
* Windows/TimeValue.inc: Mute prefixed '0' on %d to emulate %e.NAKAMURA Takumi2013-07-121-0/+5
* PEI: refactor replaceFrameIndices(MF) to call replaceFrameIndices(BB).Manman Ren2013-07-122-81/+87
* SLPVectorize: Replace the code that checks for vectorization candidates in su...Nadav Rotem2013-07-121-25/+22
* Remove an argument that we dont use anymore.Nadav Rotem2013-07-111-15/+12
* PPC: Add some missing V_SET0 patternsHal Finkel2013-07-111-2/+15
* indvars: Improve LFTR by eliminating truncation when comparing against a cons...Andrew Trick2013-07-111-4/+23
* PPCDAGToDAGISel::isRunOfOnes should return false on zeroHal Finkel2013-07-111-1/+4
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-119-23/+23
* Add back code for supporting old mingw versions. Should bring the bots back.Rafael Espindola2013-07-111-3/+13
* Don't use a potentially expensive shift if all we want is one set bit.Benjamin Kramer2013-07-114-6/+6
* Looks like some versions of mingw don't have errno_t. Use int.Rafael Espindola2013-07-111-1/+1
* Use move semantics if possible to construct ConstantRanges.Benjamin Kramer2013-07-111-5/+6
* Fix a FIXME about the format and add a test.Rafael Espindola2013-07-112-26/+16
* LoopVectorize: Vectorize all accesses in address space zero with unit strideArnold Schwaighofer2013-07-111-8/+16
* Reduce the number of indirections in the attributes implementation.Benjamin Kramer2013-07-112-178/+131
* [SystemZ] Use zeroing form of RISBG for shift-and-AND sequencesRichard Sandiford2013-07-111-5/+66