aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [SystemZ] Use zeroing form of RISBG for some AND sequencesRichard Sandiford2013-07-111-1/+118
* [SystemZ] Allow 8-bit operands to RISBGRichard Sandiford2013-07-111-2/+1
* TryToSimplifyUncondBranchFromEmptyBlock was checking that any commonDuncan Sands2013-07-111-23/+147
* Initialize AsmPrinter::MF in the constructorHal Finkel2013-07-111-1/+1
* RegScavenger should not exclude undef usesHal Finkel2013-07-111-1/+1
* Fix indentation. No functional change.Craig Topper2013-07-111-8/+8
* Fix a warning.Nadav Rotem2013-07-111-2/+1
* SLPVectorizer: refactor the code that places extracts. Place the code that de...Nadav Rotem2013-07-111-41/+131
* Teach TailRecursionElimination to handle certain cases of nocapture escaping ...Michael Gottesman2013-07-111-64/+85
* Don't assert if we can't constant fold extract/insertvalueHal Finkel2013-07-101-8/+21
* Find the symbol table on archives created on OS X.Rafael Espindola2013-07-101-3/+14
* Put ELF COMDAT relocations into the relevant COMDAT group.Tim Northover2013-07-101-2/+9
* Remove trailing whitespacStephen Lin2013-07-101-2/+2
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-101-1/+7
* [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...Michael Gottesman2013-07-107-7/+7
* MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.Rafael Espindola2013-07-101-21/+2
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-102-8/+2
* Use status to implement file_size.Rafael Espindola2013-07-102-35/+1
* Use the appropriate unsigned int type for the offset.Adrian Prantl2013-07-101-2/+3
* Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.Adrian Prantl2013-07-101-1/+2
* Simplify code.Craig Topper2013-07-101-6/+2
* R600/SI: Initial local memory supportMichel Danzer2013-07-106-3/+34
* R600/SI: Add pattern for the AMDGPU.barrier.local intrinsicMichel Danzer2013-07-101-1/+10
* R600/SI: Add intrinsic for retrieving the current thread IDMichel Danzer2013-07-102-2/+9
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-105-0/+68
* R600/SI: Add intrinsics for texture sampling with user derivativesMichel Danzer2013-07-102-1/+7