aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* DAGCombine tryFoldToZero cannot create illegal types after type legalizationHal Finkel2013-07-091-4/+11
* [PowerPC] Revert r185476 and fix up TLS variant kindsUlrich Weigand2013-07-095-4/+64
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-096-7/+64
* R600: Fix a rare bug where swizzle optimization returns wrong valuesVincent Lejeune2013-07-091-2/+3
* R600: Fix wrong export reswizzlingVincent Lejeune2013-07-091-4/+0
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-094-23/+52
* R600: Print Export SwizzleVincent Lejeune2013-07-091-2/+2
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-091-0/+32
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-091-5/+5
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-091-2/+6
* Add MC assembly/disassembly support for VRINT{A, N, P, M} to V8FP.Joey Gouly2013-07-093-3/+59
* Add MC assembly/disassembly support for VRINT{Z, X, R} to V8FP.Joey Gouly2013-07-091-0/+21
* [PowerPC] Support ".machine any"Ulrich Weigand2013-07-091-0/+27
* Revert r185872 - "Stop emitting weak symbols into the "coal" sections"Alexander Potapenko2013-07-091-6/+6
* Add MC assembly/disassembly support for VCVT{A, N, P, M} to V8FP.Joey Gouly2013-07-093-6/+86
* [SystemZ] Use MVC for simple load/store pairsRichard Sandiford2013-07-094-0/+86
* [SystemZ] Use "STC;MVC" for memsetRichard Sandiford2013-07-093-0/+95
* InstCombine: Fix typo in comment for visitICmpInstWithInstAndIntCstDavid Majnemer2013-07-091-2/+2
* InstCombine: variations on 0xffffffff - x >= 4David Majnemer2013-07-091-0/+12
* InstCombine: X & -C != -C -> X <= u ~CDavid Majnemer2013-07-091-0/+9
* [PowerPC] Support .llong and fix .wordUlrich Weigand2013-07-091-1/+3
* Commit r185909 was a misapplied patch, fix itDavid Majnemer2013-07-091-21/+13
* InstCombine: add more transformsDavid Majnemer2013-07-091-0/+42
* PPC: Allocate RS spill slot for unaligned i64 load/storeHal Finkel2013-07-091-2/+33
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-091-14/+13
* Move some code out of line. No functionality change.Rafael Espindola2013-07-091-0/+70
* X86: Add comment.Jim Grosbach2013-07-091-0/+5
* X86 fast-isel: Avoid explicit AH subreg reference for [SU]Rem.Jim Grosbach2013-07-091-4/+31
* Make BinaryRef output correctly in case of empty data.Sean Silva2013-07-091-0/+4
* Style fixes: remove unnecessary braces for one-statement if blocks, no else a...Stephen Lin2013-07-091-54/+30
* Revert "DebugInfo: remove unused helper function getDICompositeType."Eric Christopher2013-07-091-0/+11
* Fix commentEli Bendersky2013-07-081-3/+2
* This patch changes the saved IRBuilder insert point from BasicBlock::iterator...Nadav Rotem2013-07-081-1/+2
* [objc-arc] Fix assertion in EraseInstruction so that noop on null calls when ...Michael Gottesman2013-07-081-1/+3
* DebugInfo: remove unused helper function getDICompositeType.Manman Ren2013-07-081-11/+0
* Stop emitting weak symbols into the "coal" sections.Bill Wendling2013-07-081-6/+6
* Update comment to avoid mentioning DbgValues which is an instanceEric Christopher2013-07-081-1/+1
* Revert r185852.Manman Ren2013-07-081-5/+0
* Find xdot or xdot.py.Matt Arsenault2013-07-081-3/+3
* [PowerPC] Always use "assembler dialect" 1Ulrich Weigand2013-07-089-42/+47
* PPC: Mark vector CC action for SETO and SETONE as ExpandHal Finkel2013-07-081-0/+3
* Add a comment to this change, requested by Eric Christopher.Joey Gouly2013-07-081-0/+4
* StringRef: add DenseMapInfo for StringRef.Manman Ren2013-07-081-0/+5
* Debug Info: clean up usage of Verify.Manman Ren2013-07-083-20/+20
* ARM: Improve codegen for generic vselect.Jim Grosbach2013-07-081-0/+18
* DebugInfo: Correct comment & re-format a nearby loopDavid Blaikie2013-07-081-5/+3
* Fix a SCEV update problem.Shuxin Yang2013-07-081-2/+40
* DebugInfo: Simplify Address Pool index handling.David Blaikie2013-07-081-5/+3
* PPC: Mark vector FREM as Expand by defaultHal Finkel2013-07-081-0/+1
* We now always create files with the correct permissions. Simplify the interface.Rafael Espindola2013-07-082-65/+1