summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error messageChris Lattner2004-02-13
* The cbackend has never had anything to do with llvm assembly writingChris Lattner2004-02-13
* Add support for -march=cChris Lattner2004-02-13
* Convert the C backend into a target, for use with LLC. This allows us to useChris Lattner2004-02-13
* Change how we create the cwriter, and add a buttload of libraries that it nowChris Lattner2004-02-13
* Change access to the cwriterChris Lattner2004-02-13
* Make the cwriter use the lowerinvoke pass so that it can either use "disabled...Chris Lattner2004-02-13
* New testcase. The CFE should not generate illegal LLVM intrinsics, even ifChris Lattner2004-02-13
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-13
* Add support for a bunch more functionsChris Lattner2004-02-13
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-13
* Mark MachineBasicBlock::operator[] deprecated.Alkis Evlogimenos2004-02-13
* Define DEPRECATED so that it can be used in function and variableAlkis Evlogimenos2004-02-13
* Add support for fopen/fclose. Specifically with fopen, we were marking all o...Chris Lattner2004-02-13
* Use getNumVirtualRegs().Alkis Evlogimenos2004-02-13
* Add getNumVirtualRegs().Alkis Evlogimenos2004-02-13
* Bug fixedChris Lattner2004-02-13
* Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are notChris Lattner2004-02-13
* Intrinsic functions cannot throwChris Lattner2004-02-13
* Updated to list all code/directories that have additional or alternateJohn Criswell2004-02-13
* Bug fixChris Lattner2004-02-13
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-13
* Fix buggy error message problemChris Lattner2004-02-13
* Fix spelling of `tendency'.Misha Brukman2004-02-13
* Expose a pass ID for lower-invokeChris Lattner2004-02-13
* Expose a pass ID that can be 'required'Chris Lattner2004-02-13
* Squish warningChris Lattner2004-02-13
* Restructure code to handle memcpy/memmoveChris Lattner2004-02-13
* Right, memcpy READS memory too :)Chris Lattner2004-02-13
* New testcase for support for memcpy/memmoveChris Lattner2004-02-13
* Fix off-by-one in Interpreter::getFirstVarArg(), which was punishingBrian Gaeke2004-02-13
* Fine grainify namespacification, prune #includesChris Lattner2004-02-13
* The Interpreter was failing the AtExit UnitTest. This fixes it.Brian Gaeke2004-02-13
* Update the example here in the header file.Brian Gaeke2004-02-13
* Include <iosfwd>.Brian Gaeke2004-02-13
* Refactor MachineFunction::print() into MachineBasicBlock::print().Brian Gaeke2004-02-13
* Add head-of-file comments and Doxygen comments. Tighten up a lot of whitespace.Brian Gaeke2004-02-13
* Add support for memcpy and memmove intrinsics. Why isn't the cwriter usingChris Lattner2004-02-12
* New featuresChris Lattner2004-02-12
* Be a bit more specific about what the alignment value means and the restricti...Chris Lattner2004-02-12
* New testcase for PR233: [llvmgcc] Structure copies result in a LOT of codeChris Lattner2004-02-12
* Move ilist_trairs<MachineInstr> in MachineBasicBlock.Alkis Evlogimenos2004-02-12
* Add parent pointer to MachineInstr that points to owningAlkis Evlogimenos2004-02-12
* Fixed minor typos.John Criswell2004-02-12
* Add support for the llvm.memmove intrinsicChris Lattner2004-02-12
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-12
* Urg, check in header I forgot. :(Chris Lattner2004-02-12
* Test that we get rep movs when calling memcpyChris Lattner2004-02-12
* Add support for the rep movs[bwd] instructions, and emit them when codeChris Lattner2004-02-12
* Document the llvm.memcpy intrinsic. Clean up some of the formatting of otherChris Lattner2004-02-12