oota-llvm.git
2003-06-05 Chris LattnerFix bug: InstCombine/2003-06-05-BranchInvertInfLoop.ll
2003-06-05 Chris LattnerNew testcase
2003-06-05 Chris LattnerTest seteq AND setne
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 Chris LattnerFix bug: Jello/2003-06-04-bzip2-bug.ll
2003-06-05 Chris LattnerNew testcase, the JIT currently handles this right...
2003-06-05 Anand ShuklaFixed a bug so initialization code is always inserted...
2003-06-05 Chris LattnerNew testcase for PHI handling
2003-06-05 Chris LattnerUse a constant expr GEP instead of an actual instruction
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 Chris LattnerMake this work with counter > 127
2003-06-04 Misha Brukman* Instead of re-inventing the MachineConstantPool emitt...
2003-06-04 Chris LattnerAdd prerelease license to cvs
2003-06-04 Misha Brukman* Institute a hack for the Sparc call to mmap() to...
2003-06-04 Brian GaekeMake writeNumber() void. Get ready to decouple it from...
2003-06-04 Vikram S. AdveModify tracing rules to use opt -trace[m] instead of...
2003-06-04 Sumant KowshikMade changes suggested by Chris
2003-06-04 Sumant KowshikMade changes suggested by Chris; Renamed 'union' functi...
2003-06-04 Chris LattnerClean up previous code.
2003-06-04 Chris LattnerAdd new setCondition member
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 Chris LattnerModernize testcase
2003-06-04 Chris LattnerImplement combination of boolean not with branch
2003-06-04 Chris LattnerAdd new test for inverting branches
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 Misha BrukmanSparc's dlsym() requires the special operand RTLD_SELF...
2003-06-04 Chris LattnerAvoid generating a getelementptr instruction of a function
2003-06-03 Misha BrukmanPass through the emitConstantPool() call to the real...
2003-06-03 Brian GaekeMake the write*map methods more self-contained. Documen...
2003-06-03 Vikram S. AdveImproved how tracing can be used:
2003-06-03 Chris LattnerMinor cleanups:
2003-06-03 Chris LattnerRemove usage of typedef
2003-06-03 Chris LattnerRemove use of enum
2003-06-03 Chris LattnerAdd namespace comments for doxygen
2003-06-03 Chris LattnerThere are now no uses of NonCopyableV
2003-06-03 Chris LattnerAdd doxygen comment for namespace
2003-06-03 Chris LattnerAdd comment for doxygen for namespace
2003-06-03 Chris LattnerMinor cleanups:
2003-06-03 Chris LattnerRemove noncopyable base class as it was making the...
2003-06-03 Chris LattnerRemove noncopyableV base classes, as they were confusin...
2003-06-03 Brian GaekeI documented this file, in an attempt to understand...
2003-06-03 Chris LattnerSpiff up options a bit
2003-06-03 Chris LattnerUse the new -o tablegen option
2003-06-03 Chris LattnerAdd -o support for TableGen
2003-06-03 Chris LattnerMake tablegen use more structured command line options
2003-06-03 Chris LattnerFix minor bug
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-03 Misha BrukmanRemoving personal name from source code.
2003-06-03 Misha BrukmanAdded the `to' keyword as in `cast <type> <data> to...
2003-06-03 Misha Brukman* Added the `to' keyword, as in `cast <type> <data...
2003-06-03 Misha BrukmanStop ignoring the `cc' field, we actually use it now...
2003-06-02 Misha BrukmanMoved FInfo.cpp to lib/Target/Sparc as it is Sparc...
2003-06-02 Chris LattnerMinor cleanups.
2003-06-02 Chris LattnerRemove usage of noncopyable classes to clean up doxygen...
2003-06-02 Chris LattnerRemove NonCopyable base class to clean up doxygen output
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 BrukmanRemoved a useless ofstream.
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 Chris Lattner* Make assertion message useful
2003-06-02 Chris LattnerSecond testcase identified by Joel
2003-06-02 Chris LattnerFix bug: Linker/2003-06-02-TypeResolveProblem.ll
2003-06-02 Chris LattnerNew testcase identified by Joel
2003-06-02 Chris LattnerAdd support for C++ tests
2003-06-02 Chris LattnerBe more robust in the face of undefined behavior.
2003-06-02 Chris LattnerNo need to print out bytecode :)
2003-06-02 Misha BrukmanClean up after merging in SparcEmitter.cpp; branches...
2003-06-02 Chris LattnerMinor cleanups
2003-06-02 Chris LattnerNew testcase, reduced from 300.twolf by bugpoint
2003-06-02 Chris LattnerRemove stupid thinko that was preventing bugpoint from...
2003-06-02 Chris LattnerGive better information about how the passes crash
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 BrukmanRemove spurious assert()
2003-06-02 Misha BrukmanRenamed MachineCodeEmitter.cpp -> X86CodeEmitter.cpp...
2003-06-02 Misha Brukman* Removed SparcEmitter.cpp; rolled into lib/Target...
2003-06-02 Chris LattnerFix bug: CBackend/2003-06-01-NullPointerType.ll
2003-06-02 Chris LattnerTestcase distilled from 255.vortex
next