| Commit message (Expand) | Author | Age | Files | Lines |
| * | Turn the EdgeBundles class into a stand-alone machine CFG analysis pass. | Jakob Stoklund Olesen | 2011-01-04 | 8 | -88/+147 |
| * | Fold -fobjc-nonfragile-abi2 into -fobjc-nonfragile-abi. | Fariborz Jahanian | 2011-01-04 | 22 | -32/+26 |
| * | Reverting an old optimization that conflicts with the new allocator model, an... | Howard Hinnant | 2011-01-04 | 4 | -91/+1 |
| * | Eliminate a warning compiling with llvm-gcc. (IMO the | Dale Johannesen | 2011-01-04 | 1 | -1/+1 |
| * | Complete the NumberTable --> LeaderTable rename. | Owen Anderson | 2011-01-04 | 1 | -12/+12 |
| * | Fix typo in a comment. | Owen Anderson | 2011-01-04 | 1 | -1/+1 |
| * | Prune #include's. | Owen Anderson | 2011-01-04 | 1 | -10/+0 |
| * | Marshall Clow's fix for Bug 8421. | Howard Hinnant | 2011-01-04 | 2 | -3/+6 |
| * | Test commit; added blank line to TODO.txt | Marshall Clow | 2011-01-04 | 1 | -0/+1 |
| * | Clarify terminology, settling on referring to what was the "number table" as ... | Owen Anderson | 2011-01-04 | 1 | -32/+32 |
| * | When removing a value from GVN's leaders list, don't drop the Next pointer in... | Owen Anderson | 2011-01-04 | 1 | -1/+2 |
| * | Improve the accuracy of the inlining heuristic looking for the | Dale Johannesen | 2011-01-04 | 1 | -9/+14 |
| * | Implement name mangling for sizeof...(pack), to silence the last of | Douglas Gregor | 2011-01-04 | 1 | -0/+22 |
| * | Branch instructions don't produce values, so there's no need to generate a va... | Owen Anderson | 2011-01-04 | 1 | -5/+3 |
| * | There is nothing interesting to analyze with a sizeof...(pack) expression | Douglas Gregor | 2011-01-04 | 1 | -0/+1 |
| * | Remove commented out code. | Owen Anderson | 2011-01-04 | 1 | -4/+0 |
| * | Give MachineFunctionAnalysis a getPassName() implementation to make timing re... | Owen Anderson | 2011-01-04 | 1 | -0/+4 |
| * | Switch to the new style of asterisk placement. | Cameron Zwarich | 2011-01-04 | 1 | -8/+8 |
| * | fix an off-by-one bug that caused a crash analyzing | Chris Lattner | 2011-01-04 | 2 | -1/+38 |
| * | Implement the sizeof...(pack) expression to compute the length of a | Douglas Gregor | 2011-01-04 | 20 | -5/+348 |
| * | UnitTests/Path: Produce useful diagnostics on error. | Michael J. Spencer | 2011-01-04 | 1 | -17/+25 |
| * | Switch to path halving from path compression for a small speedup. This also | Cameron Zwarich | 2011-01-04 | 1 | -6/+12 |
| * | Include llvm-gcc dir before llvm_tools_dir | Tobias Grosser | 2011-01-04 | 1 | -6/+12 |
| * | These methods should be "const"; make them so. | Duncan Sands | 2011-01-04 | 2 | -6/+6 |
| * | Disable r122754 on Windows: was causing all lit tests to fail. | Francois Pichet | 2011-01-04 | 1 | -1/+5 |
| * | Prefer getAs<ComplexType> rather than cast<ComplexType> on canonical type. Su... | Abramo Bagnara | 2011-01-04 | 1 | -11/+10 |
| * | Teach loop-idiom to turn a loop containing a memset into a larger memset | Chris Lattner | 2011-01-04 | 2 | -18/+102 |
| * | restructure this a bit. Initialize the WeakVH with "I", the | Chris Lattner | 2011-01-04 | 1 | -11/+14 |
| * | Implement -Wself-assign, which warns on code such as: | Chandler Carruth | 2011-01-04 | 4 | -0/+89 |
| * | Eliminate repeated allocation of a per-BB DenseMap for a 4.6% reduction of time | Cameron Zwarich | 2011-01-04 | 1 | -6/+5 |
| * | Enhance the diagnostic for negative array sizes to include the | Chandler Carruth | 2011-01-04 | 12 | -14/+29 |
| * | Avoid finding loop back edges when we are not splitting critical edges in | Cameron Zwarich | 2011-01-04 | 1 | -2/+4 |
| * | Fixed a problem where constant results of expressions | Sean Callanan | 2011-01-04 | 1 | -32/+29 |
| * | When creating the injected-class-name for a class template involving a | Douglas Gregor | 2011-01-04 | 2 | -4/+5 |
| * | Fixed the file ordering (alphabetic) in the Commands folder. | Greg Clayton | 2011-01-04 | 1 | -2/+3 |
| * | Don't pattern match "/clang" so we don't mangle directory names. Some | David Greene | 2011-01-04 | 1 | -1/+2 |
| * | Clean up a funky pass registration that got passed over when I got rid of sta... | Owen Anderson | 2011-01-04 | 1 | -7/+1 |
| * | Fix the ARM IIC_iCMPsi itinerary and add an important assert. | Andrew Trick | 2011-01-04 | 2 | -1/+3 |
| * | Implement pack expansion of base initializers, so that we can | Douglas Gregor | 2011-01-04 | 10 | -33/+189 |
| * | Rename MaybeSkipFunctionBodyForCodeCompletion -> trySkippingFunctionBodyForCo... | Argyrios Kyrtzidis | 2011-01-04 | 3 | -11/+13 |
| * | Address most of Duncan's review comments. Also, make LoopInstSimplify a simple | Cameron Zwarich | 2011-01-04 | 1 | -37/+15 |
| * | use the very-handy getTruncateOrZeroExtend helper function, and | Chris Lattner | 2011-01-04 | 1 | -14/+6 |
| * | Formatting changes. No functionality change. | Bill Wendling | 2011-01-03 | 1 | -80/+77 |
| * | Fix comment. | Owen Anderson | 2011-01-03 | 1 | -1/+1 |
| * | Use the new addEscapingValue callback to update GlobalsModRef when GVN adds P... | Owen Anderson | 2011-01-03 | 3 | -2/+31 |
| * | Convert MC tests to .s so codegen changes won't break them. | Evan Cheng | 2011-01-03 | 5 | -127/+184 |
| * | Duncan deftly points out that readnone functions aren't | Chris Lattner | 2011-01-03 | 2 | -1/+18 |
| * | Fix 80 column violation. | Argyrios Kyrtzidis | 2011-01-03 | 1 | -1/+2 |
| * | Use pushq / popq instead of subq $8, %rsp / addq $8, %rsp to adjust stack in | Evan Cheng | 2011-01-03 | 9 | -181/+258 |
| * | Implement pack expansions whose pattern is a base-specifier. | Douglas Gregor | 2011-01-03 | 12 | -20/+160 |