aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* fix CBackend/2005-09-27-VolatileFuncPtr.llChris Lattner2005-09-272-8/+8
* 1. Use SubtargetFeatures in llc/lli.Jim Laskey2005-09-011-1/+2
* Fix PR618 and Regression/CodeGen/CBackend/2005-08-23-Fmod.ll by not emittingChris Lattner2005-08-232-0/+28
* Culling out use of unions for converting FP to bits and vice versa.Jim Laskey2005-08-172-40/+10
* Fixed PR#596:John Criswell2005-07-142-4/+4
* Refactor the addPassesToEmitAssembly interface into a addPassesToEmitFileChris Lattner2005-06-253-7/+10
* If we support structs as va_list, we must pass pointers to them to va_copyAndrew Lenharth2005-06-222-2/+2
* core changes for varargsAndrew Lenharth2005-06-182-36/+26
* clean up the CBE output a bitChris Lattner2005-05-062-26/+30
* add tail marker as a commentChris Lattner2005-05-062-0/+2
* Remove trailing whitespace, patch by Markus Oberhumer.Misha Brukman2005-04-203-115/+115
* Fix the 3 regressions last night, due to my buggy patch from yesterday.Chris Lattner2005-03-192-2/+2
* remove use of getPrev() and getNext() on ilist nodes.Chris Lattner2005-03-182-10/+16
* stop using arg_frontChris Lattner2005-03-152-2/+2
* stop using arg_backChris Lattner2005-03-152-2/+2
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-152-26/+26
* Make sure to remove all dead type names from the symbol table, not justChris Lattner2005-03-082-18/+16
* Single characters should be printed out as chars, not strings.Misha Brukman2005-03-082-4/+4
* simplify some code.Chris Lattner2005-03-062-10/+8
* Print -X like this:Chris Lattner2005-03-032-44/+60
* Do not lower malloc's to pass "sizeof" expressions like this:Chris Lattner2005-03-032-2/+2
* Remove tabs from file.Chris Lattner2005-02-282-6/+4
* Add support to the C backend for llvm.prefetch. Patch contributed byChris Lattner2005-02-282-0/+26
* Fix volatile load/store of pointers. Consider this testcase:Chris Lattner2005-02-152-12/+12
* Write out single characters as chars, not strings.Misha Brukman2005-02-142-134/+134
* Implement CodeGen/CBackend/2005-02-14-VolatileOperations.llChris Lattner2005-02-142-0/+30
* Fix hyphenation in output commentMisha Brukman2005-01-312-2/+2
* Fix alloca support for Cygwin. On cygwin its __alloca not __builtin_allocaReid Spencer2005-01-232-2/+8
* Fix CBE code so that it compiles with VC++.Jeff Cohen2005-01-062-2/+2
* Fix PR490Chris Lattner2004-12-292-0/+12
* Fix PR485, instead of emitting zero sized arrays, emit arrays of size 1.Chris Lattner2004-12-152-0/+2
* When generating code for X86 targets, make sure the fp control word is setChris Lattner2004-12-132-0/+26
* Emit correct prototype for __builtin_alloca on V8.Brian Gaeke2004-12-102-2/+16
* Move lower intrinsics before FP constant emission, in caseChris Lattner2004-12-052-4/+14
* Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner2004-12-032-2/+8
* Reverting revision 1.209.John Criswell2004-12-022-2/+2
* Do not let GCC emit a warning for INT64_MINChris Lattner2004-11-302-4/+10
* Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...Brian Gaeke2004-11-302-2/+2
* Hack around stupidity in GCC, fixing Burg with the CBE andChris Lattner2004-11-132-18/+112
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-1/+1
* Removed dead method, printPHICopiesForSuccessors().John Criswell2004-10-252-42/+0
* Modified switch generation so that only the phi values associated with theJohn Criswell2004-10-252-2/+4
* We won't use automakeReid Spencer2004-10-222-673/+0
* Small performance improvement in generated C code:John Criswell2004-10-202-2/+46
* Initial automake generated Makefile templateReid Spencer2004-10-181-0/+657
* Print a semicolon for the unreacahble instruction. This fixes problemsChris Lattner2004-10-172-2/+2
* The first hunk corrects a bug when printing undef null values. We would printChris Lattner2004-10-172-12/+22
* Add support for unreachable and undefChris Lattner2004-10-162-4/+20
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-4/+5
* Fix a warning that is emitted on the sunsChris Lattner2004-10-112-2/+2