2003-12-12 |
Brian Gaeke | Add an assertion to make sure we are at least getting... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Update release notes for PR86 and C++ support |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Factor out some duplicated code, implement the rest... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Rename variable to avoid confusing it with the global G |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Fix PR86. This makes basicaa _SIGNIFICANLY_ more aggre... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Fix LICM/2003-12-11-SinkingToPHI.ll, and quite possibly... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | New testcase that LICM is breaking crafty on |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | verifyFunction depends on dominator info, which levelra... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Fix test that was failing because we were optimizing... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | New testcase for PR86 |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Run tailcall elimination in a more logical place |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Fix a glaring bug |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Realize the gep P, <zeros> must aliases P. |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | With Brian's change to AA.h we can now clean out this... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | IncludeFile hack to pull in BasicValueNumbering wheneve... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | IncludeFile hack to pull in BasicAliasAnalysis whenever... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | Separate out target for cleaning up qmtest garbage. |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | Add more fixed bugs. Keep llvm core section sorted... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Chris Lattner | Stop laughing Misha |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | In getObjectType(), doxygenify comment, and take a... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | Turn off "attribute weak" to pacify Mac OS X's system... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | Fix typo in comment. Add prototype for getConstantExpr... |
commit | commitdiff | tree | snapshot |
2003-12-11 |
Brian Gaeke | Add support for --debug-only=interpreter, to print... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | This appears to fix Bug 172 and does not break any... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Fix bug: LICM/sink_multiple_exits.ll |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Don't allow dead instructions to stop sinking early. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | A new testcase, reduced by bugpoint |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | Fixed a comma error. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Brian Gaeke | Support 'make install' for LLVM include files. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | Upon Chris's suggestion, moved the #ifdef's to the... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | Fixed the CBE on Solaris/Sparc. We need to define... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | New testcase which caused a bunch of tests to break... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Avoid performing two identical lookups when one will... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Make LICM itself a bit more efficient, and make the... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | Removed the pthread_once() function because it doesn... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | Added the --host= option to the Sparc configuration... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
John Criswell | Dummy implementation of the pthread library. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Make 'opt -o -' work correctly instead of creating... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | Implement instruction sinking out of loops. This still... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Chris Lattner | new testcase, checking to ensure we handle yet-another... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Brian Gaeke | Don't assume that system headers define 'uint' or ... |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Brian Gaeke | Fix apparent copy-and-paste-o. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Brian Gaeke | Add support for installing tool executables. |
commit | commitdiff | tree | snapshot |
2003-12-10 |
Brian Gaeke | Add installation directories and commands, standardly... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Yet another hard testcase |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Do not insert one entry PHI nodes in split exit blocks! |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Brian Gaeke | Check in the llvm-native-gcc script, which I use in... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Add a new testcase which breaks the sinker because... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Fix buggy test |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | New testcase for sinking operations from loops with... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Make the test a bit harder so that we test to ensure... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Refactor code a little bit, eliminating the gratuitous... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Fine grainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | New testcases for LICM improvement: code sinking. |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Improve portability with Mac OS/X |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | Improve testcase portability on OS/X |
commit | commitdiff | tree | snapshot |
2003-12-09 |
Chris Lattner | New testcase that is not actually handled yet, but... |
commit | commitdiff | tree | snapshot |
2003-12-09 |
John Criswell | Added the -h option for compatibility with other linkers. |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Whoops, forgot to check this in. :) |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Implement: TailCallElim/accum_recursion_constant_arg.ll |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Implement: test/Regression/Transforms/TailCallElim... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | New testcase for automatic insertion of accumulator... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Add a missing semi colon, which breaks bison 1.5 |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Simplify makefiles by just explicitly listing directories |
commit | commitdiff | tree | snapshot |
2003-12-08 |
John Criswell | Updated build instructions for Sparc. |
commit | commitdiff | tree | snapshot |
2003-12-08 |
John Criswell | Fixed the dynamic generation of the list of subdirector... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | implement method |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Use the new method, though noone currently implements... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | add two new virtual functions: |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Makefile updates contributed by Reid |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | New bug |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Misha Brukman | `effect' is the noun, `affect' is the verb. |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | New testcase for PR165 |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Add note about sucky suse compiler |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Cleanup and restructure the code to make it easier... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | New testcase, this should be -tailcallelim'inated |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Chris Lattner | Since ssaification of the varargs builtings, the vaarg... |
commit | commitdiff | tree | snapshot |
2003-12-08 |
Brian Gaeke | Regenerated using autoheader-2.57 |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Bugpoint had appalingly bad grammar. Fix some of it. |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Do not leave a bunch of crud lying around |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | It is now after pldi. This issue has been fixed, so... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Implement RaiseAllocations/FreeCastConstantExpr.ll |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | New testcase that the raiseallocations pass should... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | * Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | The recalclulate method was a nasty hack that was once... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Completely rewrite domset, idom, and domtree implementa... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Rewrite dominators implementation. Now domset is const... |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2003-12-07 |
Chris Lattner | Move this method out of the generic dominators calculat... |
commit | commitdiff | tree | snapshot |
next |