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
/
CodeGenFunction.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
-486
/
+0
*
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
-0
/
+3
*
Expose the logic for field address codegen; it is needed for aggregate
Eli Friedman
2008-02-09
1
-0
/
+4
*
Add code generation for inline asm statements.
Anders Carlsson
2008-02-05
1
-2
/
+4
*
Make sure to emit all the arguments to a function call. This fixes the
Eli Friedman
2008-01-30
1
-2
/
+3
*
Implement bitfield write.
Lauro Ramos Venancio
2008-01-22
1
-0
/
+1
*
Implement bitfield read.
Lauro Ramos Venancio
2008-01-22
1
-2
/
+32
*
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-17
1
-1
/
+2
*
Allow implicit casts during arithmetic for OCUVector operations
Nate Begeman
2007-12-30
1
-1
/
+2
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Enable CodeGen for member expressions based on call expressions returning agg...
Christopher Lamb
2007-12-29
1
-0
/
+3
*
We now support all MMX intrinsics. SSE intrinsics are next.
Anders Carlsson
2007-12-15
1
-1
/
+2
*
Add EmitShuffleVector helper method.
Anders Carlsson
2007-12-10
1
-0
/
+2
*
Move target specific builtin IDs to TargetBuiltins.h so that they can be used...
Anders Carlsson
2007-12-09
1
-0
/
+3
*
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
1
-1
/
+1
*
move unsupported warning into a centralized place.
Chris Lattner
2007-12-02
1
-0
/
+4
*
Rename classes and collections that maintain record layout information.
Devang Patel
2007-11-01
1
-3
/
+3
*
Constify methods and reuse RecordOrganizer object.
Devang Patel
2007-10-24
1
-1
/
+1
*
Begin struct layout work.
Devang Patel
2007-10-23
1
-2
/
+7
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-1
/
+1
*
Generate code for static variables that don't have initializers. Also, report...
Anders Carlsson
2007-10-17
1
-0
/
+1
*
Use LLVMFoldingBuilder
Devang Patel
2007-10-09
1
-1
/
+1
*
Fix comment. Describe what it is, instead of how it is used.
Devang Patel
2007-10-09
1
-4
/
+4
*
Code gen case statement ranges.
Devang Patel
2007-10-08
1
-2
/
+7
*
switch statement code gen.
Devang Patel
2007-10-04
1
-2
/
+16
*
Do not codegen dummy block.
Devang Patel
2007-09-28
1
-1
/
+5
*
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
Chris Lattner
2007-08-31
1
-17
/
+47
*
implement code generation for scalar stmt expressions.
Chris Lattner
2007-08-31
1
-1
/
+1
*
Implement codegen support for lowering "library builtins" like __builtin_isinf
Chris Lattner
2007-08-31
1
-1
/
+1
*
add the ability to get the llvm function corresponding to a library builtin.
Chris Lattner
2007-08-31
1
-0
/
+1
*
move EmitAggregateCopy into AggExprEmitter
Chris Lattner
2007-08-26
1
-5
/
+5
*
remove dead code
Chris Lattner
2007-08-26
1
-1
/
+0
*
remove dead protos
Chris Lattner
2007-08-26
1
-5
/
+0
*
eliminate EmitAnyExpr, inlining it and simplifying it into its only caller.
Chris Lattner
2007-08-26
1
-6
/
+1
*
remove ConvertScalarValueToBool.
Chris Lattner
2007-08-26
1
-8
/
+0
*
refactor some code to expose compex->scalar conversion to CGF
Chris Lattner
2007-08-26
1
-0
/
+6
*
be slightly more volatile correct
Chris Lattner
2007-08-26
1
-1
/
+2
*
Omit EmitConversion
Chris Lattner
2007-08-26
1
-4
/
+0
*
refactor scalar conversions out into CGExprScalar.cpp
Chris Lattner
2007-08-26
1
-0
/
+6
*
remove a bunch of dead code
Chris Lattner
2007-08-26
1
-35
/
+0
*
completely refactor codegen of scalar expressions out into its own CGExprScal...
Chris Lattner
2007-08-24
1
-22
/
+10
*
implement passing of complex and aggregates through call args.
Chris Lattner
2007-08-23
1
-1
/
+10
*
Implement parsing and code generation of Objective-C string literals.
Anders Carlsson
2007-08-21
1
-0
/
+3
*
move EmitLoadOfComplex/EmitStoreOfComplex into ComplexExprEmitter.
Chris Lattner
2007-08-21
1
-10
/
+0
*
reimplement support for complex comparisons, add support for integer complex ...
Chris Lattner
2007-08-21
1
-1
/
+2
*
Split complex arithmetic codegen out from aggregate codegen.
Chris Lattner
2007-08-21
1
-0
/
+4
*
reimplement addition of complex numbers.
Chris Lattner
2007-08-21
1
-1
/
+2
*
switch aggregate expr codegen to use a visitor to localize most of the nasty
Chris Lattner
2007-08-21
1
-18
/
+2
*
Fix array->pointer decay. This unbreaks test/CodeGen/array.c
Chris Lattner
2007-08-20
1
-0
/
+2
[next]