Age | Commit message (Expand) | Author |
2005-08-18 | Remove the X86 and PowerPC Simple instruction selectors; their time has | Nate Begeman |
2005-08-02 | Update to use the new MathExtras.h support for log2 computation. | Chris Lattner |
2005-07-27 | Eliminate all remaining tabs and trailing spaces. | Jeff Cohen |
2005-06-18 | core changes for varargs | Andrew Lenharth |
2005-05-13 | Fix UnitTests/2005-05-13-SDivTwo.c | Chris Lattner |
2005-05-13 | switch to having the callee pop stack operands for fastcc. This is currently... | Chris Lattner |
2005-05-09 | do not emit illegal instructions | Chris Lattner |
2005-04-30 | Add support for llvm.sqrt and sin/cos if unsafe math optimizations are enabled. | Chris Lattner |
2005-04-28 | Codegen fabs/fabsf as FABS. Patch contributed by Morten Ofstad | Chris Lattner |
2005-04-21 | * Remove trailing whitespace | Misha Brukman |
2005-04-21 | Handle stores of global address as stores of immediates. Instead of: | Chris Lattner |
2005-04-09 | Use live out sets for return values instead of imp_defs, which is cleaner and... | Chris Lattner |
2005-04-06 | Fix SingleSource/Regression/C/2005-05-06-LongLongSignedShift.c, we were not | Chris Lattner |
2005-03-24 | eliminate dead variables, patch contributed by Gabor Greif! | Chris Lattner |
2005-03-15 | This mega patch converts us from using Function::a{iterator|begin|end} to | Chris Lattner |
2005-01-09 | Fix a subtle bug involving constant expr casts from int to fp | Chris Lattner |
2005-01-08 | Wrap long line. | Chris Lattner |
2005-01-08 | The X86 instruction selector already handles codegen of: | Chris Lattner |
2005-01-06 | Codegen -1 and -0.0 more efficiently. This implements CodeGen/X86/negatize_z... | Chris Lattner |
2005-01-05 | 1. If a double FP constant must be put into a constant pool, but it can be | Chris Lattner |
2004-12-17 | Change the sentinal | Chris Lattner |
2004-12-17 | Create a stack slot for the return address lazily instead of eagerly. This | Chris Lattner |
2004-12-13 | Set the rounding mode for the X86 FPU to 64-bits instead of 80-bits. We | Chris Lattner |
2004-12-03 | Fix a regression caused by the previous patch | Chris Lattner |
2004-12-02 | Consider 64-bit registers to be FP as well. | Chris Lattner |
2004-12-01 | Reverting this patch: | Tanya Lattner |
2004-11-29 | Revamp long/ulong comparisons to use a much more efficient sequence (thanks | Chris Lattner |
2004-11-16 | Fix a major bug in the signed shr code, which apparently only breaks 134.perl! | Chris Lattner |
2004-11-15 | Simplify and rearrange long shift code | Chris Lattner |
2004-11-13 | shld is a very high latency operation. Instead of emitting it for shifts of | Chris Lattner |
2004-11-13 | Add missing check | Chris Lattner |
2004-11-13 | Compile: | Chris Lattner |
2004-10-17 | Don't print stuff out from the code generator. This broke the JIT horribly | Chris Lattner |
2004-10-17 | Rewrite support for cast uint -> FP. In particular, we used to compile this: | Chris Lattner |
2004-10-17 | fold: | Chris Lattner |
2004-10-16 | Teach the X86 backend about unreachable and undef. Among other things, we | Chris Lattner |
2004-10-15 | Instruction select globals with offsets better. For example, on this test | Chris Lattner |
2004-10-08 | Fix a major regression from the bugfix for 2004-10-08-SelectSetCCFold.llx, | Chris Lattner |
2004-10-08 | Fix bug: 2004-10-08-SelectSetCCFold.llx. Normally this is hidden by the | Chris Lattner |
2004-10-06 | Remove debugging code, fix encoding problem. This fixes the problems | Chris Lattner |
2004-10-06 | Codegen signed mod by 2 or -2 more efficiently. Instead of generating: | Chris Lattner |
2004-10-06 | Fix a scary bug with signed division by a power of two. We used to generate: | Chris Lattner |
2004-10-06 | Codegen signed divides by 2 and -2 more efficiently. In particular | Chris Lattner |
2004-09-21 | s/ISel/X86ISel/ to have unique class names for debugging via gdb because the C++ | Misha Brukman |
2004-09-15 | Convert code to compile with vc7.1. | Reid Spencer |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-30 | Reduce the number of arguments in the instruction builder and make some | Reid Spencer |
2004-07-26 | Fix file header as it has been renamed. | Misha Brukman |
2004-07-21 | Fix cases where we generated horrible code like this: | Chris Lattner |
2004-07-19 | While I'm at it, don't break codegen of mul by 3,5,9. | Chris Lattner |