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
/
ModuleBuilder.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Put back the top-level asm code; all tests pass now.
Anders Carlsson
2008-02-08
1
-0
/
+9
*
Back out 46855 for now, it causes test failures on Darwin.
Anders Carlsson
2008-02-08
1
-9
/
+0
*
Handle top-level asm declarations.
Anders Carlsson
2008-02-07
1
-0
/
+9
*
sink more of the type related code into CodeGenTypes.
Chris Lattner
2008-02-06
1
-1
/
+1
*
Finish off the refactoring of type handling stuff. Now we recompile every
Chris Lattner
2008-02-06
1
-1
/
+11
*
move the codegen ASTConsumer out of the driver into libcodegen,
Chris Lattner
2008-02-06
1
-39
/
+61
*
rewrite some of the type refinement code to eliminate dangling pointers
Chris Lattner
2008-02-05
1
-0
/
+5
*
Add first pieces of support for parsing and representing
Chris Lattner
2008-01-12
1
-0
/
+11
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Warn about unsupported codegen with the diags machinery, giving us:
Chris Lattner
2007-12-02
1
-2
/
+3
*
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-11-28
1
-3
/
+3
*
Clean up types, removing some casts. Patch contributed by
Chris Lattner
2007-11-13
1
-9
/
+9
*
Take 2.
Devang Patel
2007-10-31
1
-2
/
+3
*
temporarily revert devang's patch to link in the llvm codegen etc.
Chris Lattner
2007-10-31
1
-3
/
+2
*
Make target info available to clang code generator.
Devang Patel
2007-10-31
1
-2
/
+3
*
In "int X,Y;", compile both X and Y.
Chris Lattner
2007-07-14
1
-1
/
+1
*
implement support for basic codegen of global variables with no initializers.
Chris Lattner
2007-07-13
1
-0
/
+6
*
Finally bite the bullet and make the major change: split the clang namespace
Chris Lattner
2007-06-15
1
-6
/
+5
*
Reorganize codegen files.
Chris Lattner
2007-05-28
1
-5
/
+5
*
Initial scaffolding for an -emit-llvm mode. This requires the LLVM VMCore
Chris Lattner
2007-05-24
1
-0
/
+40