aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend/CBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* For PR645:Reid Spencer2007-01-261-3/+0
* Fix SMG2000 with the CBE: opaque types need names too.Chris Lattner2007-01-161-10/+8
* Fix PR918 by only using typedefs to name struct types. This makes the laterChris Lattner2007-01-161-8/+15
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-7/+7
* Make use of isInteger vs isIntegral more explicitChris Lattner2007-01-151-4/+4
* remove obsolete fixmeChris Lattner2007-01-121-3/+0
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-121-0/+12
* For PR1064:Reid Spencer2007-01-121-31/+43
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-121-1/+1
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-111-6/+6
* For PR1043:Zhou Sheng2007-01-111-14/+13
* Change the file header name as this file was renamed.Reid Spencer2007-01-101-1/+1
* For PR1099:Reid Spencer2007-01-091-33/+33
* For PR1099:Reid Spencer2007-01-091-8/+9
* For PR1090:Reid Spencer2007-01-081-28/+31
* Fix PR1090:Reid Spencer2007-01-081-42/+98
* For PR1086:Reid Spencer2007-01-071-30/+54
* For PR411:Reid Spencer2007-01-061-11/+12
* For PR950:Reid Spencer2006-12-311-56/+16
* For PR950:Reid Spencer2006-12-231-113/+288
* Use a predicate function to identify bitcast of fp and integer instead ofReid Spencer2006-12-171-11/+11
* Fix PR1058:Reid Spencer2006-12-171-8/+13
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-121-2/+2
* Fix the BitCastUnion type for 32-bit targets.Reid Spencer2006-12-121-6/+6
* Implement correct bitcast of int<->float and long<->double by using aReid Spencer2006-12-111-14/+58
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-101-6/+2
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-071-1/+1
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-071-11/+9
* Always pass "true" to isMaxValue(bool) because we know the type is LongTy.Reid Spencer2006-12-061-1/+1
* Adjust to new ConstantIntegral interface for Max/Min tests.Reid Spencer2006-12-061-1/+1
* Introducing external weak linkage. Darwin codegen should be added later.Anton Korobeynikov2006-12-011-4/+11
* gcc doesn't like an empty colbber listAndrew Lenharth2006-11-281-1/+3
* Make identity default, and fix PR1020Andrew Lenharth2006-11-281-7/+3
* update commentsAndrew Lenharth2006-11-281-2/+4
* Get the asminfo for the target most closely matching the module and use that ...Andrew Lenharth2006-11-281-28/+26
* Preliminary support for inline asm in the cbe. The target specific uglinessAndrew Lenharth2006-11-271-2/+164
* When truncating to bool, it is necessary to & with 1 for all casts thatReid Spencer2006-11-271-3/+10
* For PR950:Reid Spencer2006-11-271-28/+123
* Simplify IntrinsicLowering and clarify that it is only for use by theChris Lattner2006-11-151-1/+1
* For PR950:Reid Spencer2006-11-081-17/+24
* Fix a bug in the last patch and convert to && instead of & for logical expr.Reid Spencer2006-11-051-2/+2
* Implement the -enabled-cbe-printf-a feature.Reid Spencer2006-11-051-2/+2
* For PR786:Reid Spencer2006-11-021-2/+2
* For PR950:Reid Spencer2006-11-021-10/+28
* Enclose a case in { and } so that the pickier compilers don't complain.Reid Spencer2006-10-261-0/+2
* For PR950:Reid Spencer2006-10-261-7/+161
* Don't generate a prototype for _setjmp. At least on Linux, this functionReid Spencer2006-10-221-2/+2
* For PR950:Reid Spencer2006-10-201-11/+11
* Simplify some code, reformat break'sChris Lattner2006-09-281-6/+12
* Added some eye-candy for Subtarget type checkingAnton Korobeynikov2006-09-171-1/+9