Fix PR215: [bcwriter] Problem compactifying ConstantPointerRefs
[oota-llvm.git] / lib /
2004-01-31 Alkis EvlogimenosSeveral performance enhancements and cleanups from...
2004-01-30 Chris LattnerFix thinko
2004-01-30 Chris LattnerAdd some comments sketching out how this is to work...
2004-01-30 Chris LattnerAdd a new flag, which is only used for symmetry.
2004-01-30 Chris LattnerForward method request to chained aa implementation
2004-01-30 Chris LattnerImplement the pointsToConstantMemory() method.
2004-01-30 Chris LattnerImprove mod/ref information based on the pointsToConsta...
2004-01-30 Chris LattnerAdd (currently disabled) support to the instruction...
2004-01-30 Chris LattnerFinegrainify namespacification
2004-01-30 Brian GaekeGive clients of MachineFunctionPrinter the ability...
2004-01-30 Misha BrukmanOrder #includes alphabetically, per style guide.
2004-01-29 Chris LattnerFix a bug aflicting 265.gap
2004-01-29 Chris LattnerMinor bugfixes
2004-01-28 Misha BrukmanHyphenate `target-dependent'
2004-01-28 Brian GaekeAdd a new (static inline) std::ostream& << AllocInfo...
2004-01-28 Chris LattnerRename DSGraph::ScalarMapTy -> DSScalarMap
2004-01-28 Chris LattnerFix a bug
2004-01-28 Chris LattnerEliminate the call to removeTriviallyDeadNodes from...
2004-01-28 Chris LattnerIn the TD pass, iterate over globals directly instead...
2004-01-28 Chris LattnerIn the TD pass, don't iterate over the scalar map to...
2004-01-28 Chris LattnerIn updateFromGlobalsGraph, instead of iterating over...
2004-01-28 Chris LattnerMinor tweaks, eliminate useless integer pruning optimzi...
2004-01-28 Chris LattnerFurther reduce the number of nodes cloned with getClone...
2004-01-28 Chris LattnerAdd a timer, fix a minor bug.
2004-01-28 Chris LattnerAnother bugfix, disable "spurious" output.
2004-01-27 Chris Lattnerfix bug in previous checkin
2004-01-27 Chris Lattner* Add a new commandline argument to control the "global...
2004-01-27 Chris LattnerRewrite to use the reachability cloner interface. ...
2004-01-27 Chris Lattnerminor cleanups
2004-01-27 Chris LattnerGet clone flags right, so we don't build InlinedGlobals...
2004-01-26 John CriswellFixes for PR214. Use the SHLIBEXT variable instead...
2004-01-23 Alkis EvlogimenosFix failing test cases with joined live intervals....
2004-01-23 Brian GaekeAdd the JITInfo object, accessor & initializer.
2004-01-23 Brian GaekeAdd CodeEmitter and JITInfo stubs. Dump the old
2004-01-23 Chris LattnerInitial support for implementing clonePartiallyInto...
2004-01-23 Chris LattnerFix a problem brian ran into with the bytecode reader...
2004-01-22 Alkis EvlogimenosAdd option to join live intervals. Two intervals are...
2004-01-22 Alkis EvlogimenosRemove unneeded check. An interval in active, by defini...
2004-01-22 Alkis EvlogimenosImprove debugging output. Remove unneeded virtReg...
2004-01-22 Alkis EvlogimenosRevert previous change. The code was correct...
2004-01-22 Alkis EvlogimenosFix incorrect negatives in LiveIntervals::Interval...
2004-01-22 Chris LattnerEliminated the CompletedNodes argument to the cloneReac...
2004-01-22 Chris LattnerOk, I'm tired of pulling out all my timers to check...
2004-01-22 Chris LattnerBug fix: X.mergeWith(Y) was not updating Y if Y was...
2004-01-22 Chris LattnerStart implementing DSGraph::clonePartiallyInto and...
2004-01-22 Chris LattnerAllow disabling of ALL printing overhead when performin...
2004-01-21 Misha BrukmanImplement ModuleProvider::materializeModule() by only...
2004-01-21 Misha BrukmanLet subclasses implement ModuleProvider::materializeMod...
2004-01-21 Brian GaekeBuild the PowerPC directory, so it is less likely to...
2004-01-21 Brian GaekeImport of skeletal PowerPC backend I have had laying...
2004-01-20 Chris LattnerSlotCalculator.h moved
2004-01-20 Chris LattnerMove SlotCalculator.h from include/llvm to include...
2004-01-20 Chris LattnerFix PR212 - Bytecode reader misreads 'long -92233720368...
2004-01-20 Tanya LattnerMoved iterators around.
2004-01-20 Tanya LattnerMoved iterators to common file.
2004-01-20 Chris LattnerFix bogus warning and simplify code
2004-01-20 Chris LattnerMajor changes. Now we only compactify individual type...
2004-01-20 Chris Lattneradd a method proto, make a method not inline
2004-01-20 Chris LattnerBugfixes for dealing with partially compactified functions
2004-01-18 Chris LattnerSave another 30K from 176.gcc by encoding the compactio...
2004-01-18 Chris LattnerRemove -debug output
2004-01-18 Chris LattnerAdd support for writing bytecode files with compactiont...
2004-01-18 Chris LattnerAdd support for reading bytecode files with compactiont...
2004-01-18 Chris LattnerAdd support for building the compactiontable for byteco...
2004-01-18 Chris LattnerAdd support for representing the "compaction table"
2004-01-18 Chris LattnerEliminate special case handling for CPR's
2004-01-17 Chris LattnerBytecode format for LLVM 1.2 no longer explicitly encod...
2004-01-17 Chris LattnerThis file goes away
2004-01-16 Alkis EvlogimenosHandle printing of intervals that are not assign to...
2004-01-16 Alkis EvlogimenosHandle printing of intervals that are not assign to...
2004-01-16 Alkis EvlogimenosFold open interval ends handling into
2004-01-16 Alkis EvlogimenosAdd asserts to previous change.
2004-01-16 Alkis EvlogimenosUse a list instead of a vector to store intervals....
2004-01-15 Misha BrukmanUse the LLVM standard name mangling infrastructure...
2004-01-15 Chris LattnerIf these blocks are empty, there is no reason to even...
2004-01-15 Chris LattnerCleanups & efficiency improvements
2004-01-15 Chris LattnerThe bcwriter does not want ConstantPointerRef's to...
2004-01-15 Chris LattnerConstantPointerRef's are no longer emitted. This saves...
2004-01-15 Chris LattnerAllow bytecode files to refer directly to global values...
2004-01-15 Chris LattnerFix more breakage with string change.
2004-01-15 Brian GaekeInclude TargetRegInfo.h and declare SparcTargetMachine...
2004-01-15 Brian GaekeMake this assertion more self-explanatory.
2004-01-15 Chris LattnerFix PR73: bytecode format inconsistent
2004-01-15 Chris LattnerFix PR73
2004-01-15 Chris LattnerFix brokenness in my last checking
2004-01-15 Chris LattnerChange all of the bytecode reader primitives to throw...
2004-01-15 Chris LattnerRemove the optimization that depends on ENDIAN_LITTLE...
2004-01-14 Chris LattnerImprove comments, add support for remembering the const...
2004-01-14 Chris LattnerThe new bytecode format supports emitting strings a...
2004-01-14 Chris LattnerVersion 1.2 now supports encoding strings as a special...
2004-01-14 Chris LattnerWhen emitting bytecode, handle strings specially. ...
2004-01-14 Chris LattnerLike output_data, it's obvious that input_data was...
2004-01-14 Chris Lattner"fix" a nasty race condition
2004-01-14 Chris LattnerFix some exception safety problems
2004-01-14 Chris LattnerHrm, apparently I missed lowering this intrinsic. :(
2004-01-14 Chris LattnerIt is obvious that this has never been used for outputi...
2004-01-14 Chris LattnerBe const correct
2004-01-14 Chris LattnerFix bug in previous checkin: Demorgan would be ashamed...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
2004-01-14 Chris LattnerEliminate the isStringCompatible function, using Consta...
next