aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Add a PrintAsmMemoryOperand method for printing addressesChris Lattner2006-02-241-1/+9
* add a methodChris Lattner2006-02-241-0/+3
* Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey2006-02-241-16/+19
* Get VC++ building again.Jeff Cohen2006-02-241-0/+1
* Add some hooks for selecting memory addresses.Chris Lattner2006-02-241-0/+17
* Add C_Memory operand typeChris Lattner2006-02-241-1/+1
* add a new flagChris Lattner2006-02-231-0/+4
* Added basic support for typedefs.Jim Laskey2006-02-231-2/+39
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-232-7/+82
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-222-6/+17
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-222-70/+63
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-2226-31/+35
* split register class handling from explicit physreg handling.Chris Lattner2006-02-221-6/+16
* expose the set of values types holdable in a regclass to clientsChris Lattner2006-02-211-1/+17
* Pass in a value type to getRegForInlineAsmConstraint, allowing targets toChris Lattner2006-02-211-1/+2
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-201-7/+13
* Move PICEnabled declaration here.Evan Cheng2006-02-181-0/+6
* add a new methodChris Lattner2006-02-171-0/+7
* Fix a nit sabre noticedNate Begeman2006-02-171-1/+1
* kill ADD_PARTS & SUB_PARTS and replace them with fancy new ADDC, ADDE, SUBCNate Begeman2006-02-171-7/+15
* Rework the SelectionDAG-based implementations of SimplifyDemandedBitsNate Begeman2006-02-161-17/+55
* Rename maxStoresPerMemSet to maxStoresPerMemset, etc.Evan Cheng2006-02-141-6/+6
* Fix typo that caused build failures for things trying to use m_Or.Chris Lattner2006-02-131-2/+2
* Sync up the tag numbers with gcc4.Jim Laskey2006-02-131-9/+1
* Rename to better reflect usage (current and planned.)Jim Laskey2006-02-131-2/+3
* Add a methodChris Lattner2006-02-131-0/+12
* Reorg for integration with gcc4. Old style debug info will not be passed thoughJim Laskey2006-02-111-59/+169
* Remove a level of indirection.Chris Lattner2006-02-101-9/+8
* Added SelectionDAG::InsertISelMapEntry(). This is used to workaround the gccEvan Cheng2006-02-091-2/+8
* More changes to reduce frame size.Evan Cheng2006-02-091-236/+72
* instead of keeping track of Constant/alignment pairs, actually compute theChris Lattner2006-02-091-17/+15
* Use a MachineConstantPoolEntry struct instead of a pair to holdChris Lattner2006-02-091-5/+15
* Assert invariantsChris Lattner2006-02-091-0/+3
* Require an alignment.Chris Lattner2006-02-091-6/+3
* Add a comment: value is log2Chris Lattner2006-02-091-0/+3
* Add support for assembler directives that wrap inline asmChris Lattner2006-02-081-0/+5
* Add some happy helper methods.Chris Lattner2006-02-081-1/+15
* getConstraintType should be virtual.Chris Lattner2006-02-071-1/+3
* add a new Type::getIntegralTypeMask() method, which is useful for clients thatChris Lattner2006-02-073-2/+9
* Fix some truncation warnings.Jeff Cohen2006-02-071-16/+16
* fix an error compiling with -pedanticChris Lattner2006-02-071-1/+1
* Change the prototype of PrintAsmOperandChris Lattner2006-02-061-1/+1
* Goodbye nasty macro.Jim Laskey2006-02-061-3/+1
* Edit requests from Sabre.Jim Laskey2006-02-061-25/+26
* Changing model for the construction of debug information.Jim Laskey2006-02-062-100/+331
* * Added SDNode::isOnlyUse().Evan Cheng2006-02-051-1/+4
* add a new method, getPreferredAlignmentLog.Chris Lattner2006-02-051-0/+4
* Refactor a bunch of code into a non-inlined methodChris Lattner2006-02-041-33/+6
* Get rid of some memory leaks identified by ValgrindEvan Cheng2006-02-041-5/+20
* add a methodChris Lattner2006-02-041-0/+2