aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* For PR950:Reid Spencer2006-10-202-22/+22
* Simplify some code, reformat break'sChris Lattner2006-09-282-12/+24
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-172-2/+18
* Adding dllimport, dllexport and external weak linkage types.Anton Korobeynikov2006-09-142-2/+24
* Add cbe support for powiChris Lattner2006-09-092-0/+20
* Completely rearchitect the interface between targets and the pass manager.Chris Lattner2006-09-043-8/+12
* Simplify target construction.Chris Lattner2006-09-031-1/+1
* Make functions with an "asm" name propagate that asm name into the cbe.c file.Chris Lattner2006-07-282-0/+12
* __i386__, __i386, etc. are not defined for x86-64. Use __x86_64__.Evan Cheng2006-06-202-2/+4
* Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner2006-06-161-2/+1
* Now that PR633 is implemented, the CBE can know to emit _setjmp/_longjmpChris Lattner2006-06-062-0/+12
* Add mingw support, patch contributed by AntonChris Lattner2006-06-022-2/+2
* For PR786:Reid Spencer2006-06-011-0/+3
* For PR786:Reid Spencer2006-06-011-1/+0
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-1/+1
* Fix casting so there's no warning on Alpha.Reid Spencer2006-05-312-2/+2
* For PR786:Reid Spencer2006-05-242-2/+2
* Print struct return functions and calls as actually returning the hiddenChris Lattner2006-05-232-150/+342
* Refactor a bunch of includes so that TargetMachine.h doesn't have to includeOwen Anderson2006-05-121-0/+1
* Fix a bug in Owen's checkin that broke the CBE on all non sparc v9 platforms.Chris Lattner2006-05-031-1/+1
* Refactor TargetMachine, pushing handling of TargetData into the target-specif...Owen Anderson2006-05-031-1/+6
* Add checks for __OpenBSD__.Jeff Cohen2006-04-172-2/+2
* Modify how CBE handles #lines.Jim Laskey2006-03-232-18/+10
* Eliminate IntrinsicLowering from TargetMachine.Chris Lattner2006-03-233-10/+8
* Handle builtins that directly correspond to GCC builtins.Chris Lattner2006-03-132-4/+50
* Handle the removal of the debug chain.Jim Laskey2006-03-132-4/+4
* Add #line support for CBE.Jim Laskey2006-03-082-0/+34
* Two things:Chris Lattner2006-03-072-24/+178
* Another hack due to allowing multiple symbols with the same name.Chris Lattner2006-02-132-22/+104
* Make the C writer work with packed types. printContainedStructs isRobert Bocchino2006-01-202-8/+98
* Simplify CWriter::printContainedStructs, also allowing it to work withChris Lattner2006-01-202-36/+22
* yet more C++ standards-compliance stuff.Duraid Madina2005-12-272-0/+2
* do not allow '.' in symbol namesChris Lattner2005-11-102-0/+2
* Call this method with the object we haveChris Lattner2005-11-102-4/+4
* Add a new option to indicate we want the code generator to emit code quickly,...Chris Lattner2005-11-083-3/+3
* Fix a QOI issue noticed by Markus F.X.J. Oberhumer.Chris Lattner2005-11-022-0/+2
* 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