index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CBackend
/
CBackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For PR645:
Reid Spencer
2007-01-26
1
-3
/
+0
*
Fix SMG2000 with the CBE: opaque types need names too.
Chris Lattner
2007-01-16
1
-10
/
+8
*
Fix PR918 by only using typedefs to name struct types. This makes the later
Chris Lattner
2007-01-16
1
-8
/
+15
*
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
1
-7
/
+7
*
Make use of isInteger vs isIntegral more explicit
Chris Lattner
2007-01-15
1
-4
/
+4
*
remove obsolete fixme
Chris Lattner
2007-01-12
1
-3
/
+0
*
* PIC codegen for X86/Linux has been implemented
Anton Korobeynikov
2007-01-12
1
-0
/
+12
*
For PR1064:
Reid Spencer
2007-01-12
1
-31
/
+43
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-1
/
+1
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-6
/
+6
*
For PR1043:
Zhou Sheng
2007-01-11
1
-14
/
+13
*
Change the file header name as this file was renamed.
Reid Spencer
2007-01-10
1
-1
/
+1
*
For PR1099:
Reid Spencer
2007-01-09
1
-33
/
+33
*
For PR1099:
Reid Spencer
2007-01-09
1
-8
/
+9
*
For PR1090:
Reid Spencer
2007-01-08
1
-28
/
+31
*
Fix PR1090:
Reid Spencer
2007-01-08
1
-42
/
+98
*
For PR1086:
Reid Spencer
2007-01-07
1
-30
/
+54
*
For PR411:
Reid Spencer
2007-01-06
1
-11
/
+12
*
For PR950:
Reid Spencer
2006-12-31
1
-56
/
+16
*
For PR950:
Reid Spencer
2006-12-23
1
-113
/
+288
*
Use a predicate function to identify bitcast of fp and integer instead of
Reid Spencer
2006-12-17
1
-11
/
+11
*
Fix PR1058:
Reid Spencer
2006-12-17
1
-8
/
+13
*
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
1
-2
/
+2
*
Fix the BitCastUnion type for 32-bit targets.
Reid Spencer
2006-12-12
1
-6
/
+6
*
Implement correct bitcast of int<->float and long<->double by using a
Reid Spencer
2006-12-11
1
-14
/
+58
*
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-10
1
-6
/
+2
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
1
-1
/
+1
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
1
-11
/
+9
*
Always pass "true" to isMaxValue(bool) because we know the type is LongTy.
Reid Spencer
2006-12-06
1
-1
/
+1
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
1
-1
/
+1
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
1
-4
/
+11
*
gcc doesn't like an empty colbber list
Andrew Lenharth
2006-11-28
1
-1
/
+3
*
Make identity default, and fix PR1020
Andrew Lenharth
2006-11-28
1
-7
/
+3
*
update comments
Andrew Lenharth
2006-11-28
1
-2
/
+4
*
Get the asminfo for the target most closely matching the module and use that ...
Andrew Lenharth
2006-11-28
1
-28
/
+26
*
Preliminary support for inline asm in the cbe. The target specific ugliness
Andrew Lenharth
2006-11-27
1
-2
/
+164
*
When truncating to bool, it is necessary to & with 1 for all casts that
Reid Spencer
2006-11-27
1
-3
/
+10
*
For PR950:
Reid Spencer
2006-11-27
1
-28
/
+123
*
Simplify IntrinsicLowering and clarify that it is only for use by the
Chris Lattner
2006-11-15
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-11-08
1
-17
/
+24
*
Fix a bug in the last patch and convert to && instead of & for logical expr.
Reid Spencer
2006-11-05
1
-2
/
+2
*
Implement the -enabled-cbe-printf-a feature.
Reid Spencer
2006-11-05
1
-2
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-11-02
1
-10
/
+28
*
Enclose a case in { and } so that the pickier compilers don't complain.
Reid Spencer
2006-10-26
1
-0
/
+2
*
For PR950:
Reid Spencer
2006-10-26
1
-7
/
+161
*
Don't generate a prototype for _setjmp. At least on Linux, this function
Reid Spencer
2006-10-22
1
-2
/
+2
*
For PR950:
Reid Spencer
2006-10-20
1
-11
/
+11
*
Simplify some code, reformat break's
Chris Lattner
2006-09-28
1
-6
/
+12
*
Added some eye-candy for Subtarget type checking
Anton Korobeynikov
2006-09-17
1
-1
/
+9
[next]