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
/
lib
/
CodeGen
/
CGExpr.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an assertion that our use-marking actually covers all uses of a variable....
Eli Friedman
2012-01-21
1
-0
/
+7
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+0
*
Some improvements to the handling of C11 atomic types:
David Chisnall
2012-01-16
1
-6
/
+31
*
implement rdar://10639962 by keeping track of increased alignment
Chris Lattner
2012-01-04
1
-1
/
+5
*
Fix PR5279 - don't sliently drop alignment information on stores of types tha...
Chris Lattner
2011-12-19
1
-1
/
+1
*
Switch LValue so that it exposes alignment in CharUnits. (No functional chan...
Eli Friedman
2011-12-03
1
-18
/
+17
*
Switch the Alignment argument on AggValueSlot over to CharUnits, per John's r...
Eli Friedman
2011-12-03
1
-4
/
+2
*
Track alignment in AggValueSlot. No functional change in this patch, but I'l...
Eli Friedman
2011-12-03
1
-6
/
+11
*
Don't use a varargs convention for calls unprototyped functions where one of ...
Eli Friedman
2011-12-01
1
-1
/
+1
*
When destroying temporaries, instead of a custom cleanup use the
Peter Collingbourne
2011-11-27
1
-1
/
+1
*
Reference initialization with initializer lists.
Sebastian Redl
2011-11-27
1
-1
/
+12
*
Use static storage duration for file-scope compound literals, even when they
Richard Smith
2011-11-22
1
-0
/
+5
*
Fix a bunch of really nasty bugs in how we compute alignment for reference lv...
Eli Friedman
2011-11-16
1
-14
/
+28
*
Enter the cleanups for a block outside the enclosing
John McCall
2011-11-10
1
-4
/
+11
*
Bind function "r-values" as l-values when emitting them as
John McCall
2011-11-08
1
-1
/
+1
*
Rip out CK_GetObjCProperty.
John McCall
2011-11-07
1
-2
/
+0
*
Rip the ObjCPropertyRef l-value kind out of IR-generation.
John McCall
2011-11-07
1
-35
/
+8
*
Change the AST representation of operations on Objective-C
John McCall
2011-11-06
1
-0
/
+85
*
back out changes in r143399 and r143475.
Fariborz Jahanian
2011-11-02
1
-3
/
+1
*
Adds IRGen support for captured rvalue references in blocks.
Fariborz Jahanian
2011-10-31
1
-1
/
+3
*
Annotate imprecise FP division with fpaccuracy metadata
Peter Collingbourne
2011-10-27
1
-0
/
+16
*
Misc fixes for atomics. Biggest fix is doing alignment correctly for _Atomic...
Eli Friedman
2011-10-14
1
-8
/
+6
*
Recommit:
Eric Christopher
2011-10-13
1
-4
/
+2
*
Revert file/scope handling patches. gdb testing revealed a couple of bugs.
Eric Christopher
2011-10-12
1
-2
/
+4
*
Start handling debug line and scope information better:
Eric Christopher
2011-10-11
1
-4
/
+2
*
Silence some -Wuninitialized false positives with gcc.
Eli Friedman
2011-10-11
1
-1
/
+2
*
Initial implementation of __atomic_* (everything except __atomic_is_lock_free).
Eli Friedman
2011-10-11
1
-0
/
+277
*
CUDA: IR generation support for kernel call expressions
Peter Collingbourne
2011-10-06
1
-0
/
+3
*
objc gc: assigning to an objc object struct member through an ivar
Fariborz Jahanian
2011-09-30
1
-8
/
+20
*
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
1
-1
/
+1
*
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-29
1
-1
/
+0
*
de-tmpify clang.
Benjamin Kramer
2011-09-27
1
-16
/
+16
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-6
/
+7
*
ANSI C requires that a call to an unprototyped function type succeed
John McCall
2011-09-21
1
-2
/
+30
*
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-13
1
-3
/
+3
*
Rename the ARC cast kinds to start with "ARC".
John McCall
2011-09-10
1
-4
/
+4
*
When converting a block pointer to an Objective-C pointer type, extend
John McCall
2011-09-10
1
-1
/
+2
*
Bring llvm.annotation* intrinsics support back to where it was in llvm-gcc: can
Julien Lerouge
2011-09-09
1
-0
/
+3
*
Give conversions of block pointers to ObjC pointers a different cast kind
John McCall
2011-09-09
1
-1
/
+2
*
Formatting.
Eric Christopher
2011-09-08
1
-1
/
+2
*
When extracting the callee declaration from a call expression, be sure
Douglas Gregor
2011-09-06
1
-8
/
+4
*
Slight optimization enabled by the previous assert:
John McCall
2011-08-26
1
-2
/
+1
*
What say we document some of these AggValueSlot flags a bit
John McCall
2011-08-26
1
-1
/
+1
*
An initialization does not alias.
John McCall
2011-08-26
1
-1
/
+2
*
Track whether an AggValueSlot is potentially aliased, and do not
John McCall
2011-08-25
1
-1
/
+2
*
Use stronger typing for the flags on AggValueSlot and require
John McCall
2011-08-25
1
-2
/
+7
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-14
/
+14
*
Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use
Jay Foad
2011-07-22
1
-2
/
+2
*
as eli points out, we're not doing memory stuff here. While ConvertType
Chris Lattner
2011-07-20
1
-1
/
+1
[next]