Implement more aggressive folding of constant GEP instructions
[oota-llvm.git] / lib /
2003-06-26 Chris LattnerImplement more aggressive folding of constant GEP instr...
2003-06-26 Chris LattnerAdd support for elimination of load instruction from...
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 Chris LattnerInstcombine: X * -1 -> -X
2003-06-25 Chris LattnerFix bug: LevelRaise/2003-06-25-ExprAnalysis.ll
2003-06-25 Chris LattnerFix bug: Mem2Reg/2003-06-26-IterativePromote.ll
2003-06-25 Joel Stanley- Fixed name mangling conditions to handle 'linkonce...
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-25 Brian GaekeIt seems likely that floats would need a cast too,...
2003-06-24 Chris LattnerFix bug: ADCE/2003-06-24-BadSuccessor.ll
2003-06-24 Chris LattnerMake assertion more descriptive
2003-06-24 Chris LattnerDo not mark ALL terminators live if any instruciton...
2003-06-24 Chris LattnerFix bug: SCCP/2003-06-24-OverdefinedPHIValue.ll
2003-06-24 Chris LattnerFix bug: TailDup/2003-06-24-Simpleloop.ll
2003-06-23 Chris LattnerImplement new transforms:
2003-06-23 Brian GaekeFix 2003-06-23-PromotedExprs.llx -- if we are adding...
2003-06-23 Brian GaekeInclude <cmath> instead of <math.h>
2003-06-23 Chris LattnerAdd support for GCC 3.3
2003-06-23 Chris Lattneravoid dividing by zero when dealing with zero sized...
2003-06-23 Vikram S. AdveAdd the padding needed for variable-size alloca's,...
2003-06-22 Chris LattnerFix bug: InstCombine/2003-06-22-ConstantExprCrash.ll
2003-06-22 Chris LattnerAdd paranoia checking
2003-06-22 Chris LattnerTest change
2003-06-22 Chris LattnerInitial checkin of Tail duplication pass.
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-22 Chris LattnerRemove support for the MultiObject flag, which was...
2003-06-21 Chris LattnerInstcombine cast (getelementptr Ptr, 0, 0, 0) to ....
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 Chris LattnerFix the build. :(
2003-06-20 Vikram S. AdveRDCCR defines arg. #1, not arg. #2.
2003-06-19 Chris LattnerChanges to privatize NodeType
2003-06-19 Chris Lattner* Changes to make NodeType be private to DSNode.
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-19 Chris LattnerRemove usage of sys/unistd.h
2003-06-19 Chris LattnerImplement the functionality of InstCombine/call.ll
2003-06-19 Chris LattnerRemove a bunch of complicated code. The functionality...
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 LattnerDetemplatize the PATypeHandle class, which was only...
2003-06-18 Chris LattnerHandle arguments passed in through the va_arg area
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 Brian GaekeAdd #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANO...
2003-06-17 Chris LattnerInitial checkin of DAE pass
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-06-17 Brian GaekeUse std::isnan instead of isnan. Brought back to you...
2003-06-17 Brian GaekePut ifdefs around use of malloc.h/mallinfo, which isn...
2003-06-17 Chris LattnerLife is too short. Link in too much stuff on Linux...
2003-06-17 Chris LattnerThe never-ending odyssey trying to get sparc to link
2003-06-17 Chris LattnerMake sure to get the value of ARCH before we use it
2003-06-17 Chris LattnerDo not link in the Sparc JIT when building on X86....
2003-06-17 Chris LattnerApparently "sparc" is a macro on sparcs. Ugh. :)
2003-06-17 Chris LattnerWhoops, didn't mean to check that in :(
2003-06-17 Chris LattnerUse more structured command line option processing
2003-06-17 Chris Lattner#ifdef out code that only applies when the HOSTARCH...
2003-06-17 Chris LattnerImplement handling of constantexprs for disambiguation...
2003-06-17 Chris LattnerAvoid divide by zero errors
2003-06-17 Chris LattnerFix bug: Assembler/2003-06-17-InvokeDisassemble.llx
2003-06-17 Chris LattnerFairly major change: emit fixed sized allocas in the...
2003-06-17 Chris LattnerDon't corrupt memory when removing an instruction from...
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 usage of alloca
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: Linker/2003-06-02-TypeResolveProblem2.ll
2003-06-16 Chris LattnerFix bug: ADCE/2003-06-11-InvalidCFG.ll
2003-06-16 Chris LattnerFix bug: CBackend/2003-06-11-HexConstant.ll
2003-06-16 Chris LattnerNodes get forwarded when they are collapsed currently.
2003-06-16 Chris LattnerRemove bogus assertion: a node with no referrers could...
2003-06-16 Chris LattnerImplement forwarding from stores to loads of must-alias...
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-08 Chris LattnerAdd #include for older GCC's
2003-06-07 Chris LattnerFix bug: LevelRaise/2003-06-07-EmptyArrayTest.ll
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 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.
next