oota-llvm.git
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...
2007-02-07 Chris LattnerTestcase for a bug responsible for GCC bootstrap failur...
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...
next