2007-08-10 |
Dan Gohman | Add a test script for counting lines. This can be used... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Dan Gohman | Fix EXTRACT_ELEMENT, EXTRACT_SUBVECTOR, and EXTRACT_VEC... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Rafael Espindola | propagate struct size and alignment of byval arguments... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Bill Wendling | For kicks, I though it would be fun to use the correct... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | memcpy with zero length is hugely expensive, so avoid... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | small speedup in the case where a smallvector is defaul... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Bill Wendling | Adding SSSE3 intrinsics. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | minor simplifications. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Chris Lattner | avoid copying strings. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Remove unncessary duplication. |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | Calculate exit and start value of true loop and false... |
commit | commitdiff | tree | snapshot |
2007-08-10 |
Devang Patel | ExitCondition and Induction variable are loop constraints |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | unbreak the build |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | Bug fix. ~1U marks the val# dead. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | Patch 10 for long double. Doing constants right needs... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | Temporarily backing out this change until we know why... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | divb / mulb outputs to ah. Under x86-64 it's not legal... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Chris Lattner | when we see a unaligned load from an insufficiently... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Evan Cheng | GR16_ sub-register class should be GR8_, not GR8. That... |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | Update per review comments. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Owen Anderson | Make NonLocal and None const in the right way. :-) |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Devang Patel | Traverse loop blocks' terminators to find split candidates. |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | long double 9 of N. This finishes up the X86-32 bits |
commit | commitdiff | tree | snapshot |
2007-08-09 |
Dale Johannesen | Fix arguments for some Altivec instructions. From... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Scott Michel | If a target really needs to custom lower constants... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Add more comments to memdep. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Add cost analysis. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Make memdep fit in 80 cols. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Add one more comment. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Cleanup and comment-ize the memdep header. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Preserve dom info while processing one iteration loop. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Change the None and NonLocal markers in memdep to be... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Separate program name from error message with a : |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Clear split info. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Terminate an error message with a newline. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Handle multiple split conditions. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Make it clear that getSTDIN returns null when stdin... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Make getSTDIN return null if the standard input is... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Reid Spencer | Allow the filename "-" to be a place holder for stdin... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Global values also don't undead-ify pointers in our... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Make handleEndBlock significantly faster with one trivi... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Small improvement: if a function doesn't access memory... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | Add some comments, remove a dead argument, and simplify... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | eliminate redundant conditions from the signless types... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | Handle functions with no name better. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Adding kill info to val#. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | significantly speed up constant folding of calls (and... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | Speed up updateDFSNumbers with two observations: |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | A few more small cleanups. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Clean up and bug fix. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Chris Lattner | reimplement dfs number computation to be significantly... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | First round of cleanups from Chris' feedback. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | - Each val# can have multiple kills. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Embrace patch review feedback. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Remove a dead assertion. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Evan Cheng | - LiveInterval value#'s now have 3 components: def... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Fix new compare instruction's signness. Caught by Chris... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Owen Anderson | Don't insert nearly as many redundant phi nodes. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Fix spelling of mtvscr and mfvscr. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Long double patch 8 of N: make it partially work in |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Who thought up this crazy formatting scheme? |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Okay, over/back tags don't next. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Use eraseFromParent(). |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Try an indent level for better formatting. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add the code generation options. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Make this code more efficient |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Fix comment typo |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Fix GLIBCXX_DEBUG error triggered by incrementing erase... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Add a missing forward declaration. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Rearrange options into sections and add the last floati... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add the -disable-excess-fp-precision option. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add another missing option. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add some more missing options. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Remove the -f option which is no longer supported,... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Describe the global/local naming convention. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Nick Lewycky | Add reference to problem report. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Evan Cheng | Initial JIT support for ARM by Raul Fernandes Herbster. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Long double patch 7 of N, unless I lost count:). |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Owen Anderson | Get rid of unnecessary #include. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Owen Anderson | Clean up a bunch of caching stuff in memdep. This... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Begin loop index split pass. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Owen Anderson | Improve the accuracy of memdep for determining the... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Replace 4-line function with 10-line version per review... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | remove #if 0 code. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | remove #if 0 code. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Move lengthy conditional down 1 level per review comment. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Get X86 long double calling convention to work |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | Fix PR1577, a crash on invalid bug. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chandler Carruth | This resolves a regression of BasicAA which failed... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chandler Carruth | This fixes resizing issues with BitVectors. It ensures... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | It's safe to fold not of fcmp. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | Fix the dates on these tests. It's not September yet... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Make 80-bit store maintain simulated FP stack correctly. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | Let scalar-evolution analyze loops with an unsigned... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | Don't assume it's safe to transform a loop just because... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Reid Spencer | @verbatim needs to be on a line by itself. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | Fix a regression compiling 2005-05-11-Popcount-ffs... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Christopher... | Implement review feedback. No functionality change. |
commit | commitdiff | tree | snapshot |
next |