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
*
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