aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-101-2/+13
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-102-49/+0
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-102-0/+49
* Fix typoStephen Lin2013-07-101-1/+1
* Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali...Stephen Lin2013-07-101-0/+11
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-101-2/+8
* Document a known limitation of the status quo.Adrian Prantl2013-07-101-1/+3
* Fix comment.Eric Christopher2013-07-091-1/+1
* ARM: Fix incorrect pack pattern for thumb2Jim Grosbach2013-07-091-1/+6
* Implement categories for special case lists.Peter Collingbourne2013-07-092-27/+93
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-091-1/+9
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-096-21/+21
* InstSimplify: X >> X -> 0David Majnemer2013-07-091-0/+8
* Typo.Adrian Prantl2013-07-091-1/+1
* Fix PR16571, which is a bug in the code that checks that all of the types in ...Nadav Rotem2013-07-091-1/+3
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-099-47/+75
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-091-1/+4
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-091-9/+3
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-0910-29/+86
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-091-1/+1
* ValueTracking: Fix bugs in isKnownToBeAPowerOfTwoDavid Majnemer2013-07-091-6/+4
* Set the default insert point to the first instruction, and not to end()Nadav Rotem2013-07-091-1/+1