index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
CBackend
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implemented correct stack probing on mingw/cygwin for dynamic alloca's.
Anton Korobeynikov
2007-04-17
1
-2
/
+2
*
Silence VC++ warning.
Jeff Cohen
2007-04-13
1
-1
/
+1
*
Implement review feedback .. don't double search a set.
Reid Spencer
2007-04-12
1
-3
/
+1
*
Provide support for intrinsics that lower themselves to a function body.
Reid Spencer
2007-04-12
1
-2
/
+32
*
Implement Thread Local Storage (TLS) in CBackend.
Lauro Ramos Venancio
2007-04-12
1
-17
/
+27
*
For PR1146:
Reid Spencer
2007-04-11
1
-8
/
+8
*
For PR1146:
Reid Spencer
2007-04-09
1
-8
/
+13
*
MS C does have inlining after all, just uses _inline instead of inline.
Jeff Cohen
2007-03-29
1
-1
/
+1
*
Fix C Backend to generate code that works with Microsoft C for the benefit of
Jeff Cohen
2007-03-28
1
-1
/
+4
*
Make sure that when we store a value it is masked to its correct bit
Reid Spencer
2007-03-03
1
-1
/
+15
*
PR1164:
Bill Wendling
2007-02-23
1
-22
/
+52
*
For PR1195:
Reid Spencer
2007-02-15
1
-1
/
+1
*
For PR1195:
Reid Spencer
2007-02-15
1
-9
/
+9
*
For PR411:
Reid Spencer
2007-02-05
1
-1
/
+0
*
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
1
-9
/
+8
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
1
-5
/
+5
*
Implement use of new IntrinsicLowering interface.
Reid Spencer
2007-01-29
1
-4
/
+9
*
Propagate changes from my local tree. This patch includes:
Anton Korobeynikov
2007-01-28
1
-11
/
+17
*
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
*
Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cpp
Reid Spencer
2007-01-10
1
-2791
/
+0
*
For PR1099:
Reid Spencer
2007-01-09
2
-66
/
+66
*
For PR1099:
Reid Spencer
2007-01-09
2
-16
/
+18
*
For PR1090:
Reid Spencer
2007-01-08
2
-56
/
+62
*
Fix PR1090:
Reid Spencer
2007-01-08
2
-84
/
+196
*
For PR1086:
Reid Spencer
2007-01-07
2
-60
/
+108
*
For PR411:
Reid Spencer
2007-01-06
2
-22
/
+24
*
For PR950:
Reid Spencer
2006-12-31
2
-112
/
+32
*
For PR950:
Reid Spencer
2006-12-23
3
-227
/
+577
*
Use a predicate function to identify bitcast of fp and integer instead of
Reid Spencer
2006-12-17
2
-22
/
+22
*
Fix PR1058:
Reid Spencer
2006-12-17
2
-16
/
+26
*
Change inferred getCast into specific getCast. Passes all tests.
Reid Spencer
2006-12-12
2
-4
/
+4
*
Fix the BitCastUnion type for 32-bit targets.
Reid Spencer
2006-12-12
2
-12
/
+12
*
Implement correct bitcast of int<->float and long<->double by using a
Reid Spencer
2006-12-11
2
-28
/
+116
*
Cleaned setjmp/longjmp lowering interfaces. Now we're producing right
Anton Korobeynikov
2006-12-10
2
-12
/
+4
*
Don't use <sstream> in Streams.h but <iosfwd> instead.
Bill Wendling
2006-12-07
2
-2
/
+2
*
What should be the last unnecessary <iostream>s in the library.
Bill Wendling
2006-12-07
2
-22
/
+18
*
Always pass "true" to isMaxValue(bool) because we know the type is LongTy.
Reid Spencer
2006-12-06
2
-2
/
+2
*
Adjust to new ConstantIntegral interface for Max/Min tests.
Reid Spencer
2006-12-06
2
-2
/
+2
*
Introducing external weak linkage. Darwin codegen should be added later.
Anton Korobeynikov
2006-12-01
2
-8
/
+22
[next]