aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Moved directory, update makefileChris Lattner2004-02-131-4/+2
* CBackend is no longer hereChris Lattner2004-02-131-1/+1
* CBackend now lives hereChris Lattner2004-02-131-1/+1
* Do not advertise our -c option anymoreChris Lattner2004-02-131-1/+2
* Mercilessly rip the cbackend out of llvm-dis. Leave a helpful error messageChris Lattner2004-02-132-18/+9
* The cbackend has never had anything to do with llvm assembly writingChris Lattner2004-02-131-27/+0
* Add support for -march=cChris Lattner2004-02-132-7/+14
* Convert the C backend into a target, for use with LLC. This allows us to useChris Lattner2004-02-133-60/+63
* Change how we create the cwriter, and add a buttload of libraries that it nowChris Lattner2004-02-132-2/+2
* Change access to the cwriterChris Lattner2004-02-131-2/+2
* Make the cwriter use the lowerinvoke pass so that it can either use "disabled...Chris Lattner2004-02-132-246/+96
* New testcase. The CFE should not generate illegal LLVM intrinsics, even ifChris Lattner2004-02-131-0/+11
* Added check for target machine endian-ness and put the result intoJohn Criswell2004-02-133-1/+211
* Add support for a bunch more functionsChris Lattner2004-02-131-0/+56
* Remove getAllocatedRegNum(). Use getReg() instead.Alkis Evlogimenos2004-02-1320-54/+49
* Mark MachineBasicBlock::operator[] deprecated.Alkis Evlogimenos2004-02-131-10/+20
* Define DEPRECATED so that it can be used in function and variableAlkis Evlogimenos2004-02-131-0/+3
* Add support for fopen/fclose. Specifically with fopen, we were marking all o...Chris Lattner2004-02-131-0/+27
* Use getNumVirtualRegs().Alkis Evlogimenos2004-02-131-41/+34
* Add getNumVirtualRegs().Alkis Evlogimenos2004-02-131-5/+9
* Bug fixedChris Lattner2004-02-131-0/+1
* Fix compilation of 126.gcc: intrinsic functions cannot throw, so they are notChris Lattner2004-02-131-28/+33
* Intrinsic functions cannot throwChris Lattner2004-02-131-1/+1
* Updated to list all code/directories that have additional or alternateJohn Criswell2004-02-131-0/+37
* Bug fixChris Lattner2004-02-131-0/+1
* exit(1) instead of abort()'ing on errorChris Lattner2004-02-133-27/+27
* Fix buggy error message problemChris Lattner2004-02-131-2/+3
* Fix spelling of `tendency'.Misha Brukman2004-02-131-1/+1
* Expose a pass ID for lower-invokeChris Lattner2004-02-131-2/+1
* Expose a pass ID that can be 'required'Chris Lattner2004-02-131-0/+2
* Squish warningChris Lattner2004-02-131-2/+2
* Restructure code to handle memcpy/memmoveChris Lattner2004-02-131-28/+33
* Right, memcpy READS memory too :)Chris Lattner2004-02-131-1/+1
* New testcase for support for memcpy/memmoveChris Lattner2004-02-131-0/+13
* Fix off-by-one in Interpreter::getFirstVarArg(), which was punishingBrian Gaeke2004-02-131-1/+1
* Fine grainify namespacification, prune #includesChris Lattner2004-02-132-18/+8
* The Interpreter was failing the AtExit UnitTest. This fixes it.Brian Gaeke2004-02-131-0/+4
* Update the example here in the header file.Brian Gaeke2004-02-132-4/+4
* Include <iosfwd>.Brian Gaeke2004-02-131-0/+5
* Refactor MachineFunction::print() into MachineBasicBlock::print().Brian Gaeke2004-02-131-8/+12
* Add head-of-file comments and Doxygen comments. Tighten up a lot of whitespace.Brian Gaeke2004-02-131-36/+32
* Add support for memcpy and memmove intrinsics. Why isn't the cwriter usingChris Lattner2004-02-122-0/+36
* New featuresChris Lattner2004-02-121-0/+2
* Be a bit more specific about what the alignment value means and the restricti...Chris Lattner2004-02-121-0/+12
* New testcase for PR233: [llvmgcc] Structure copies result in a LOT of codeChris Lattner2004-02-121-0/+8
* Move ilist_trairs<MachineInstr> in MachineBasicBlock.Alkis Evlogimenos2004-02-122-47/+49
* Add parent pointer to MachineInstr that points to owningAlkis Evlogimenos2004-02-124-24/+76
* Fixed minor typos.John Criswell2004-02-121-9/+9
* Add support for the llvm.memmove intrinsicChris Lattner2004-02-124-0/+28
* Add support for the llvm.memmove intrinsic.Chris Lattner2004-02-122-1/+50