oota-llvm.git
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...
2007-02-08 Bill WendlingAdded new method to add a "simple" code emitter. That...
2007-02-08 Bill WendlingSplit the addPassesToEmitFile method up into two. This...
2007-02-08 Bill WendlingAdd function to create a file writer.
2007-02-08 Bill WendlingAdded new method to finish up the addition of passes...
2007-02-08 Bill WendlingDead files. Functionality has been taken over by the...
2007-02-08 Bill WendlingDeclarations for functions that create different file...
2007-02-08 Bill WendlingMoved from include/llvm/CodeGen to lib/CodeGen.
2007-02-08 Reid SpencerFor PR1188:
2007-02-08 Reid SpencerRegenerate for recent changes.
2007-02-08 Reid SpencerFor PR1187:
2007-02-08 Reid SpencerFor PR1187:
2007-02-07 Chris Lattnermove archive-specific stuff out of bcreader into archiv...
2007-02-07 Chris Lattnermove an llvmc-specific function out of the bcreader...
2007-02-07 Chris Lattnermove AnalyzeBytecodeFile out of ReaderWrappers.cpp...
2007-02-07 Reid SpencerFor PR1187:
2007-02-07 Reid SpencerFor PR1187:
2007-02-07 Chris Lattnernew testcase for nested functions
2007-02-07 Andrew LenharthThis really only affects pointers in high memory, and...
2007-02-07 Evan ChengisLowRegister() expects input is a physical register.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-07 Evan ChengRename.
2007-02-07 Evan ChengIf sp offset will be materialized in a register. Clear...
2007-02-07 Evan ChengGet rid of references to iostream.
2007-02-07 Jim LaskeyAutomatically generating intrinsic declarations from...
2007-02-07 Chris LattnerMove compressor out of the core Reader.cpp file.
2007-02-07 Devang PatelDo not drop transferred last uses on the floor.
2007-02-07 Chris LattnerFix Transforms/DeadArgElim/2007-02-07-FuncRename.ll...
next