Age | Commit message (Expand) | Author |
2004-10-08 | Little patch to turn (shl (add X, 123), 4) -> (add (shl X, 4), 123 << 4) | Chris Lattner |
2004-10-08 | Implement logical and with an immediate that consists of a contiguous block | Nate Begeman |
2004-10-07 | Several fixes and enhancements to the PPC32 backend. | Nate Begeman |
2004-10-07 | Add ori reg, reg, 0 as a move instruction. This can be generated from | Nate Begeman |
2004-10-07 | Remove unnecessary header include | Nate Begeman |
2004-10-07 | Improve comments, no functionality changes | Chris Lattner |
2004-10-07 | Fix a nasty dangling pointer problem, due to a free'd pointer being left in | Chris Lattner |
2004-10-07 | Unfortunately the fix for the previous bug introduced the previous | Chris Lattner |
2004-10-07 | Fix a bug in my previous change. Unfortunately this reverts most of the | Chris Lattner |
2004-10-07 | Fix a bug in the safety analysis routine | Chris Lattner |
2004-10-07 | Comment cleanups | Chris Lattner |
2004-10-07 | * Rename pass to globalopt, since we do more than just constify | Chris Lattner |
2004-10-06 | Implement GlobalConstifier/trivialstore.llx, and also do some | Chris Lattner |
2004-10-06 | Dont' let null nodes sneak past cast instructions | Chris Lattner |
2004-10-06 | Change Type::isAbstract to have better comments, a more correct name | Chris Lattner |
2004-10-06 | Correct some typeos | Chris Lattner |
2004-10-06 | Instcombine: -(X sdiv C) -> (X sdiv -C), tested by sub.ll:test16 | Chris Lattner |
2004-10-06 | Remove debugging code, fix encoding problem. This fixes the problems | Chris Lattner |
2004-10-06 | Turning on fsel code gen now that we can do so would be good. | Nate Begeman |
2004-10-06 | Implement floating point select for lt, gt, le, ge using the powerpc fsel | Nate Begeman |
2004-10-06 | Codegen signed mod by 2 or -2 more efficiently. Instead of generating: | Chris Lattner |
2004-10-06 | Really fix FreeBSD, which apparently doesn't tolerate the extern. | 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-10-06 | Add some new instructions. Fix the asm string for sbb32rr | Chris Lattner |
2004-10-06 | Reduce code growth implied by the tail duplication pass by not duplicating | Chris Lattner |
2004-10-06 | FreeBSD uses GCC. Patch contributed by Jeff Cohen! | Chris Lattner |
2004-10-05 | Must include sys/stat.h before declaring a 'struct stat' | Brian Gaeke |
2004-10-05 | Make sure the const bit gets inherited correctly when linking declarations | Chris Lattner |
2004-10-05 | Adjust sys/stat.h inclusion so its only for SunOS. | Reid Spencer |
2004-10-05 | Added a couple of includes to get this to compile on Sparc. | Tanya Lattner |
2004-10-05 | Solaris doesn't have MAP_FILE. | Chris Lattner |
2004-10-04 | Excise the ill-advised RLCOMP compression algorithm and simply leave the | Reid Spencer |
2004-10-04 | Add a context for the callback so different compression scenarios can be | Reid Spencer |
2004-10-04 | Fix build if not HAVE_BZIP2 | Chris Lattner |
2004-10-04 | First version of the MappedFile abstraction for operating system idependent | Reid Spencer |
2004-10-04 | First version of a support utility to provide generalized compression in | Reid Spencer |
2004-10-04 | * Prune #includes | Chris Lattner |
2004-10-04 | Add support for emitting AT&T style .s files, and make it the default. Users | Chris Lattner |
2004-10-04 | Convert some missed patterns to support AT&T style | Chris Lattner |
2004-10-04 | Apparently the GNU assembler has a HUGE hack to be compatible with really | Chris Lattner |
2004-10-04 | Fix incorrect suffix | Chris Lattner |
2004-10-04 | Fix some more missed suffixes and swapped operands | Chris Lattner |
2004-10-04 | Add missing suffixes to FP instructions for AT&T mode | Chris Lattner |
2004-10-03 | Add support for the -x86-asm-syntax flag, which can be used to choose between | Chris Lattner |
2004-10-03 | Add support to the instruction patterns for AT&T style output, which will | Chris Lattner |
2004-10-03 | Add initial support for variants | Chris Lattner |
2004-10-01 | Do not repeat the map lookup | Chris Lattner |
2004-10-01 | When a virtual register is folded into an instruction, keep track of whether | Chris Lattner |
2004-10-01 | Add a simple little improvement to the local spiller to keep track of stores | Chris Lattner |