index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
CodeGen
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
PR20473: Don't "deduplicate" string literals with the same value but different
Richard Smith
2014-07-29
1
-0
/
+8
*
Rework the bitfield access IR generation to address PR13619 and
Chandler Carruth
2012-12-06
1
-1
/
+1
*
CodeGen: When emitting stores for an initializer, only emit a GEP if we reall...
Benjamin Kramer
2012-08-27
1
-0
/
+2
*
Fix a stupid mistake in r151133. Reported to me by Joerg Sonnenberger.
Eli Friedman
2012-02-24
1
-0
/
+7
*
Rename CGT::VerifyFuncTypeComplete to isFuncTypeConvertible since
Chris Lattner
2011-07-10
1
-0
/
+8
*
implement a tiny amount of codegen support for gnu array range
Chris Lattner
2011-02-19
1
-0
/
+15
*
Improve codegen for initializer lists to use memset more aggressively
Chris Lattner
2010-12-02
1
-0
/
+30
*
Enhance the init generation logic to emit a memset followed by a few stores when
Chris Lattner
2010-12-02
1
-0
/
+12
*
Allow a string literal to initialize a tail array (PR8217), patch
Chris Lattner
2010-10-10
1
-0
/
+12
*
Don't consider casted non-global pointers to be evaluatable.
John McCall
2010-07-07
1
-0
/
+6
*
recommit r101568 to fix PR6766
Nuno Lopes
2010-04-18
1
-3
/
+3
*
revert r101568, which miscompiles this testcase, distilled from ldecod:
Chris Lattner
2010-04-17
1
-3
/
+3
*
fix PR6766: codegen of var initialized with wide char
Nuno Lopes
2010-04-16
1
-3
/
+3
*
add a codegen hack to work around an AST bug, allowing us to compile the
Chris Lattner
2010-03-08
1
-0
/
+11
*
Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.
Daniel Dunbar
2009-12-15
1
-1
/
+1
*
Eliminate &&s in tests.
Daniel Dunbar
2009-11-08
1
-2
/
+2
*
Rename clang to clang-cc.
Daniel Dunbar
2009-03-24
1
-1
/
+1
*
Set constant bit on static block vars as well. Patch by Anders Johnson!q
Daniel Dunbar
2009-02-13
1
-1
/
+10
*
Upgrade the "excess elements in array initializer" warning to an
Douglas Gregor
2009-01-30
1
-1
/
+0
*
add a testcase
Chris Lattner
2008-05-04
1
-1
/
+9
*
Simplify aggregate initilizer implementation. Use the CodeGenModule::EmitCons...
Lauro Ramos Venancio
2008-02-19
1
-0
/
+1
*
Implement multi-dimension array initalizer.
Lauro Ramos Venancio
2008-02-18
1
-5
/
+12
*
Correctly handle constants that refer to enums.
Anders Carlsson
2008-01-29
1
-2
/
+2
*
Correctly handle scalars in braces.
Anders Carlsson
2008-01-29
1
-0
/
+7