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.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Initialize MemCpyFn
Devang Patel
2007-10-31
1
-1
/
+2
*
temporarily revert devang's patch to link in the llvm codegen etc.
Chris Lattner
2007-10-31
1
-4
/
+2
*
Make target info available to clang code generator.
Devang Patel
2007-10-31
1
-2
/
+4
*
Refactor code into a separate method.
Devang Patel
2007-10-30
1
-38
/
+45
*
Fix 80 col violations.
Devang Patel
2007-10-30
1
-4
/
+8
*
Codegen global array initializers.
Devang Patel
2007-10-26
1
-1
/
+35
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-1
/
+1
*
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
1
-1
/
+1
*
eliminate some VC++ warnings, patch contributed by Hartmut Kaiser
Chris Lattner
2007-09-04
1
-2
/
+2
*
Implement codegen support for lowering "library builtins" like __builtin_isinf
Chris Lattner
2007-08-31
1
-1
/
+5
*
add the ability to get the llvm function corresponding to a library builtin.
Chris Lattner
2007-08-31
1
-4
/
+38
*
Implement code generation for constant CFStrings.
Anders Carlsson
2007-08-21
1
-1
/
+57
*
Add preliminary support for converting struct types.
Anders Carlsson
2007-08-17
1
-1
/
+1
*
Refactor code so that isIntegerConstantExpr has an ASTContext available.
Chris Lattner
2007-07-15
1
-1
/
+1
*
A significant refactoring of the type size stuff to also
Chris Lattner
2007-07-14
1
-3
/
+6
*
Implement trivial integer initializers, like 'int X = 4;' for global
Chris Lattner
2007-07-14
1
-5
/
+10
*
In "int X,Y;", compile both X and Y.
Chris Lattner
2007-07-14
1
-0
/
+6
*
implement support for basic codegen of global variables with no initializers.
Chris Lattner
2007-07-13
1
-1
/
+34
*
remove location tracking for target info
Chris Lattner
2007-06-22
1
-1
/
+1
*
Build enough support for aggregates to be able to compile this:
Chris Lattner
2007-06-22
1
-0
/
+15
*
Hook up global function and variable handling. We can now compile:
Chris Lattner
2007-06-20
1
-0
/
+24
*
Refactor CodeGenTypes out to CodeGenModule so it can be used for functions
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
-1
/
+0
*
Don't generate code for prototypes
Chris Lattner
2007-06-15
1
-1
/
+4
*
Implement conversion of clang ast types to LLVM types, at least for some trivial
Chris Lattner
2007-05-29
1
-2
/
+1
*
Reorganize codegen files.
Chris Lattner
2007-05-28
1
-0
/
+24
[prev]