Add a --disable-compression option to gccas so the default compression of
[oota-llvm.git] / lib /
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
2004-10-30 Chris Lattner* Add a method
2004-10-30 Tanya LattnerFixed bug with infinite epilogues.
2004-10-29 Misha Brukman* Fix compilation on AIX: GCC's fixincludes eliminates...
2004-10-29 Brian GaekeChange name of target lib to conform to new naming...
2004-10-29 Brian GaekeRemove dependency on MRegisterInfo::getRegClass
2004-10-29 Misha BrukmanThe Alpha (tm) intrinsics have never been used anywhere
2004-10-29 Brian GaekeWhen emitting debug msgs for function stubs, don't...
2004-10-28 Alkis EvlogimenosGep indices must be of int, uint, long or ulong type.
2004-10-28 Reid SpencerFix library name.
2004-10-28 Alkis EvlogimenosFix library name.
2004-10-28 Reid SpencerFix library name.
2004-10-28 Reid SpencerFix name of library
2004-10-28 Reid SpencerMake sure that the yacc and lex output are specified...
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-27 Reid SpencerChanges to support rand48 tests
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-27 Nate BegemanMove destructor out of line to avoid vtable emission...
2004-10-27 Chris LattnerHrm, this code was severely botched. As it turns out...
2004-10-27 Nate BegemanFix the build by eliminating some more dead code. ...
2004-10-27 Chris LattnerInitialize with the correct constant type
2004-10-26 Chris LattnerPlug a memory leak in the asmparser. It turns out...
2004-10-26 Chris Lattneradd support for UndefValue
2004-10-26 Chris LattnerMove method bodies that depend on <algorithm> from...
2004-10-26 Chris LattnerClean up the MachineBasicBlock.h file, percolating...
2004-10-26 Nate BegemanRemove include of MRegisterInfo.h, since it is already...
2004-10-26 Nate BegemanRemove file that is no longer used, and move include...
2004-10-26 Nate BegemanEliminate usage of MRegisterInfo::getRegClass(physreg)
2004-10-26 Chris LattnerFix the interpreter crash that Michael McCracken found
2004-10-26 Chris LattnerReduce usage of MRegisterInfo::getRegClass
2004-10-26 Nate BegemanUpdate to-do list
2004-10-26 Nate BegemanFix treecc. Also fix a latent bug in emitBinaryConstOp...
2004-10-26 Reid SpencerAdd EXTRA_DIST for additional files to be distributed.
2004-10-25 Chris LattnerDisable the JIT until it can sorta kinda work.
2004-10-25 Chris LattnerRemove dead assert
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 Chris LattnerFix compatibility with MSVC, patch by Morten Ofstad
2004-10-25 Chris LattnerDo not use variable sized arrays in C++, they are non...
2004-10-25 John CriswellRemoved dead method, printPHICopiesForSuccessors().
2004-10-25 Chris LattnerPatch to support MSVC better, contributed by Morten...
2004-10-25 Chris LattnerPatch to support MSVC, contributed by Morten Ofstad
2004-10-25 John CriswellModified switch generation so that only the phi values...
2004-10-24 Nate BegemanImplement more complete and correct codegen for bitfiel...
2004-10-24 Chris LattnerFix the previous bug the correct way. This fixes ptrdi...
2004-10-24 Alkis EvlogimenosMake this actually work.
2004-10-24 Alkis EvlogimenosAdd ConstantExpr::getSizeOf(Type*).
next