Move DEBUG to Debug.h
[oota-llvm.git] / lib / Target /
2003-07-02 Misha BrukmanFixed instruction syntax in the comments (specifies...
2003-07-02 Vikram S. AdveForce fixed-size but large alloca objects to the dynami...
2003-07-02 Vikram S. AdveMinor beautification: fold a couple of lines of code.
2003-07-02 Vikram S. Adve(1) Major bug fix: DecomposeArrayRef() replaces its...
2003-07-02 Vikram S. AdveA def. operand of a machine instruction may be an ordin...
2003-07-02 Vikram S. AdveBug/case fixes:
2003-06-30 John CriswellMerged in autoconf branch. This provides configuration...
2003-06-30 Chris LattnerSetjmp should always return zero if we don't implement...
2003-06-29 Chris LattnerUntil there is a setjmp/longjmp transformation pass...
2003-06-28 Chris Lattnerjmp_buf is really a pointer type that is passed around...
2003-06-28 Chris LattnerAdd support for the Invoke instruction!
2003-06-28 Chris LattnerPreserve compatibility with non-gcc compilers
2003-06-28 Chris LattnerFix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llx
2003-06-27 Brian GaekeNice tasty llc fixes. These should fix LLC for x86...
2003-06-26 Brian GaekeNumber constants from constant pool as CPIf_i where...
2003-06-25 Brian GaekeIntegrate the C writer's name mangler.
2003-06-25 Brian GaekeFirst draft of X86 LLC backend. This should be OK for...
2003-06-25 Joel Stanley- Fixed name mangling conditions to handle 'linkonce...
2003-06-25 Brian GaekeIt seems likely that floats would need a cast too,...
2003-06-23 Brian GaekeFix 2003-06-23-PromotedExprs.llx -- if we are adding...
2003-06-23 Vikram S. AdveAdd the padding needed for variable-size alloca's,...
2003-06-22 Chris LattnerDo not use the inefficient, fixed function, CBW, CDQ...
2003-06-22 Chris LattnerRemove a ton of extraneous #includes
2003-06-21 Chris LattnerMinor simplification to 64-bit instsel
2003-06-21 Chris LattnerFor 16 and 32-bit multiplies, use the IMUL instruction...
2003-06-21 Chris LattnerAdd IMULr16 & IMULr32 instructions
2003-06-21 Chris LattnerGenerate code for LONG indexes to getelementptr instruc...
2003-06-20 Chris LattnerSome preprocessors doen't support // comments and get...
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
2003-06-19 Brian GaekeFix output bug: Intel asm comment character is #, not ;.
2003-06-19 Brian GaekeRECAPITALIZE all the names of pseudo-instructions,...
2003-06-19 Brian GaekeRename many instructions to their Intel asm-compatible...
2003-06-19 Brian GaekeAdd Initialization and Finalization methods for the...
2003-06-18 Brian Gaekelib/Target/X86/X86TargetMachine.{cpp,h}: Add initial...
2003-06-18 Brian Gaekelib/Target/Sparc/Sparc.cpp:
2003-06-18 Chris LattnerThese instructions really take three operands. This...
2003-06-17 Brian Gaekelib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP...
2003-06-17 Chris LattnerFairly major change: emit fixed sized allocas in the...
2003-06-16 Brian GaekeDon't include alloca.h on FreeBSD.
2003-06-16 Chris LattnerActually, change it to use explicit new/delete, which...
2003-06-16 Chris LattnerRemove two using decls
2003-06-16 Brian GaekeIsolate machine-dependent use of <alloca.h> in "Support...
2003-06-16 Chris LattnerRename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.h
2003-06-16 Chris Lattnermove contents of include/llvm/Reoptimizer/Mapping/FInfo...
2003-06-16 Chris LattnerFix typeo
2003-06-16 Chris LattnerFix bug: CBackend/2003-06-11-HexConstant.ll
2003-06-16 Chris LattnerFix invalid number of arguments problem
2003-06-11 John CriswellIncluded assert.h so that the code compiles under newer...
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...
next