projects
/
platform
/
upstream
/
llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/llvm.git
2012-11-08
Matt Beaumont-Gay
Fix a bug I found while preparing my devmtg talk: When...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
NAKAMURA Takumi
llvm/ConstantFolding.cpp: Make ReadDataFromGlobal(...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Benjamin Kramer
LiteralSupport: Don't overflow the temporary buffer...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Benjamin Kramer
LiteralSupport: Clean up style violations. No functiona...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Enrico Granata
Minor cleanups to the new ModuleList notification APIs...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Abramo Bagnara
Allow to pass from syntactic form of InitListExpr to...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Abramo Bagnara
Avoid to write function name in comment. Thanks to...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Abramo Bagnara
Readded line removed by mistake.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Alexey Samsonov
[Sanitizer] Build all sanitizer runtime libraries with...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Abramo Bagnara
Fixed converted ConstantArrayTypeLoc range. Added a...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Benjamin Kramer
Drop the limitation to IEEE floating point types from...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Abramo Bagnara
Fixed range of implicit MemberExpr.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Dmitry Vyukov
tsan: add range access functions for Go
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Alexey Samsonov
[ASan] avoid including <new> header in ASan runtime
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Dmitry Vyukov
tsan: change TSAN_OPTIONS->GORACE in build script as...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Alexey Samsonov
[Sanitizer] try to fix Windows bot - include stdlib...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Benjamin Kramer
Set TLSSupported to false on Haiku.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Dmitry Vyukov
tsan: use GORACE env for options for Go
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Amara Emerson
Recommit modified r167540.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Michael Liao
Add support of RTM from TSX extension
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Daniel Dunbar
Driver/Darwin: The -arch argument values aren't exactly...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Enrico Granata
Adding support for loading the scripting resource as...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Enrico Granata
<rdar://problem/12586350>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Meador Inge
instcombine: Migrate strspn optimizations
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Bob Wilson
Rip out a bunch of code for invoking gcc from clang.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Bob Wilson
Remove code to fall back to llvm-gcc for i386 kexts.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
David Blaikie
PR14284: crash on ext-valid returning NULL from a void...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Jason Molenda
Fix a crasher in
commit
|
commitdiff
|
tree
|
snapshot
2012-11-08
Greg Clayton
Added a posix_spawn based launchd plist for always...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Richard Smith
When deciding whether to convert an array construction...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Dmitri Gribenko
Force C89 for c-index-test.c
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eric Christopher
Fix up comment typo and 80-col.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Michael J....
[Driver] Fix -Wp,-MMD pr13959
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eric Christopher
Add a relocation visitor to lib object. This works...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Greg Clayton
<rdar://problem/12645617>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Hans Wennborg
Only do switch-to-lookup table transformation when...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Nico Weber
Reduce nesting. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Richard Trieu
When template deduction fails on a derived class, try...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Fariborz Jahanian
objective-C blocks: bring back the CharUnit patch for
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Akira Hatanaka
[mips] Custom-lower ISD::FRAME_TO_ARGS_OFFSET node.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
David Blaikie
PR12713 - crash on invalid due to unmatched parens...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Akira Hatanaka
Delete MipsFunctionInfo::NextStackOffset. No functional...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Amara Emerson
Revert r167540 until regression tests are updated.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Bill Wendling
Remove accidental commit.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Hans Wennborg
Fix bad test IR in switch_to_lookup_table.ll
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Fariborz Jahanian
objective-C modern translator. Start the line
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Amara Emerson
Improve ARM build attribute emission for architectures...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Douglas Gregor
When loading a module fails because it is out of date...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
David Blaikie
Test for source location range of new expressions fixed...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Jordan Rose
[analyzer] Check that the argument to CFMakeCollectable...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Pawel Wodnicki
fix typo PR1476
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Pawel Wodnicki
fix for PR1476
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
David Chisnall
Fix the Objective-C exception rethrow from cleanups...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Dmitry Vyukov
tsan: do not sleep at exit if there are no other threads
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Dmitry Vyukov
tsan: add flag to suppress all reports (useful for...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Dmitry Vyukov
tsan: more precise handling of finalizers
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Kostya Serebryany
[asan] fix bug 14277 (asan needs to fail with fata...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Andrew Trick
misched: Heuristics based on the machine model.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Andrew Trick
misched: handle on-the-fly regpressure queries better...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Bill Wendling
Add comment describing what's going on here.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Bill Wendling
When we're updating the subprogram scope DIE, we want...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Jordan Rose
[analyzer] Add some examples for the common REGISTER_...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Jordan Rose
[analyzer] Enhance docs for checker callbacks (esp...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eli Bendersky
Fix a broken sentence
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Jim Ingham
When we were calculating the max byte size of ONE instr...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Ted Kremenek
Add -Wmismatched-return-types flag for existing warning...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eli Bendersky
Document the -input-file option of FileCheck
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Sean Callanan
Logging improvements for the Objective-C runtime.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Ted Kremenek
Add -Wmismatched-parameter-types flag for existing...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Richard Smith
PR11851 (and duplicates): Whenever a constexpr function...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Fariborz Jahanian
modern ObjC translator. Insert line number for @synchro...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Eli Friedman
Add missing check to warning for packed attribute....
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Manuel Klimek
Create helper functions in StmtDumper for outputting...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
Chad Rosier
[arm fast-isel] Appease the machine verifier by using...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-07
David Blaikie
PR13552: Fix the end location of a CXXNewExpr.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Eli Friedman
Fix assertion failure with auto and nested initializer...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Jakub Staszak
Simplify code. No functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Douglas Gregor
Tease out the routine that reads the control block...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Eli Friedman
Put something sane in the DWARF offset field for bitfie...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Greg Clayton
<rdar://problem/12647273>
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Nadav Rotem
Make the helper functions static. No functional change.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Fariborz Jahanian
objective-C modern rewriter. Insert line numbers in
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Chad Rosier
Mark the Int_eh_sjlj_dispatchsetup pseudo instruction...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Chad Rosier
[regallocfast] Make sure the MachineRegisterInfo is...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
NAKAMURA Takumi
RewriteModernObjC.cpp: Use Lexer::Stringify() on the...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Anton Korobeynikov
Implement codegen for init_priority attribute properly...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Eli Friedman
Back out 167431+167437+167487; I didn't realize how...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
NAKAMURA Takumi
clang/lib/Driver/Tools.cpp: Fix abuse of StringRef.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Howard Hinnant
Dimitry Andric: Silence some miscellaneous warnings.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Howard Hinnant
Dimitry Andric: Silence some warnings in <locale>.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Howard Hinnant
Enable the tuple interface of pair in C++03 mode.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Howard Hinnant
Update instructions for building and using libc++ on...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Argyrios Kyrtzidis
[libclang] Add some comments about the version constant...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Nadav Rotem
CostModel: add another known vector trunc optimization.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Eli Friedman
Fix a silly mistake in r167437.
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Howard Hinnant
Provide a way to disable use of extern templates in...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
NAKAMURA Takumi
clang/test/Driver/fsanitize.c: Speculative fix to impro...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Argyrios Kyrtzidis
[c-index-test] When building with BUILD_CLANG_ONLY...
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Douglas Gregor
Remove C++11-isms I just introduced in r167482
commit
|
commitdiff
|
tree
|
snapshot
2012-11-06
Douglas Gregor
Introduce inferred framework modules into the module...
commit
|
commitdiff
|
tree
|
snapshot
next