aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAgeFilesLines
* Fix PR1413Chris Lattner2007-05-131-0/+5
* revert reid's patch to fix these failures:Chris Lattner2007-05-031-100/+28
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Make sign extension work correctly for unusual bit widths.Reid Spencer2007-05-021-28/+100
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-2/+12
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-171-2/+2
* Silence VC++ warning.Jeff Cohen2007-04-131-1/+1
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-121-3/+1
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-121-2/+32
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-121-17/+27
* For PR1146:Reid Spencer2007-04-111-8/+8
* For PR1146:Reid Spencer2007-04-091-8/+13
* MS C does have inlining after all, just uses _inline instead of inline.Jeff Cohen2007-03-291-1/+1
* Fix C Backend to generate code that works with Microsoft C for the benefit ofJeff Cohen2007-03-281-1/+4
* Make sure that when we store a value it is masked to its correct bitReid Spencer2007-03-031-1/+15
* PR1164:Bill Wendling2007-02-231-22/+52
* For PR1195:Reid Spencer2007-02-151-1/+1
* For PR1195:Reid Spencer2007-02-151-9/+9
* For PR411:Reid Spencer2007-02-051-1/+0
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-021-9/+8
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-5/+5
* Implement use of new IntrinsicLowering interface.Reid Spencer2007-01-291-4/+9
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-11/+17
* 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
* Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cppReid Spencer2007-01-101-2791/+0
* For PR1099:Reid Spencer2007-01-092-66/+66
* For PR1099:Reid Spencer2007-01-092-16/+18
* For PR1090:Reid Spencer2007-01-082-56/+62
* Fix PR1090:Reid Spencer2007-01-082-84/+196
* For PR1086:Reid Spencer2007-01-072-60/+108
* For PR411:Reid Spencer2007-01-062-22/+24
* For PR950:Reid Spencer2006-12-312-112/+32
* For PR950:Reid Spencer2006-12-233-227/+577
* Use a predicate function to identify bitcast of fp and integer instead ofReid Spencer2006-12-172-22/+22
* Fix PR1058:Reid Spencer2006-12-172-16/+26
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-122-4/+4
* Fix the BitCastUnion type for 32-bit targets.Reid Spencer2006-12-122-12/+12
* Implement correct bitcast of int<->float and long<->double by using aReid Spencer2006-12-112-28/+116