aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/Writer.cpp
AgeCommit message (Expand)Author
2005-07-14Fixed PR#596:John Criswell
2005-06-25Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner
2005-06-22If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth
2005-06-18core changes for varargsAndrew Lenharth
2005-05-06clean up the CBE output a bitChris Lattner
2005-05-06add tail marker as a commentChris Lattner
2005-04-20Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman
2005-03-19Fix the 3 regressions last night, due to my buggy patch from yesterday.Chris Lattner
2005-03-18remove use of getPrev() and getNext() on ilist nodes.Chris Lattner
2005-03-15stop using arg_frontChris Lattner
2005-03-15stop using arg_backChris Lattner
2005-03-15This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner
2005-03-08Make sure to remove all dead type names from the symbol table, not justChris Lattner
2005-03-08Single characters should be printed out as chars, not strings.Misha Brukman
2005-03-06simplify some code.Chris Lattner
2005-03-03Print -X like this:Chris Lattner
2005-03-03Do not lower malloc's to pass "sizeof" expressions like this:Chris Lattner
2005-02-28Remove tabs from file.Chris Lattner
2005-02-28Add support to the C backend for llvm.prefetch. Patch contributed byChris Lattner
2005-02-15Fix volatile load/store of pointers. Consider this testcase:Chris Lattner
2005-02-14Write out single characters as chars, not strings.Misha Brukman
2005-02-14Implement CodeGen/CBackend/2005-02-14-VolatileOperations.llChris Lattner
2005-01-31Fix hyphenation in output commentMisha Brukman
2005-01-23Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_allocaReid Spencer
2005-01-06Fix CBE code so that it compiles with VC++.Jeff Cohen
2004-12-29Fix PR490Chris Lattner
2004-12-15Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner
2004-12-13When generating code for X86 targets, make sure the fp control word is setChris Lattner
2004-12-10Emit correct prototype for __builtin_alloca on V8.Brian Gaeke
2004-12-05Move lower intrinsics before FP constant emission, in caseChris Lattner
2004-12-03Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner
2004-12-02Reverting revision 1.209.John Criswell
2004-11-30Do not let GCC emit a warning for INT64_MINChris Lattner
2004-11-30Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...Brian Gaeke
2004-11-13Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner
2004-10-25Removed dead method, printPHICopiesForSuccessors().John Criswell
2004-10-25Modified switch generation so that only the phi values associated with theJohn Criswell
2004-10-20Small performance improvement in generated C code:John Criswell
2004-10-17Print a semicolon for the unreacahble instruction. This fixes problemsChris Lattner
2004-10-17The first hunk corrects a bug when printing undef null values. We would printChris Lattner
2004-10-16Add support for unreachable and undefChris Lattner
2004-10-11Fix a warning that is emitted on the sunsChris Lattner
2004-10-06Really fix FreeBSD, which apparently doesn't tolerate the extern.Chris Lattner
2004-10-06FreeBSD uses GCC. Patch contributed by Jeff Cohen!Chris Lattner
2004-09-28Pull assignment out of for loop conditional in order for this toAlkis Evlogimenos
2004-09-20'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-25Previous checkin broke printf(%a) support for fp constants-- re-fix it.Brian Gaeke
2004-08-25New version of Bill Wendling's PR33 patch.Brian Gaeke
2004-08-10Paper over CBackend/2004-08-09-va-end-null.llChris Lattner