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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
When constructing debug information for synthesized variables for the
Eric Christopher
2011-10-06
1
-3
/
+8
*
Reformat comment.
Eric Christopher
2011-10-06
1
-6
/
+6
*
PTX: Set proper calling conventions for PTX in OpenCL mode.
Justin Holewinski
2011-10-05
1
-5
/
+40
*
Add bitmaps for strong / weak ivar layout (GNUstep runtime).
David Chisnall
2011-10-04
1
-18
/
+102
*
Mark calls to objc_retainBlock that don't result from casts
John McCall
2011-10-04
3
-13
/
+52
*
Propagate __attribute__((returns_twice)) from C to IL.
Rafael Espindola
2011-10-03
1
-0
/
+3
*
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-03
4
-5
/
+3
*
Pass from the parser the locations of selector identifiers when creating
Argyrios Kyrtzidis
2011-10-03
1
-1
/
+4
*
Make -fobjc-nonfragile-abi the -cc1 default, since it's the
John McCall
2011-10-02
1
-1
/
+21
*
When performing an @throw in ARC, retain + autorelease
John McCall
2011-10-01
4
-3
/
+29
*
objc gc: assigning to an objc object struct member through an ivar
Fariborz Jahanian
2011-09-30
1
-8
/
+20
*
Minor cleanup.
Eli Friedman
2011-09-30
1
-4
/
+3
*
Change "Regions" to be "LexicalBlocks" since that's what they
Eric Christopher
2011-09-29
4
-53
/
+54
*
Rename EmitStopPoint in CGDebugInfo to EmitLocation. "stop points" don't
Eric Christopher
2011-09-29
5
-8
/
+10
*
Reorder functions in the file.
Eric Christopher
2011-09-29
1
-31
/
+30
*
Call UpdateLineDirectiveRegion every time we want to emit a stop
Eric Christopher
2011-09-29
4
-6
/
+8
*
Update comment.
Eric Christopher
2011-09-29
1
-1
/
+2
*
de-tmpify clang.
Benjamin Kramer
2011-09-27
13
-97
/
+90
*
Update comments.
Eric Christopher
2011-09-26
1
-3
/
+3
*
Fix comment to reflect reality.
Eric Christopher
2011-09-26
1
-2
/
+1
*
Move VTable builder to AST
Peter Collingbourne
2011-09-26
2
-2707
/
+1
*
Have CodeGenVTables::GenerateConstructionVTable use VTableLayout
Peter Collingbourne
2011-09-26
2
-18
/
+14
*
Move vtable dumper call to VTableBuilder ctor
Peter Collingbourne
2011-09-26
1
-12
/
+3
*
Implement VTableContext::createConstructionVTableLayout
Peter Collingbourne
2011-09-26
2
-10
/
+29
*
Move all vtable layout data into new VTableLayout class
Peter Collingbourne
2011-09-26
5
-118
/
+150
*
Move VTableComponent to header file
Peter Collingbourne
2011-09-26
2
-167
/
+167
*
Move vtable component accessors to VTableContext
Peter Collingbourne
2011-09-26
5
-97
/
+110
*
Remove CodeGenVTables::ComputeVTableRelatedInformation dependency on CodeGen
Peter Collingbourne
2011-09-26
3
-33
/
+26
*
Create a VTableContext class and start moving CodeGenVTables methods to it
Peter Collingbourne
2011-09-26
8
-52
/
+70
*
Move VTT builder to AST
Peter Collingbourne
2011-09-26
1
-337
/
+1
*
Move BaseSubobject class to AST
Peter Collingbourne
2011-09-26
1
-66
/
+1
*
Remove CodeGenModule field from VTTBuilder
Peter Collingbourne
2011-09-26
1
-11
/
+11
*
Make the VTTBuilder class independent of LLVM core
Peter Collingbourne
2011-09-26
2
-95
/
+129
*
Rename Diagnostic to DiagnosticsEngine as per issue 5397
David Blaikie
2011-09-25
7
-21
/
+23
*
Treat list-initialization of scalars as a first-class citizen in C++11.
Sebastian Redl
2011-09-24
1
-2
/
+7
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
13
-25
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
19
-63
/
+65
*
Don't remove filters.
Bill Wendling
2011-09-22
1
-7
/
+3
*
Only trigger the initialize-an-array-via-elementwise-copy/move code
Douglas Gregor
2011-09-22
1
-1
/
+2
*
Explicitly-defaulted copy/move constructors are not "implicit", but
Douglas Gregor
2011-09-22
1
-2
/
+1
*
ANSI C requires that a call to an unprototyped function type succeed
John McCall
2011-09-21
3
-2
/
+82
*
Change "ivar" to true for a boolean function argument. Since string literals...
Richard Trieu
2011-09-21
1
-2
/
+3
*
Create a MipsTargetCodeGenInfo object for mips64/mips64el. The size of the
Akira Hatanaka
2011-09-20
1
-0
/
+4
*
Add a parameter to MipsTargetCodeGenInfo's constructor.
Akira Hatanaka
2011-09-20
1
-4
/
+5
*
Don't assume that the clause is a GlobalVariable. It could be a constant.
Bill Wendling
2011-09-20
1
-13
/
+11
*
Add list initialization for complex numbers in C. Essentially, this allows "...
Eli Friedman
2011-09-19
2
-1
/
+24
*
The eh.selector intrinsic isn't used anymore. Replace the check here with a
Bill Wendling
2011-09-19
1
-16
/
+30
*
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
6
-3
/
+99
*
In CodeGenAction::ExecuteAction() use SourceManager::translateFileLineCol()
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
*
Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.
Argyrios Kyrtzidis
2011-09-19
1
-1
/
+1
[prev]
[next]