summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* GhostLinkage should not reach asm printing stageMisha Brukman2004-11-14
* Handle GhostLinkage (should not ever reach the assembly printing stage!)Misha Brukman2004-11-14
* Fix build on Linux/PowerPC64 using SuSE GCC (#undef PPC)Misha Brukman2004-11-14
* Fix problem with insertion point for ADJCALLSTACKDOWN.Brian Gaeke2004-11-14
* Update lists of failing unit tests.Brian Gaeke2004-11-14
* Fix NotTest - round up extraStack to the nearest doubleword, if it isBrian Gaeke2004-11-14
* Update failing Benchmarks; point out that I'm skipping Shootout-C++.Brian Gaeke2004-11-14
* Update expected UnitTests failures.Brian Gaeke2004-11-14
* Rewrite outgoing arg handling to handle more weird corner cases.Brian Gaeke2004-11-14
* Support UndefValue emission.Brian Gaeke2004-11-14
* Don't print unneeded labelsChris Lattner2004-11-13
* Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner2004-11-13
* shld is a very high latency operation. Instead of emitting it for shifts ofChris Lattner2004-11-13
* Add missing checkChris Lattner2004-11-13
* Compile:Chris Lattner2004-11-13
* Correct the name of stosd for the AT&T syntax:John Criswell2004-11-10
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-09
* Put int the getReg cast optimization from x86 so that we generate fewerNate Begeman2004-11-08
* Disable bogus cast elimination when the cast is used by a setcc instruction.Nate Begeman2004-11-07
* Decompose* is V9 specific, make it internalChris Lattner2004-11-07
* Move this file from lib/Transforms/ScalarChris Lattner2004-11-07
* Fix compilation problem; make the cast and the LHS be the same type.John Criswell2004-11-05
* Quiet VC++ warningsChris Lattner2004-11-05
* Thanks to sabre for pointing out that we were incorrectly codegen'ingNate Begeman2004-11-04
* Handle "call" operands of type long/ulong passed in registers.Brian Gaeke2004-11-04
* Fix this function to not say that longs have 8-byte alignment on X86/PPC.Chris Lattner2004-11-02
* Added gross hacks such as creating my own def-use map, and picking on Instruc...Tanya Lattner2004-11-02
* Fix a warningChris Lattner2004-11-02
* Add placeholder variable to make Win32 work, applied for Morten OfstadChris Lattner2004-11-01
* Internalize variable names to prevent recursive assignment. Cleanup docs.Reid Spencer2004-10-30
* Fixed bug with infinite epilogues.Tanya Lattner2004-10-30
* Change name of target lib to conform to new naming scheme.Brian Gaeke2004-10-29
* Remove dependency on MRegisterInfo::getRegClassBrian Gaeke2004-10-29
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Move destructor out of line to avoid vtable emission in every file that inclu...Nate Begeman2004-10-27
* Fix the build by eliminating some more dead code. That'll learn me not to li...Nate Begeman2004-10-27
* Remove include of MRegisterInfo.h, since it is already included byNate Begeman2004-10-26
* Remove file that is no longer used, and move include of MRegisterInfo.hNate Begeman2004-10-26
* Eliminate usage of MRegisterInfo::getRegClass(physreg)Nate Begeman2004-10-26
* Update to-do listNate Begeman2004-10-26
* Fix treecc. Also fix a latent bug in emitBinaryConstOperation that wouldNate Begeman2004-10-26
* Disable the JIT until it can sorta kinda work.Chris Lattner2004-10-25
* Remove dead assertChris Lattner2004-10-25
* Removed dead method, printPHICopiesForSuccessors().John Criswell2004-10-25
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-25
* Implement more complete and correct codegen for bitfield inserts, as testedNate Begeman2004-10-24
* * Correctly handle the MovePCtoLR pseudo-instr with a bl to next instrMisha Brukman2004-10-23
* Add BA, BL, and BLA opcodesMisha Brukman2004-10-23
* * Do not emit IMPLICIT_DEF pseudo-instructionsMisha Brukman2004-10-23
* DForm_1, particularly used by store instructions, needs the immediate operand toMisha Brukman2004-10-23