Age | Commit message (Expand) | Author |
2007-02-17 | Added getReservedRegs(). | Evan Cheng |
2007-02-17 | Fix ixaddrs as well, allowing ppc64 to compile to: | Chris Lattner |
2007-02-17 | Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: | Chris Lattner |
2007-02-17 | Do not dereference invalid ranges. Generalize targetdata alignment model. | Chris Lattner |
2007-02-16 | Fix CodeGen/PowerPC/2007-02-16-AlignPacked.ll | Chris Lattner |
2007-02-16 | Remove an unnecessary predicate. | Reid Spencer |
2007-02-16 | simplify some code, ensure that packed structures get abi alignment of 1. | Chris Lattner |
2007-02-16 | fix incorrect encoding of vminsw. | Chris Lattner |
2007-02-16 | This was done recently | Andrew Lenharth |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-15 | For PR1202: | Reid Spencer |
2007-02-15 | Use BitVector instead of vector<bool> which can be extremely slow. | Evan Cheng |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-15 | For PR1195: | Reid Spencer |
2007-02-15 | Fixed packed structure breakage from earlier TargetData patch; applied | Reid Spencer |
2007-02-14 | Generalize TargetData strings, to support more interesting forms of data. | Chris Lattner |
2007-02-13 | Well this isn't as ugly and it works better. At least gcc bootstraps again | Andrew Lenharth |
2007-02-13 | add a note | Chris Lattner |
2007-02-13 | Add space between // and the comment. | Lauro Ramos Venancio |
2007-02-13 | Add ABI information to ARM subtarget. | Lauro Ramos Venancio |
2007-02-13 | According to ARM EABI, 8-bytes function arguments must be 8-bytes aligned. | Lauro Ramos Venancio |
2007-02-12 | more notes | Chris Lattner |
2007-02-12 | add a note | Chris Lattner |
2007-02-10 | Switch LayoutInfo to be a DenseMap instead of an std::map. This speeds up | Chris Lattner |
2007-02-10 | add a typedef | Chris Lattner |
2007-02-10 | eliminate the std::vector from StructLayout, allocating the elements immediately | Chris Lattner |
2007-02-10 | encapsulate the rest of the StructLayout members. | Chris Lattner |
2007-02-10 | Privatize StructLayout::MemberOffsets, adding an accessor | Chris Lattner |
2007-02-10 | Use ManagedStatic to manage LayoutInfo, instead of rolling our own. | Chris Lattner |
2007-02-10 | Change TargetData::getIndexedOffset interface to not require indices | Chris Lattner |
2007-02-09 | These vectors are frequently large. Use std::vector instead. | Evan Cheng |
2007-02-09 | Add reference counting to constantpool entries. Delete the unused ones. | Evan Cheng |
2007-02-09 | add a note | Chris Lattner |
2007-02-09 | Remove fixed item | Nate Begeman |
2007-02-08 | This is done. | Evan Cheng |
2007-02-08 | return addresses, those I already have | Andrew Lenharth |
2007-02-08 | Fixed comments. | Bill Wendling |
2007-02-08 | Moved the MachOWriter and ELFWriter out of the Target/* files. Placed the | Bill Wendling |
2007-02-08 | Added new method to add a "simple" code emitter. That is, to only add | Bill Wendling |
2007-02-08 | Dead files. Functionality has been taken over by the Add*Writer functions. | Bill Wendling |
2007-02-07 | isLowRegister() expects input is a physical register. | Evan Cheng |
2007-02-07 | Rename. | Evan Cheng |
2007-02-07 | If sp offset will be materialized in a register. Clear the offset field of st... | Evan Cheng |
2007-02-07 | Get rid of references to iostream. | Evan Cheng |
2007-02-07 | New entry. | Evan Cheng |
2007-02-07 | In thumb mode, R3 is reserved, but it can be live in to the function. If | Evan Cheng |
2007-02-07 | Update | Evan Cheng |
2007-02-07 | - If fp (r7) is used to reference stack objects, use [r, r] address mode. | Evan Cheng |
2007-02-07 | eliminateFrameIndex() is even more complicated if frame ptr is used instead o... | Evan Cheng |
2007-02-07 | Spill / restore should avoid modifying the condition register. | Evan Cheng |