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
*
Sort all the #include lines with LLVM's utils/sort_includes.py which
Chandler Carruth
2014-01-07
55
-75
/
+66
*
For areVectorOperandsLaxBitCastable(), only return false if both opearands ar...
Argyrios Kyrtzidis
2014-01-07
1
-14
/
+18
*
Fix a -Wparentheses warning from GCC that caught a badly formed assert.
Chandler Carruth
2014-01-07
1
-1
/
+1
*
CodeGen: Include llvm/Config/config.h for strtoll on Windows
Justin Bogner
2014-01-07
1
-0
/
+1
*
update comment.
Adrian Prantl
2014-01-07
1
-1
/
+1
*
Bring back magic constants in the digraph diagnostic
Alp Toker
2014-01-07
2
-5
/
+18
*
Implement a new -fstandalone-debug option. rdar://problem/15685848
Adrian Prantl
2014-01-07
3
-16
/
+22
*
ObjectiveC. Computation of offsets when doing @encode type encoding
Fariborz Jahanian
2014-01-07
1
-1
/
+12
*
CodeGen: Sentences end with a period
Justin Bogner
2014-01-07
3
-4
/
+4
*
Properly sort CMake list. NFC.
Ted Kremenek
2014-01-06
1
-6
/
+6
*
CodeGen: Initial instrumentation based PGO implementation
Justin Bogner
2014-01-06
16
-59
/
+1066
*
Driver: Accept -fprofile-instr-use and -fprofile-instr-generate
Justin Bogner
2014-01-06
3
-0
/
+18
*
Prospective MSVC 2010 build fix
Alp Toker
2014-01-06
1
-3
/
+3
*
Simplify diagnostic tag type using the token kind formatter
Alp Toker
2014-01-06
1
-7
/
+2
*
Don't use magic constants in the digraph diagnostic
Alp Toker
2014-01-06
1
-16
/
+3
*
Support diagnostic formatting of keyword tokens
Alp Toker
2014-01-06
2
-7
/
+21
*
Rename getTokenSimpleSpelling() to getPunctuatorSpelling()
Alp Toker
2014-01-06
3
-4
/
+4
*
Highlight the previous underlying enum type when diagnosing a mismatch
Alp Toker
2014-01-06
2
-1
/
+9
*
Diagnose enum redeclarations properly
Alp Toker
2014-01-06
1
-3
/
+3
*
Use token kind instead of '%select{.|->}0' in diagnostic
Alp Toker
2014-01-06
1
-2
/
+2
*
Apply some LLVM_READONLY / LLVM_READNONE on diagnostic functions
Alp Toker
2014-01-06
1
-3
/
+5
*
[OpenCL] Produce an error if an address space is used on the return
Joey Gouly
2014-01-06
1
-0
/
+13
*
clang-format: Spacing inside enum braces.
Daniel Jasper
2014-01-05
1
-1
/
+3
*
clang-format: Allow formatting short enums on a single line.
Daniel Jasper
2014-01-05
2
-7
/
+12
*
Fix 'declartion' typos
Alp Toker
2014-01-05
1
-2
/
+2
*
Pre-declare '::type_info' in MicrosoftMode only, not MicrosoftExt
Alp Toker
2014-01-05
1
-1
/
+1
*
Tweak the parse recovery in r198540
Alp Toker
2014-01-05
1
-3
/
+8
*
Fix bungled parse recovery in K&R function declarations
Alp Toker
2014-01-05
1
-6
/
+3
*
Parse: Token consumption modernization and loop de-nesting
Alp Toker
2014-01-05
5
-59
/
+51
*
Move MS predefined type_info out of InitializePredefinedMacros
Alp Toker
2014-01-04
2
-1
/
+7
*
Only mark dump() function definitions 'used' in debug builds
Alp Toker
2014-01-04
9
-42
/
+27
*
[analyzer] Remove IdempotentOperations checker.
Ted Kremenek
2014-01-04
3
-741
/
+0
*
[Sema] When checking if a bitcast is appropriate between vector types, take into
Argyrios Kyrtzidis
2014-01-04
1
-2
/
+37
*
Ignore qualified templated functions for -Winfinite-recursion. This treats
Richard Trieu
2014-01-04
1
-0
/
+12
*
[ms-cxxabi] Improve vbtable name mangling accuracy
Reid Kleckner
2014-01-03
2
-173
/
+121
*
Debug info: Ensure that the last stop point in a function is still within
Adrian Prantl
2014-01-03
5
-8
/
+16
*
Refactored Builtin::Context::isPrintfLike and isScanfLike into a helper funct...
Aaron Ballman
2014-01-03
1
-28
/
+23
*
Fix 80 col violation.
Argyrios Kyrtzidis
2014-01-03
1
-1
/
+2
*
Pass the decl directly to the diagnostic, no need to call getDeclName().
Argyrios Kyrtzidis
2014-01-03
1
-1
/
+1
*
Fixing a FIXME; the RetTy template parameter is always bool in practice, and ...
Aaron Ballman
2014-01-03
1
-48
/
+47
*
Update for llvm's DataLayout including mangling information.
Rafael Espindola
2014-01-03
1
-38
/
+57
*
Removed one of the string versions of getQualifiedNameAsString, and switched ...
Aaron Ballman
2014-01-03
2
-23
/
+34
*
[objc] Refactor and improve functionality for the -Wunused-property-ivar warn...
Argyrios Kyrtzidis
2014-01-03
9
-54
/
+83
*
Reformat the description strings. No functionality change.
Rafael Espindola
2014-01-03
1
-81
/
+33
*
Fixed a FIXME; created a print method for Selectors that accepts a raw_ostrea...
Aaron Ballman
2014-01-03
12
-29
/
+49
*
Make clang::ento::CreateAnalysisConsumer a part of a public interface of the ...
Alexander Kornienko
2014-01-03
3
-45
/
+2
*
Simplifying the mutual exclusion check now that the diagnostics engine knows ...
Aaron Ballman
2014-01-03
1
-12
/
+7
*
Using the proper helper function instead of manually doing this work. No func...
Aaron Ballman
2014-01-03
1
-2
/
+2
*
Removing some more unnecessary manual quotes from diagnostics.
Aaron Ballman
2014-01-03
1
-1
/
+1
*
Removing an unneeded typecast. getScopeRep() already returns a NestedNameSpec...
Aaron Ballman
2014-01-03
1
-1
/
+1
[next]