- 3326305 Make comment header span the entire line by Misha Brukman · 20 years ago
- 0adfeed Describe how to configure tests to work with f2c by Misha Brukman · 20 years ago
- 0904f09 * Reformat to fit 80 cols * Add missing <li> tags by Misha Brukman · 20 years ago
- b816f02 Several fixes and enhancements to the PPC32 backend. by Nate Begeman · 20 years ago
- cb90de3 Add ori reg, reg, 0 as a move instruction. This can be generated from by Nate Begeman · 20 years ago
- 5a181c8 Remove unnecessary header include by Nate Begeman · 20 years ago
- cf4d2a5 Improve comments, no functionality changes by Chris Lattner · 20 years ago
- a1c972d Fix a nasty dangling pointer problem, due to a free'd pointer being left in by Chris Lattner · 20 years ago
- d151657 Get friendly with Type by Chris Lattner · 20 years ago
- a6b10b6 Unfortunately the fix for the previous bug introduced the previous by Chris Lattner · 20 years ago
- 485457f Change signature of this method again by Chris Lattner · 20 years ago
- b25ac34 These files now live in Transforms/GlobalOpt by Chris Lattner · 20 years ago
- 904697e Move these files from Transforms/GlobalConstifier by Chris Lattner · 20 years ago
- f464ab5 Fix a bug in my previous change. Unfortunately this reverts most of the by Chris Lattner · 20 years ago
- 054defa Make these scripts work on SunOS too. by Reid Spencer · 20 years ago
- 3602549 Fix a bug in the safety analysis routine by Chris Lattner · 20 years ago
- bc53e5e Comment cleanups by Chris Lattner · 20 years ago
- 7a90b68 * Rename pass to globalopt, since we do more than just constify by Chris Lattner · 20 years ago
- 93a00e4 Rename pass by Chris Lattner · 20 years ago
- 8ecacce This pass is not needed, as there is only ever one global: the stack by Chris Lattner · 20 years ago
- 69406b0 Add new testcase, rename pass by Chris Lattner · 20 years ago
- 6856912 Don't add libz or libbz2 to the USEDLIBS lists, those are for LLVM libraries. by Chris Lattner · 20 years ago
- 194878f Don't call memset if malloc returns a null pointer by Chris Lattner · 20 years ago
- e47ba74 Implement GlobalConstifier/trivialstore.llx, and also do some by Chris Lattner · 20 years ago
- 86900a4 New testcase by Chris Lattner · 20 years ago
- 157b252 Dont' let null nodes sneak past cast instructions by Chris Lattner · 20 years ago
- f5d9fa7 Undoxyfy internal method. by Misha Brukman · 20 years ago
- 0cbd1fb Doxygen-ify comments by Misha Brukman · 20 years ago
- b5c1670 Change Type::isAbstract to have better comments, a more correct name by Chris Lattner · 20 years ago
- df00115 Rename method, change comment, add argument by Chris Lattner · 20 years ago
- 7c348e1 Correct some typeos by Chris Lattner · 20 years ago
- 91ccc15 Instcombine: -(X sdiv C) -> (X sdiv -C), tested by sub.ll:test16 by Chris Lattner · 20 years ago
- 24c0532 New testcase by Chris Lattner · 20 years ago
- 09c750f Remove debugging code, fix encoding problem. This fixes the problems by Chris Lattner · 20 years ago
- 35b020d Turning on fsel code gen now that we can do so would be good. by Nate Begeman · 20 years ago
- 087d5d9 Implement floating point select for lt, gt, le, ge using the powerpc fsel by Nate Begeman · 20 years ago
- 2483f67 Codegen signed mod by 2 or -2 more efficiently. Instead of generating: by Chris Lattner · 20 years ago
- 60e6674 Really fix FreeBSD, which apparently doesn't tolerate the extern. by Chris Lattner · 20 years ago
- 3ffdff6 Fix a scary bug with signed division by a power of two. We used to generate: by Chris Lattner · 20 years ago
- 610f1e2 Codegen signed divides by 2 and -2 more efficiently. In particular instead of: by Chris Lattner · 20 years ago
- d93d3b0 Add some new instructions. Fix the asm string for sbb32rr by Chris Lattner · 20 years ago
- c3e903f Reduce code growth implied by the tail duplication pass by not duplicating by Chris Lattner · 20 years ago
- fe386c4 When tail duplicating these functions, the add instruction should not be by Chris Lattner · 20 years ago
- 523001f FreeBSD uses GCC. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
- 3787405 Fix the path to the fixinc'd headers. Patch contributed by Jeff Cohen! by Chris Lattner · 20 years ago
- e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 20 years ago
- 0c50bc4 Build BFtoLLVM example front-end by default by Brian Gaeke · 20 years ago
- ddc1aaa Add BFtoLLVM example front end by Brian Gaeke · 20 years ago
- d4984cc Make sure the const bit gets inherited correctly when linking declarations by Chris Lattner · 20 years ago
- 5e4f299 Another testcase for constness linkage by Chris Lattner · 20 years ago
- b2bf713 Testcase to ensure that the 'constant' flag follows the definition when there by Chris Lattner · 20 years ago
- f348ccc Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 20 years ago
- c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 20 years ago
- 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 20 years ago
- e4421b4 Bug fixed by Chris Lattner · 20 years ago
- cbd141f New testcase for PR450 by Chris Lattner · 20 years ago
- 0d98aed Add checks for the ZLIB and BZIP2 header files, not just the libraries. by Reid Spencer · 20 years ago
- c441f1e Fix #include flavor by Chris Lattner · 20 years ago
- 5cb99fb Move the warning about no compression library down to the bottom, away by Reid Spencer · 20 years ago
- 94926f0 Fix typo in makefile variable name that prevents zlib from being recognized by Reid Spencer · 20 years ago
- 0fd3061 Add HAVE_BZIP2 and HAVE_ZLIB by Reid Spencer · 20 years ago
- 047c009 Excise the ill-advised RLCOMP compression algorithm and simply leave the by Reid Spencer · 20 years ago
- b8cbd9f Add example 'abstract' architectures for LLI: MIX, MMIX, and DLX by Misha Brukman · 20 years ago
- 469c34b Add a context for the callback so different compression scenarios can be by Reid Spencer · 20 years ago
- ce4e6ad Minor corrections suggested by Chris' ever-watchful eye. by Reid Spencer · 20 years ago
- ebe989c Fix build if not HAVE_BZIP2 by Chris Lattner · 20 years ago
- 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 20 years ago
- 460eb63 First version of a support utility to provide generalized compression in by Reid Spencer · 20 years ago
- 955f096 * Prune #includes by Chris Lattner · 20 years ago
- ac5701c Add support for emitting AT&T style .s files, and make it the default. Users by Chris Lattner · 20 years ago
- 8f99eff Convert some missed patterns to support AT&T style by Chris Lattner · 20 years ago
- 10f873b Apparently the GNU assembler has a HUGE hack to be compatible with really by Chris Lattner · 20 years ago
- 37130d2 Provide support for auto-detection and use of compression libraries. by Reid Spencer · 20 years ago
- ac6a475 Fix incorrect suffix by Chris Lattner · 20 years ago
- 707c6fe Fix some more missed suffixes and swapped operands by Chris Lattner · 20 years ago
- 60c715c Add missing suffixes to FP instructions for AT&T mode by Chris Lattner · 20 years ago
- 9a3e49a Add support for the -x86-asm-syntax flag, which can be used to choose between by Chris Lattner · 20 years ago
- 3a173df Add support to the instruction patterns for AT&T style output, which will by Chris Lattner · 20 years ago
- 953c6fe Correctly parse variant notation by Chris Lattner · 20 years ago
- 560a79f Add initial support for variants. This just parses the new format, no by Chris Lattner · 20 years ago
- 0fa2066 Add initial support for variants by Chris Lattner · 20 years ago
- c28d7ad Add checks for bzip2 and libz for use with the Compression concept for by Reid Spencer · 20 years ago
- 7cf3490 Do not repeat the map lookup by Chris Lattner · 20 years ago
- bec6a9e When a virtual register is folded into an instruction, keep track of whether by Chris Lattner · 20 years ago
- c2a5730 Add project by Chris Lattner · 20 years ago
- 52b25db Add a simple little improvement to the local spiller to keep track of stores by Chris Lattner · 20 years ago
- 7fb6434 Substantially revamp the local spiller, causing it to actually improve the by Chris Lattner · 20 years ago
- ef05436 Pretty print a bit nicer :) by Chris Lattner · 20 years ago
- 6d84e0d Add note about converting Skeleton to a useful backend and using it in the by Misha Brukman · 20 years ago
- c736b3a Document this class a bit :-) by Alkis Evlogimenos · 20 years ago
- 4b97f23 Add const version of getLastBlock() member function. by Alkis Evlogimenos · 20 years ago
- 30eed21 Remove whitespace from the end of the line. by Alkis Evlogimenos · 20 years ago
- 828c68a Make EmitMappingInfo into an "external location" option, so that it can be set by Brian Gaeke · 20 years ago
- f098ced Add accessor function. by Brian Gaeke · 20 years ago
- b3b1e33 Correct type of accessor functions. by Brian Gaeke · 20 years ago
- ccb87cd Namespacify. Add accessor function. by Brian Gaeke · 20 years ago
- f858f7f Add accessor function prototypes for reoptimizer support passes. by Brian Gaeke · 20 years ago
- 6672f86 I think this will handle double args. by Brian Gaeke · 20 years ago
- 14abc25 That should actually be __MING, not __MINGW. by Misha Brukman · 20 years ago
- 231684a #include DataTypes.h to compile on MinGW, patch by Henrik Bach. by Misha Brukman · 20 years ago