oota-llvm.git
2003-06-11 John CriswellUpdated to the new Makefile.common.
2003-06-11 John CriswellUpdated to use the new Makefile.common.
2003-06-11 John CriswellModified Makefile.common to handle compilation of proje...
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-08 Chris LattnerFix bug in environment setting
2003-06-08 Chris LattnerAdd #include for older GCC's
2003-06-07 Chris LattnerFix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll
2003-06-07 Chris LattnerNew testcase
2003-06-07 Chris LattnerFix compilation problem on GCC 2.9x
2003-06-07 Misha BrukmanDo not hastily change the Opcode from 'r' to 'i' type...
2003-06-06 Chris LattnerOld versions of GCC doesn't have <ostream> :(
2003-06-06 Chris LattnerFix compilation problem with some versions of G++
2003-06-06 Chris LattnerFix problem with perror
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 BrukmanReturn 'int 0' instead of 'void' so that the test can...
2003-06-06 Misha BrukmanReturn 'int 0' instead of void so that the test can...
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 Brukman::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK...
2003-06-06 Misha BrukmanOutput function address as hex.
2003-06-06 Misha BrukmanSimplify test case: remove declaration of __main()...
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 BrukmanAll debug print statements are now output with the...
2003-06-06 Misha BrukmanPut all debug print statements under the DEBUG() guard...
2003-06-06 Misha BrukmanRemoved debug print statement.
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 Misha Brukman* Stop ignoring cc registers, since we actually use...
2003-06-05 Vikram S. AdveMinor tuning -- avoid a non-inlinable function call...
2003-06-05 Chris LattnerFix (bogus) possibly uninitialized warning
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 LattnerRemove duplicate pass
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
next