index
:
delta/clang.git
baserock/flang
google/stable
google/testing
master
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
release_34
release_35
release_35@215011
release_36
release_37
release_38
release_39
release_40
release_50
release_60
release_70
release_80
release_90
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
llvm.org: Obsolete (use llvm)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
CGObjCRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-11
/
+10
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-1
/
+1
*
Fix a deprecated warning in the last commit.
David Chisnall
2018-08-10
1
-1
/
+1
*
Add Windows support for the GNUstep Objective-C ABI V2.
David Chisnall
2018-08-10
1
-8
/
+50
*
Remove trailing space
Fangrui Song
2018-07-30
1
-2
/
+2
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-1
/
+1
*
[CodeGen] Pass TBAA info along with lvalue base info everywhere
Ivan A. Kosarev
2017-10-17
1
-1
/
+2
*
[CodeGen][ObjC] Fix GNU's encoding of bit-field ivars.
Akira Hatanaka
2017-06-27
1
-42
/
+9
*
[CodeGen][ObjC] Fix assertion failure in EmitARCStoreStrongCall.
Akira Hatanaka
2017-06-01
1
-1
/
+5
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-1
/
+2
*
CodeGen: ensure that the runtime calling convention matches
Saleem Abdulrasool
2016-10-13
1
-12
/
+8
*
Make the LValue created in EmitValueForIvarAtOffset have the same Qualifiers ...
Nick Lewycky
2016-10-10
1
-5
/
+2
*
Preserve ExtParameterInfos into CGFunctionInfo.
John McCall
2016-03-11
1
-15
/
+5
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
1
-3
/
+2
*
Initialize @catch variables correctly in fragile-runtime ARC.
John McCall
2015-10-30
1
-18
/
+25
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-5
/
+6
*
Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo...
David Blaikie
2015-08-18
1
-2
/
+2
*
Rely on default zero-arg value for IRBuilder::CreateCall calls to zero-arg fu...
David Blaikie
2015-07-14
1
-1
/
+1
*
Respect alignment of nested bitfields
Ulrich Weigand
2015-07-10
1
-1
/
+1
*
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-22
1
-2
/
+2
*
API update for streamlining of IRBuilder::CreateCall to just use ArrayRef/ini...
David Blaikie
2015-05-18
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-06-04
1
-1
/
+1
*
[C++11] Use 'nullptr'. CodeGen edition.
Craig Topper
2014-05-21
1
-4
/
+4
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-12
1
-2
/
+2
*
[Modules] Update to reflect the move of CallSite into the IR library in
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Add CodeGenABITypes.h for use in LLDB.
Mark Lacey
2013-10-30
1
-0
/
+1
*
Standardize accesses to the TargetInfo in IR-gen.
John McCall
2013-04-16
1
-1
/
+1
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-1
/
+1
*
Rework the bitfield access IR generation to address PR13619 and
Chandler Carruth
2012-12-06
1
-12
/
+13
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-5
/
+2
*
Put something sane in the DWARF offset field for bitfield ObjC ivars.
Eli Friedman
2012-11-06
1
-0
/
+7
*
Back out 167431+167437+167487; I didn't realize how incomplete our test
Eli Friedman
2012-11-06
1
-10
/
+10
*
Propagate CharUnits into ObjC CodeGen. No intended functional change.
Eli Friedman
2012-11-06
1
-10
/
+10
*
Distinguish more carefully between free functions and C++ instance methods
John McCall
2012-07-07
1
-5
/
+5
*
Propagate lvalue alignment into bitfields. Per report on cfe-dev.
Eli Friedman
2012-06-27
1
-1
/
+4
*
Documentation fix: made the name given to \param match the code.
James Dennett
2012-06-15
1
-1
/
+1
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
Whether an argument is required (in contrast with being an
John McCall
2012-02-17
1
-0
/
+45
*
simplify a bunch of code to use the well-known LLVM IR types computed by Code...
Chris Lattner
2012-02-07
1
-1
/
+1
*
When initializing a catch variable in ARC, be sure to emit retains
John McCall
2012-01-17
1
-1
/
+18
*
Switch a few callers of MakeAddrLValue places over to MakeNaturalAlignAddrLVa...
Eli Friedman
2011-12-19
1
-1
/
+1
*
Replace all comparisons between ObjCInterfaceDecl pointers with calls
Douglas Gregor
2011-12-15
1
-1
/
+1
*
Add block information for ObjC @catch blocks.
Eric Christopher
2011-10-19
1
-1
/
+1
*
Constant expression evaluation refactoring:
Richard Smith
2011-10-10
1
-2
/
+1
*
Refactor the load of the exception pointer and the exception selector from their
Bill Wendling
2011-09-15
1
-1
/
+1
*
Extend the ASTContext constructor to delay the initialization of
Douglas Gregor
2011-09-02
1
-1
/
+1
*
Simplify EH control flow by observing that EH scopes form a simple
John McCall
2011-08-11
1
-1
/
+1
[next]