summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CWriter/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* A couple of minor code cleanups.Chris Lattner2003-10-051-21/+16
* Rename Function::getEntryNode -> getEntryBlockChris Lattner2003-09-201-1/+1
* Fix problems with programs that prototype printf to something unusualChris Lattner2003-09-151-2/+4
* Fixed spelling and grammar.Misha Brukman2003-09-111-4/+4
* Remove a bunch of warnings from the CBE generated C codeChris Lattner2003-09-101-2/+2
* "the one true solution for compatibility with GCC 3.3+"Chris Lattner2003-09-101-3/+3
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-081-13/+0
* Add support for the unwind instructionChris Lattner2003-09-081-0/+14
* Fix really nasty bugs in the CWriter, handling invoke instructions. TrackingChris Lattner2003-08-281-2/+5
* Simplify codeChris Lattner2003-08-241-3/+1
* Implement support for the unwind intrinsic in the CBEChris Lattner2003-08-241-0/+13
* Add support for the sig(set|long)jmp intrinsicsChris Lattner2003-08-181-1/+4
* Spell `necessary' correctly.Misha Brukman2003-08-181-2/+2
* Stop annoying warnings about mismatched types with the argument of a freeChris Lattner2003-08-141-8/+24
* The HAVE_JUMP code is dead, these intrinsics should _never_ be expandedChris Lattner2003-08-061-23/+6
* Unbreak the CBE outputChris Lattner2003-07-311-2/+0
* Modified the code so that it generates (0) for setjmp() and abort() forJohn Criswell2003-07-311-0/+18
* Don't include llvm/SlotCalculator.h, or <set>.Brian Gaeke2003-07-251-3/+1
* Use unified CWriter-X86/Printer name mangler. Do not bother usingBrian Gaeke2003-07-241-71/+21
* Fix program: SingleSource/UnitTests/2003-07-09-SignedArgs with the CBEChris Lattner2003-07-231-1/+2
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-231-3/+1
* Eliminated dead code.Misha Brukman2003-07-211-1/+1
* Some beautification changes (tabs to spaces, removed extra blank lines);Misha Brukman2003-07-091-6/+4
* Removed size_t from the parameter list of the malloc() prototype in generated CJohn Criswell2003-07-081-1/+1
* jmp_buf is really a pointer type that is passed around...Chris Lattner2003-06-281-2/+2
* Add support for the Invoke instruction!Chris Lattner2003-06-281-9/+48
* Preserve compatibility with non-gcc compilersChris Lattner2003-06-281-4/+14
* Fix bug: CBackend/2003-06-28-LinkOnceGlobalVars.llxChris Lattner2003-06-281-0/+2
* - Fixed name mangling conditions to handle 'linkonce' linkage type. InJoel Stanley2003-06-251-30/+44
* It seems likely that floats would need a cast too, because they areBrian Gaeke2003-06-251-1/+2
* Fix 2003-06-23-PromotedExprs.llx -- if we are adding two bytes we betterBrian Gaeke2003-06-231-0/+14
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-171-4/+30
* Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner2003-06-171-6/+26
* Don't include alloca.h on FreeBSD.Brian Gaeke2003-06-161-0/+2
* Fix typeoChris Lattner2003-06-161-2/+2
* Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner2003-06-161-5/+17
* Don't output explicit initializers for globals that are zero initializedChris Lattner2003-06-061-4/+4
* Fix bug: CBackend/2003-06-01-NullPointerType.llChris Lattner2003-06-021-4/+5
* Fix a bug with casts to bool. This fixes testcase UnitTests/2003-05-31-CastT...Chris Lattner2003-06-011-1/+7
* Eliminate unnecessary ->get calls that are now automatically handled.Chris Lattner2003-05-291-2/+2
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-171-1/+14
* Casts are now unnecessaryChris Lattner2003-05-141-6/+6
* Fix bug: CBackend/2003-05-13-VarArgFunction.llChris Lattner2003-05-131-2/+3
* Fix bug: CWriter/2003-05-12-IntegerSizeWarning.cChris Lattner2003-05-121-1/+7
* Add support for variable argument functions!Chris Lattner2003-05-081-5/+44
* Fix bug: UnitTests/2003-05-02-DependantPHI.cChris Lattner2003-05-031-3/+18
* * Eliminate using declsChris Lattner2003-05-031-37/+34
* Fix problem where labels were being incorrectly elided, and fix problemChris Lattner2003-04-231-3/+4
* Fix the super obnoxious "cast to pointer from integer of different size" warn...Chris Lattner2003-04-231-8/+9
* Remove unneccesary &*Chris Lattner2003-04-231-1/+1
OpenPOWER on IntegriCloud