Age | Commit message (Expand) | Author |
2006-02-23 | add a new flag | Chris Lattner |
2006-02-23 | Added basic support for typedefs. | Jim Laskey |
2006-02-23 | DwarfWriter reading basic type information from llvm-gcc4 code. | Jim Laskey |
2006-02-22 | - Added option -relocation-model to set relocation model. Valid values includ... | Evan Cheng |
2006-02-22 | Coordinate activities with llvm-gcc4 and dwarf. | Jim Laskey |
2006-02-22 | Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean. | Chris Lattner |
2006-02-22 | split register class handling from explicit physreg handling. | Chris Lattner |
2006-02-21 | expose the set of values types holdable in a regclass to clients | Chris Lattner |
2006-02-21 | Pass in a value type to getRegForInlineAsmConstraint, allowing targets to | Chris Lattner |
2006-02-20 | Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bit | Evan Cheng |
2006-02-18 | Move PICEnabled declaration here. | Evan Cheng |
2006-02-17 | add a new method | Chris Lattner |
2006-02-17 | Fix a nit sabre noticed | Nate Begeman |
2006-02-17 | kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBC | Nate Begeman |
2006-02-16 | Rework the SelectionDAG-based implementations of SimplifyDemandedBits | Nate Begeman |
2006-02-14 | Rename maxStoresPerMemSet to maxStoresPerMemset, etc. | Evan Cheng |
2006-02-13 | Fix typo that caused build failures for things trying to use m_Or. | Chris Lattner |
2006-02-13 | Sync up the tag numbers with gcc4. | Jim Laskey |
2006-02-13 | Rename to better reflect usage (current and planned.) | Jim Laskey |
2006-02-13 | Add a method | Chris Lattner |
2006-02-11 | Reorg for integration with gcc4. Old style debug info will not be passed though | Jim Laskey |
2006-02-10 | Remove a level of indirection. | Chris Lattner |
2006-02-09 | Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gcc | Evan Cheng |
2006-02-09 | More changes to reduce frame size. | Evan Cheng |
2006-02-09 | instead of keeping track of Constant/alignment pairs, actually compute the | Chris Lattner |
2006-02-09 | Use a MachineConstantPoolEntry struct instead of a pair to hold | Chris Lattner |
2006-02-09 | Assert invariants | Chris Lattner |
2006-02-09 | Require an alignment. | Chris Lattner |
2006-02-09 | Add a comment: value is log2 | Chris Lattner |
2006-02-08 | Add support for assembler directives that wrap inline asm | Chris Lattner |
2006-02-08 | Add some happy helper methods. | Chris Lattner |
2006-02-07 | getConstraintType should be virtual. | Chris Lattner |
2006-02-07 | add a new Type::getIntegralTypeMask() method, which is useful for clients that | Chris Lattner |
2006-02-07 | Fix some truncation warnings. | Jeff Cohen |
2006-02-07 | fix an error compiling with -pedantic | Chris Lattner |
2006-02-06 | Change the prototype of PrintAsmOperand | Chris Lattner |
2006-02-06 | Goodbye nasty macro. | Jim Laskey |
2006-02-06 | Edit requests from Sabre. | Jim Laskey |
2006-02-06 | Changing model for the construction of debug information. | Jim Laskey |
2006-02-05 | * Added SDNode::isOnlyUse(). | Evan Cheng |
2006-02-05 | add a new method, getPreferredAlignmentLog. | Chris Lattner |
2006-02-04 | Refactor a bunch of code into a non-inlined method | Chris Lattner |
2006-02-04 | Get rid of some memory leaks identified by Valgrind | Evan Cheng |
2006-02-04 | add a method | Chris Lattner |
2006-02-04 | Add some methods for inline asm support. | Chris Lattner |
2006-02-03 | Add a framework for eliminating instructions that produces undemanded bits. | Nate Begeman |
2006-02-02 | Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo, | Chris Lattner |
2006-02-02 | add a new isStoreToStackSlot method | Chris Lattner |
2006-02-02 | add an instance var and argument. | Chris Lattner |
2006-02-01 | add a new PrintAsmOperand method, move some stuff around for ease of reading. | Chris Lattner |