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
/
CGExpr.cpp
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
-615
/
+0
*
Propagate calling convention information to function declarations and CallInst
Nate Begeman
2008-03-09
1
-5
/
+7
*
Implement extern block var.
Lauro Ramos Venancio
2008-02-16
1
-3
/
+8
*
Remove useless parameter from isConstantSizeType.
Eli Friedman
2008-02-15
1
-1
/
+1
*
Adjust for the API change to APInt::getBitsSet.
Dan Gohman
2008-02-12
1
-1
/
+1
*
Expose the logic for field address codegen; it is needed for aggregate
Eli Friedman
2008-02-09
1
-3
/
+9
*
Simplify bitfield codegen.
Lauro Ramos Venancio
2008-02-07
1
-6
/
+19
*
fix a problem reported by Eli, caused by not keeping bool as i1
Chris Lattner
2008-01-30
1
-2
/
+11
*
Make sure to emit all the arguments to a function call. This fixes the
Eli Friedman
2008-01-30
1
-10
/
+7
*
Fix a typo.
Lauro Ramos Venancio
2008-01-22
1
-1
/
+1
*
Implement bitfield write.
Lauro Ramos Venancio
2008-01-22
1
-2
/
+37
*
Implement bitfield read.
Lauro Ramos Venancio
2008-01-22
1
-9
/
+35
*
Fix for EmitCallExpr changed in OverloadExpr patch
Nate Begeman
2008-01-17
1
-1
/
+1
*
Implement basic overload support via a new builtin, __builtin_overload.
Nate Begeman
2008-01-17
1
-21
/
+23
*
Fix the type of predefined identifiers like __func__. Patch by
Chris Lattner
2008-01-12
1
-3
/
+0
*
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
/
+7
*
Make MemberExpr code safe w.r.t. address spaces.
Christopher Lamb
2007-12-29
1
-2
/
+2
*
local static vars are globals also. This fixes a testcase
Chris Lattner
2007-12-18
1
-1
/
+1
*
Update to use new PointerType::getUnqual() api.
Christopher Lamb
2007-12-17
1
-5
/
+10
*
Match union field type when member expression is u->x
Devang Patel
2007-12-11
1
-2
/
+10
*
Add assert to flag incomplete bit-field support.
Devang Patel
2007-12-10
1
-0
/
+3
*
fix logic for member expr codegen.
Chris Lattner
2007-12-02
1
-11
/
+7
*
Handle global variable definitions which change the type of a definition, suc...
Chris Lattner
2007-12-02
1
-2
/
+4
*
convert the rest of the stderr users in codegen to use diagnostics.
Chris Lattner
2007-12-02
1
-2
/
+1
*
fix a bug handling typedefs in member expr codegen. Patch
Chris Lattner
2007-11-30
1
-2
/
+3
*
Fix a codegen crash on void ?: reported by Oliver
Chris Lattner
2007-11-30
1
-0
/
+5
*
Implement support for -fwritable-strings and make the code generator
Chris Lattner
2007-11-28
1
-12
/
+2
*
__real__ and __imag__ can be lvalues. Add support to ast and codegen for them.
Chris Lattner
2007-10-30
1
-3
/
+15
*
Fix 80 col violations.
Devang Patel
2007-10-30
1
-5
/
+6
*
Codegen union member references.
Devang Patel
2007-10-26
1
-9
/
+10
*
Handle non LValue base expressions.
Devang Patel
2007-10-26
1
-8
/
+5
*
Handle
Devang Patel
2007-10-24
1
-10
/
+19
*
check base type.
Devang Patel
2007-10-24
1
-1
/
+1
*
Use isUnionType() predicate.
Devang Patel
2007-10-24
1
-1
/
+1
*
untabify
Devang Patel
2007-10-24
1
-3
/
+3
*
Handle simple struct member expr.
Devang Patel
2007-10-23
1
-0
/
+31
*
move IdentifierTable.h from liblex to libbasic.
Chris Lattner
2007-10-07
1
-1
/
+0
*
fix some warnings, patch by Justin Handville
Chris Lattner
2007-09-16
1
-0
/
+6
*
Phase 2 of making the Decl class more lightweight...
Steve Naroff
2007-09-13
1
-1
/
+1
*
When dumping out errors about unsupported stuff, emit loc info.
Chris Lattner
2007-09-13
1
-1
/
+1
*
Generalize RValue to handle complex better, generalize EmitCompoundStmt to
Chris Lattner
2007-08-31
1
-4
/
+22
*
Implement codegen support for lowering "library builtins" like __builtin_isinf
Chris Lattner
2007-08-31
1
-1
/
+4
*
remove some ugly code now that implicit defs are being generated in this case...
Chris Lattner
2007-08-29
1
-15
/
+0
*
remove dead code
Chris Lattner
2007-08-26
1
-4
/
+0
*
eliminate EmitAnyExpr, inlining it and simplifying it into its only caller.
Chris Lattner
2007-08-26
1
-21
/
+0
*
eliminate use of EmitAnyExpr.
Chris Lattner
2007-08-26
1
-17
/
+25
*
remove ConvertScalarValueToBool.
Chris Lattner
2007-08-26
1
-72
/
+4
*
be slightly more volatile correct
Chris Lattner
2007-08-26
1
-1
/
+1
*
Omit EmitConversion
Chris Lattner
2007-08-26
1
-21
/
+0
[next]