oota-llvm.git
2004-02-12 Chris LattnerNew testcase for PR233: [llvmgcc] Structure copies...
2004-02-12 Alkis EvlogimenosMove ilist_trairs<MachineInstr> in MachineBasicBlock.
2004-02-12 Alkis EvlogimenosAdd parent pointer to MachineInstr that points to owning
2004-02-12 John CriswellFixed minor typos.
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic
2004-02-12 Chris LattnerAdd support for the llvm.memmove intrinsic.
2004-02-12 Chris LattnerUrg, check in header I forgot. :(
2004-02-12 Chris LattnerTest that we get rep movs when calling memcpy
2004-02-12 Chris LattnerAdd support for the rep movs[bwd] instructions, and...
2004-02-12 Chris LattnerDocument the llvm.memcpy intrinsic. Clean up some...
2004-02-12 Chris LattnerImplement the llvm.memcpy intrinsic
2004-02-12 Chris LattnerRename the opCode instance variable to Opcode
2004-02-12 Chris LattnerRemove a dead field from MachineInstr!
2004-02-12 Chris LattnerThis field is never read
2004-02-12 Alkis EvlogimenosChange interface so that we can add to the end of a...
2004-02-12 Brian GaekeAdd one more doxygen comment.
2004-02-12 Brian GaekeExpress one of MachineOperand's many constructors in...
2004-02-12 Brian GaekeRemove this MachineOpCodeFlags assertion - its test...
2004-02-12 Brian GaekeRemove these MachineOpCodeFlags and their accessor...
2004-02-12 Alkis EvlogimenosChange MachineBasicBlock's vector of MachineInstr point...
2004-02-12 Brian GaekegetOpCode() --> getOpcode().
2004-02-12 Brian GaekeRemove getOpCode(). Help doxygenify some comments.
2004-02-12 Misha BrukmanOoops, top-level C++-comments aren't recognized by...
2004-02-12 Misha Brukman* Convert C comments to C++ style (why are some one...
2004-02-11 Brian GaekeMachineInstr::getOpCode() --> getOpcode() in SPARC...
2004-02-11 Chris LattnerIf a node has more than 64 outgoing edges, make the...
2004-02-11 Brian GaekeFix typos in comments.
2004-02-11 Chris Lattners/getOpCode/getOpcode
2004-02-11 Chris LattnerCosmetic improvements to this option.
2004-02-11 Brian GaekeFix bug in initial check - when recompiling everything...
2004-02-11 Brian Gaekeadd advice bullet about -check-exit-code
2004-02-11 Brian Gaekeadd description of -check-exit-code
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
2004-02-11 Chris LattnerActually load profiling information now! Block layout...
2004-02-11 Chris LattnerFix a typeo
2004-02-11 Alkis EvlogimenosIncrease constness.
2004-02-11 Chris LattnerAdd an important prototype
2004-02-11 Chris LattnerFix copy-and-pastos
2004-02-11 Chris LattnerAdd skeleton profileinfoloader pass. This will be...
2004-02-11 Alkis EvlogimenosRemove assert as the only integer registers on the...
2004-02-11 Chris LattnerFactor profile information loading OUT of llvm-prof...
2004-02-11 Alkis EvlogimenosFix previous broken commit. A MachineOperand may have...
2004-02-11 Chris LattnerFactor this code out of llvm-prof
2004-02-11 Chris LattnerRemove obsolete comment. Unreachable blocks will autom...
2004-02-11 Chris LattnerBasic functionality testing.
2004-02-11 Chris LattnerAdd an _embarassingly simple_ implementation of basic...
2004-02-11 Alkis EvlogimenosRemove assert as it is meaningless. MachineOperands...
2004-02-11 Chris LattnerMake sure to register the 'no profile' implementation...
2004-02-11 Chris LattnerSimplify implementation, and probably speed things...
2004-02-11 Chris LattnerImplement SimplifyCFG/PhiEliminate.ll
2004-02-11 Chris LattnerNew feature testcase for simplifycfg.
2004-02-11 Chris LattnerInitialize the count instance variable.
2004-02-11 Chris LattnerExpose the "Other" value type to tablegen targets
2004-02-11 Chris LattnerRemove long obsolete method. switch instructions are...
2004-02-11 Chris LattnerRemove obsolete method
2004-02-11 Chris LattnerThe hasConstantReferences predicate always returns...
2004-02-10 John CriswellUpdated to handle the new SPEC95 configuration options.
2004-02-10 John CriswellAdded support for configuring SPEC95.
2004-02-10 Chris LattnerAn initial implementation of an LLVM ProfileInfo class...
2004-02-10 Misha BrukmanSprinkle liberally with comments, saute with doxygen...
2004-02-10 Misha BrukmanDoxygenify comment.
2004-02-10 Chris LattnerUrg, the X86 backend DOES use virtual register operands. :(
2004-02-10 Chris LattnerRemove and simplify some of the bewildering collection...
2004-02-10 Chris LattnerRemove some unneeded stuff
2004-02-10 Chris LattnerAdd #include
2004-02-10 Chris LattnerDo not use MachineOperand::isVirtualRegister either!
2004-02-10 Chris LattnerStop using this method
2004-02-10 Chris LattnerRemove uses of MachineOperand::isVirtualRegister
2004-02-10 Chris LattnerRemvoe use of MO.isVirtualRegister(), turn an assertion...
2004-02-10 Chris LattnerEliminate MachineOperand::isPhysicalRegister. The...
2004-02-10 Chris LattnerEliminate users of MachineOperand::isPhysicalRegister
2004-02-10 Chris LattnerRemove use of isPhysicalRegister
2004-02-10 Chris LattnerDon't use MachineOperator::is(Phys|Virt)Register
2004-02-10 Chris LattnerSimplify condition, this does not change the predicate...
2004-02-10 Chris LattnerTighten up checks
2004-02-10 Chris LattnerRight, define the LPROF variable
2004-02-10 Chris LattnerMake sure to copy the null terminator at the end of...
2004-02-10 Misha Brukman* Added class comments
2004-02-10 Chris LattnerFix documentation bugs
2004-02-10 Chris LattnerMake block profiling the default
2004-02-10 Chris LattnerAllow the program to take a '-llvmprof-output filename...
2004-02-10 Chris Lattnerinitialization calls now return argc. If the program...
2004-02-10 Chris LattnerMake the initialization calls return argc.
2004-02-10 Misha BrukmanDoxygen-ify comments, make function prototypes more...
2004-02-10 Brian GaekeMention install, RPM, autoconf improvements
2004-02-10 Chris LattnerBug fixed
2004-02-10 Chris LattnerFix PR228: [sparc] Boolean constants are emitted as...
2004-02-10 Brian GaekeRPM spec file for LLVM tools and libraries.
2004-02-10 Brian GaekeShould fix pr220 - "make install" doesn't install...
2004-02-09 Misha BrukmanDoxygenify comments.
2004-02-09 Chris LattnerMove this testcase out of /home/vadve/lattner/cvs/llvm...
2004-02-09 Chris LattnerOnly add the global variable with the abort message...
2004-02-09 Alkis EvlogimenosAdd global methods that prevent us from using ilist...
2004-02-09 John CriswellFix PR#226: When emitting padding, always emit it as...
2004-02-09 Chris LattnerMany things have been fixed, so move them out of the...
2004-02-09 Chris LattnerQOI bug fixed
2004-02-09 Chris LattnerIt turns out that the two dimensional vectors were...
2004-02-09 Chris LattnerRemove the statistics
2004-02-09 Chris LattnerSpeed up type resolution some more. On the testcase...
2004-02-09 Chris LattnerWhen resolving upreferences, if multiple uprefs will...
next