Age | Commit message (Expand) | Author |
2004-11-14 | Fix problem with insertion point for ADJCALLSTACKDOWN. | Brian Gaeke |
2004-11-14 | Update lists of failing unit tests. | Brian Gaeke |
2004-11-14 | Fix NotTest - round up extraStack to the nearest doubleword, if it is | Brian Gaeke |
2004-11-14 | Update failing Benchmarks; point out that I'm skipping Shootout-C++. | Brian Gaeke |
2004-11-14 | Update expected UnitTests failures. | Brian Gaeke |
2004-11-14 | Rewrite outgoing arg handling to handle more weird corner cases. | Brian Gaeke |
2004-11-14 | Support UndefValue emission. | Brian Gaeke |
2004-11-13 | Don't print unneeded labels | Chris Lattner |
2004-11-13 | Hack around stupidity in GCC, fixing Burg with the CBE and | Chris Lattner |
2004-11-13 | shld is a very high latency operation. Instead of emitting it for shifts of | Chris Lattner |
2004-11-13 | Add missing check | Chris Lattner |
2004-11-13 | Compile: | Chris Lattner |
2004-11-10 | Correct the name of stosd for the AT&T syntax: | John Criswell |
2004-11-09 | Allow hbd to be bugpointable on darwin by fixing common and linkonce codegen | Nate Begeman |
2004-11-08 | Put int the getReg cast optimization from x86 so that we generate fewer | Nate Begeman |
2004-11-07 | Disable bogus cast elimination when the cast is used by a setcc instruction. | Nate Begeman |
2004-11-07 | Decompose* is V9 specific, make it internal | Chris Lattner |
2004-11-07 | Move this file from lib/Transforms/Scalar | Chris Lattner |
2004-11-05 | Fix compilation problem; make the cast and the LHS be the same type. | John Criswell |
2004-11-05 | Quiet VC++ warnings | Chris Lattner |
2004-11-04 | Thanks to sabre for pointing out that we were incorrectly codegen'ing | Nate Begeman |
2004-11-04 | Handle "call" operands of type long/ulong passed in registers. | Brian Gaeke |
2004-11-02 | Fix this function to not say that longs have 8-byte alignment on X86/PPC. | Chris Lattner |
2004-11-02 | Added gross hacks such as creating my own def-use map, and picking on Instruc... | Tanya Lattner |
2004-11-02 | Fix a warning | Chris Lattner |
2004-11-01 | Add placeholder variable to make Win32 work, applied for Morten Ofstad | Chris Lattner |
2004-10-30 | Internalize variable names to prevent recursive assignment. Cleanup docs. | Reid Spencer |
2004-10-30 | Fixed bug with infinite epilogues. | Tanya Lattner |
2004-10-29 | Change name of target lib to conform to new naming scheme. | Brian Gaeke |
2004-10-29 | Remove dependency on MRegisterInfo::getRegClass | Brian Gaeke |
2004-10-27 | Change Library Names Not To Conflict With Others When Installed | Reid Spencer |
2004-10-27 | Move destructor out of line to avoid vtable emission in every file that inclu... | Nate Begeman |
2004-10-27 | Fix the build by eliminating some more dead code. That'll learn me not to li... | Nate Begeman |
2004-10-26 | Remove include of MRegisterInfo.h, since it is already included by | Nate Begeman |
2004-10-26 | Remove file that is no longer used, and move include of MRegisterInfo.h | Nate Begeman |
2004-10-26 | Eliminate usage of MRegisterInfo::getRegClass(physreg) | Nate Begeman |
2004-10-26 | Update to-do list | Nate Begeman |
2004-10-26 | Fix treecc. Also fix a latent bug in emitBinaryConstOperation that would | Nate Begeman |
2004-10-25 | Disable the JIT until it can sorta kinda work. | Chris Lattner |
2004-10-25 | Remove dead assert | Chris Lattner |
2004-10-25 | Removed dead method, printPHICopiesForSuccessors(). | John Criswell |
2004-10-25 | Modified switch generation so that only the phi values associated with the | John Criswell |
2004-10-24 | Implement more complete and correct codegen for bitfield inserts, as tested | Nate Begeman |
2004-10-23 | * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instr | Misha Brukman |
2004-10-23 | Add BA, BL, and BLA opcodes | Misha Brukman |
2004-10-23 | * Do not emit IMPLICIT_DEF pseudo-instructions | Misha Brukman |
2004-10-23 | DForm_1, particularly used by store instructions, needs the immediate operand to | Misha Brukman |
2004-10-23 | Fix the SPR field for MTLR, MFLR, MTCTR, and MFCTR instructions. | Misha Brukman |
2004-10-23 | The value of the XO field for MFLR and MFCTR is 339, not 399 | Misha Brukman |
2004-10-23 | Remove extraneous blank line | Misha Brukman |