oota-llvm.git
2004-02-14 Chris LattnerThese should be mentioned
2004-02-14 Chris LattnerDocument new intrinsics
2004-02-14 Chris Lattnerbuiltin_return/frame_address now work
2004-02-14 Chris LattnerTestcase for builtin frame/return address
2004-02-14 Chris LattnerTest that the CFE compiles memset and bzero to llvm...
2004-02-14 Chris LattnerAdd a testcase for the frameaddress and returnaddress...
2004-02-14 Chris LattnerAdd support for the returnaddress and frameaddress...
2004-02-14 Chris LattnerTest that the code generator supports these intrinsics
2004-02-14 Chris LattnerAdd llvm.memset/frameaddress/returnaddress intrinsics.
2004-02-14 Alkis EvlogimenosUse newly added next() and prior() utility functions.
2004-02-14 Alkis EvlogimenosAdd next() and prior() iterator utility functions....
2004-02-14 Chris LattnerUpdates for the C backend's movement
2004-02-14 Alkis EvlogimenosUse std::numeric_limits<float>::infinity() instead of
2004-02-14 Chris LattnerUse intrinsic lowering like the rest of the backends...
2004-02-14 Chris LattnerAdd method
2004-02-14 Chris LattnerFix the logic in the name mangler. If there are two...
2004-02-13 Misha BrukmanBreak a line that's over 80cols into two.
2004-02-13 Chris LattnerThere is no need to emit a shift if the size is constan...
2004-02-13 Chris LattnerMake sure to provide a prototype for the cbackend
2004-02-13 Chris LattnerUpdate tests
2004-02-13 Chris LattnerMoved directory, update makefile
2004-02-13 Chris LattnerCBackend is no longer here
2004-02-13 Chris LattnerCBackend now lives here
2004-02-13 Chris LattnerDo not advertise our -c option anymore
2004-02-13 Chris LattnerMercilessly rip the cbackend out of llvm-dis. Leave...
2004-02-13 Chris LattnerThe cbackend has never had anything to do with llvm...
2004-02-13 Chris LattnerAdd support for -march=c
2004-02-13 Chris LattnerConvert the C backend into a target, for use with LLC...
2004-02-13 Chris LattnerChange how we create the cwriter, and add a buttload...
2004-02-13 Chris LattnerChange access to the cwriter
2004-02-13 Chris LattnerMake the cwriter use the lowerinvoke pass so that it...
2004-02-13 Chris LattnerNew testcase. The CFE should not generate illegal...
2004-02-13 John CriswellAdded check for target machine endian-ness and put...
2004-02-13 Chris LattnerAdd support for a bunch more functions
2004-02-13 Alkis EvlogimenosRemove getAllocatedRegNum(). Use getReg() instead.
2004-02-13 Alkis EvlogimenosMark MachineBasicBlock::operator[] deprecated.
2004-02-13 Alkis EvlogimenosDefine DEPRECATED so that it can be used in function...
2004-02-13 Chris LattnerAdd support for fopen/fclose. Specifically with fopen...
2004-02-13 Alkis EvlogimenosUse getNumVirtualRegs().
2004-02-13 Alkis EvlogimenosAdd getNumVirtualRegs().
2004-02-13 Chris LattnerBug fixed
2004-02-13 Chris LattnerFix compilation of 126.gcc: intrinsic functions cannot...
2004-02-13 Chris LattnerIntrinsic functions cannot throw
2004-02-13 John CriswellUpdated to list all code/directories that have addition...
2004-02-13 Chris LattnerBug fix
2004-02-13 Chris Lattnerexit(1) instead of abort()'ing on error
2004-02-13 Chris LattnerFix buggy error message problem
2004-02-13 Misha BrukmanFix spelling of `tendency'.
2004-02-13 Chris LattnerExpose a pass ID for lower-invoke
2004-02-13 Chris LattnerExpose a pass ID that can be 'required'
2004-02-13 Chris LattnerSquish warning
2004-02-13 Chris LattnerRestructure code to handle memcpy/memmove
2004-02-13 Chris LattnerRight, memcpy READS memory too :)
2004-02-13 Chris LattnerNew testcase for support for memcpy/memmove
2004-02-13 Brian GaekeFix off-by-one in Interpreter::getFirstVarArg(), which...
2004-02-13 Chris LattnerFine grainify namespacification, prune #includes
2004-02-13 Brian GaekeThe Interpreter was failing the AtExit UnitTest. This...
2004-02-13 Brian GaekeUpdate the example here in the header file.
2004-02-13 Brian GaekeInclude <iosfwd>.
2004-02-13 Brian GaekeRefactor MachineFunction::print() into MachineBasicBloc...
2004-02-13 Brian GaekeAdd head-of-file comments and Doxygen comments. Tighte...
2004-02-12 Chris LattnerAdd support for memcpy and memmove intrinsics. Why...
2004-02-12 Chris LattnerNew features
2004-02-12 Chris LattnerBe a bit more specific about what the alignment value...
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.
next