oota-llvm.git
2003-12-30 John CriswellMoved aclocal.m4 to acinclude.m4. To re-generate the...
2003-12-30 Chris Lattnerremove some useless #includes
2003-12-30 Chris LattnerRemove some pointless #includes
2003-12-30 Chris LattnerUse getFileSize() instead of sys/stat.h directly
2003-12-30 Chris LattnerUse new getFileSize function. Eliminate some using...
2003-12-30 Chris LattnerUse new getFileSize function instead of sys/stat.h...
2003-12-30 Chris LattnerAdd new method
2003-12-30 Chris LattnerAdd new function
2003-12-30 Chris LattnerAdd a -disable-opt flag to gccas, so that we can use...
2003-12-30 Chris LattnerFurther revisions of the FDHandle idea. In this versio...
2003-12-30 Chris LattnerAdd a new class useful for providing fully materialized...
2003-12-29 John CriswellAllow C++ programs to end in .cc. This allows C++...
2003-12-29 Chris LattnerAdd trivial exception specs to produce better code...
2003-12-29 Chris LattnerFactor FDHandle out of the bytecode reader into the...
2003-12-29 Chris Lattnerimplement new getToken function
2003-12-29 Chris Lattneradd new function
2003-12-28 Chris LattnerWhat do you know, we actually do accomplish some things...
2003-12-28 Chris LattnerClean up a lot of the code I added yesterday by exposin...
2003-12-28 Alkis EvlogimenosReserve ECX and EDI instead of EBX and EDI. Since EBX...
2003-12-28 Alkis EvlogimenosAdd coalescing to register allocator. A hint is added...
2003-12-28 Alkis EvlogimenosAdd TargetInstrInfo::isMoveInstr() to support coalescin...
2003-12-28 Chris LattnerWhoops, don't try to lower non intrinsic calls
2003-12-28 Chris LattnerPass extra arguments around n stuph
2003-12-28 Chris LattnerWe may now pass IntrinsicLowering implementations into...
2003-12-28 Chris Lattnerimplement support for the intrinsic lowering functionality
2003-12-28 Chris LattnerEliminate some code that is not needed now that we...
2003-12-28 Chris LattnerPass around IntrinsicLowering instances as appropriate.
2003-12-28 Chris LattnerUse the intrinsic lowering functionality
2003-12-28 Chris Lattneradd argument
2003-12-28 Chris LattnerABC's must have virtual dtors! Shame on me!
2003-12-28 Chris LattnerMove into the VMCore library
2003-12-28 Chris LattnerMove header into top-level llvm dir
2003-12-28 Chris LattnerImplement the default implementation of the intrinsic...
2003-12-28 Chris LattnerAdd new interface that allows removal of some code...
2003-12-28 Chris Lattnerfinegrainify namespacification
2003-12-28 Chris LattnerMerging constants can cause further room for improvemen...
2003-12-28 Chris LattnerAdd a note
2003-12-26 Chris LattnerFactor code out of LLI
2003-12-26 Chris LattnerNew method
2003-12-26 Chris LattnerFactor out code to ExecutionEngine
2003-12-26 Chris LattnerSimplify code
2003-12-26 Chris Lattnerminor cleanups
2003-12-26 Chris Lattner* eliminate the -f argument to lli, as it was silly...
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-26 Chris LattnerNo longer run atExit functions from run()
2003-12-26 Chris LattnerRename 'run' to 'runFunction' to emphasize that it...
2003-12-26 Chris Lattnerupdate comment
2003-12-24 Alkis EvlogimenosImprove debugging output when choosing a register to...
2003-12-24 Alkis EvlogimenosDo a separate pass to compute spill weights because...
2003-12-23 Chris Lattnerboog fixed
2003-12-23 Chris LattnerHrm is a really nasty ommission. The lack of this...
2003-12-23 John CriswellCorrected typo.
2003-12-23 Chris LattnerRight, fix the problem with invoke instructions, not...
2003-12-23 Chris LattnerDo not delete the type holder until after the call...
2003-12-23 John CriswellModified the logic so that library objects with main...
2003-12-23 Chris LattnerMinor cleanups, plug a minor memory leak
2003-12-23 Alkis EvlogimenosChange the way free regusters are computed and perform...
2003-12-23 John CriswellModified the linker so that it always links in an objec...
2003-12-23 Chris LattnerRename method
2003-12-23 Chris Lattnerrename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerRename ClassifyExpression -> ClassifyExpr
2003-12-23 Chris LattnerMore minor non-functional changes. This now computes...
2003-12-23 Chris LattnerRemove extraneous #include
2003-12-23 Chris LattnerFinegrainify namespacification
2003-12-22 Chris Lattnerbug fixed
2003-12-22 Chris LattnerFix memory corruption bug PR193
2003-12-22 John CriswellReverted back to revision 1.11. The previous fix doesn...
2003-12-22 Alkis EvlogimenosFix crash when compiling twolf.
2003-12-22 Chris LattnerDon't mind me, I'm just refactoring away. This patch...
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-12-22 Chris Lattnernew testcase for cananonicalization of subtracts
2003-12-22 Chris LattnerImplement IndVarsSimplify/pointer-indvars.ll, transform...
2003-12-22 Chris Lattnerfinegrainify namespacification
2003-12-22 Chris LattnerDoxygenize methods, add new getIntPtrType method
2003-12-22 Chris LattnerNew testcase to see if -indvars can promote pointer...
2003-12-22 Chris Lattnerfix grammao
2003-12-22 Chris LattnerBug fixed
2003-12-22 Chris LattnerThe GCC problem is not specific to suse
2003-12-22 Chris LattnerFix PR194
2003-12-22 Misha BrukmanReally release memory used by functions. Patch by Chris.
2003-12-21 Misha BrukmanFix the URL to check the referrer for CSS conformity.
2003-12-21 Alkis EvlogimenosRemove verifyIntervals() since it doesn't actually...
2003-12-21 Alkis EvlogimenosChange weight into a float so that we can take into...
2003-12-21 Chris LattnerNew testcase for PR194
2003-12-21 Alkis EvlogimenosMove FP_REG_KILL closer to the return instruction.
2003-12-21 Alkis EvlogimenosAdd support for inactive intervals. This effectively...
2003-12-20 John CriswellFix PR#193.
2003-12-20 Alkis EvlogimenosFix help string for --enable-spec2000 option
2003-12-20 Alkis EvlogimenosMove FP_REG_KILL closer to the actual branch instruction.
2003-12-20 Alkis EvlogimenosRemove floating point killer pass. This is now implemen...
2003-12-20 Chris LattnerAnother day, another bug
2003-12-20 Chris LattnerAdd a new target-independent machine code freeing pass
2003-12-20 Chris LattnerFinally, _actually delete the machine code_ for a funct...
2003-12-20 Chris LattnerThis should not be needed anymore
2003-12-20 Chris LattnerRearrange code, indent for the namespace, add the creat...
2003-12-20 Chris LattnerFix memory leak in the stackifier, due to the machineba...
2003-12-20 Chris LattnerFinegrainify namespacification
2003-12-20 Chris LattnerHoist some sparc specific code into the sparc target
2003-12-20 Chris Lattner* Finegrainify namespacification
2003-12-20 Chris LattnerRemove sparc specific passes from public headers
next