Age | Commit message (Expand) | Author |
2013-07-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
2013-05-05 | Add ArrayRef constructor from None, and do the cleanups that this constructor... | Dmitri Gribenko |
2013-05-01 | This patch breaks up Wrap.h so that it does not have to include all of | Filip Pizlo |
2013-04-30 | Fix a use after free. RI is freed before the call to getDebugLoc(). To | Richard Trieu |
2013-04-30 | Spelling. Thanks, Eric. | Adrian Prantl |
2013-04-30 | Set debug locations for branch instructions created during inlining, even | Adrian Prantl |
2013-04-29 | SimplifyCFG: If convert single conditional stores | Arnold Schwaighofer |
2013-04-26 | fix a typo that due to cu&paste quadrupled itself | Adrian Prantl |
2013-04-26 | Bugfix for the debug intrinsic handling in InstCombiner: | Adrian Prantl |
2013-04-23 | Make sure the instruction right after an inlined function has a | Adrian Prantl |
2013-04-22 | Move C++ code out of the C headers and into either C++ headers | Eric Christopher |
2013-04-21 | Revert "SimplifyCFG: If convert single conditional stores" | Arnold Schwaighofer |
2013-04-20 | SimplifyCFG: If convert single conditional stores | Arnold Schwaighofer |
2013-04-17 | Do not optimise fprintf() calls if its return value is used. | Peter Collingbourne |
2013-04-16 | simplifycfg: Fix integer overflow converting switch into icmp. | Hans Wennborg |
2013-04-10 | Change CloneFunctionInto to always clone Argument attributes induvidually, | Joey Gouly |
2013-03-22 | Add all clauses when merging the landing pads. Duplicates will be handled lat... | Bill Wendling |
2013-03-22 | Don't use the removed API. | Bill Wendling |
2013-03-22 | Fix llvm::removeUnreachableBlocks to handle unreachable loops. | Evgeniy Stepanov |
2013-03-21 | Always forward 'resume' instructions to the outter landing pad. | Bill Wendling |
2013-03-12 | LibCallSimplifier: optimize speed for short-lived instances | Meador Inge |
2013-03-11 | Merge commit '279b9184c2ff4fea93b198a3519b8cb3a1d8d195' | Eli Bendersky |
2013-03-11 | Don't remove a landing pad if the invoke requires a table entry. | Bill Wendling |
2013-03-07 | Fixed a crash when cloning a function into a function with | Pekka Jaaskelainen |
2013-03-07 | SimplifyCFG fix for volatile load/store. | Andrew Trick |
2013-03-04 | Bypass Slow Divides | Preston Gurd |
2013-03-02 | Modify {Call,Invoke}Inst::addAttribute to take an AttrKind. | Peter Collingbourne |
2013-02-27 | For each function that we optimize we initialize a new list of lib functions.... | Nadav Rotem |
2013-02-26 | Enhance integer division emulation support to handle types smaller than 32 bits, | Pedro Artigas |
2013-02-22 | Implement the NoBuiltin attribute. | Bill Wendling |
2013-02-19 | Temporarily revert r175470 for more review. | Bill Wendling |
2013-02-18 | Check to see if the 'no-builtin' attribute is set before simplifying a librar... | Bill Wendling |
2013-02-09 | Remove #includes from the commonly used LoopInfo.h. | Jakub Staszak |
2013-02-08 | [SimplifyLibCalls] Library call simplification doen't work if the call site | Chad Rosier |
2013-02-05 | [SjLj Prepare] When demoting an invoke instructions to the stack, if the normal | Chad Rosier |
2013-01-31 | Linker: correctly link in dbg.declare | Manman Ren |
2013-01-31 | Cherry-pick r174067 | Derek Schuff |
2013-01-31 | Revert r173946. This breaks compilation of googletest with Clang | Alexey Samsonov |
2013-01-30 | Remove addRetAttributes and addFnAttributes, which aren't useful abstractions. | Bill Wendling |
2013-01-30 | Merge commit 'a662a9862501fc86904e90054f7c1519101d9126' | Derek Schuff |
2013-01-30 | Linker: correctly link in dbg.declare | Manman Ren |
2013-01-27 | Re-revert r173342, without losing the compile time improvements, flat | Chandler Carruth |
2013-01-26 | Convert BuildLibCalls.cpp to using the AttributeSet methods instead of Attrib... | Bill Wendling |
2013-01-25 | Switch this code away from Value::isUsedInBasicBlock. That code either | Chandler Carruth |
2013-01-24 | Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed. | Benjamin Kramer |
2013-01-24 | Revert r173342 temporarily. It appears to cause a very late miscompile | Chandler Carruth |
2013-01-24 | Plug TTI into the speculation logic, giving it a real cost interface | Chandler Carruth |
2013-01-24 | Address a large chunk of this FIXME by accumulating the cost for | Chandler Carruth |
2013-01-24 | Switch the constant expression speculation cost evaluation away from | Chandler Carruth |
2013-01-24 | Rephrase the speculating scan of the conditional BB to be phrased in | Chandler Carruth |