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
*
[ms-cxxabi] Implement member data pointers for non-dynamic classes
Reid Kleckner
2013-03-22
3
-10
/
+130
*
[cxxabi] Get ptrdiff_t from the CodeGenModule instead of caching it
Reid Kleckner
2013-03-22
1
-32
/
+16
*
OpenMP threadprivate directive parsing and semantic analysis
Alexey Bataev
2013-03-22
1
-0
/
+1
*
ubsan: Pass floating-point arguments to the runtime by value if they fit the
Richard Smith
2013-03-22
1
-1
/
+10
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-20
7
-12
/
+64
*
The flag "-coverage-function-names-in-data" is actually backwards -- we do
Nick Lewycky
2013-03-20
1
-2
/
+1
*
Make clang emit linkage names in debug info for subprograms when coverage info
Nick Lewycky
2013-03-20
2
-3
/
+9
*
Don't try to set attributes in alias, they have none.
Rafael Espindola
2013-03-19
1
-1
/
+3
*
Revert r177329.
Rafael Espindola
2013-03-19
1
-2
/
+1
*
PR15383: When -fsanitize=float-cast-overflow checks a float-to-int conversion,
Richard Smith
2013-03-19
1
-8
/
+24
*
This code works around what appears to be a bug in another part of clang.
Reed Kotler
2013-03-18
1
-1
/
+2
*
revert r177211 due to its potential issues
Manman Ren
2013-03-16
7
-49
/
+12
*
Exploit this-return of a callsite in a this-return function.
Manman Ren
2013-03-16
7
-12
/
+49
*
Force column info only for direct inlined functions. This should strike
Adrian Prantl
2013-03-15
1
-3
/
+5
*
Always declare the .block_descriptor parameter, not just the local copy.
Adrian Prantl
2013-03-14
1
-9
/
+10
*
Allocate stack storage for .block_descriptor and captured self at -O0.
Adrian Prantl
2013-03-14
4
-16
/
+47
*
Update GCOVProfiling pass creation for API change in r177002. No functionalit...
Nick Lewycky
2013-03-14
1
-7
/
+12
*
Have these attriubtes set to 'true' or 'false'.
Bill Wendling
2013-03-13
1
-52
/
+16
*
Cause the mips16/nomips16 attribute to be passed to LLVM from Clang
Reed Kotler
2013-03-13
1
-4
/
+10
*
Remove trailing comma in enum list.
John McCall
2013-03-13
1
-1
/
+1
*
Tighten up the rules for precise lifetime and document
John McCall
2013-03-13
8
-27
/
+59
*
Force column info to be generated for call expressions so we can
Adrian Prantl
2013-03-12
3
-15
/
+24
*
Improve the caching of debuginfo Objective C interface types.
Adrian Prantl
2013-03-11
2
-27
/
+63
*
Fix indirect byval passing of records in address spaced memory. Allocate memo...
Guy Benyei
2013-03-10
1
-2
/
+8
*
Make helper function static.
Benjamin Kramer
2013-03-09
1
-2
/
+2
*
ArrayRef-ize ASTContext::getFunctionType and Sema::BuildFunctionType.
Jordan Rose
2013-03-08
1
-6
/
+3
*
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-08
2
-0
/
+20
*
Promote atomic type sizes up to a power of two, capped by
John McCall
2013-03-07
9
-38
/
+718
*
Move the atomics code into its own file.
John McCall
2013-03-07
3
-463
/
+486
*
Change hasAggregateLLVMType, which conflates complex and
John McCall
2013-03-07
19
-322
/
+425
*
Evaluate compound literals directly into the result aggregate
John McCall
2013-03-07
1
-4
/
+2
*
Remove temporary std::vectors that ca be replaced with ArrayRef's magic.
Benjamin Kramer
2013-03-07
1
-11
/
+7
*
Fix build with clang, this was supposed to be part of r176617.
Nick Lewycky
2013-03-07
1
-3
/
+3
*
Ensure that DIType is regenerated after we visit an implementation
Adrian Prantl
2013-03-06
2
-6
/
+68
*
[Sanitize] Don't emit function attribute sanitize_address/thread/memory if th...
Alexey Samsonov
2013-03-06
1
-10
/
+14
*
Use ASTContext::getDeclAlign(<Field Decl>) to get the alignment of the first
Lang Hames
2013-03-05
1
-3
/
+1
*
Don't emit calls to virtual [[noreturn]] functions as noreturn; overrides of a
Richard Smith
2013-03-05
1
-1
/
+4
*
Silence a number of static analyzer warnings with assertions and such.
Jordan Rose
2013-03-05
1
-0
/
+2
*
Fix the emission of the copy-initialization of a block capture
John McCall
2013-03-04
1
-2
/
+10
*
Improve C11 atomics support:
David Chisnall
2013-03-03
1
-7
/
+89
*
LLVM API changes.
Peter Collingbourne
2013-03-02
1
-2
/
+1
*
Restore order to placate test. I had no real reason to switch them.
John McCall
2013-03-01
1
-1
/
+1
*
Re-use bit from superclass and extract stuff into a local
John McCall
2013-03-01
1
-9
/
+10
*
Add more of the command line options as attribute flags.
Bill Wendling
2013-02-28
1
-0
/
+60
*
Use the actual ABI-determined C calling convention for runtime
John McCall
2013-02-28
21
-336
/
+470
*
Improve property metadata generation with the GNUstep runtime.
David Chisnall
2013-02-28
1
-18
/
+42
*
Better support for constructors with -cxx-abi microsoft, partly fixes PR12784
Timur Iskhodzhanov
2013-02-27
8
-50
/
+200
*
Update clang for LLVM API change. No functionality change.
Nick Lewycky
2013-02-27
1
-1
/
+2
*
Use the correct alignment for POD-member memcpys where the first field is a
Lang Hames
2013-02-27
1
-7
/
+10
*
Rename methods to comply with the LLVM Coding Standards.
Rafael Espindola
2013-02-27
1
-7
/
+7
[next]