2008-06-18 |
Bill Wendling | If compiling for PPC on an i386 box, the LTO wouldn... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Chris Lattner | implement some simple bswap optimizations, rdar://5992453 |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Chris Lattner | temporarily revert this testcase since its patch was... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Chris Lattner | make truncate/sext elimination capable of changing... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Evan Cheng | Unbreak DECLARE isel in pic mode. |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Devang Patel | Preserve dominance frontier while trivially unswitching... |
commit | commitdiff | tree | snapshot |
2008-06-18 |
Devang Patel | Check empty dominance frontier. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Dan Gohman | Auto-upgrade code for multiple-value return statements... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Dan Gohman | In InsertValueInst's copy ctor, actually copy the operands. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Owen Anderson | We don't want to find dependencies within the same... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Dan Gohman | Implement the ExtractValueInst::getIndexedType that... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Evan Cheng | Live-through live interval is [mbb start, mbb end+1]. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Evan Cheng | When extending a liveinterval by commuting, don't throw... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Ted Kremenek | Consistently set "Buckets[NumBuckets] = reinterpret_cas... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Owen Anderson | Add an insertBefore method for attaching previously... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Owen Anderson | Fix use of placement new to actually use an address. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Evan Cheng | It's not safe to remove SUBREG_TO_REG that looks like... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Anton Korobeynikov | Add one more 'magic' define :) |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Anton Korobeynikov | Unbreak non-PPC builds |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Anton Korobeynikov | Provide generic hooks for icache invalidation. Add... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Chris Lattner | revert recent patch which is causing widespread breakage. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Evan Cheng | Don't forget to initialize SymbolSearchingDisabled. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Duncan Sands | Fix typo that changed the logic to something wrong. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Duncan Sands | Split type expansion into ExpandInteger and ExpandFloat |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Matthijs Kooijman | Forgot to commit the ValueTracking header file along... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Matthijs Kooijman | Learn IPConstProp to propagate arguments that are direc... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Matthijs Kooijman | Learn IPConstProp to look at individual return values... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Matthijs Kooijman | 80 column fixes. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Matthijs Kooijman | Use a SmallVector instead of an array, since auto_ptr... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Chris Lattner | add a new -enable-value-prop flag for llcbeta, that... |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Duncan Sands | Fix spelling. |
commit | commitdiff | tree | snapshot |
2008-06-17 |
Evan Cheng | Rather than avoiding to wrap ISD::DECLARE GV operand... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Add a missing ~ (dtor became ctor) which caused crashes... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | Do not issue identity copies. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Dan Gohman | Refine the change in r52258 for avoiding use-before... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | switch TypeHasCycleThroughItself from using an std... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | stop making PATypeHolder's so crazily. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | Horizontal-add instructions are not commutative. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | Switch over to SetVector to ensure same order of iterat... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Gabor Greif | Move some documentation from the header file into Progr... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | use a real associative container for type association... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | - Add "Commutative" property to intrinsics. This allows... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | mpsadbw is commutable. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | bail out sooner if we have two concrete but different... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | simplify some code. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Apply a patch from Nathan Keynes, which speeds up llvm... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Owen Anderson | Remove special case handling of empty MBBs now that... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | handle vectors. Any integers that got here would neces... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Simplify ResolveTypes by pulling the null case out... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | Iterating over SmallPtrSet is not deterministic. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | simplify RecursiveResolveTypes and ResolveTypes by... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Add a new flag that disables symbol lookup with dlsym... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Add support for icache invalidation on non-darwin ppc... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Owen Anderson | Re-enable empty block indexing by default, since it... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Make BuildSubAggregate use FindInsertedElement again... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Make the InsertBefore argument to FindInsertedValue... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Pass around Instruction* instead of Instruction& in... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Make testcase check for extractvalue instead of extract... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | 80 column fixes. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Move FindScalarValue from InstructionCombining.cpp... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Store the result of multiple identical run lines in... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Add comment. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Argyrios Kyrtzidis | Minor comment fix. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Matthijs Kooijman | Fix PR numbers, I accidentally switched two digits. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Duncan Sands | Allow these transforms for types like i256 while |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | Fix read after free found by valgrind. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Evan Cheng | Add option to commuteInstruction() which forces it... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Owen Anderson | Make indexing empty basic blocks an option for the... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | add a const version of stripPointerCasts |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | simplify some code by using a helper function. This... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | move a bunch of predicates up into their own section |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Other parts of this code treat noalias arguments as... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | If we are checking to see if the result of a call aliases a |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Owen Anderson | Assign indices to empty basic blocks. This will be... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Refactor basicaa's main alias function somethin' fierce. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | this is unneeded now. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Switch from generating the int128 typedefs based on... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | resolve PR2453 by adding a run line. |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | Fix the crash on SimplifyLibCalls/2005-05-20-sprintf... |
commit | commitdiff | tree | snapshot |
2008-06-16 |
Chris Lattner | fix pr2460 |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Duncan Sands | The transforms in visitEXTRACT_VECTOR_ELT are |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Duncan Sands | LegalizeTypes support for INSERT_VECTOR_ELT with |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Wojciech Matyjewicz | Fix PR2434. When scanning for exising binary operator... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Wojciech Matyjewicz | Add a missing semicolon. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Add an "exe" suffix only if the output file has no... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Fix the sys::Path::getSuffix() implementation. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Make sure all produced executable files have "exe"... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Make sure that the current executable filename has... |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Append "exe" suffix to executable files. |
commit | commitdiff | tree | snapshot |
2008-06-15 |
Argyrios Kyrtzidis | Fix the environment block that is passed to the CreateP... |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Duncan Sands | Remove a redundant AfterLegalize check. Turn |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Wojciech Matyjewicz | Change 'while' loop to 'do' loop. |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Andrew Lenharth | add missing atomic intrinsic from gcc |
commit | commitdiff | tree | snapshot |
2008-06-14 |
Chris Lattner | Fix a case where tailcallelim wouldn't set the changed... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Evan Cheng | Teach the spiller to commute instructions in order... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Remove unnecessary target lines. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Remove unnecessary target lines. |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Don't skip over instructions other than loads that... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Dan Gohman | Protect ChangeCompareStride from situations in which... |
commit | commitdiff | tree | snapshot |
2008-06-13 |
Eli Friedman | Make sure SimplifyStoreAtEndOfBlock doesn't mess with... |
commit | commitdiff | tree | snapshot |
next |