aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Create files with the correct permission instead of changing it afterwards.Rafael Espindola2013-07-081-22/+7
* [PowerPC] Support time base instructionsUlrich Weigand2013-07-081-0/+6
* [PowerPC] Support basic compare mnemonicsUlrich Weigand2013-07-083-0/+43
* Improve the comment from r185794 (re: PromoteIntRes_BUILD_VECTOR)Hal Finkel2013-07-081-2/+4
* [PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).Bill Schmidt2013-07-081-0/+9
* InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1David Majnemer2013-07-081-0/+8
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-082-7/+9
* Revert "Proper va_arg/va_copy lowering on win64"Nico Rieck2013-07-081-3/+1
* [SystemZ] Remove unwanted part from last commitRichard Sandiford2013-07-081-2/+0
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-089-2/+145
* Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectorsHal Finkel2013-07-081-1/+7
* Revert: Fix wrong code offset for unwind code SET_FPREG.Kai Nacke2013-07-082-5/+4
* Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.Kai Nacke2013-07-081-21/+5
* Revert: Fix alignment of unwind data.Kai Nacke2013-07-081-12/+7
* Revert: Emit personality function and Dwarf EH data for Win64 SEH.Kai Nacke2013-07-082-13/+14
* Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfoHal Finkel2013-07-081-0/+2
* Revert "Reuse %rax after calling __chkstk on win64"Nico Rieck2013-07-082-9/+7
* Remove trailing whitespace from SelectionDAG/*.cppStephen Lin2013-07-0810-60/+60
* Reuse %rax after calling __chkstk on win64Nico Rieck2013-07-072-7/+9
* Clear the builder insert point between tree-vectorization phases.Nadav Rotem2013-07-071-0/+1
* Eliminate trivial redundant loads across nocapture+readonly calls to uncapturedNick Lewycky2013-07-071-4/+11
* SLPVectorizer: Implement DCE as part of vectorization.Nadav Rotem2013-07-071-1011/+1041
* [objc-arc] Remove the alias analysis part of r185764.Michael Gottesman2013-07-071-8/+0
* [objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...Michael Gottesman2013-07-072-0/+10
* SelectionDAGBuilder: style fixes (add space between end parentheses and open ...Stephen Lin2013-07-061-10/+10