index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CBackend
/
CBackend.cpp
Age
Commit message (
Expand
)
Author
2007-03-29
MS C does have inlining after all, just uses _inline instead of inline.
Jeff Cohen
2007-03-28
Fix C Backend to generate code that works with Microsoft C for the benefit of
Jeff Cohen
2007-03-03
Make sure that when we store a value it is masked to its correct bit
Reid Spencer
2007-02-23
PR1164:
Bill Wendling
2007-02-15
For PR1195:
Reid Spencer
2007-02-15
For PR1195:
Reid Spencer
2007-02-05
For PR411:
Reid Spencer
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-29
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-28
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-26
For PR645:
Reid Spencer
2007-01-16
Fix SMG2000 with the CBE: opaque types need names too.
Chris Lattner
2007-01-16
Fix PR918 by only using typedefs to name struct types. This makes the later
Chris Lattner
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Make use of isInteger vs isIntegral more explicit
Chris Lattner
2007-01-12
remove obsolete fixme
Chris Lattner
2007-01-12
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
For PR1064:
Reid Spencer
2007-01-12
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-11
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
For PR1043:
Zhou Sheng
2007-01-10
Change the file header name as this file was renamed.
Reid Spencer
2007-01-09
For PR1099:
Reid Spencer
2007-01-09
For PR1099:
Reid Spencer
2007-01-08
For PR1090:
Reid Spencer
2007-01-08
Fix PR1090:
Reid Spencer
2007-01-07
For PR1086:
Reid Spencer
2007-01-06
For PR411:
Reid Spencer
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
2006-12-17
Use a predicate function to identify bitcast of fp and integer instead of
Reid Spencer
2006-12-17
Fix PR1058:
Reid Spencer
2006-12-12
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
Fix the BitCastUnion type for 32-bit targets.
Reid Spencer
2006-12-11
Implement correct bitcast of int<->float and long<->double by using a
Reid Spencer
2006-12-10
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-07
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-06
Always pass "true" to isMaxValue(bool) because we know the type is LongTy.
Reid Spencer
2006-12-06
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-01
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-11-28
gcc doesn't like an empty colbber list
Andrew Lenharth
2006-11-28
Make identity default, and fix PR1020
Andrew Lenharth
2006-11-28
update comments
Andrew Lenharth
2006-11-28
Get the asminfo for the target most closely matching the module and use that ...
Andrew Lenharth
2006-11-27
Preliminary support for inline asm in the cbe. The target specific ugliness
Andrew Lenharth
2006-11-27
When truncating to bool, it is necessary to & with 1 for all casts that
Reid Spencer
2006-11-27
For PR950:
Reid Spencer
2006-11-15
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
[prev]
[next]