aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* Added LLVM copyright notice to Makefiles.John Criswell2003-10-201-0/+8
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-202-0/+14
* Add support for the new varargs intrinsics and instructionsChris Lattner2003-10-182-28/+46
* Add support for 'weak' linkage.Chris Lattner2003-10-162-0/+8
* Decrease usage of use_size()Chris Lattner2003-10-152-2/+2
* Do not allow fallthroughs in switch statements. This fixes PR37,Chris Lattner2003-10-132-2/+6
* Use the autoconf macro John wroteChris Lattner2003-10-132-12/+6
* * Spell "necessary" correctlyChris Lattner2003-10-122-6/+48
* * Be TBAA safeChris Lattner2003-10-122-64/+118
* A couple of minor code cleanups.Chris Lattner2003-10-052-42/+32
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-202-2/+2
* Fix problems with programs that prototype printf to something unusualChris Lattner2003-09-152-4/+8
* Fixed spelling and grammar.Misha Brukman2003-09-112-8/+8
* Remove a bunch of warnings from the CBE generated C codeChris Lattner2003-09-102-4/+4
* "the one true solution for compatibility with GCC 3.3+"Chris Lattner2003-09-102-6/+6
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-082-26/+0
* Add support for the unwind instructionChris Lattner2003-09-082-0/+28
* Fix really nasty bugs in the CWriter, handling invoke instructions. TrackingChris Lattner2003-08-282-4/+10
* Simplify codeChris Lattner2003-08-242-6/+2
* Implement support for the unwind intrinsic in the CBEChris Lattner2003-08-242-0/+26
* Add support for the sig(set|long)jmp intrinsicsChris Lattner2003-08-182-2/+8
* Spell `necessary' correctly.Misha Brukman2003-08-182-4/+4
* Stop annoying warnings about mismatched types with the argument of a freeChris Lattner2003-08-142-16/+48
* The HAVE_JUMP code is dead, these intrinsics should _never_ be expandedChris Lattner2003-08-062-46/+12
* Unbreak the CBE outputChris Lattner2003-07-312-4/+0
* Modified the code so that it generates (0) for setjmp() and abort() forJohn Criswell2003-07-312-0/+36
* Don't include llvm/SlotCalculator.h, or <set>.Brian Gaeke2003-07-252-6/+2
* Use unified CWriter-X86/Printer name mangler. Do not bother usingBrian Gaeke2003-07-242-142/+42
* Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBEChris Lattner2003-07-232-2/+4
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-232-6/+2
* Eliminated dead code.Misha Brukman2003-07-212-2/+2
* Some beautification changes (tabs to spaces, removed extra blank lines);Misha Brukman2003-07-092-12/+8
* Removed size_t from the parameter list of the malloc() prototype in generated CJohn Criswell2003-07-082-2/+2
* jmp_buf is really a pointer type that is passed around...Chris Lattner2003-06-282-4/+4
* Add support for the Invoke instruction!Chris Lattner2003-06-282-18/+96
* Preserve compatibility with non-gcc compilersChris Lattner2003-06-282-8/+28
* Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llxChris Lattner2003-06-282-0/+4
* - Fixed name mangling conditions to handle 'linkonce' linkage type. InJoel Stanley2003-06-252-60/+88
* It seems likely that floats would need a cast too, because they areBrian Gaeke2003-06-252-2/+4
* Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we betterBrian Gaeke2003-06-232-0/+28
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-172-8/+60
* Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner2003-06-172-12/+52
* Don't include alloca.h on FreeBSD.Brian Gaeke2003-06-162-0/+4
* Fix typeoChris Lattner2003-06-162-4/+4
* Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner2003-06-162-10/+34
* Don't output explicit initializers for globals that are zero initializedChris Lattner2003-06-062-8/+8
* Fix bug: CBackend/2003-06-01-NullPointerType.llChris Lattner2003-06-022-8/+10
* Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...Chris Lattner2003-06-012-2/+14
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-292-4/+4
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-172-2/+28