oota-llvm.git
2004-08-22 Reid SpencerShorten lines so this file can be used as the documenta...
2004-08-22 Nate BegemanKill a majority of unnecessary sign extensions for...
2004-08-22 Nate BegemanDon't hard code the offset of the saved R31 in function...
2004-08-21 Misha BrukmanBytecode libraries are installed with `make install...
2004-08-21 Reid SpencerFirst complete version. The details of configuration...
2004-08-21 Reid SpencerInitial checkin of a pass to lower packed operations...
2004-08-21 Reid SpencerCorrect to change interface of the analyzer.
2004-08-21 Reid SpencerBytecode Analyzer Cleanup:
2004-08-21 Reid SpencerGet rid of an extraneous local variable.
2004-08-21 Reid SpencerTwo Changes:
2004-08-21 Reid SpencerAdd boolean file format flags in preparation for versio...
2004-08-21 Reid SpencerBytecode Reader Cleanup:
2004-08-21 Reid SpencerDump the DependentLibsBlockID, its not a block, its...
2004-08-21 Nate BegemanBack out branchless SetCC code. While it helped a...
2004-08-21 Reid SpencerAdd new methods:
2004-08-21 Reid SpencerBytecode Analyzer cleanup:
2004-08-21 Chris LattnerAlignment is now in bits.
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment.
2004-08-21 Chris LattnerSwitch from bytes to bits for alignment for consistency
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerConvert regclass alignment from bytes to bites
2004-08-21 Chris LattnerConvert bytes to bits in alignment
2004-08-21 Chris LattnerRegister info alignment is in bits, frame object alignm...
2004-08-21 Chris LattnerMake alignment be in bits, just like size is
2004-08-21 Chris LattnerReduce uses of getRegClass
2004-08-21 Chris LattnerNow that we have per-register spill size/alignment...
2004-08-21 Chris LattnerInfer the spillsize/alignment of a register based on...
2004-08-21 Chris LattnerSupport "Methods" in register classes in CodgeGenRegist...
2004-08-21 Chris LattnerFix warning
2004-08-21 Reid SpencerExamine the type code in the setcc class of instruction...
2004-08-21 Nate BegemanMove XForm instructions over to the auto-generated...
2004-08-21 Chris LattnerStart parsing register classes into a more structured...
2004-08-21 Chris LattnerRead in declared reg sizes
2004-08-21 Chris LattnerAdd two values
2004-08-21 Chris LattnerFix a nasty bug that Nate ran into. In particular...
2004-08-20 Reid SpencerChange @ -> % in config files. @name@ might be needed...
2004-08-20 Nate Begemanremove some things from the todo list.
2004-08-20 Chris LattnerDo not register ppc64 yet, as it breaks the SparcV9...
2004-08-20 Chris Lattnerquish a warning
2004-08-20 Reid SpencerFix a bug found exposed by: Regression/Other/2004-08...
2004-08-20 Nate BegemanImplement code to convert SetCC into straight line...
2004-08-20 Reid SpencerRemove even the slightest chance of a race condition...
2004-08-20 Reid SpencerImplement the correct search for configuration files...
2004-08-20 Reid SpencerAdd CONFIG_FILES so the language specific config files...
2004-08-20 Reid SpencerAdded a set of rules for installing configuration files...
2004-08-20 Reid SpencerImplement Assembly support.
2004-08-20 Reid SpencerChanges resulting from change in autoconf/configure...
2004-08-20 Reid SpencerActually name the #define correctly.
2004-08-20 Reid SpencerAdded various LLVM_* strings that are configured to...
2004-08-20 Reid SpencerUpdate after change to autoconf/configure.ac
2004-08-20 Reid SpencerChange version 1.3 -> 1.4
2004-08-20 Chris LattnerNew testcase that the vector support does not work...
2004-08-20 Reid SpencerAdded various tests in support of Packed Types.
2004-08-20 Reid SpencerAdded a test case for packed types. Test case kindly...
2004-08-20 Brian GaekePacked types, brought to you by Brad Jones
2004-08-20 Reid SpencerAvoid building samples. Require explicit list of direct...
2004-08-20 Chris LattnerMake people explicitly add dirs to this. Remove Module...
2004-08-20 Chris LattnerOnly build project dirs with a Makefile in them. This...
2004-08-20 Chris LattnerBug fixed
2004-08-20 Chris LattnerIf we are linking two global variables and they have...
2004-08-19 Misha BrukmanFix opcodes being printed in caps (the more general...
2004-08-19 Reid SpencerActually let it compile after file name changes.
2004-08-19 Misha BrukmanStack space for argument passing is 32 regardless of...
2004-08-19 Misha BrukmanLR needs to be saved at 16-byte offset on a 64-bit...
2004-08-19 Misha BrukmanOn 64-bit PowerPC, pointers are 8 bytes, so parameter...
2004-08-19 Reid SpencerMoved ConfigData -> Configuration
2004-08-19 Misha BrukmanThis PHI has 4 additional operands, not 2.
2004-08-19 Reid SpencerMoved these files to "SmallExamples" directory.
2004-08-19 Reid SpencerAdd the fibonacci example provided by Valery Khamenya.
2004-08-19 Reid SpencerMake the SmallExamples programs compile in their new...
2004-08-19 Misha BrukmanUse the appropriate 64-bit register description file.
2004-08-19 Reid SpencerFixed the test to actually run correctly.
2004-08-19 Reid SpencerAdd a test case test test 1.3 alignment removal and...
2004-08-19 Misha BrukmanFix more remaining 32-bit vestiges of PowerPC
2004-08-19 Misha BrukmanFix another vestige of the 32-bit PowerPC backend.
2004-08-19 Misha BrukmanCorrect character prepended to global symbols ('.'...
2004-08-19 Misha Brukman* Eliminate global base register, r2 is used for that...
2004-08-19 Misha BrukmanWrap long lines.
2004-08-19 Nate BegemanConvert casts that will have no effect into move instru...
2004-08-19 Nate BegemanClean up floating point instruction selection.
2004-08-19 Reid SpencerImplement many new features for llvmc. This is the...
2004-08-18 Misha BrukmanInstead of int64_t, overload itostr with `long long...
2004-08-18 Reid SpencerCorrect a link, add a TOC entry.
2004-08-18 Reid SpencerProvided opcode definitions.
2004-08-18 Brian GaekeM_DUMMY_PHI_FLAG is no longer used to distinguish V9...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Brian GaekeInstead of using isDummyPhiInstr, we just compare the...
2004-08-18 Chris LattnerConvert to the new MachineFunctionInfo interface
2004-08-18 Chris LattnerAll targets are now allowed to have their own MachineFu...
2004-08-18 Brian GaekeM_PSEUDO_FLAG is no longer used. Get rid of it and...
2004-08-18 Brian GaekeThe SparcV9 target no longer uses any pseudoinstruction...
2004-08-18 Brian GaekeThe Create*Const methods don't need to pass around...
2004-08-18 Brian GaekeDoxygenify some comments.
2004-08-18 Chris LattnerSwitch V9 over to using the AsmPrinter base class to...
2004-08-18 Chris LattnerRename var
2004-08-18 Chris LattnerAlkis pointed out that this is not a character (we...
2004-08-17 Chris Lattnernew method
2004-08-17 Chris LattnerAdd support for targets without a .zero directive
2004-08-17 Misha BrukmanThis file is no longer used.
2004-08-17 Chris LattnerStart using alignment output routines from AsmPrinter.
next