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
/
CodeGen
/
CodeGenModule.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make a major restructuring of the clang tree: introduce a top-level
Chris Lattner
2008-03-15
1
-129
/
+0
*
add initial support for generating an llvm.globalctors list. Patch by David ...
Chris Lattner
2008-03-14
1
-0
/
+4
*
Add codegen support for ObjC message expressions with the GNU runtime.
Chris Lattner
2008-03-01
1
-0
/
+4
*
make include guards more unique.
Chris Lattner
2008-02-29
1
-2
/
+2
*
Implement codegen for the following static var init.
Lauro Ramos Venancio
2008-02-26
1
-1
/
+3
*
Implement CodeGenModule::getMemSetFn method.
Lauro Ramos Venancio
2008-02-19
1
-0
/
+2
*
Fix PR1992 by computing the right type for string literals, which
Chris Lattner
2008-02-11
1
-0
/
+3
*
sink more of the type related code into CodeGenTypes.
Chris Lattner
2008-02-06
1
-1
/
+1
*
move the codegen ASTConsumer out of the driver into libcodegen,
Chris Lattner
2008-02-06
1
-2
/
+0
*
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-02-05
1
-0
/
+2
*
Factor out the constant generation into its own file.
Anders Carlsson
2008-01-26
1
-2
/
+4
*
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-12
1
-0
/
+4
*
Fix a crash reported by Seo Sanghyeon.
Chris Lattner
2008-01-03
1
-0
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
local static vars are globals also. This fixes a testcase
Chris Lattner
2007-12-18
1
-2
/
+2
*
introduce a new CodeGenModule::getIntrinsic method, which wraps
Chris Lattner
2007-12-18
1
-1
/
+2
*
warn about unhandled initializers instead of crashing on them.
Chris Lattner
2007-12-02
1
-0
/
+5
*
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-12-02
1
-9
/
+11
*
implement codegen for functions whose function body type don't match
Chris Lattner
2007-12-02
1
-0
/
+9
*
Warn about unsupported codegen with the diags machinery, giving us:
Chris Lattner
2007-12-02
1
-1
/
+4
*
Support initalisers for more than just int-typed static variables.
Oliver Hunt
2007-12-02
1
-2
/
+2
*
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-11-28
1
-2
/
+8
*
Take 2.
Devang Patel
2007-10-31
1
-1
/
+3
*
temporarily revert devang's patch to link in the llvm codegen etc.
Chris Lattner
2007-10-31
1
-3
/
+1
*
Make target info available to clang code generator.
Devang Patel
2007-10-31
1
-1
/
+3
*
Refactor code into a separate method.
Devang Patel
2007-10-30
1
-0
/
+3
*
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
1
-1
/
+2
*
add the ability to get the llvm function corresponding to a library builtin.
Chris Lattner
2007-08-31
1
-0
/
+8
*
Implement code generation for constant CFStrings.
Anders Carlsson
2007-08-21
1
-1
/
+5
*
In "int X,Y;", compile both X and Y.
Chris Lattner
2007-07-14
1
-0
/
+1
*
implement support for basic codegen of global variables with no initializers.
Chris Lattner
2007-07-13
1
-1
/
+3
*
Build enough support for aggregates to be able to compile this:
Chris Lattner
2007-06-22
1
-0
/
+4
*
Hook up global function and variable handling. We can now compile:
Chris Lattner
2007-06-20
1
-1
/
+4
*
Refactor CodeGenTypes out to CodeGenModule so it can be used for functions
Chris Lattner
2007-06-16
1
-2
/
+6
*
Split type analysis out to its own file, now the integer constant expr evalua...
Chris Lattner
2007-06-16
1
-0
/
+4
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-4
/
+5
*
Add codegen support for NullStmt and CompoundStmt. {;;{};;} is now ours!
Chris Lattner
2007-05-29
1
-0
/
+1
*
Implement conversion of clang ast types to LLVM types, at least for some trivial
Chris Lattner
2007-05-29
1
-0
/
+2
*
Reorganize codegen files.
Chris Lattner
2007-05-28
1
-0
/
+41