2008-02-26 |
Gabor Greif | Do not treat Lexer.cpp as a generated file any more... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nick Kledzik | first commit of new LTO system. It is not hooked up... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Use SmallVector while constructing ReturnInst. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Avoid const_casts |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | fix http://llvm.org/bugs/show_bug.cgi?id=2097 |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Remove unnecessary getOperand/setOperand overriders. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Dan Gohman | Avoid aborting on invalid shift counts. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Unify to ReturnInst::init() member functions. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Eli Friedman | Fix for pr2093: direct operands aren't necessarily... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | fix this test so that the fn name doesn't match the... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Optimize most common case by using single RetVal in... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Correct function comments. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Fix PR2096, a regression introduced with my patch last... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | Really feed llvm-as with the testcase, do not let it... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | unbreak check-one |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Gabor Greif | While hunting for two hanging tests, |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Duncan Sands | Fix a nasty bug in LegalizeTypes (spotted in |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Detabify |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | Detabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Bill Wendling | De-tabify. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Add support for intermodule tail calls on x86/32bit... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Arnold Schwaighofer | Change the lowering of arguments for tail call optimized |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | This is possible: |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Chris Lattner | Fix isNegatibleForFree to not return true for ConstantF... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | Fix PR2076. CodeGenPrepare now sinks address computatio... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Evan Cheng | Refactor inline asm constraint matching code out of... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Remove debugging help. |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Nick Kledzik | test svn commit capability |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Update bitcode reader and writer to handle multiple... |
commit | commitdiff | tree | snapshot |
2008-02-26 |
Devang Patel | Pass const vectors by reference. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Eli Friedman | Add missing include (for ptrdiff_t). |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Revert the assert for MUL_LOHI with an unused high... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Andrew Lenharth | when making bytecode modules, link as library |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dale Johannesen | Revise previous patch per review. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Factor the assert for indexed loads/stores out of LoadS... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Add an assert to verify that we don't see an |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Remove the hack that turned an {S,U}MUL_LOHI with an... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Make some static variables const. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | add an assertion to catch a null PATypeHolder, patch... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Convert MaskedValueIsZero and all its users to use... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | add LSBaseSDNode::getOffset at Dan's request. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Evan Cheng | All remat'ed loads cannot be folded into two-address... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | prune #includes, fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Chris Lattner | make this self contained. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dale Johannesen | Expand removal of MMX memory copies to allow 1 level |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Dan Gohman | Add a new method to SDNode/SDOperand named getValueSize... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Duncan Sands | In debug builds check that the key property holds: all |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Evan Cheng | Correctly determine whether a argument load can be... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Owen Anderson | Fix an issue where GVN was performing the return slot... |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Evan Cheng | Temporarily reverting 46959. |
commit | commitdiff | tree | snapshot |
2008-02-25 |
Owen Anderson | Fix an issue where GVN would try to use an instruction... |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Duncan Sands | Add support to LegalizeTypes for building legal vectors |
commit | commitdiff | tree | snapshot |
2008-02-24 |
Bill Wendling | Some platforms use the same name for 32-bit and 64... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Backing out r47521 for now. This has broken a number... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Scott Michel | Merge current work back to tree to minimize diffs and... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Zhou Sheng | Testcase for Revision 47478. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Rematerialization logic was overly conservative when... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Update test. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | If remating a machine instr with virtual register opera... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Remat of pic loads are now on by default. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Turning on remat of pic loads. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Dan Gohman | Fix a bug that caused opt and other tools to silently... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | No need recognize load from a fixed argument slot as... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | Properly read and write bitcodes for multiple return... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Recognize loads of arguments as re-materializable first... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | Use isa check instead of getTypeID() check. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Ted Kremenek | Fixed buffer overflow reported by Argiris Kirtzidis. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | Remove unnecessary "inline" keywords. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | print getresult operand and its type directly. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Really. Why doesn't every arch support MMX? |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | Use dyn_cast instead of isa + cast. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | Regenerate |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Devang Patel | To support multiple return values, now ret instruction... |
commit | commitdiff | tree | snapshot |
2008-02-23 |
Evan Cheng | Fix spill weight updating bug. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Dale Johannesen | Split ParameterAttributes.h, putting the complicated |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Gordon Henriksen | Improving wording. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Gordon Henriksen | Adding a note about IR generation to the LLVM FAQ. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Test case for PR2082. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Same isPhysRegAvailable bug as local register allocator. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Really really bad local register allocator bug. On... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Add debugging printfs. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Devang Patel | Regenerate |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Devang Patel | Use SymbolicValueRef to parse getresult operand |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Remove an invalid assertion now that there are implicit... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Make sure reload of implicit uses are issued before... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Devang Patel | Add StripDeadPrototypes pass. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Dale Johannesen | Generated files for 47484. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Dale Johannesen | Pass alignment on ByVal parameters, from FE, all |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Dale Johannesen | MMX vectors are passed 4-byte aligned. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Anton Korobeynikov | Add smart refcounting pointer class to ADT back (known... |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Chris Lattner | fix some bugs in tutorial, patch by Erick Tryzelaar |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Anton Korobeynikov | Unbreak build for VC2008. Patch by Argiris Kirtzidis! |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Anton Korobeynikov | Provide __main hooks for cygwin & mingw32 |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Zhou Sheng | Fixed a typo. |
commit | commitdiff | tree | snapshot |
2008-02-22 |
Evan Cheng | Allow re-materialization of pic load (controlled by... |
commit | commitdiff | tree | snapshot |
next |