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
*
[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
*
Remove skip and xfail decorators for target architecture.
Zachary Turner
2016-02-09
9
-25
/
+10
*
Remove skipIfHostPlatform and skipUnlessHostPlatform decorators.
Zachary Turner
2016-02-09
3
-20
/
+4
*
Remove the skipUnlessArch decorator.
Zachary Turner
2016-02-09
3
-35
/
+8
*
[asan] Fix build on Windows and PowerPC.
Evgeniy Stepanov
2016-02-09
2
-4
/
+5
*
This patch is to fix PR26529 caused by r259736.
Wei Mi
2016-02-09
2
-4
/
+35
*
[llvm-nm] Remove excessive parenthesis, noticed by David Blaikie.
Davide Italiano
2016-02-08
1
-3
/
+3
*
Revert r260012 due to __gnu_cxx::hash_map breakage
Eric Fiselier
2016-02-08
9
-558
/
+71
*
[PGO] Revert r260146 as it breaks Darwin platforms.
Rong Xu
2016-02-08
25
-147
/
+13
*
Factor out UnrollAnalyzer to Analysis, and add unit tests for it.
Michael Zolotukhin
2016-02-08
6
-239
/
+420
*
[X86][SSE1] Add MOVLHPS/MOVHLPS lowering and memory folding support
Simon Pilgrim
2016-02-08
3
-6
/
+52
*
[asan] Fix Windows build.
Evgeniy Stepanov
2016-02-08
1
-3
/
+3
*
[llvm-nm] Yet another attempt of simplifying code.
Davide Italiano
2016-02-08
1
-11
/
+5
*
[asan] Remove leftover debug print statement.
Evgeniy Stepanov
2016-02-08
1
-1
/
+0
*
[regalloc][WinEH] Do not mark intervals as not spillable if they contain a re...
Andrew Kaylor
2016-02-08
4
-2
/
+119
*
[asan] Implement SEGV read vs write detection for ARM and AArch64.
Evgeniy Stepanov
2016-02-08
6
-25
/
+84
*
llvm-cov: Fix reading gcov data that does not have function names
Justin Bogner
2016-02-08
4
-9
/
+43
*
[PGO] Cover more cases of implicitly generated C++ methods
Xinliang David Li
2016-02-08
1
-4
/
+38
*
This patch adds doxygen comments for all the intrinsincs in the header file p...
Ekaterina Romanova
2016-02-08
1
-1
/
+196
*
Make ParentMap work with explicit specializations of function templates.
Nico Weber
2016-02-08
2
-1
/
+7
*
[Concepts] Remove the IsConcept bit and associated member functions from VarDecl
Nathan Wilson
2016-02-08
2
-17
/
+8
*
cmake: Use "set" instead of "option" for LLVM_ENABLE_LTO
Justin Bogner
2016-02-08
1
-1
/
+1
*
Move includes inside guards. NFC.
Pete Cooper
2016-02-08
3
-9
/
+8
*
[WebAssembly] Update the br_if instructions' operand orders to match the spec.
Dan Gohman
2016-02-08
5
-119
/
+119
*
rangify; NFC
Sanjay Patel
2016-02-08
1
-7
/
+5
*
[PGO] Update InstrProfData.inc to sync with llvm
Rong Xu
2016-02-08
1
-1
/
+3
*
Fix typo in asan_flags.
George Burgess IV
2016-02-08
1
-1
/
+1
*
[PGO] Differentiate Clang instrumentation and IR level instrumentation profiles
Rong Xu
2016-02-08
25
-13
/
+147
*
[x86] convert masked store of one element to scalar store
Sanjay Patel
2016-02-08
2
-29
/
+161
*
cmake: Accept "thin" or "full" as arguments to -DLLVM_ENABLE_LTO
Justin Bogner
2016-02-08
2
-9
/
+16
*
[PGO] Simpflify test and increase coverage
Xinliang David Li
2016-02-08
2
-19
/
+20
*
Fix build bot failure
Xinliang David Li
2016-02-08
1
-0
/
+0
*
AMDGPU/SI: Implement a work-around for smrd corrupting vccz bit
Tom Stellard
2016-02-08
1
-1
/
+55
*
Add triple to h-registers-3.ll to make bots happy after r260133
Hans Wennborg
2016-02-08
1
-3
/
+3
*
A number of improvements to decorator conditionals.
Zachary Turner
2016-02-08
4
-28
/
+30
*
Remove expectedFailureWindows decorator.
Zachary Turner
2016-02-08
117
-193
/
+181
*
[X86] Don't zero/sign-extend i1, i8, or i16 return values to 32 bits (PR22532)
Hans Wennborg
2016-02-08
19
-66
/
+207
*
[asan] fix the Windows build (MSVC says: cannot specify explicit initializer ...
Kostya Serebryany
2016-02-08
1
-2
/
+4
[next]