Updated for the new projects Makefile.
[oota-llvm.git] / lib / Target /
2003-06-11 John CriswellUpdated for the new projects Makefile.
2003-06-10 Guochun Shiadd some comments
2003-06-10 Guochun Shiadd an brief instruction what this pass is
2003-06-10 Guochun Shia simple introduction to this pass
2003-06-10 Guochun Shicleaned code
2003-06-08 Guochun Shidelete useless functions
2003-06-08 Guochun Shi change DEBUG to DEBUG_PRINT
2003-06-07 Misha BrukmanDo not hastily change the Opcode from 'r' to 'i' type...
2003-06-06 Chris LattnerFix warnings on Sparc
2003-06-06 Misha BrukmanPrint address out as hex.
2003-06-06 Misha BrukmanAdded 'r' and 'i' versions to WRCCR.
2003-06-06 Misha Brukman* Changed Bcc instructions to behave like BPcc instructions
2003-06-06 Misha Brukman* Removed PreSelection pass because that is now done...
2003-06-06 Chris LattnerDon't output explicit initializers for globals that...
2003-06-06 Misha BrukmanFixed a bunch of test cases in test/Regression/Jello...
2003-06-06 Chris LattnerAdd statistic for # machine instrs emitted
2003-06-06 Misha Brukman* If a global is not a function, just ask the MachineCo...
2003-06-06 Misha BrukmanThe SUB*i instructions belong to a different class...
2003-06-06 Misha BrukmanPut all debug print statements under the DEBUG() guard...
2003-06-05 Misha BrukmanFixed confusion between register classes and register...
2003-06-05 Misha BrukmanAdded missing directive to store the instruction name.
2003-06-05 Misha BrukmanMoved predict and annul fields to the end of each indiv...
2003-06-05 Misha BrukmanDo not preset the cc register, the instructions actuall...
2003-06-05 Vikram S. AdveMinor tuning -- avoid a non-inlinable function call...
2003-06-05 Misha BrukmanAdded lazy function resolution to the JIT.
2003-06-05 Misha Brukman* The textual output of (non-)predicted FP branches...
2003-06-05 Chris LattnerImplement generation of cmp R, C to not use an extra...
2003-06-05 Chris LattnerSpecial case simple binary operator X op C
2003-06-05 Chris LattnerAdd instructions for (add|sub|and|or|xor)ri(8|16|32)
2003-06-05 Misha BrukmanAll store instructions really want 'rd' in the first...
2003-06-05 Misha BrukmanAdded missing 'rs1' field to F3_rdrs1imm13, 'rd' to...
2003-06-04 Brian Gaekelib/CodeGen/Mapping/MappingInfo.cpp:
2003-06-04 Brian GaekeAdd file comment. Include <vector> and <string>. Updat...
2003-06-04 Chris LattnerRevert brians patch to get mapping info working again
2003-06-04 Tanya LattnerHad to comment out a line in outByte() to get it to...
2003-06-04 Misha Brukman* Instead of re-inventing the MachineConstantPool emitt...
2003-06-04 Brian GaekeMake writeNumber() void. Get ready to decouple it from...
2003-06-04 Misha BrukmanI have finally seen the light. The code to change the...
2003-06-04 Misha BrukmanAdded the 4.7 instruction class and all the FMOVcc...
2003-06-04 Misha BrukmanComment out opcodes currently unused in the Sparc backend.
2003-06-04 Chris LattnerNo really, you _cannot use_ getelementptr on an unsized...
2003-06-04 Misha BrukmanAdded instruction format class 3.15 and floating-point...
2003-06-04 Vikram S. AdveUndo one of those last fixes -- it was incorrect.
2003-06-04 Chris LattnerAvoid generating a getelementptr instruction of a function
2003-06-03 Brian GaekeMake the write*map methods more self-contained. Documen...
2003-06-03 Chris LattnerRemove usage of typedef
2003-06-03 Chris LattnerAdd namespace comments for doxygen
2003-06-03 Brian GaekeI documented this file, in an attempt to understand...
2003-06-03 Chris LattnerUse the new -o tablegen option
2003-06-03 Misha BrukmanConstants are laid out in memory in PC-relative form.
2003-06-03 Misha BrukmanAdded opcode conversion for conditional move of integers.
2003-06-03 Misha Brukman* Convert load/store opcodes from register to immediate...
2003-06-03 Misha BrukmanConvert load/store opcodes from register to immediate...
2003-06-03 Misha BrukmanStore instructions are different from other Format...
2003-06-03 Misha BrukmanMoved code to modify the opcode from 'reg' to 'imm...
2003-06-03 Misha Brukman* Added section A.34: Move FP register on int reg condi...
2003-06-03 Misha Brukman* Removed unused classes (rd field is always mentioned...
2003-06-03 Misha Brukman* Removed unused classes: the rd field is always mentio...
2003-06-03 Misha BrukmanThe rd field goes after the immediate field in format...
2003-06-02 Chris LattnerRemove usage of noncopyable classes to clean up doxygen...
2003-06-02 Chris LattnerAdd #include
2003-06-02 Misha BrukmanAdded MOVR (move int reg on register condition), aka...
2003-06-02 Misha BrukmanSparcInstr.def: added 'r' and 'i' versions of MOV(F...
2003-06-02 Misha Brukman* Added casts to/from floating-point to integers.
2003-06-02 Guochun Shicompiled with the new SchedGraphCommon
2003-06-02 Misha BrukmanClean up after merging in SparcEmitter.cpp; branches...
2003-06-02 Chris LattnerMinor cleanups
2003-06-02 Misha BrukmanEliminated a compiler warning due to casting to a diffe...
2003-06-02 Misha BrukmanMerged in tools/lli/JIT/SparcEmitter.cpp, coupled with...
2003-06-02 Misha BrukmanRenamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp...
2003-06-02 Chris LattnerFix bug: CBackend/2003-06-01-NullPointerType.ll
2003-06-02 Brian GaekeDeal with %lo/%lm/%hm/%hh flags in getMachineOpValue().
2003-06-01 Chris LattnerMove X86 specific code out of the JIT into the X86...
2003-06-01 Brian GaekeMake the .inc file depend on $(TBLGEN), so that changes...
2003-06-01 Chris Lattner* Implement cast (long|ulong) to bool
2003-06-01 Chris LattnerAdd RR forms of test instruction
2003-06-01 Chris LattnerFix a bug with casts to bool. This fixes testcase...
2003-06-01 Anand ShuklaAdd map info for arguments to call (copies)
2003-06-01 Chris LattnerAdd support for shl and shr for 64 bit integer types
2003-06-01 Chris LattnerAdd definitions for TEST instructions
2003-06-01 Chris LattnerAdd new cmovne32 instruction
2003-05-31 Vikram S. AdveRenamed a variable.
2003-05-31 Vikram S. AdveMinor changes.
2003-05-31 Vikram S. AdveAdded MachineCodeForInstruction object as an argument to
2003-05-31 Vikram S. AdveChanges to allow explicit physical register arguments...
2003-05-31 Vikram S. AdveSeveral bug fixes: globals in call operands were not...
2003-05-31 Vikram S. AdveExtensive changes to the way code generation occurs...
2003-05-31 Vikram S. AdveReverting previous beautification changes.
2003-05-31 Misha BrukmanRemoved useless code -- the byte order of output code...
2003-05-31 Misha BrukmanThe 'rd' register is consistently mentioned last in...
2003-05-31 Misha Brukman* Put back into action SLL/SRL/SRA{r,i}6 instructions
2003-05-31 Misha BrukmanCode beautification, no functional changes.
2003-05-31 Misha BrukmanEnabling some of these passes causes lli to break
2003-05-31 Misha BrukmanThe actual order of parameters in a 2-reg-immediate...
2003-05-30 Misha BrukmanWhen converting virtual registers to immediate constant...
2003-05-30 Misha BrukmanAdded:
2003-05-30 Misha BrukmanFixed the namespace to match SparcInternals.h; added...
2003-05-30 Misha BrukmanThe register types need to be visible outside of the...
2003-05-30 Misha BrukmanMoved and expanded convertOpcodeFromRegToImm() to conve...
2003-05-30 Misha BrukmanMake LLI behave just like LLC with regard to the compil...
next