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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[sanitizer_common] Correct the nits that should have been committed as part o...
Daniel Sanders
2016-02-09
3
-3
/
+2
*
[AArch64] Rename variable to improve readability. NFC.
Chad Rosier
2016-02-09
1
-5
/
+5
*
[sanitizer_common] Add suffix to lit testsuite name to distinguish subtargets.
Daniel Sanders
2016-02-09
3
-1
/
+3
*
[AArch64] Remove stale comment.
Chad Rosier
2016-02-09
1
-3
/
+0
*
[clang-tidy] Add -target in misc-misplaced-widening-cast test so it will work...
Daniel Marjamaki
2016-02-09
1
-1
/
+1
*
Use the plt entry as the address of some symbols.
Rafael Espindola
2016-02-09
9
-49
/
+83
*
[clang-tidy] Add 'misc-misplaced-widening-cast' check.
Daniel Marjamaki
2016-02-09
7
-0
/
+251
*
Registering the gnuNullExpr AST matcher as a dynamic matcher so that it is av...
Aaron Ballman
2016-02-09
1
-0
/
+1
*
Fix comment for MD5Hash.
Teresa Johnson
2016-02-09
1
-1
/
+1
*
[OPENMP] Fix test incompatibility with arm buildbots.
Alexey Bataev
2016-02-09
1
-2
/
+3
*
Fix possible OOB access found by buildbot
Alexey Bataev
2016-02-09
1
-7
/
+8
*
Add AST matcher reference to documentation directory when building HTML docs.
Manuel Klimek
2016-02-09
1
-0
/
+2
*
[clang-tidy] Make readability-container-size-empty work with inline namespace...
Gabor Horvath
2016-02-09
2
-20
/
+38
*
Fix a typo in an xfail decorator in TestExprsChar
Tamas Berghammer
2016-02-09
1
-1
/
+1
*
[OPENMP] Allow to use the variable in the same 'threadprivate'
Alexey Bataev
2016-02-09
1
-3
/
+0
*
Do not mark variable as threadprivate if it was marked already.
Alexey Bataev
2016-02-09
1
-0
/
+3
*
[OPENMP] Allow to reference threadprivate variable in same directive.
Alexey Bataev
2016-02-09
2
-3
/
+9
*
[clang-tidy] Replace a custom ASTMatcher with a built-in one.
Gabor Horvath
2016-02-09
1
-4
/
+2
*
Fixed preprocessed output of the first token for pragmas.
Alexey Bataev
2016-02-09
2
-0
/
+15
*
[X86][AVX2] Fix SIGN_EXTEND vector handling on AVX2 targets.
Simon Pilgrim
2016-02-09
3
-20
/
+24
*
lld/test/mach-o/dependency_info.yaml: Forgot to remove XFAIL:win32.
NAKAMURA Takumi
2016-02-09
1
-5
/
+0
*
lld/test/mach-o/dependency_info.yaml: Tweak for dos path.
NAKAMURA Takumi
2016-02-09
1
-3
/
+3
*
check-lld: Introduce %python.
NAKAMURA Takumi
2016-02-09
2
-1
/
+4
*
Introduce the feature 'demangler' in check-lld. Mark lld/test/old-elf/X86_64/...
NAKAMURA Takumi
2016-02-09
2
-2
/
+6
*
Disable lld/test/old-elf/group-cmd-search.test on win32. "XFAIL:win32" was in...
NAKAMURA Takumi
2016-02-09
1
-1
/
+1
*
[GCC] GOMP_task: Change argument type of if_cond from int to bool
Jonas Hahnfeld
2016-02-09
1
-1
/
+1
*
[CMake] Updating caches README with explanations of useful cache files.
Chris Bieneman
2016-02-09
1
-8
/
+64
*
Minor updates to failing tests. NFC
Marshall Clow
2016-02-09
2
-2
/
+10
*
[CMake] Providing a CMake cache for 3-stage builds
Chris Bieneman
2016-02-09
1
-0
/
+34
*
Add comments to some tests
Xinliang David Li
2016-02-09
1
-0
/
+4
*
Fix an issue where pressing CTRL+C in the interactive script interpreter caus...
Enrico Granata
2016-02-09
1
-1
/
+1
*
Further reduce test overhead
Xinliang David Li
2016-02-09
1
-8
/
+4
*
Refactor PGO function naming and MD5 hashing support out of ProfileData
Teresa Johnson
2016-02-09
5
-31
/
+47
*
Use std::forward to make ErrorOr<T> constructible from a value that has a use...
Nick Lewycky
2016-02-09
2
-17
/
+47
*
Use the reserved spellings for attributes
Saleem Abdulrasool
2016-02-09
1
-1
/
+1
*
Avoid forcing emission of delayed dllexported classes on template instantiation
Reid Kleckner
2016-02-09
2
-0
/
+21
*
[GMR/OperandBundles] Teach getModRefBehavior about operand bundles
Sanjoy Das
2016-02-09
2
-7
/
+35
*
[TestExprsChar] Fix a typo is failure archs list
Siva Chandra
2016-02-09
1
-1
/
+1
*
Add cmdline options for LC_DATA_IN_CODE load command.
Pete Cooper
2016-02-09
7
-7
/
+111
*
Remove TrailingObjects::operator delete. It's still suffering from
Richard Smith
2016-02-09
3
-8
/
+4
*
Remove 'llvm::TrailingObjects::operator delete', clang side.
Richard Smith
2016-02-09
1
-1
/
+1
*
Generate LC_FUNCTION_STARTS load command.
Pete Cooper
2016-02-09
8
-43
/
+238
*
Fix the LLVM_ENABLE_MODULES build after adding TargetOpcodes.def in r259726.
David L Kreitzer
2016-02-09
1
-0
/
+3
*
We should never dead strip mach header symbols.
Pete Cooper
2016-02-09
2
-7
/
+8
*
Reorder enum entry as its used for atom sorting.
Pete Cooper
2016-02-09
2
-1
/
+2
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
6
-0
/
+32
*
Remove SCEVAAWrapperPass from createLegacyPMAAResults; NFC
Sanjoy Das
2016-02-09
1
-2
/
+0
*
Fix undefined behavior when compiling in C++14 due to sized operator delete
Richard Smith
2016-02-09
2
-9
/
+20
*
Re-commit r259942 (reverted in r260053) with a different workaround for the M...
Richard Smith
2016-02-09
3
-1
/
+11
*
Simplify some expressions involving unique_ptr and ErrorOr
David Blaikie
2016-02-09
1
-42
/
+42
[next]