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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Driver: unify addClangRT{Linux,Windows}
Saleem Abdulrasool
2014-12-30
1
-20
/
+16
*
Don't crash on an invalid trailing return type on a function before a '...'
Nico Weber
2014-12-30
1
-5
/
+5
*
Revert "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
15
-92
/
+184
*
Fix build breakage
David Majnemer
2014-12-29
1
-1
/
+2
*
Parse: Recover more gracefully from extra :: tokens before a {
David Majnemer
2014-12-29
1
-1
/
+11
*
PR22051: Missing debug location on calls in dtor thunks in Windows.
David Blaikie
2014-12-29
1
-1
/
+1
*
Use std::find_if instead of manual loop.
David Blaikie
2014-12-29
1
-8
/
+4
*
Crash even less on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-1
/
+4
*
Fix use-after-destruction introduced in r224924.
Alexey Samsonov
2014-12-29
1
-1
/
+2
*
Driver: convert a couple more instances to range based loops
Saleem Abdulrasool
2014-12-29
1
-6
/
+4
*
Parse: Ignore '::' in 'struct :: {'
David Majnemer
2014-12-29
1
-5
/
+11
*
Driver: convert a number of loops to range based
Saleem Abdulrasool
2014-12-29
1
-33
/
+10
*
Add an assertion to verify a container is non-empty before calling 'back()'
David Blaikie
2014-12-29
1
-0
/
+1
*
Reapply "DebugInfo: Generalize debug info location handling"
David Blaikie
2014-12-29
15
-184
/
+92
*
Effectively revert r151058 which caused Clang's unwind.h to defer to
Chandler Carruth
2014-12-29
1
-2
/
+2
*
Add a missing declaration to our unwind.h implementation. This is
Chandler Carruth
2014-12-29
1
-0
/
+2
*
[multilib] Teach Clang's code about multilib by threading
Chandler Carruth
2014-12-29
2
-11
/
+19
*
Sema: Permit array l-values in asm output operands
David Majnemer
2014-12-29
1
-0
/
+3
*
Sema: Only permit permit modifiable l-values as asm output params
David Majnemer
2014-12-29
1
-14
/
+42
*
Don't crash on malformed attributes in an incorrect location.
Nico Weber
2014-12-29
1
-0
/
+10
*
Sema: Don't crash when solitary :: token appears before { in struct def
David Majnemer
2014-12-29
1
-1
/
+1
*
Sema: Forbid inconsistent constraint alternatives
David Majnemer
2014-12-29
1
-0
/
+20
*
SemaCXX: Don't crash when annotation tokens show up before the tag name
David Majnemer
2014-12-29
1
-1
/
+2
*
CodeGen: Optimize emssion of zeroinitialzied arrays
David Majnemer
2014-12-28
1
-12
/
+24
*
Don't crash on surprising tokens in default parameter template lists.
Nico Weber
2014-12-28
2
-2
/
+4
*
Sema: Variable templates cannot be static bitfield members
David Majnemer
2014-12-28
1
-1
/
+1
*
Parse: Don't crash when 'typename' shows up in an attribute
David Majnemer
2014-12-28
1
-1
/
+2
*
Sema: Permit an atomic type to be initialized by the same atomic type
David Majnemer
2014-12-28
1
-1
/
+5
*
Sema: Don't crash when an inject class name has a nested redefinition
David Majnemer
2014-12-28
2
-7
/
+9
*
Lex: Don't let annotation tokens get into macro expansion
David Majnemer
2014-12-28
1
-1
/
+2
*
Remove unneeded include of DeclCXX.h from libParse.
Nico Weber
2014-12-28
1
-1
/
+0
*
Objective-C: Serialize "more than one decl" state of ObjCMethodList.
Nico Weber
2014-12-27
3
-14
/
+34
*
[x86] Also add the missing type casts on the returns in the sha
Chandler Carruth
2014-12-27
1
-6
/
+6
*
[x86] Add missing typecast to __v4si to sha intrinsic header file.
Craig Topper
2014-12-27
1
-6
/
+6
*
Objective-C: Tweak unavailability warning.
Nico Weber
2014-12-27
1
-1
/
+1
*
[x86] Add range checking to the constant argument of cmpps/pd/ss/sd builtinas.
Craig Topper
2014-12-27
1
-4
/
+8
*
[x86] Add the (v)cmpps/pd/ss/sd builtins to match gcc. Use them in the sse in...
Craig Topper
2014-12-27
3
-50
/
+198
*
Fix formatting. NFC.
Craig Topper
2014-12-27
1
-2
/
+2
*
Address review feedback on r221933.
Nico Weber
2014-12-27
5
-95
/
+104
*
WIP
David Majnemer
2014-12-26
1
-16
/
+16
*
Initialize BackendConsumer::Context in constructor.
Yaron Keren
2014-12-25
1
-1
/
+1
*
Initialize CodeGeneratorImpl::Ctx in constructor.
Yaron Keren
2014-12-25
1
-1
/
+1
*
Add driver flags -ftrigraphs, -fno-trigraphs.
Nico Weber
2014-12-23
2
-4
/
+7
*
Debug Info: Pass the pointer size into createMemberPointerType().
Adrian Prantl
2014-12-23
1
-2
/
+3
*
This reverts commit r224668 and r224667.
Rafael Espindola
2014-12-23
2
-21
/
+21
*
Disable trigraphs in microsoft mode by default. Matches cl.exe.
Nico Weber
2014-12-22
1
-9
/
+9
*
MS ABI: Make the string mangling code more concise
David Majnemer
2014-12-22
1
-36
/
+10
*
Wrap to 80 columns. NfC.
Nico Weber
2014-12-22
1
-10
/
+11
*
Reapply "Change -save-temps to emit unoptimized bitcode files."
Bob Wilson
2014-12-21
7
-17
/
+76
*
Frontend: Fix typo in comments.
Logan Chien
2014-12-20
1
-2
/
+2
[prev]
[next]