summaryrefslogtreecommitdiff
path: root/lib/Target/CBackend
Commit message (Expand)AuthorAge
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Make sign extension work correctly for unusual bit widths.Reid Spencer2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-17
* Silence VC++ warning.Jeff Cohen2007-04-13
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-12
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-12
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-12
* For PR1146:Reid Spencer2007-04-11
* For PR1146:Reid Spencer2007-04-09
* MS C does have inlining after all, just uses _inline instead of inline.Jeff Cohen2007-03-29
* Fix C Backend to generate code that works with Microsoft C for the benefit ofJeff Cohen2007-03-28
* Make sure that when we store a value it is masked to its correct bitReid Spencer2007-03-03
* PR1164:Bill Wendling2007-02-23
* For PR1195:Reid Spencer2007-02-15
* For PR1195:Reid Spencer2007-02-15
* For PR411:Reid Spencer2007-02-05
* Changes to support making the shift instructions be true BinaryOperators.Reid Spencer2007-02-02
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Implement use of new IntrinsicLowering interface.Reid Spencer2007-01-29
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* For PR645:Reid Spencer2007-01-26
* Fix SMG2000 with the CBE: opaque types need names too.Chris Lattner2007-01-16
* Fix PR918 by only using typedefs to name struct types. This makes the laterChris Lattner2007-01-16
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* Make use of isInteger vs isIntegral more explicitChris Lattner2007-01-15
* remove obsolete fixmeChris Lattner2007-01-12
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-12
* For PR1064:Reid Spencer2007-01-12
* Implement review feedback for the ConstantBool->ConstantInt merge. ChrisReid Spencer2007-01-12
* Rename BoolTy as Int1Ty. Patch by Sheng Zhou.Reid Spencer2007-01-11
* For PR1043:Zhou Sheng2007-01-11
* Change the file header name as this file was renamed.Reid Spencer2007-01-10
* Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cppReid Spencer2007-01-10
* For PR1099:Reid Spencer2007-01-09
* For PR1099:Reid Spencer2007-01-09
* For PR1090:Reid Spencer2007-01-08
* Fix PR1090:Reid Spencer2007-01-08
* For PR1086:Reid Spencer2007-01-07
* For PR411:Reid Spencer2007-01-06
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* Use a predicate function to identify bitcast of fp and integer instead ofReid Spencer2006-12-17
* Fix PR1058:Reid Spencer2006-12-17
* Change inferred getCast into specific getCast. Passes all tests.Reid Spencer2006-12-12
* Fix the BitCastUnion type for 32-bit targets.Reid Spencer2006-12-12
* Implement correct bitcast of int<->float and long<->double by using aReid Spencer2006-12-11
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-10
* Don't use <sstream> in Streams.h but <iosfwd> instead.Bill Wendling2006-12-07
* What should be the last unnecessary <iostream>s in the library.Bill Wendling2006-12-07