summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/CBackend/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* fix CBackend/2005-09-27-VolatileFuncPtr.llChris Lattner2005-09-271-4/+4
* Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emittingChris Lattner2005-08-231-0/+14
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-171-20/+5
* Fixed PR#596:John Criswell2005-07-141-2/+2
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-251-3/+4
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-221-1/+1
* core changes for varargsAndrew Lenharth2005-06-181-18/+13
* clean up the CBE output a bitChris Lattner2005-05-061-13/+15
* add tail marker as a commentChris Lattner2005-05-061-0/+1
* Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman2005-04-201-56/+56
* Fix the 3 regressions last night, due to my buggy patch from yesterday.Chris Lattner2005-03-191-1/+1
* remove use of getPrev() and getNext() on ilist nodes.Chris Lattner2005-03-181-5/+8
* stop using arg_frontChris Lattner2005-03-151-1/+1
* stop using arg_backChris Lattner2005-03-151-1/+1
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-13/+13
* Make sure to remove all dead type names from the symbol table, not justChris Lattner2005-03-081-9/+8
* Single characters should be printed out as chars, not strings.Misha Brukman2005-03-081-2/+2
* simplify some code.Chris Lattner2005-03-061-5/+4
* Print -X like this:Chris Lattner2005-03-031-22/+30
* Do not lower malloc's to pass "sizeof" expressions like this:Chris Lattner2005-03-031-1/+1
* Remove tabs from file.Chris Lattner2005-02-281-3/+2
* Add support to the C backend for llvm.prefetch. Patch contributed byChris Lattner2005-02-281-0/+13
* Fix volatile load/store of pointers. Consider this testcase:Chris Lattner2005-02-151-6/+6
* Write out single characters as chars, not strings.Misha Brukman2005-02-141-67/+67
* Implement CodeGen/CBackend/2005-02-14-VolatileOperations.llChris Lattner2005-02-141-0/+15
* Fix hyphenation in output commentMisha Brukman2005-01-311-1/+1
* Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_allocaReid Spencer2005-01-231-1/+4
* Fix CBE code so that it compiles with VC++.Jeff Cohen2005-01-061-1/+1
* Fix PR490Chris Lattner2004-12-291-0/+6
* Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner2004-12-151-0/+1
* When generating code for X86 targets, make sure the fp control word is setChris Lattner2004-12-131-0/+13
* Emit correct prototype for __builtin_alloca on V8.Brian Gaeke2004-12-101-1/+8
* Move lower intrinsics before FP constant emission, in caseChris Lattner2004-12-051-2/+7
* Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner2004-12-031-1/+4
* Reverting revision 1.209.John Criswell2004-12-021-1/+1
* Do not let GCC emit a warning for INT64_MINChris Lattner2004-11-301-2/+5
* Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...Brian Gaeke2004-11-301-1/+1
* Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner2004-11-131-9/+56
* Removed dead method, printPHICopiesForSuccessors().John Criswell2004-10-251-21/+0
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-251-1/+2
* Small performance improvement in generated C code:John Criswell2004-10-201-1/+23
* Print a semicolon for the unreacahble instruction. This fixes problemsChris Lattner2004-10-171-1/+1
* The first hunk corrects a bug when printing undef null values. We would printChris Lattner2004-10-171-6/+11
* Add support for unreachable and undefChris Lattner2004-10-161-2/+10
* Fix a warning that is emitted on the sunsChris Lattner2004-10-111-1/+1
* Really fix FreeBSD, which apparently doesn't tolerate the extern.Chris Lattner2004-10-061-2/+3
* FreeBSD uses GCC. Patch contributed by Jeff Cohen!Chris Lattner2004-10-061-3/+2
* Pull assignment out of for loop conditional in order for this toAlkis Evlogimenos2004-09-281-2/+2
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-3/+3
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
OpenPOWER on IntegriCloud