Remove note to self
[oota-llvm.git] / lib /
2004-11-14 Chris LattnerRemove note to self
2004-11-14 Brian GaekeFix problem with insertion point for ADJCALLSTACKDOWN.
2004-11-14 Brian GaekeUpdate lists of failing unit tests.
2004-11-14 Chris LattnerIf a function always returns a constant, replace all...
2004-11-14 Brian GaekeFix NotTest - round up extraStack to the nearest double...
2004-11-14 Chris LattnerTeach SROA how to promote an array index that is variab...
2004-11-14 Brian GaekeUpdate failing Benchmarks; point out that I'm skipping...
2004-11-14 Chris LattnerRearrange some code, no functionality changes.
2004-11-14 Brian GaekeUpdate expected UnitTests failures.
2004-11-14 Brian GaekeRewrite outgoing arg handling to handle more weird...
2004-11-14 Brian GaekeSupport UndefValue emission.
2004-11-13 Chris LattnerRemove debugging code
2004-11-13 Chris LattnerArgument promotion transforms functions to unconditiona...
2004-11-13 Chris LattnerDon't print unneeded labels
2004-11-13 Chris LattnerHack around stupidity in GCC, fixing Burg with the...
2004-11-13 Chris Lattnershld is a very high latency operation. Instead of emitt...
2004-11-13 Chris LattnerAdd missing check
2004-11-13 Chris LattnerCompile:
2004-11-13 Chris LattnerSimplify handling of shifts to be the same as we do...
2004-11-13 Chris LattnerFold:
2004-11-13 Chris LattnerLazily create the abort message, so only translation...
2004-11-13 Chris LattnerFix: CodeExtractor/2004-11-12-InvokeExtract.ll
2004-11-12 Chris LattnerFix a bug where the code extractor would get a bit...
2004-11-12 Chris LattnerSimplify handling of constant initializers
2004-11-12 Reid SpencerMakefile for lib/Linker
2004-11-12 Reid SpencerThis file originated in lib/VMCore/Linker.cpp but now...
2004-11-12 Reid SpencerThis file originated in tools/gccld/Linker.cpp but...
2004-11-11 Chris LattnerMake this build in release mode
2004-11-11 Chris LattnerActually, leave the check in. This prevents us from...
2004-11-11 Chris LattnerFix bug: IPConstantProp/deadarg.ll
2004-11-10 Chris LattnerMake IP Constant prop more aggressive about handling...
2004-11-10 John CriswellCorrect the name of stosd for the AT&T syntax:
2004-11-09 Chris LattnerDo not let dead constant expressions hanging off of...
2004-11-09 Reid SpencerFix isBytecodeFile to correctly recognized compressed...
2004-11-09 Reid Spencer* Implement getStatusInfo for getting stat(2) like...
2004-11-09 John CriswellRecognize compressed LLVM bytecode files.
2004-11-09 Reid SpencerTune compression:
2004-11-09 Chris LattnerChange this back so that I get stable numbers to reflec...
2004-11-09 Chris LattnerFix bug: 2004-11-08-FreeUseCrash.ll
2004-11-09 Misha Brukman* Convert tabs to spaces
2004-11-09 Misha BrukmanOutput the program name (in this case, gccld) with...
2004-11-09 Nate BegemanAllow hbd to be bugpointable on darwin by fixing common...
2004-11-08 Misha BrukmanHandle headers for compressed bytecode files
2004-11-08 Misha BrukmanDon't silently ignore invalid files: tell the user!
2004-11-08 Chris LattnerFix a bug that was preventing povray and namd from...
2004-11-08 Chris LattnerHandle assert_fail special
2004-11-08 Reid SpencerFix a typo: isvalid -> isValid
2004-11-08 Nate BegemanPut int the getReg cast optimization from x86 so that...
2004-11-07 Misha BrukmanImplement ExecutionEngine::freeMachineCodeForFunction()
2004-11-07 Chris LattnerVERY large functions that are only called from one...
2004-11-07 Nate BegemanDisable bogus cast elimination when the cast is used...
2004-11-07 Reid Spencer* Comments & cleanup per CL code review.
2004-11-07 Reid SpencerAdd comments per CL code review.
2004-11-07 Reid Spencer* Add comments and cleanup per CL code review
2004-11-07 Misha BrukmanReplace uses of llvm.org with llvm.cs.uiuc.edu
2004-11-07 Misha BrukmanConsistently use llvm.cs.uiuc.edu instead of llvm.org
2004-11-07 Chris LattnerDecompose* is V9 specific, make it internal
2004-11-07 Chris LattnerThis is V9 specific, move it there.
2004-11-07 Chris LattnerMove this file from lib/Transforms/Scalar
2004-11-06 Reid SpencerAdd support for compressed bytecode
2004-11-06 Reid SpencerImplement the GetBytecodeSymbols interface function...
2004-11-06 Reid SpencerMakefile for the LLVMArchive library.
2004-11-06 Reid SpencerFirst kinda/sorta working version of the Archive librar...
2004-11-05 Reid SpencerStop propagating method names that violate the coding...
2004-11-05 John CriswellFix compilation problem; make the cast and the LHS...
2004-11-05 Chris LattnerRemove dead var
2004-11-05 Chris LattnerQuiet VC++ warnings
2004-11-05 Chris LattnerDo not make i have bigger scope that we need
2004-11-05 Chris LattnerRemove dead vars
2004-11-05 Chris LattnerFix some warnings on VC++
2004-11-04 Nate BegemanThanks to sabre for pointing out that we were incorrect...
2004-11-04 Brian GaekeHandle "call" operands of type long/ulong passed in...
2004-11-03 Chris LattnerDon't call Constant::getNullValue when the argument...
2004-11-02 Chris LattnerFix this function to not say that longs have 8-byte...
2004-11-02 Tanya LattnerAdded gross hacks such as creating my own def-use map...
2004-11-02 Chris LattnerGraphs that are part of equivalence sets can be multi...
2004-11-02 Chris LattnerCorrectly handle new SCC's found as a result of merging...
2004-11-02 Chris LattnerSubstantially cleanup/speedup the eq graphs pass by...
2004-11-02 Chris LattnerFix a warning
2004-11-02 Chris LattnerMinor cleanups
2004-11-02 Chris Lattner* Rearrange code slightly
2004-11-01 Chris LattnerRemove more dead methods
2004-11-01 Chris LattnerRename FoldedGraph -> DSInfo to be consistent with...
2004-11-01 Chris LattnerGet rid of the EquivClassGraphArgsInfo class, and the...
2004-11-01 Chris LattnerAdd placeholder variable to make Win32 work, applied...
2004-11-01 Chris LattnerEliminate the cloneGraph method
2004-11-01 Chris LattnerSpeed up the tail duplication pass on the testcase...
2004-11-01 Chris LattnerDo not compute the predecessor list for a block unless...
2004-10-31 Chris Lattner* Do not refer to ActualCallees in CBU, when we can...
2004-10-31 Chris LattnerSimplify graph traversal, improve grammar
2004-10-31 Chris LattnerDo not do horrible things to the CBU graphs. In partic...
2004-10-31 Chris LattnerFix comment
2004-10-31 Chris LattnerImprove comment
2004-10-31 Chris LattnerFix another bug in Prolangs-C++/objects
2004-10-31 Chris LattnerOnly call getNodeForValue on pointer arguments! this...
2004-10-31 Chris LattnerAdd more paranoid assertions :)
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-30 Chris LattnerFix some more problems where we called getOffset before...
2004-10-30 Chris LattnerFix three bugs:
2004-10-30 Chris LattnerFix more undefined behavior
next