summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Remove trailing whitespacStephen Lin2013-07-10
* Don't crash in 'llvm -s' when an archive has no symtab.Rafael Espindola2013-07-10
* [objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also re...Michael Gottesman2013-07-10
* MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.Rafael Espindola2013-07-10
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-10
* Use status to implement file_size.Rafael Espindola2013-07-10
* Use the appropriate unsigned int type for the offset.Adrian Prantl2013-07-10
* Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.Adrian Prantl2013-07-10
* Simplify code.Craig Topper2013-07-10
* R600/SI: Initial local memory supportMichel Danzer2013-07-10
* R600/SI: Add pattern for the AMDGPU.barrier.local intrinsicMichel Danzer2013-07-10
* R600/SI: Add intrinsic for retrieving the current thread IDMichel Danzer2013-07-10
* R600/SI: Initial support for LDS/GDS instructionsMichel Danzer2013-07-10
* R600/SI: Add intrinsics for texture sampling with user derivativesMichel Danzer2013-07-10
* PPC: Add a better comment about the i64 FI fixupHal Finkel2013-07-10
* Reverting commit r185999 due to buildboot failure.Vladimir Medic2013-07-10
* Add support for Mips break and syscall insructions. The corresponding test ca...Vladimir Medic2013-07-10
* Fix typoStephen Lin2013-07-10
* Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionali...Stephen Lin2013-07-10
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-10
* Document a known limitation of the status quo.Adrian Prantl2013-07-10
* Fix comment.Eric Christopher2013-07-09
* ARM: Fix incorrect pack pattern for thumb2Jim Grosbach2013-07-09
* Implement categories for special case lists.Peter Collingbourne2013-07-09
* Introduce a SpecialCaseList ctor which takes a MemoryBuffer to makePeter Collingbourne2013-07-09
* Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.Peter Collingbourne2013-07-09
* InstSimplify: X >> X -> 0David Majnemer2013-07-09
* Typo.Adrian Prantl2013-07-09
* Fix PR16571, which is a bug in the code that checks that all of the types in ...Nadav Rotem2013-07-09
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* WidenVecRes_BUILD_VECTOR must use the first operand's typeHal Finkel2013-07-09
* [PowerPC] Better fix for PR16556.Bill Schmidt2013-07-09
* AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and allStephen Lin2013-07-09
* Don't crash in SE dealing with ashr x, -1Hal Finkel2013-07-09
* ValueTracking: Fix bugs in isKnownToBeAPowerOfTwoDavid Majnemer2013-07-09
* Set the default insert point to the first instruction, and not to end()Nadav Rotem2013-07-09