oota-llvm.git
2002-07-27 Chris Lattner* Standardize how analysis results/passes as printed...
2002-07-27 Chris LattnerMake analyze use the Pass repository to populate it...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-26 Chris LattnerFactor PassNameParser out of opt.cpp so that analyze...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerAnalysis contructors now no longer take AnalysisID...
2002-07-26 Chris Lattner*** empty log message ***
2002-07-26 Chris LattnerSimplify analyses so that there is only one analysis...
2002-07-25 Chris LattnerFix typeo that caused bug:
2002-07-25 Chris LattnerNew testcase for bug
2002-07-25 Chris LattnerAdd check to fix bug:
2002-07-25 Chris LattnerNew testcase
2002-07-25 Chris LattnerFix bug: test/Regression/Assembler/2002-07-25-QuoteInSt...
2002-07-25 Chris LattnerAdd testcase for disassembler problem.
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerRemove dead options
2002-07-25 Chris LattnerUpdate the CommandLine manual for the newest revision...
2002-07-25 Chris LattnerRefix stuff for GCC 2.95, 3.0.4 & 3.1
2002-07-25 Chris LattnerFix previous checkin
2002-07-25 Chris LattnerAdd typenames
2002-07-25 Chris LattnerFix gcc 3.1 complaint
2002-07-25 Mehwish Nagdanow removes deleted nops from MachineCodeForInstruction
2002-07-25 Mehwish Nagdachanged implementation of LLVM BYTECODE Length
2002-07-25 Chris LattnerNamespace correctness is good
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerBe more namespace correct
2002-07-25 Chris LattnerAvoid warning message
2002-07-25 Chris LattnerREmove extra blank lines
2002-07-25 Chris LattnerBreak line to fit 80 columns
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerAvoid warning: control reaches end of non-void function
2002-07-25 Chris LattnerAdd support for GCC 3.0.4
2002-07-25 Chris LattnerDon't doxygenize the boost libraries
2002-07-25 Chris LattnerChanges to allow building lib/Target/Sparc the FIRST...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-25 Chris Lattner*** empty log message ***
2002-07-25 Chris LattnerGCC 3.1 changes
2002-07-25 Chris LattnerGCC 3.1 changes, finally the burm file builds the FIRST...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris LattnerGCC 3.1 changes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges for GCC 3.1
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerGCC 3.1 fixes
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to build with GCC 3.1
2002-07-24 Chris LattnerUse the Support/iterator file to abstract out compiler...
2002-07-24 Chris LattnerUse the new include/Support/iterator file
2002-07-24 Chris LattnerAdd forward_iterator wrapper
2002-07-24 Chris LattnerAdd another GCC2.95->3.1 compatibility header
2002-07-24 Chris LattnerSpiff up the header files
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerNon-standard hash classes are not in the std:: namespace
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerMove hash_* extension headers from ext/ to Support...
2002-07-24 Chris LattnerMove compatibility headers to Support
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerChanges to make it GCC 3.1 compatible
2002-07-24 Chris LattnerAdd missing typename's that GCC3.1 is whining about.
2002-07-24 Chris LattnerFix problem that GCC3.1 doesn't like.
2002-07-24 Chris LattnerFix a bug exposed by lli
2002-07-24 Chris LattnerDisable the operator= in Value
2002-07-24 Chris LattnerMake the background white, add a "By" section.
2002-07-24 Chris LattnerMajor changes, expansions, clarifications and corrections.
2002-07-24 Chris LattnerRemove assert hack now that I'm using the right GDB...
2002-07-24 Chris Lattner*** empty log message ***
2002-07-24 Chris LattnerEliminate several include/llvm/Transforms/IPO/*.h files...
2002-07-24 Chris LattnerMove many files into IPO.h
2002-07-24 Chris LattnerMove contents of these files into IPO.h
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerMinor changes due to code juggled around
2002-07-23 Chris LattnerMerge ChangeAllocations into scalar.h
2002-07-23 Chris LattnerRename header
2002-07-23 Chris LattnerCleanup and simplify code
2002-07-23 Chris LattnerIncorporate ConstantMerge.h into IPO.h
2002-07-23 Chris LattnerRename LevelChange.h to RaisePointerReferences.h
2002-07-23 Chris LattnerRegister the WriteBytecodePass
2002-07-23 Chris Lattner* Rename to IPO.h
2002-07-23 Chris LattnerAdd a version of the bytecode writer pass that has...
2002-07-23 Chris LattnerIncorporate into IPO.h
2002-07-23 Chris LattnerPrepare the file to become IPO.h
2002-07-23 Chris LattnerMerge the contents of ChangeAllocations.h into Scalar.h
2002-07-23 Chris LattnerAllow directories to specify that they want to be built...
2002-07-23 Chris LattnerChecking testcase in my local tree only
2002-07-23 Chris LattnerNew testcase for bug
2002-07-23 Chris LattnerTEstcases for old bugs
2002-07-23 Chris LattnerCheck in testcases that were just in my tree
2002-07-23 Chris LattnerNew testcase
2002-07-23 Chris LattnerUse the pass registration mechanism to populate command...
2002-07-23 Chris LattnerRaise pass requires an explicit TargetData member now.
2002-07-23 Chris LattnerRegister Verifier pass
2002-07-23 Chris LattnerAdd support for pass registration
2002-07-23 Chris LattnerRegister Writer passes
2002-07-23 Chris Lattner*** empty log message ***
next