oota-llvm.git
2007-02-07 Reid SpencerMake the cleaning of BUILT_SOURCES be a "clean-all...
2007-02-07 Lauro Ramos... Fix build error.
2007-02-07 Evan ChengNew test case.
2007-02-07 Evan ChengNew entry.
2007-02-07 Evan ChengIn thumb mode, R3 is reserved, but it can be live in...
2007-02-07 Evan ChengUpdate
2007-02-07 Evan Cheng- If fp (r7) is used to reference stack objects, use...
2007-02-07 Chris Lattnerremove dead ivars.
2007-02-07 Chris Lattnerremove dead ivars, thanks to Reid for noticing this!
2007-02-07 Chris Lattnerremove the handleVBR32/handleVBR64 callbacks. They...
2007-02-07 Chris Lattnerconstants can't be in the symtab anymore
2007-02-07 Chris Lattnerupdate comment.
2007-02-07 Chris Lattnerremove some obsolete SymbolTable methods. These docs...
2007-02-07 Chris Lattnershrink vmcore by moving symbol table stripping support...
2007-02-07 Zhou ShengAs Chris suggested, fixed some problems. (This is the...
2007-02-07 Chris Lattnereliminate ValueSymbolTable::rename, it has no advantage...
2007-02-07 Chris LattnerMake SymbolTable::insert, SymbolTable::remove and Symbo...
2007-02-07 Zhou ShengAs Chris suggested, fixed some problems. (This is the...
2007-02-07 Chris Lattnerspeed up conflict handling.
2007-02-07 Nate BegemanFix a fixme by correctly calculating preferred alignmen...
2007-02-07 Chris LattnerEliminate the O(n) version of TypeSymbolTable::remove...
2007-02-07 Chris LattnerTypeSymbolTable::rename is dead, remove it
2007-02-07 Chris LattnerEliminate a bunch of work from ValueSymbolTable::insert...
2007-02-07 Chris Lattnerparse constantexpr arguments into a smallvector: 1...
2007-02-07 Chris Lattnereliminate std::vector's from the bchandler interface
2007-02-07 Chris LattnerEliminate std::vectors from the bcanalyzer interface.
2007-02-07 Chris Lattneradd an option for timing bc file reading.
2007-02-07 Reid SpencerRemove a spurious ;
2007-02-07 Evan ChengeliminateFrameIndex() is even more complicated if frame...
2007-02-07 Chris Lattnerredesign the primary datastructure used by mem2reg...
2007-02-07 Chris Lattnerdo not let the table fill up with tombstones.
2007-02-07 Chris LattnerFix a really subtle bug where the entire hash table...
2007-02-07 Evan ChengSpill / restore should avoid modifying the condition...
2007-02-06 Chris LattnerTwo fixes:
2007-02-06 Reid SpencerDocument the LINK_COMPONENTS and NO_INSTALL variables.
2007-02-06 Reid SpencerImplement the NO_INSTALL feature. Setting this variable...
2007-02-06 Reid SpencerSet the new NO_INSTALL flag for build-only tools.
2007-02-06 Jim LaskeyError check and eliminate unnecessary value.
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeyDeemed too cute to live.
2007-02-06 Jim LaskeyRegenerate.
2007-02-06 Jim LaskeySupport var arg intrinsics.
2007-02-06 Lauro Ramos... Fix build error.
2007-02-06 Evan ChengSelect add FI, c correctly.
2007-02-06 Evan ChengAdd a DYNAMIC_STACKALLOC test case.
2007-02-06 Evan ChengfoldMemoryOperand() cannot fold tMOVrr sp into load...
2007-02-06 Chris LattnerFix PR1181 and CodeGen/CBackend/2007-02-05-memset.ll
2007-02-06 Chris Lattnertestcase for pr1181
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
2007-02-06 Zhou ShengAs Reid suggested, fixed some problems.
2007-02-06 Chris LattnerDisable this for now.
2007-02-06 Zhou ShengAdd a class APInt to represent arbitrary precision...
2007-02-06 Chris LattnerFix Transforms/ConstProp/2007-02-05-BitCast.ll
2007-02-06 Chris LattnerTestcase for miscompilation
2007-02-06 Chris LattnerOops, swap this. This fixes a regression I introduced...
2007-02-06 Evan ChengeliminateFrameIndex() bug when frame pointer is used...
2007-02-06 Evan Cheng- Store val, [sp, c] must be selected to tSTRsp.
2007-02-05 Reid SpencerAlthough targets are not required to support integers...
2007-02-05 Reid SpencerA value of 64 or fewer bits is valid if the ConstantInt...
2007-02-05 Reid SpencerMake classes in anonymous namespaces use VISIBILITY_HID...
2007-02-05 Chris LattnerWith the last change, we no longer need both directions...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Chris LattnerSimplify use of DFBlocks, this makes no noticable perfo...
2007-02-05 Reid SpencerThis file should have been removed when -raise was...
2007-02-05 Chris LattnerSimplify this a bit, add an assertion
2007-02-05 Chris LattnerStableBasicBlockNumbering is conceptually just a wrappe...
2007-02-05 Reid SpencerAdd a show-footprint target to run du a few times to...
2007-02-05 Chris LattnerConst method must use const_iterator.
2007-02-05 Chris LattnerSwitch InsertedPHINodes back to SmallPtrSet now that...
2007-02-05 Chris LattnerFix a bug in smallptrset::erase: in the small case...
2007-02-05 Chris Lattnerswitch a SmallPtrSet back to an std::set for now, this...
2007-02-05 Chris Lattnerswitch an std::set over to a SmallPtrSet, speeding...
2007-02-05 Chris Lattnerswitch an std::set over to SmallPtrSet, speeding up...
2007-02-05 Chris Lattnereliminate some malloc traffic, this speeds up mem2reg...
2007-02-05 Reid SpencerAdd missing and needed #include.
2007-02-05 Reid SpencerMake the class VISIBILITY_HIDDEN.
2007-02-05 Chris LattnerFix PR1178
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerFor PR411:
2007-02-05 Reid SpencerCreate a pass to strip dead function declarations ...
2007-02-05 Devang PatelFix PR1158
2007-02-05 Devang PatelTest case for PR1158
2007-02-05 Zhou ShengAdd a class APInt to represent arbitrary precision...
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid Spencer! removal was a little over zealous. Put the ! back...
2007-02-05 Lauro Ramos... Fix unord test.
2007-02-05 Reid SpencerRegenerate.
2007-02-05 Reid SpencerAssembler no longer prints ! at the end of its error...
2007-02-05 Reid SpencerThere is nothing exclamatory about an error message...
2007-02-05 Reid SpencerMake the RUN: line readable.
2007-02-05 Reid SpencerDon't prevent install target from descending into the...
2007-02-05 Chris Lattneradd a note
2007-02-05 Reid SpencerUse opt to generate the list of passes to run.
2007-02-05 Chris LattnerFix miscompilations of consumer-typeset, telecomm-gsm...
2007-02-05 Reid SpencerFor PR1177:
2007-02-05 Chris Lattnerfix a miscompilation of 176.gcc
next