| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the getExprForFDESymbol method that responsible for computing the | Rafael Espindola | 2011-04-28 | 3 | -14/+17 |
* | Beautify debug info probe output. | Devang Patel | 2011-04-28 | 1 | -4/+13 |
* | Add MemoryBuffer::getBufferKind() to report whether a memory buffer uses mall... | Ted Kremenek | 2011-04-28 | 1 | -0/+8 |
* | Remove DbgDeclare only if all uses are converted. | Devang Patel | 2011-04-28 | 1 | -1/+5 |
* | Remove bounded StringRef::compare() since nothing but Clang SA was using it a... | Lenny Maiorani | 2011-04-28 | 1 | -21/+0 |
* | fast-isel sret calls, try 2. We actually do need to do something on x86-32. ... | Eli Friedman | 2011-04-28 | 1 | -2/+4 |
* | Fix a comment. | Benjamin Kramer | 2011-04-28 | 1 | -1/+1 |
* | improve comment. | Chris Lattner | 2011-04-28 | 1 | -1/+6 |
* | Do not lose line number info while eliminating tail call. | Devang Patel | 2011-04-28 | 1 | -1/+3 |
* | final step needed to resolve PR6627, which allows us to flatten the code down to | Chris Lattner | 2011-04-28 | 1 | -3/+7 |
* | code cleanups only. | Chris Lattner | 2011-04-28 | 1 | -36/+32 |
* | Revert r130348; causing buildbot issues on x86-32. | Eli Friedman | 2011-04-28 | 1 | -0/+1 |
* | Add command line option to print debug info in human readable form as comment... | Devang Patel | 2011-04-28 | 1 | -0/+55 |
* | Reapply r130340: Fix for PR9730. | Andrew Trick | 2011-04-28 | 1 | -1/+1 |
* | InstCombine: Merge "(trunc x) == C1 & (and x, CA) == C2" into a single and+icmp. | Benjamin Kramer | 2011-04-28 | 1 | -0/+36 |
* | Be more layout aware here and swap the successor and branch condition | Eric Christopher | 2011-04-28 | 1 | -1/+8 |
* | centralize "marking for deletion" into a helper function. Pass GVN around to | Chris Lattner | 2011-04-28 | 1 | -52/+56 |
* | Promote toErase to be an ivar of the GVN class. | Chris Lattner | 2011-04-28 | 1 | -39/+35 |
* | Add a getExprForPersonalitySymbol method to MCAsmInfo. Use it when | Rafael Espindola | 2011-04-28 | 6 | -3/+64 |
* | Mark the EH symbol global or weak if the corresponding function is. | Rafael Espindola | 2011-04-28 | 3 | -0/+17 |
* | Fix the last -Wnon-pod-memset I'm seeing. This is benign, but appears | Chandler Carruth | 2011-04-28 | 1 | -1/+1 |
* | teach GVN to widen integer loads when they are overaligned, when doing an | Chris Lattner | 2011-04-28 | 2 | -30/+154 |
* | Let the immediate leaf pattern take transforms and switch the signed | Eric Christopher | 2011-04-28 | 3 | -30/+30 |
* | move PR9803 to this readme. | Chris Lattner | 2011-04-28 | 1 | -0/+28 |
* | Add a small temporary hack for producing identical eh_frame sections on OS X. | Rafael Espindola | 2011-04-28 | 2 | -6/+14 |
* | Produce the EH_frame# symbols if needed. | Rafael Espindola | 2011-04-28 | 1 | -2/+11 |
* | Forward isFunctionEHFrameSymbolPrivate. If it is false, produce the foo.eh | Rafael Espindola | 2011-04-28 | 1 | -0/+7 |
* | Teach dwarf writer to handle complex address expression for .debug_loc entries. | Devang Patel | 2011-04-28 | 6 | -27/+129 |
* | Fix a silly mistake in r130338. | Eli Friedman | 2011-04-28 | 1 | -1/+1 |
* | PTX: support for select_cc and fixes for setcc | Justin Holewinski | 2011-04-28 | 2 | -1/+41 |
* | PTX: support for select | Justin Holewinski | 2011-04-28 | 1 | -0/+15 |
* | PTX: mov fix and rounding correction for cvt | Justin Holewinski | 2011-04-28 | 1 | -18/+18 |
* | PTX: support for fneg | Justin Holewinski | 2011-04-28 | 1 | -0/+23 |
* | PTX: support for zext loads and trunc stores | Justin Holewinski | 2011-04-28 | 1 | -1/+13 |
* | PTX: support for bitwise operations on predicates | Justin Holewinski | 2011-04-28 | 1 | -0/+8 |
* | PTX: patch to AsmPrinter | Justin Holewinski | 2011-04-28 | 1 | -22/+47 |
* | Reverting r130340 in the unlikely event that it's responsible for a llvm-gcc ... | Andrew Trick | 2011-04-28 | 1 | -1/+1 |
* | fast-isel sret. We actually don't need to do anything special on x86. :) rda... | Eli Friedman | 2011-04-27 | 1 | -1/+0 |
* | Remove unnecessary argument. | Rafael Espindola | 2011-04-27 | 5 | -8/+7 |
* | Rename getPersonalityPICSymbol to getCFIPersonalitySymbol, document it, and | Rafael Espindola | 2011-04-27 | 5 | -21/+60 |
* | Fixes PR9730: indvars: An asserting value handle still pointed to this value | Andrew Trick | 2011-04-27 | 1 | -1/+1 |
* | Simplify handling of variables with complex address (i.e. blocks variables) | Devang Patel | 2011-04-27 | 3 | -44/+32 |
* | Make the fast-isel code for literal 0.0 a bit shorter/faster, since 0.0 is co... | Eli Friedman | 2011-04-27 | 2 | -2/+47 |
* | Remove unused function. | Eli Friedman | 2011-04-27 | 1 | -47/+0 |
* | Fix indentation. | Rafael Espindola | 2011-04-27 | 1 | -21/+21 |
* | Fix a bug in the case that there is no add or subtract symbol and the offset | Kevin Enderby | 2011-04-27 | 1 | -2/+6 |
* | Teach BasicAA about arm.neon.vld1 and vst1. | Dan Gohman | 2011-04-27 | 1 | -0/+20 |
* | Revert r130178. It turned out to be not the optimal path to emit complex loca... | Devang Patel | 2011-04-27 | 3 | -12/+8 |
* | If converter was being too cute. It look for root BBs (which don't have | Evan Cheng | 2011-04-27 | 1 | -18/+3 |
* | When analyzing functions known to only access argument pointees, | Dan Gohman | 2011-04-27 | 1 | -9/+28 |