oota-llvm.git
2004-10-07 Chris LattnerImprove comments, no functionality changes
2004-10-07 Chris LattnerFix a nasty dangling pointer problem, due to a free...
2004-10-07 Chris LattnerGet friendly with Type
2004-10-07 Chris LattnerUnfortunately the fix for the previous bug introduced...
2004-10-07 Chris LattnerChange signature of this method again
2004-10-07 Chris LattnerThese files now live in Transforms/GlobalOpt
2004-10-07 Chris LattnerMove these files from Transforms/GlobalConstifier
2004-10-07 Chris LattnerFix a bug in my previous change. Unfortunately this...
2004-10-07 Reid SpencerMake these scripts work on SunOS too.
2004-10-07 Chris LattnerFix a bug in the safety analysis routine
2004-10-07 Chris LattnerComment cleanups
2004-10-07 Chris Lattner* Rename pass to globalopt, since we do more than just...
2004-10-07 Chris LattnerRename pass
2004-10-07 Chris LattnerThis pass is not needed, as there is only ever one...
2004-10-07 Chris LattnerAdd new testcase, rename pass
2004-10-07 Chris LattnerDon't add libz or libbz2 to the USEDLIBS lists, those...
2004-10-06 Chris LattnerDon't call memset if malloc returns a null pointer
2004-10-06 Chris LattnerImplement GlobalConstifier/trivialstore.llx, and also...
2004-10-06 Chris LattnerNew testcase
2004-10-06 Chris LattnerDont' let null nodes sneak past cast instructions
2004-10-06 Misha BrukmanUndoxyfy internal method.
2004-10-06 Misha BrukmanDoxygen-ify comments
2004-10-06 Chris LattnerChange Type::isAbstract to have better comments, a...
2004-10-06 Chris LattnerRename method, change comment, add argument
2004-10-06 Chris LattnerCorrect some typeos
2004-10-06 Chris LattnerInstcombine: -(X sdiv C) -> (X sdiv -C), tested by...
2004-10-06 Chris LattnerNew testcase
2004-10-06 Chris LattnerRemove debugging code, fix encoding problem. This...
2004-10-06 Nate BegemanTurning on fsel code gen now that we can do so would...
2004-10-06 Nate BegemanImplement floating point select for lt, gt, le, ge...
2004-10-06 Chris LattnerCodegen signed mod by 2 or -2 more efficiently. Instea...
2004-10-06 Chris LattnerReally fix FreeBSD, which apparently doesn't tolerate...
2004-10-06 Chris LattnerFix a scary bug with signed division by a power of...
2004-10-06 Chris LattnerCodegen signed divides by 2 and -2 more efficiently...
2004-10-06 Chris LattnerAdd some new instructions. Fix the asm string for...
2004-10-06 Chris LattnerReduce code growth implied by the tail duplication...
2004-10-06 Chris LattnerWhen tail duplicating these functions, the add instruct...
2004-10-06 Chris LattnerFreeBSD uses GCC. Patch contributed by Jeff Cohen!
2004-10-06 Chris LattnerFix the path to the fixinc'd headers. Patch contribute...
2004-10-05 Brian GaekeMust include sys/stat.h before declaring a 'struct...
2004-10-05 Brian GaekeBuild BFtoLLVM example front-end by default
2004-10-05 Brian GaekeAdd BFtoLLVM example front end
2004-10-05 Chris LattnerMake sure the const bit gets inherited correctly when...
2004-10-05 Chris LattnerAnother testcase for constness linkage
2004-10-05 Chris LattnerTestcase to ensure that the 'constant' flag follows...
2004-10-05 Reid SpencerAdjust sys/stat.h inclusion so its only for SunOS.
2004-10-05 Tanya LattnerAdded a couple of includes to get this to compile on...
2004-10-05 Chris LattnerSolaris doesn't have MAP_FILE.
2004-10-05 Chris LattnerBug fixed
2004-10-05 Chris LattnerNew testcase for PR450
2004-10-04 Reid SpencerAdd checks for the ZLIB and BZIP2 header files, not...
2004-10-04 Chris LattnerFix #include flavor
2004-10-04 Reid SpencerMove the warning about no compression library down...
2004-10-04 Reid SpencerFix typo in makefile variable name that prevents zlib...
2004-10-04 Reid SpencerAdd HAVE_BZIP2 and HAVE_ZLIB
2004-10-04 Reid SpencerExcise the ill-advised RLCOMP compression algorithm...
2004-10-04 Misha BrukmanAdd example 'abstract' architectures for LLI: MIX,...
2004-10-04 Reid SpencerAdd a context for the callback so different compression...
2004-10-04 Reid SpencerMinor corrections suggested by Chris' ever-watchful...
2004-10-04 Chris LattnerFix build if not HAVE_BZIP2
2004-10-04 Reid SpencerFirst version of the MappedFile abstraction for operati...
2004-10-04 Reid SpencerFirst version of a support utility to provide generaliz...
2004-10-04 Chris Lattner* Prune #includes
2004-10-04 Chris LattnerAdd support for emitting AT&T style .s files, and make...
2004-10-04 Chris LattnerConvert some missed patterns to support AT&T style
2004-10-04 Chris LattnerApparently the GNU assembler has a HUGE hack to be...
2004-10-04 Reid SpencerProvide support for auto-detection and use of compressi...
2004-10-04 Chris LattnerFix incorrect suffix
2004-10-04 Chris LattnerFix some more missed suffixes and swapped operands
2004-10-04 Chris LattnerAdd missing suffixes to FP instructions for AT&T mode
2004-10-03 Chris LattnerAdd support for the -x86-asm-syntax flag, which can...
2004-10-03 Chris LattnerAdd support to the instruction patterns for AT&T style...
2004-10-03 Chris LattnerCorrectly parse variant notation
2004-10-03 Chris LattnerAdd initial support for variants. This just parses...
2004-10-03 Chris LattnerAdd initial support for variants
2004-10-02 Reid SpencerAdd checks for bzip2 and libz for use with the Compress...
2004-10-01 Chris LattnerDo not repeat the map lookup
2004-10-01 Chris LattnerWhen a virtual register is folded into an instruction...
2004-10-01 Chris LattnerAdd project
2004-10-01 Chris LattnerAdd a simple little improvement to the local spiller...
2004-10-01 Chris LattnerSubstantially revamp the local spiller, causing it...
2004-10-01 Chris LattnerPretty print a bit nicer :)
2004-10-01 Misha BrukmanAdd note about converting Skeleton to a useful backend...
2004-10-01 Alkis EvlogimenosDocument this class a bit :-)
2004-09-30 Alkis EvlogimenosAdd const version of getLastBlock() member function.
2004-09-30 Alkis EvlogimenosRemove whitespace from the end of the line.
2004-09-30 Brian GaekeMake EmitMappingInfo into an "external location" option...
2004-09-30 Brian GaekeAdd accessor function.
2004-09-30 Brian GaekeCorrect type of accessor functions.
2004-09-30 Brian GaekeNamespacify. Add accessor function.
2004-09-30 Brian GaekeAdd accessor function prototypes for reoptimizer suppor...
2004-09-30 Brian GaekeI think this will handle double args.
2004-09-30 Misha BrukmanThat should actually be __MING, not __MINGW.
2004-09-30 Misha Brukman#include DataTypes.h to compile on MinGW, patch by...
2004-09-30 Misha BrukmanCheck for __MINGW define instead of __MINGW_H, patch...
2004-09-30 Chris LattnerUse more efficient map operations. Fix a bug that...
2004-09-30 Chris LattnerThere is no need to call MachineInstr::print directly...
2004-09-30 Chris Lattner* Wrap some comments to 80 cols
2004-09-30 Brian GaekeMark the instructions that have delay slots with the...
2004-09-30 Brian GaekeUse TargetMachine::hasDelaySlot() instead of our old...
next