2009-01-02 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Lewycky | Remove the cyclic part of this test, it was passing... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Nick Lewycky | Make adding nocapture a bit stronger. FreeInst is nocap... |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Bill Wendling | Don't error out if ranlib fails. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Chris Lattner | rename a file to follow naming conventions. |
commit | commitdiff | tree | snapshot |
2009-01-02 |
Duncan Sands | Add tests for two types of traps that escape analysis |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Duncan Sands | Mention that this pass does escape analysis in the |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Duncan Sands | Factorize (and generalize) the code promoting SELECT |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Misha Brukman | * Quoted the executable 'runtest' to emphasize the... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Duncan Sands | Remove trailing spaces. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Duncan Sands | Fix PR3274: when promoting the condition of a BRCOND... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Misha Brukman | Original patch by Talin. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Misha Brukman | * Removed gtest-all.cc; .cc files including other ... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Misha Brukman | Moved Google Test code up one directory so that we... |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bill Wendling | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bill Wendling | Add transformation: |
commit | commitdiff | tree | snapshot |
2009-01-01 |
Bill Wendling | Some compilers are picky about accessing the first... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Duncan Sands | Look through phi nodes and select instructions when |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Bill Wendling | This is not failing on Darwin for some reason. XFAIL... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Duncan Sands | Don't analyze arguments already marked 'nocapture'. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Misha Brukman | Fixed grammar and capitalization. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Misha Brukman | Add spacing between type and variable name. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Misha Brukman | Comment headers should extend to 80 chars. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Misha Brukman | Fix spacing to be uniform for parameters. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Misha Brukman | Removed extra spaces. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Misha Brukman | Import of Google Test 1.2.1, with the non-essential... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Duncan Sands | Rename AddReadAttrs to FunctionAttrs, and teach it how |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Oscar Fuentes | CMake: Added some VC++ specific info to CMake.html. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Chris Lattner | Add a new Attribute::getAlignmentFromAttrs method. |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Bill Wendling | XFAIL test caused by r61493. Apparently, this is expected? |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Owen Anderson | Get live interval reconstruction several steps closer... |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-12-31 |
Scott Michel | XFAIL this for now until I can figure out what's going on. |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Scott Michel | Fix test erratum (which is wierd: works locally for... |
commit | commitdiff | tree | snapshot |
2008-12-30 |
Scott Michel | - Start moving target-dependent nodes that could be... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Bill Wendling | Linux wants the FDE initial location and address range... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Bill Wendling | The FDE initial location and address range data should... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Misha Brukman | * Updated TOC and fixed named anchors |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Misha Brukman | Minimize the width of the notes region: it will end... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Misha Brukman | Simplified marking code regions with a single <pre... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Duncan Sands | Make stripPointerCasts and getUnderlyingObject |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Duncan Sands | Experiments show that looking through phi nodes |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Misha Brukman | Fixed spelling, removed trailing whitespace. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Misha Brukman | Center the legal note to give it even padding on left... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Misha Brukman | Cleanup: clarify llvm-gcc version and package name. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Duncan Sands | Clarify a bit. Based on feedback by Talin. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Duncan Sands | Allow readnone functions to read (and write!) global |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Duncan Sands | Add braces, as suggested by a gcc warning. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Scott Michel | - Various '#if 0' cleanups. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Scott Michel | Teach LeaglizeDAG that i64 mul can be a libcall. |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Chris Lattner | select constant exprs should have the same constraints... |
commit | commitdiff | tree | snapshot |
2008-12-29 |
Chris Lattner | move select validation logic into a shared place where... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Owen Anderson | Fix up kill/dead marking in the new live interval recon... |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Owen Anderson | Forgot to commit this file. |
commit | commitdiff | tree | snapshot |
2008-12-28 |
Owen Anderson | Add prototype code for recomputing a live interval... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Nick Lewycky | Check that the function prototypes are correct before... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Chris Lattner | add testcase for type parsing. |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Chris Lattner | implement simplify_type for PATypeHolder so that isa... |
commit | commitdiff | tree | snapshot |
2008-12-27 |
Scott Michel | - Remove Tilmann's custom truncate lowering: it complet... |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Chris Lattner | add PR # |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Chris Lattner | Add a simple pattern for matching 'bt'. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Chris Lattner | Fix some JIT encodings. |
commit | commitdiff | tree | snapshot |
2008-12-25 |
Chris Lattner | BT memory operands load from their address operand. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Chris Lattner | translateX86CC can never fail. Simplify it based on... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Bill Wendling | Darwin likes for the EH frame to be non-local. |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Bill Wendling | GCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Bill Wendling | Revert the changes in this testcase until Anton can... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Dan Gohman | Fix a compiler-abort on a testcase where the stack... |
commit | commitdiff | tree | snapshot |
2008-12-24 |
Chris Lattner | indentation |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | Change comments so everybody can understand them, hopef... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Chris Lattner | simplify some control flow and reduce indentation,... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | Revert 61362 and 61402 until SPEC breakage is fixed. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | This fixes the bug in 175.vpr. It doesn't fix the |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | Add another permutation where we should get rid of... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Add instruction patterns and encodings for the x86... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Update test |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Restore debug printing |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Sometimes APInt syntax is really ugly... :( |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Indent stuff properly |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Anton Korobeynikov | Initial checkin of APInt'ififcation of switch lowering |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Devang Patel | Silence unused variable warnings. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Devang Patel | Silience unused warnings. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Clean up the atomic opcodes in SelectionDAG. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Chris Lattner | add some notes for simplifylibcalls optimizations |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Chris Lattner | Testcase to show we can tie together integers and point... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Steve Naroff | Tweak --version to include the date and time. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Rename BuildSchedUnits to BuildSchedGraph, and refactor the |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Comment MO_FPImmediate and doxygenate surrounding comments. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Use isTerminator() instead of isBranch()||isReturn... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Avoid an unnecessary call to allnodes_size(), which... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Minor code simplifications. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zhongxing Xu | revert r61368. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Zhongxing Xu | Remove dead code. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Mon P Wang | Added shuffle and splat test cases for r61365. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Mon P Wang | Fixed code generation for v8i16 and v16i8 splats on... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | Fix the time regression I introduced in 464.h264ref... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dale Johannesen | One more permutation of subtracting off a base value. |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Owen Anderson | Don't forget to remove phi nodes from the value numberi... |
commit | commitdiff | tree | snapshot |
2008-12-23 |
Dan Gohman | Make the fuse-failed debug output human-readable. |
commit | commitdiff | tree | snapshot |
next |