Add testcodegen target, and restrict which tests are run for it.
[oota-llvm.git] / include /
2001-08-28 Vikram S. AdveAdded function MachineInstr::operandIsDefined(i) and...
2001-08-28 Vikram S. AdveExtensive additions for supporting instruction scheduling.
2001-08-28 Vikram S. AdveAdded class MachineSchedInfo and several supporting...
2001-08-28 Vikram S. AdveImplementation of instruction scheduling for LLVM.
2001-08-28 Vikram S. AdveClass that encapsulates priority heuristics for instruc...
2001-08-28 Vikram S. AdveScheduling DAG for instruction scheduling. Currently...
2001-08-28 Vikram S. AdveSimplification transformations to normalize the code...
2001-08-28 Vikram S. AdveUse const int instead of #define.
2001-08-28 Vikram S. AdveAdd copy and assignment operators for POIterator, and
2001-08-27 Chris LattnerInitial checkin of TargetData code
2001-08-27 Chris LattnerUse the new TargetData class to factor out some of...
2001-08-27 Chris LattnerRemove target specific method.
2001-08-27 Chris LattnerRemove target specific code, move to TargetData.cpp...
2001-08-27 Chris LattnerExtend annotations to pass data pointers around to...
2001-08-23 Chris LattnerAdd annotation support
2001-08-23 Chris LattnerAdd annotation support to value
2001-08-23 Chris Lattner* Add assertions
2001-08-20 Ruchira SasankaLV info on machine instructions
2001-08-13 Ruchira SasankaCorrected the compilation error by making the ValOperat...
2001-08-09 Vikram S. AdveCan't use ref to stack value!
2001-08-09 Vikram S. AdveNeeded old conditions as well as new in skipToNextVal()!
2001-08-08 Vikram S. AdveBug fix in ValOpIterator: not moving past operand with...
2001-08-07 Ruchira Sasanka*** empty log message ***
2001-08-07 Ruchira SasankaAdded isDef field to MachineOperand class - Ruchira
2001-08-06 Vikram S. AdveUse extra operand for instructions that set a CC regist...
2001-07-31 Vikram S. AdveAllow numOperands of -1 for variable #operands.
2001-07-31 Vikram S. AdveAllow machine instructions with variable numbers of...
2001-07-31 Vikram S. AdveAdded dummy Phi instruction.
2001-07-30 Vikram S. AdveAdded class MachineCodeForBasicBlock.
2001-07-30 Vikram S. AdveAdded vector of machine instructions for the basic...
2001-07-28 Chris LattnerModify var names to make it apparant that the code...
2001-07-28 Vikram S. AdveAdded function printIndent.
2001-07-28 Vikram S. AdveAdded a pointer hash function object for use in pointer...
2001-07-28 Vikram S. AdveMake a function const.
2001-07-28 Vikram S. AdveAdded several SPARC instructions including conditional...
2001-07-28 Vikram S. AdveRemove redundant and unused functions.
2001-07-28 Vikram S. AdveAdded MachineInstrInfo class and moved instruction...
2001-07-28 Vikram S. AdveEliminate separate enum for operand register type.
2001-07-26 Chris LattnerAdd an arg to insertVal to allow us to prevent builtin...
2001-07-25 Chris LattnerAdd support for extern varargs methods & varargs method...
2001-07-24 Ruchira Sasanka*** empty log message ***
2001-07-23 Chris LattnerEliminated the Unique class in favor of NonCopyable...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerFix coding style issues to actually attempt to be somew...
2001-07-23 Chris LattnerNonpolymorphic class, doesn't need a virtual dtor!
2001-07-23 Chris LattnerClean up hash table usage
2001-07-23 Chris LattnerRemoval of the redundant CompileContext wrapper
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-22 Chris LattnerAdd flag for emacs so it realizes it's C++ code
2001-07-22 Chris LattnerPrivatize LLCOptions. It had no business being visible...
2001-07-22 Chris LattnerMove private header into private directory
2001-07-22 Chris LattnerConvert from using C style char*'s to strings.
2001-07-22 Chris LattnerRemove String file some more
2001-07-22 Chris LattnerDestroy the StringUtils.h file
2001-07-21 Chris LattnerEliminate lots of unnecessary #includes and forward...
2001-07-21 Chris LattnerExterminate nasty Cisms
2001-07-21 Chris LattnerRenamed include/llvm/Codegen to include/llvm/CodeGen
2001-07-21 Chris LattnerMore minor reorganizations
2001-07-21 Chris LattnerRemove getTempValuesForMachineCode from the Instruction...
2001-07-21 Chris LattnerAdd support for casting operators
2001-07-21 Chris LattnerMore functionality, renamed API
2001-07-21 Chris LattnerMoved isIntegral to the Type system
2001-07-21 Vikram S. AdveGeneral support utilities like a program options class...
2001-07-21 Vikram S. AdveCompileContext and options class for the llc compiler.
2001-07-21 Vikram S. AdveHeader files for the target architecture description...
2001-07-20 Vikram S. AdveProvide simpler ways to extract the value of an integer...
2001-07-20 Vikram S. AdveCompute and cache information about the storage size...
2001-07-20 Vikram S. AdveProvide uniform access to the pointer operand and to...
2001-07-20 Vikram S. AdveAdded a representation of the machine instructions...
2001-07-20 Chris LattnerStart of expression analysis support
2001-07-20 Chris LattnerHeader to raise and lower representation
2001-07-20 Chris LattnerAdd multiply as a supported constant propogation operation
2001-07-20 Chris LattnerNew function: WriteAsOperand.
2001-07-20 Chris LattnerAdd new base class ConstPoolInt, useful for dealing...
2001-07-20 Chris LattnerAdd new method, ensureTypeAvailable
2001-07-20 Chris LattnerChange is*Type to be a casting convertion operator
2001-07-20 Chris LattnerAdd an function to BinaryOperator to swap the two operands
2001-07-20 Chris LattnerAdd short forms of the get*Type methods.
2001-07-16 Chris LattnerFixed typo in comment
2001-07-15 Chris LattnerRename 'isMethodExternal' to 'isExternal'
2001-07-15 Chris LattnerAdd a function to convert a double to a string
2001-07-15 Chris LattnerAdd support to write and read a fixed amount of raw...
2001-07-14 Chris Lattner* The parent of a constant pool is a SymTabValue, not...
2001-07-14 Chris LattnerMade the following changes:
2001-07-12 Chris LattnerMade it not inline
2001-07-12 Chris LattnerAdd DebugValue global function
2001-07-09 Chris LattnerhasSideEffects should be marked virtual
2001-07-09 Chris LattnerFix stupid typo
2001-07-08 Chris LattnerImplementation of Store & GetElementPtr
2001-07-08 Chris LattnerImplemented shl, shl, & load instructions
2001-07-08 Chris LattnerMoved Cast from being a Unary instruction to being...
2001-07-08 Chris LattnerAdd a new "addOperand" method to User.
2001-07-08 Chris LattnerNeg instruction removed. Cast instruction implemented.
2001-07-07 Chris LattnerConvert BinaryOperand and UnaryOperator to only take...
2001-07-07 Chris LattnerBroad superficial changes:
2001-07-07 Chris LattnerDevirtualize User::dropAllReferences
2001-07-07 Chris LattnerRemove dtor's that simply call dropAllReferences
2001-07-07 Chris LattnerChanged the fundemental architecture of Operands for...
2001-07-06 Chris LattnerNew file, includes method to merge exit nodes together
2001-07-06 Chris Lattner* Add a DominatorBase base class to maintain root of...
next