summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend/CBackend.cpp
Commit message (Expand)AuthorAge
* Fix casting so there's no warning on Alpha.Reid Spencer2006-05-31
* For PR786:Reid Spencer2006-05-24
* Print struct return functions and calls as actually returning the hiddenChris Lattner2006-05-23
* Add checks for __OpenBSD__.Jeff Cohen2006-04-17
* Modify how CBE handles #lines.Jim Laskey2006-03-23
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-23
* Handle builtins that directly correspond to GCC builtins.Chris Lattner2006-03-13
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* Add #line support for CBE.Jim Laskey2006-03-08
* Two things:Chris Lattner2006-03-07
* Another hack due to allowing multiple symbols with the same name.Chris Lattner2006-02-13
* Make the C writer work with packed types. printContainedStructs isRobert Bocchino2006-01-20
* Simplify CWriter::printContainedStructs, also allowing it to work withChris Lattner2006-01-20
* yet more C++ standards-compliance stuff.Duraid Madina2005-12-27
* do not allow '.' in symbol namesChris Lattner2005-11-10
* Call this method with the object we haveChris Lattner2005-11-10
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-08
* Fix a QOI issue noticed by Markus F.X.J. Oberhumer.Chris Lattner2005-11-02
* fix CBackend/2005-09-27-VolatileFuncPtr.llChris Lattner2005-09-27
* Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emittingChris Lattner2005-08-23
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-17
* Fixed PR#596:John Criswell2005-07-14
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-25
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-22
* core changes for varargsAndrew Lenharth2005-06-18
* clean up the CBE output a bitChris Lattner2005-05-06
* add tail marker as a commentChris Lattner2005-05-06
* Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman2005-04-20
* Fix the 3 regressions last night, due to my buggy patch from yesterday.Chris Lattner2005-03-19
* remove use of getPrev() and getNext() on ilist nodes.Chris Lattner2005-03-18
* stop using arg_frontChris Lattner2005-03-15
* stop using arg_backChris Lattner2005-03-15
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* Make sure to remove all dead type names from the symbol table, not justChris Lattner2005-03-08
* Single characters should be printed out as chars, not strings.Misha Brukman2005-03-08
* simplify some code.Chris Lattner2005-03-06
* Print -X like this:Chris Lattner2005-03-03
* Do not lower malloc's to pass "sizeof" expressions like this:Chris Lattner2005-03-03
* Remove tabs from file.Chris Lattner2005-02-28
* Add support to the C backend for llvm.prefetch. Patch contributed byChris Lattner2005-02-28
* Fix volatile load/store of pointers. Consider this testcase:Chris Lattner2005-02-15
* Write out single characters as chars, not strings.Misha Brukman2005-02-14
* Implement CodeGen/CBackend/2005-02-14-VolatileOperations.llChris Lattner2005-02-14
* Fix hyphenation in output commentMisha Brukman2005-01-31
* Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_allocaReid Spencer2005-01-23
* Fix CBE code so that it compiles with VC++.Jeff Cohen2005-01-06
* Fix PR490Chris Lattner2004-12-29
* Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner2004-12-15
* When generating code for X86 targets, make sure the fp control word is setChris Lattner2004-12-13
* Emit correct prototype for __builtin_alloca on V8.Brian Gaeke2004-12-10