oota-llvm.git
2007-02-10 Reid SpencerAlign make log output with the rest of llvm.
2007-02-10 Reid SpencerCompaction tables don't exist any more.
2007-02-10 Reid SpencerFor PR1194:
2007-02-10 Reid SpencerFix a comment.
2007-02-10 Chris Lattnerconvert some vectors to smallvector.
2007-02-10 Chris Lattnerspeed up the verifier 8.5% by using a smallvector inste...
2007-02-10 Chris LattnerChange an std::set to a SmallPtrSet. This speeds up...
2007-02-10 Chris LattnerChange the table datastructure to be a vector<smallvect...
2007-02-10 Chris LattnerMake BytecodeWriter::outputValueSymbolTable *significan...
2007-02-10 Chris Lattnermake the datastructure used in BytecodeWriter::outputVa...
2007-02-10 Chris LattnerSwitch typemap over to DenseMap. No significant speedup.
2007-02-10 Chris LattnerSwitch NodeMap from an std::map to a DenseMap. This...
2007-02-10 Chris LattnerMake find return the appropriate iterator/const_iterator
2007-02-10 Chris Lattneruse typedefs where appropriate
2007-02-10 Chris LattnerThe ModuleLevel vector is often quite sparse. Switch...
2007-02-10 Chris LattnerAllow DenseMAp to take an explicit DenseMapKeyInfo
2007-02-10 Chris LattnerMake the ModuleLevel datastructure more sane. When...
2007-02-10 Chris LattnerOnly compute the module levels info once per module...
2007-02-10 Chris LattnerClone and specialize CreateSlotIfNeeded into CreateFunc...
2007-02-10 Chris Lattnermake getSlot/getTypeSlot inline
2007-02-10 Chris LattnergetTypeSlot can never fail
2007-02-10 Chris LattnergetSlot can never fail. Make it assert internally...
2007-02-10 Chris Lattnersimplify getOrCreateTypeSlot, eliminat doInsertType...
2007-02-10 Chris Lattnersimplify and speed up recursive type processing.
2007-02-10 Chris Lattnerrename getOrCreateSlot -> CreateSlotIfNeeded. Noone...
2007-02-10 Chris Lattnerrefactor callers of insertType. inline insertType...
2007-02-10 Chris Lattnersimplify code.
2007-02-10 Chris Lattnersimplify some logic, reduce nesting
2007-02-10 Chris LattnerRemove dead ctor
2007-02-10 Chris LattnerModuleContainsAllFunctionConstants is always true
2007-02-10 Chris Lattneronly one client of getOrCreateSlot can pass a void...
2007-02-10 Chris Lattnerinline hasNullValue, rename some variables, simplify...
2007-02-10 Chris Lattnermerge insertValue into its single caller, eliminate...
2007-02-10 Chris Lattnermerge doInsertValue into insertValue
2007-02-10 Chris Lattnerinsertvalue's second operand is always false
2007-02-10 Chris Lattnerremove dead 'dontIgnore' flag for insertType
2007-02-10 Chris Lattnerrename getSlot -> getSlotType and getOrCreateSlot ...
2007-02-10 Evan ChengAdd function live-ins to entry block live-in set.
2007-02-10 Evan ChengAdd live-ins to MachineBasicBlock.
2007-02-10 Evan ChengRename some variables to avoid confusion with Selection...
2007-02-09 Evan ChengThese vectors are frequently large. Use std::vector...
2007-02-09 Chris LattnerFix clients like this:
2007-02-09 Evan ChengAdd reference counting to constantpool entries. Delete...
2007-02-09 Reid SpencerUse int32_t and uint32_t to hopefully help weak compile...
2007-02-09 Reid Spencerint -> i32, etc.
2007-02-09 Chris Lattneradd a note
2007-02-09 Reid SpencerGet the use of \ right.
2007-02-09 Reid SpencerFix some bugs in module building that broke llvm-stacke...
2007-02-09 Reid SpencerNow that gccas and gccld are just schell scripts, adjus...
2007-02-09 Reid SpencerRemove gccas.pod and references to gccas and gccld.
2007-02-09 Reid SpencerChange a reference to gccas to a reference to opt.
2007-02-09 Reid SpencerRemove references to gccld and gccas, adjusting the...
2007-02-09 Reid SpencerDon't use gccld or gccas
2007-02-09 Reid Spencergccld is gone.
2007-02-09 Reid SpencerMake SlotCalculator::getPlane an inline function. It...
2007-02-09 Reid SpencerEnd of life for gccld. Remove its source code and enabl...
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Reid SpencerEliminate the use of gccas in the test suite.
2007-02-09 Reid SpencerWrite the deprecation message to stderr instead of...
2007-02-09 Chris Lattnerremove unneeded #includes
2007-02-09 Chris Lattnerremove dead code, the outputConstants function is now...
2007-02-09 Chris Lattner1. constants can never occur in the symbol table.
2007-02-09 Zhou ShengEliminates friend function declaration inside APInt...
2007-02-09 Chris LattnerAdd ppc-specific test for better i64 compare codegen.
2007-02-09 Nate BegemanRemove fixed item
2007-02-09 Reid SpencerFix some formatting mistakes.
2007-02-09 Reid SpencerMerge gccld documentation in here. gccld will go away...
2007-02-09 Reid SpencerPut in a disabled template for when gccld is replaced...
2007-02-09 Reid SpencerGet the right warning message.
2007-02-09 Reid SpencerNew shell script to replace gccld, eventually.
2007-02-09 Reid SpencerClean up error handling.
2007-02-08 Evan ChengThis is done.
2007-02-08 Evan Chengi64 setcc tests.
2007-02-08 Evan ChengMake use of TLI.SimplifySetCC() in LegalizeSetCCOperands().
2007-02-08 Evan ChengMove SimplifySetCC to TargetLowering and allow it to...
2007-02-08 Chris LattnerRename CStringMap -> StringMap, since it now supports...
2007-02-08 Chris Lattnerupdate this.
2007-02-08 Chris LattnerAllow cstringmap to contain strings with nul characters...
2007-02-08 Reid SpencerFor PR1153:
2007-02-08 Reid SpencerFor PR1153:
2007-02-08 Andrew Lenharthreturn addresses, those I already have
2007-02-08 Reid SpencerDescribe llvm/test more accurately given recent changes.
2007-02-08 Zhou ShengSwitched this file on accidently.
2007-02-08 Zhou ShengAs Chris and Reid suggested, remove "isSigned" field...
2007-02-08 Reid SpencerNew test cases for PR1187
2007-02-08 Reid SpencerMake this legal input.
2007-02-08 Reid SpencerRegenerate.
2007-02-08 Reid SpencerRename a field so there's less confusion between fields...
2007-02-08 Reid SpencerFor PR1187:
2007-02-08 Reid SpencerFor PR1187:
2007-02-08 Reid SpencerFor PR1187:
2007-02-08 Reid SpencerAdd some more interesting cases to this test.
2007-02-08 Reid SpencerFor PR1187:
2007-02-08 Bill WendlingFixed comments.
2007-02-08 Evan ChengFixed a long standing spiller bug that's exposed by...
2007-02-08 Chris LattnerNew testcase for PR947
2007-02-08 Chris Lattnerllvm-gcc3 is gone
2007-02-08 Bill WendlingAvoid assert() in lto. Let linker handle all failures...
2007-02-08 Bill WendlingThe new version of how to add passes to emit files...
2007-02-08 Bill WendlingMoved the MachOWriter and ELFWriter out of the Target...
next