2004-10-06 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Remove debugging code, fix encoding problem. This... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Nate Begeman | Turning on fsel code gen now that we can do so would... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Nate Begeman | Implement floating point select for lt, gt, le, ge... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Codegen signed mod by 2 or -2 more efficiently. Instea... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Really fix FreeBSD, which apparently doesn't tolerate... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Fix a scary bug with signed division by a power of... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Codegen signed divides by 2 and -2 more efficiently... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Add some new instructions. Fix the asm string for... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Reduce code growth implied by the tail duplication... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | When tail duplicating these functions, the add instruct... |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | FreeBSD uses GCC. Patch contributed by Jeff Cohen! |
commit | commitdiff | tree | snapshot |
2004-10-06 |
Chris Lattner | Fix the path to the fixinc'd headers. Patch contribute... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Brian Gaeke | Must include sys/stat.h before declaring a 'struct... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Brian Gaeke | Build BFtoLLVM example front-end by default |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Brian Gaeke | Add BFtoLLVM example front end |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Chris Lattner | Make sure the const bit gets inherited correctly when... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Chris Lattner | Another testcase for constness linkage |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Chris Lattner | Testcase to ensure that the 'constant' flag follows... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Reid Spencer | Adjust sys/stat.h inclusion so its only for SunOS. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Tanya Lattner | Added a couple of includes to get this to compile on... |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Chris Lattner | Solaris doesn't have MAP_FILE. |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Chris Lattner | Bug fixed |
commit | commitdiff | tree | snapshot |
2004-10-05 |
Chris Lattner | New testcase for PR450 |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Add checks for the ZLIB and BZIP2 header files, not... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Fix #include flavor |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Move the warning about no compression library down... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Fix typo in makefile variable name that prevents zlib... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Add HAVE_BZIP2 and HAVE_ZLIB |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Excise the ill-advised RLCOMP compression algorithm... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Misha Brukman | Add example 'abstract' architectures for LLI: MIX,... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Add a context for the callback so different compression... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Minor corrections suggested by Chris' ever-watchful... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Fix build if not HAVE_BZIP2 |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | First version of the MappedFile abstraction for operati... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | First version of a support utility to provide generaliz... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | * Prune #includes |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Add support for emitting AT&T style .s files, and make... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Convert some missed patterns to support AT&T style |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Apparently the GNU assembler has a HUGE hack to be... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Reid Spencer | Provide support for auto-detection and use of compressi... |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Fix incorrect suffix |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Fix some more missed suffixes and swapped operands |
commit | commitdiff | tree | snapshot |
2004-10-04 |
Chris Lattner | Add missing suffixes to FP instructions for AT&T mode |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add support for the -x86-asm-syntax flag, which can... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add support to the instruction patterns for AT&T style... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Correctly parse variant notation |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add initial support for variants. This just parses... |
commit | commitdiff | tree | snapshot |
2004-10-03 |
Chris Lattner | Add initial support for variants |
commit | commitdiff | tree | snapshot |
2004-10-02 |
Reid Spencer | Add checks for bzip2 and libz for use with the Compress... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Do not repeat the map lookup |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | When a virtual register is folded into an instruction... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Add project |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Add a simple little improvement to the local spiller... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Substantially revamp the local spiller, causing it... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Chris Lattner | Pretty print a bit nicer :) |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Misha Brukman | Add note about converting Skeleton to a useful backend... |
commit | commitdiff | tree | snapshot |
2004-10-01 |
Alkis Evlogimenos | Document this class a bit :-) |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Alkis Evlogimenos | Add const version of getLastBlock() member function. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Alkis Evlogimenos | Remove whitespace from the end of the line. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Make EmitMappingInfo into an "external location" option... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Add accessor function. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Correct type of accessor functions. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Namespacify. Add accessor function. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Add accessor function prototypes for reoptimizer suppor... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | I think this will handle double args. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Misha Brukman | That should actually be __MING, not __MINGW. |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Misha Brukman | #include DataTypes.h to compile on MinGW, patch by... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Misha Brukman | Check for __MINGW define instead of __MINGW_H, patch... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Use more efficient map operations. Fix a bug that... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | There is no need to call MachineInstr::print directly... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | * Wrap some comments to 80 cols |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Mark the instructions that have delay slots with the... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Brian Gaeke | Use TargetMachine::hasDelaySlot() instead of our old... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Simplify the logic in the simple spiller and capitalize... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Switch from defaulting to the 'local' spiller to the... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Don't use a densemap for keeping track of which vregs... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Use longer and more explicit names for instance vars... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Free the VirtRegMap at the end of MachineFunction proce... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Reindent code, improve comments, move huge nested metho... |
commit | commitdiff | tree | snapshot |
2004-09-30 |
Chris Lattner | Disable the 'WARNING: Found global types that are not... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Misha Brukman | Change the #ifdefs to allow compilation with a V8 compi... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Hrm, debugging printouts do not need to be in here |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Make sure to check select instructions for generic... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Update list of shootout programs that should be working. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Tell the target description that calls clobber register... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Don't use DominatorSet::dominates for intra-block instr... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | The verifier takes 50s on this testcase, that is not... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | FITOD is spelled "fitod", not "fitos". Ouch. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Don't use .quad to output double constants. The assembl... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | * Pull range optimization code out into new InsertRange... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | New testcasses for divides that can be eliminated. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Recognize FpMOVD as a move. |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Do not insert trivially dead select instructions, which... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | Fold binary expressions and casts into PHI nodes that... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Chris Lattner | New testcases |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | Generate better code by being far less clever when... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | add results |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Nate Begeman | improve Type::BoolTy codegen by eliminating unnecessary... |
commit | commitdiff | tree | snapshot |
2004-09-29 |
Brian Gaeke | Simplify copyConstantToRegister() for longs, using... |
commit | commitdiff | tree | snapshot |
next |