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
/
test
/
CodeGenObjC
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correctly emit certain implicit references to 'self' even within
John McCall
2013-05-03
2
-4
/
+2
*
Ensure that the line table for functions with cleanups is sequential.
Adrian Prantl
2013-05-02
2
-4
/
+108
*
Remove an empty line so the line numbers match up again after the recent docu...
Adrian Prantl
2013-04-19
1
-1
/
+0
*
still not relaxed enough.
Adrian Prantl
2013-04-19
1
-1
/
+1
*
cleanup and relax test cases
Adrian Prantl
2013-04-19
1
-2
/
+3
*
Emit the underlying type in the debug info for all kinds of fixed enums
Adrian Prantl
2013-04-19
1
-0
/
+64
*
objc_autoreleasePoolPop() can throw if a -dealloc does.
John McCall
2013-04-16
1
-2
/
+25
*
Trying fixing test to make buildbot happy again.
Fariborz Jahanian
2013-04-16
1
-1
/
+1
*
modify test to try to make buildbot happy.
Fariborz Jahanian
2013-04-16
1
-2
/
+1
*
Objective-C IRGen. Use llvm::WeakVH
Fariborz Jahanian
2013-04-16
1
-0
/
+44
*
FileCheck-ify more grep tests with quoted double quotes
Reid Kleckner
2013-04-11
3
-62
/
+69
*
FileCheck-ify some clang grep tests that use double quotes
Reid Kleckner
2013-04-10
3
-14
/
+16
*
Don't copy just to capture a strong block pointer under ARC.
John McCall
2013-04-08
1
-0
/
+39
*
Be sure to check ARC conventions on the implicit method declarations
John McCall
2013-04-04
1
-0
/
+45
*
Protect the values of array and dictionary literals from the
John McCall
2013-04-04
1
-24
/
+67
*
In ObjC++ on legacy runtimes, push an EH cleanup as well as
John McCall
2013-04-03
1
-2
/
+2
*
generalize testcase
Adrian Prantl
2013-03-29
1
-1
/
+1
*
Bugfix/Followup for r177086.
Adrian Prantl
2013-03-29
4
-20
/
+35
*
Make clang to mark static stack allocations with lifetime markers to enable a...
Nadav Rotem
2013-03-23
2
-12
/
+13
*
Under ARC, when we're passing the address of a strong variable
John McCall
2013-03-23
3
-10
/
+16
*
Generalize debug info tests to be forward compatible with future DISubprogram...
David Blaikie
2013-03-21
2
-2
/
+2
*
Simplify/generalize some debug info test cases
David Blaikie
2013-03-19
7
-17
/
+17
*
Add a clarifying note when a return statement is rejected because
John McCall
2013-03-19
1
-4
/
+12
*
Generalize a few debug info test cases
David Blaikie
2013-03-17
1
-1
/
+1
*
Add a testcase for r177118.
Adrian Prantl
2013-03-14
1
-1
/
+2
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
1
-0
/
+64
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
2
-72
/
+121
*
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
2013-03-11
1
-0
/
+5
*
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
3
-0
/
+96
*
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-28
2
-1
/
+4
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
1
-2
/
+2
*
Temporarily revert r176116 for compile-time performance regression.
Adrian Prantl
2013-02-27
3
-95
/
+0
*
Reapply r176133 with testcase fixes.
Bill Wendling
2013-02-27
5
-22
/
+13
*
Ensure that DIType is regenerated after we visited an implementation that add...
Adrian Prantl
2013-02-26
3
-0
/
+95
*
Revert "Add more attributes from the command line to functions."
Anna Zaks
2013-02-25
5
-14
/
+20
*
Add more attributes from the command line to functions.
Bill Wendling
2013-02-25
5
-20
/
+14
*
Update tests so that we don't test for function-only attributes on call sites.
Bill Wendling
2013-02-22
1
-3
/
+3
*
Update to use references to attribute groups instead of listing the attribute...
Bill Wendling
2013-02-22
14
-80
/
+104
*
Patch for debug info of qualified-id types is 'id'
Fariborz Jahanian
2013-02-21
1
-0
/
+41
*
objective-C arc IR-gen. Retaining of strong
Fariborz Jahanian
2013-02-21
6
-13
/
+15
*
Modify the tests to use attribute group references instead of listing the
Bill Wendling
2013-02-20
5
-9
/
+27
*
Use the actual class visibility for the ObjC EHTYPE global,
John McCall
2013-02-19
1
-0
/
+27
*
CodeGenFunction::CurFuncDecl can be NULL; fix crash introduced in r175386.
Douglas Gregor
2013-02-18
1
-1
/
+13
*
Update test cases to account for DIBuilder type changes.
David Blaikie
2013-02-18
2
-2
/
+2
*
Test ivar-invariant.m: use a more idiomatic RUN line and tighten the test
Dmitri Gribenko
2013-02-17
1
-1
/
+4
*
[clang] fix test execution command
Saleem Abdulrasool
2013-02-17
1
-1
/
+1
*
[CodeGen] tighten objc ivar invariant.load attribution
Saleem Abdulrasool
2013-02-17
1
-0
/
+53
*
Add the 'target-cpu' and 'target-features' attributes to functions.
Bill Wendling
2013-02-15
3
-7
/
+7
*
objective-C: Fixes a compiler crash when encoding
Fariborz Jahanian
2013-02-15
1
-0
/
+18
*
Make this test determinstic for my last patch.
Fariborz Jahanian
2013-02-14
1
-18
/
+18
[next]