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
/
CodeGenModule.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-12-04
1
-12
/
+12
*
Fix PR14474: don't emit debug info for interface types in -gline-tables-only ...
Alexey Samsonov
2012-12-03
1
-3
/
+3
*
Update method calls to the new interface re r168354.
Bill Wendling
2012-11-20
1
-2
/
+2
*
Rename LangOptions members for address sanitizer and thread sanitizer from
Richard Smith
2012-11-05
1
-3
/
+3
*
Update the front end to use minsize attribute
Quentin Colombet
2012-11-01
1
-0
/
+3
*
Revert commit r166946
Quentin Colombet
2012-10-29
1
-3
/
+0
*
Make forcesizeopt attribute available to the end user
Quentin Colombet
2012-10-29
1
-0
/
+3
*
Add comment for my patch in r166809.
Fariborz Jahanian
2012-10-26
1
-0
/
+2
*
objective-C IRGen: for @implementation nested in
Fariborz Jahanian
2012-10-26
1
-1
/
+8
*
Remove the HiddenWeakTemplateVTables CodeGen option. It's currently unused.
Douglas Gregor
2012-10-24
1
-3
/
+1
*
Switch CodeGenOptions over to a .def file, like we do with LangOptions.
Douglas Gregor
2012-10-23
1
-3
/
+3
*
Set a special flag in class metadata when an Objective-C class
John McCall
2012-10-17
1
-2
/
+2
*
"'Might as well make it static const.' -- John McCall" -- Michael Scott
Nico Weber
2012-10-17
1
-1
/
+1
*
When using a symbol with attribute weakref, search for it first and
Joerg Sonnenberger
2012-10-16
1
-5
/
+8
*
Use enum values instead of magic numbers for indexing into the attribute list.
Bill Wendling
2012-10-15
1
-3
/
+7
*
Attributes Rewrite
Bill Wendling
2012-10-15
1
-1
/
+2
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-3
/
+5
*
Simplify. Suggestion by Sean Silva.
Nico Weber
2012-10-13
1
-11
/
+3
*
Add codegen support for __uuidof().
Nico Weber
2012-10-11
1
-1
/
+81
*
Rename ObjCMethodDecl::isSynthesized to isPropertyAccessor.
Jordan Rose
2012-10-10
1
-3
/
+3
*
Have 'addFnAttr' take the attribute enum value. Then have it build the attrib...
Bill Wendling
2012-10-10
1
-11
/
+11
*
We use the enums to query whether an Attributes object has that attribute. The
Bill Wendling
2012-10-09
1
-1
/
+1
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-5
/
+5
*
Propagate calling convention for aliases and weakrefs.
Alex Rosenberg
2012-10-05
1
-2
/
+3
*
PR13941: Mark all virtual functions as unnamed_addr. It's not possible to
Richard Smith
2012-09-28
1
-0
/
+4
*
Add basic support for adding !tbaa.struct metadata on llvm.memcpy calls for
Dan Gohman
2012-09-28
1
-0
/
+6
*
Update to new function attribute querying syntax.
Bill Wendling
2012-09-26
1
-1
/
+1
*
Dont cast away const needlessly. Found by gcc48 -Wcast-qual.
Roman Divacky
2012-09-06
1
-1
/
+1
*
Push ArrayRef through the Expr hierarchy.
Benjamin Kramer
2012-08-24
1
-4
/
+4
*
Reduce duplicated hash map lookups.
Benjamin Kramer
2012-08-22
1
-6
/
+2
*
[asan] If we are compiling with ASan, add metadata indicating dynamically ini...
Kostya Serebryany
2012-08-21
1
-0
/
+12
*
Decrementing std::string::end is not portable, use array access instead.
Joerg Sonnenberger
2012-08-10
1
-1
/
+1
*
Remove HasSynthBitfield and all callers/writers/etc. Also remove
Eric Christopher
2012-07-19
1
-9
/
+1
*
Add the ObjFW runtime. Patch by Jonathan Schleifer!
John McCall
2012-07-12
1
-0
/
+1
*
Rename the GCC Objective-C runtime to gcc from gnu-fragile and the GNUstep
David Chisnall
2012-07-03
1
-3
/
+3
*
When we're looking for redeclarations which might provide a definition in Cod...
Eli Friedman
2012-07-02
1
-0
/
+1
*
Add -ftls-model command-line flag.
Hans Wennborg
2012-06-28
1
-7
/
+41
*
block literal irgen: several improvements on naming block
Fariborz Jahanian
2012-06-26
1
-3
/
+7
*
IRGen: Factor v-table generation into the CGCXXABI object.
Charles Davis
2012-06-23
1
-2
/
+2
*
Support the tls_model attribute (PR9788)
Hans Wennborg
2012-06-23
1
-1
/
+7
*
Restructure how the driver communicates information about the
John McCall
2012-06-20
1
-6
/
+17
*
[MSExtensions] Add support for __forceinline.
Michael J. Spencer
2012-06-18
1
-2
/
+2
*
PR13064: Store whether an in-class initializer uses direct or copy
Richard Smith
2012-06-10
1
-2
/
+2
*
Revert Decl's iterators back to pointer value_type rather than reference valu...
David Blaikie
2012-06-06
1
-1
/
+1
*
adjust to mainline llvm API change.
Chris Lattner
2012-05-28
1
-4
/
+2
*
CUDA: add CodeGen support for global variable address spaces.
Peter Collingbourne
2012-05-20
1
-3
/
+21
*
Add support for __attribute__((hot)) and __attribute__((cold)).
Benjamin Kramer
2012-05-12
1
-0
/
+4
*
This patch adds a new Clang compiler flag "-gline-tables-only".
Alexey Samsonov
2012-05-04
1
-1
/
+2
*
Remove the ref/value inconsistency in filter_decl_iterator.
David Blaikie
2012-04-30
1
-1
/
+1
*
Use enum to set debug info size generated by Clang
Alexey Samsonov
2012-04-27
1
-1
/
+2
[next]