2006-07-19 |
Evan Cheng | INC / DEC instructions have shorter code size than... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Evan Cheng | Add code size to target instruction use it as the 3rd... |
commit | commitdiff | tree | snapshot |
2006-07-19 |
Chris Lattner | Add an out-of-line virtual method for the sdnode class... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Add an out-of-line virtual method to provide a home... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Evan Cheng | Make sub- super- reg-class tables static. |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | silence warnings in a release build |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Patrick Jenkins | yet another change to get the correct gcc version for... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Fix case where identical cases were not detected across... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Evan Cheng | Only reuse a previous IV if it would not require a... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Fix an accidentally duplicated line that caused tblgen... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Maximally group commands. When all instructions within... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Change generator to remove operands as it processes... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Handle the last operand more intelligently. When emitt... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Emit switches with 1/2 cases as unconditional code... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Steal bits from the asm string index to use for operand... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Merge operand info and asmstr idx into a single 32... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Patrick Jenkins | Minor output changes. |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Completely change the structure of the generated asmpri... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Rafael Espindola | initial prologue and epilogue implementation. Need... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Make the implicit def instructions look like other... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | simple optimization: don't bother calling "exists"... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Remove a dead conditional: info_ can only be allocated... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | The only entry in the stat buf this code cares about... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Reduce code in the error path by only allocating info_... |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Unindent some code |
commit | commitdiff | tree | snapshot |
2006-07-18 |
Chris Lattner | Add functions to compute ceil(log2(N)) to match functio... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Jim Laskey | Reduce the size of Constants.o by 25% by generalizing... |
commit | commitdiff | tree | snapshot |
2006-07-17 |
Patrick Jenkins | If a gccpath is specified when invoking the nightly... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Evan Cheng | Use __attribute__((noinline)) only if compiled by gcc. |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Evan Cheng | Parameterize target node ValueType to allow more sharin... |
commit | commitdiff | tree | snapshot |
2006-07-16 |
Rafael Espindola | skeleton of a lowerCall implementation for ARM |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Evan Cheng | Reduce instruction selection code size and stack frame... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Chris Lattner | On 64-bit targets like ppc64, we should use .quad to... |
commit | commitdiff | tree | snapshot |
2006-07-15 |
Chris Lattner | Remove what little AIX support we have. It has never... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | The generated index array should be const. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add an out-of-line virtual function to home class. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add an out-of-line virtual method for X86DwarfWriter... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Emit the string information for the asm writer as a... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add two helpers for escaping and unescaping strings. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add two helper functions |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | eliminate some ugly code, using ConstantExpr::getWithOp... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add a new helper, simplify ConstantExpr::getWithOperand... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add another helper method. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Patrick Jenkins | Fixed an issue where the user specified gcc was not... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add a new method for bugpoint to use |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add a new method for bugpoint to use. |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Owen Anderson | Hopefully the final attempt at making IndVars preserve... |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add missing PPC64 extload/truncstores |
commit | commitdiff | tree | snapshot |
2006-07-14 |
Chris Lattner | Add a note |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Jim Laskey | Bring the Xcode project up to date. |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Jim Laskey | Clean up. |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Chris Lattner | Another fix in the rotate encodings, needed when the... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Jim Laskey | 1. Simplfy bit operations. |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Chris Lattner | Revert this patch temporarily until PR831 is fixed. |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Patrick Jenkins | Syntax error. I will run perl -c before commiting perl... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Patrick Jenkins | Fixed some small bugs exposed when trying to get a... |
commit | commitdiff | tree | snapshot |
2006-07-13 |
Jim Laskey | Fixed a bug handling void function types. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Print negative immediates as negative values instead... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Turn an if into an else if. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Fix encoding of rotates, such as rldicl |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Handle instructions in the map, but that map to a null... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Owen Anderson | IndVars now (correctly) preserves LCSSA form. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Implement PPC64 relocations types |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | An overaggressive #ifdef allows a function to fall... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Jim Laskey | Move base value of instruction to lookup table to prepa... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | In addition to deleting calls, the inliner can constant... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Change the callgraph representation to store the callsi... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | testcase for PR827 |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Add information preventing several register class const... |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Testcase for PR828. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Evan Cheng | Fix test failure on non-Apple systems. |
commit | commitdiff | tree | snapshot |
2006-07-12 |
Chris Lattner | Remove non-portable optimization that isn't worth it |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | The PPC64 JIT needs register numbers to encode instruct... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Revamp this doc to be accurate w.r.t. building llvmgcc4 |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Fix PR826, testcase here: Regression/Verifier/2006... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Testcase for PR826 |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Evan Cheng | Emit inc / dec of registers as one byte instruction. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Profile builds should always have debug info enabled. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Silence a warning produced in assertions-disabled mode |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Devang Patel | Fix typo. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Jim Laskey | It was pointed out that DEBUG() is only available with... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Jim Laskey | Ensure that dump calls that are associated with asserts... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Jim Laskey | 1. Support for c++ mangled names. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Rafael Espindola | add the memri memory operand |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Owen Anderson | Revert my indvars changes because they were breaking... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Implement the inline asm 'A' constraint. This implemen... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | New testcase for PR825. |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | This is fixed |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Jim Laskey | Reduce bloat in target libraries by removing per machin... |
commit | commitdiff | tree | snapshot |
2006-07-11 |
Chris Lattner | In 64-bit mode, 64-bit GPRs are callee saved, not 32... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Owen Anderson | Add a comment, and fix a typo that broke the build. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Owen Anderson | Don't indent the entire function. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Evan Cheng | Update. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Evan Cheng | New entry. |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Evan Cheng | Fixed stack objects do not specify alignments, but... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Chris Lattner | Implement Regression/CodeGen/PowerPC/bswap-load-store... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Chris Lattner | New testcase for folding bswaps into i16/i32 loads... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Chris Lattner | Recognize 16-bit bswaps by relaxing overconstrained... |
commit | commitdiff | tree | snapshot |
2006-07-10 |
Chris Lattner | Add tests for 16-bit byteswaps. |
commit | commitdiff | tree | snapshot |
next |