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
Commit message (
Expand
)
Author
Age
Files
Lines
*
CodeGen: Refactor RTTI emission
David Majnemer
2014-07-07
9
-1599
/
+1560
*
Fix layering of file remapping and header search initialization
Alp Toker
2014-07-07
2
-72
/
+67
*
Add an explicit diagnostic for the case where an expression is not a constant
Richard Smith
2014-07-07
1
-2
/
+7
*
Cleanup. No functionality change intended.
Richard Smith
2014-07-07
1
-5
/
+4
*
Add an AST node for __leave statements, hook it up.
Nico Weber
2014-07-07
9
-1
/
+38
*
Sema: Check that __leave is contained in a __try block.
Nico Weber
2014-07-06
3
-1
/
+11
*
Add parser support for __leave (sema and onward still missing).
Nico Weber
2014-07-06
2
-0
/
+20
*
Update for llvm api change.
Rafael Espindola
2014-07-06
11
-36
/
+60
*
PlistSupport.h: avoid gcc 'defined but not used' warning
Alp Toker
2014-07-06
2
-4
/
+2
*
Modernize a couple of loops
Alp Toker
2014-07-06
2
-10
/
+4
*
Add support for nested blocks in Microsoft inline assembly
Ehsan Akhgari
2014-07-06
1
-17
/
+49
*
Use non-intrusive refcounting for TargetOptions
Alp Toker
2014-07-06
4
-27
/
+26
*
Use non-intrusive refcounting for LangOptions
Alp Toker
2014-07-06
1
-2
/
+2
*
Constify a read-only parameter and give function a better name
Alp Toker
2014-07-06
3
-8
/
+8
*
writeARCDiagsToPlist(): make sure all diag levels get handled
Alp Toker
2014-07-06
1
-6
/
+17
*
Use PlistSupport in a few more places
Alp Toker
2014-07-06
2
-50
/
+37
*
clang-cl: /showIncludes output should go to stdout, not stderr. Fixes PR20217.
Nico Weber
2014-07-06
1
-1
/
+1
*
Remove leftovers of '-arcmt-modify-in-memory' from r133315
Alp Toker
2014-07-05
1
-16
/
+0
*
CodeGen: add support for a few MSVC ARM intrinsics
Saleem Abdulrasool
2014-07-05
1
-4
/
+15
*
Track IntrusiveRefCntPtr::get() changes from LLVM r212366
Alp Toker
2014-07-05
16
-40
/
+40
*
CodeGen: add support for MSBuiltin aliases
Saleem Abdulrasool
2014-07-04
1
-1
/
+7
*
[Driver][Mips] Support one more MIPS CPU name - octeon.
Simon Atanasyan
2014-07-04
2
-2
/
+7
*
[Driver][Mips] Support more MIPS CPU names: mips1 - mips5.
Simon Atanasyan
2014-07-04
1
-0
/
+5
*
Make a small crash preventing change.
Fariborz Jahanian
2014-07-03
1
-2
/
+2
*
[ARM] Implement ISB memory barrier intrinsic
Yi Kong
2014-07-03
1
-3
/
+4
*
Add the __qdbl intrinsic to the arm_acle.h header
Renato Golin
2014-07-03
1
-0
/
+5
*
Move the calling of emitTargetMD() later.
Robert Lytton
2014-07-03
2
-6
/
+15
*
refactor for-loop as range-loop before making changes.
Robert Lytton
2014-07-03
1
-10
/
+6
*
ARMEB: Fix function result return for composite types
Christian Pirker
2014-07-03
1
-0
/
+4
*
[Driver][Mips] Check MIPS CPU name provided to the Clang driver.
Simon Atanasyan
2014-07-03
1
-1
/
+10
*
MS ABI: Get linkage of RTTI data correct
David Majnemer
2014-07-03
1
-2
/
+17
*
ARM: rename ARM builtins to use __builtin_arm prefix
Saleem Abdulrasool
2014-07-03
1
-5
/
+5
*
Address review feedback for r212238.
Nico Weber
2014-07-03
1
-2
/
+1
*
Enable clang to continue to parse libstdc++4.6 and stlport after r210091.
Nico Weber
2014-07-02
1
-2
/
+53
*
Fix linkage bug that miscompiled variable templates instantiated from similar...
Larisse Voufo
2014-07-02
1
-0
/
+64
*
CodeGen: make target builtins support languages
Saleem Abdulrasool
2014-07-02
3
-1
/
+7
*
ARCMigrate: simplify diagnostic handling
Alp Toker
2014-07-02
2
-14
/
+4
*
[ASan] Print exact source location of global variables in error reports.
Alexey Samsonov
2014-07-02
3
-10
/
+53
*
Added standard macro guard. In case __GNUC_VA_LIST was not
Yaron Keren
2014-07-02
1
-0
/
+2
*
[Driver][Mips] If ABI name is not provided deduce it from the target triple
Simon Atanasyan
2014-07-02
1
-10
/
+10
*
ARM: add support for v8 ldaex/stlex builtins.
Tim Northover
2014-07-02
2
-20
/
+58
*
Make FunctionDecl::getReturnTypeSourceRange() support non-builtin types
Alp Toker
2014-07-02
2
-17
/
+15
*
X86: inline all atomic operations up to 128-bits.
Tim Northover
2014-07-02
1
-3
/
+1
*
Don't accept qualified 'int' main return types in C++ or standard C mode
Alp Toker
2014-07-02
1
-22
/
+27
*
[OPENMP, C++11] Improve code of InitVLACaptures function.
Alexey Bataev
2014-07-02
1
-5
/
+8
*
Prevent Clang from crashing on template code.
Richard Trieu
2014-07-02
1
-1
/
+8
*
[OPENMP] Fixed error message reporting for nesting of regions
Alexey Bataev
2014-07-02
1
-2
/
+2
*
Introduce a FunctionDecl::getReturnTypeSourceRange() utility
Alp Toker
2014-07-02
3
-50
/
+60
*
CodeGen: Add some comments describing VFTable CG
David Majnemer
2014-07-01
1
-0
/
+20
*
Driver: Handle /GR- in a compatible way with MSVC
David Majnemer
2014-07-01
6
-20
/
+15
[next]