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
*
Expose isXxxConstant() functions from SelectionDAGNodes.h (NFC)
Artyom Skrobov
2015-11-25
9
-199
/
+122
*
[WebAssembly] Use a physical register to describe ARGUMENT liveness.
Dan Gohman
2015-11-25
11
-39
/
+67
*
Stop using SFINAE to detect whether a derived-class override of Traverse* can
Richard Smith
2015-11-25
1
-11
/
+11
*
[CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as ...
Chris Bieneman
2015-11-25
1
-2
/
+9
*
Fix problem with Clang-tidy parallel configure build.
Eugene Zelenko
2015-11-25
1
-2
/
+2
*
[PGO] Regroup functions in better order (NFC)
Xinliang David Li
2015-11-25
1
-93
/
+96
*
[WebAssembly] Clean up several FIXME comments.
Dan Gohman
2015-11-25
6
-10
/
+12
*
Be *stupider* about what constitutes a supported language binding.
Zachary Turner
2015-11-25
2
-29
/
+2
*
[WebAssembly] Make several tests more strict.
Dan Gohman
2015-11-25
7
-51
/
+51
*
[WebAssembly] Support for register stackifying with load and store instructions.
Dan Gohman
2015-11-25
18
-77
/
+439
*
[WebAssembly] Codegen support for ISD::ExternalSymbol
Dan Gohman
2015-11-25
5
-2
/
+38
*
[clang-tidy] Fix a typo in my latest commit.
Alexander Kornienko
2015-11-25
1
-2
/
+2
*
[WebAssembly] Add 'final' to some classes. NFC.
Dan Gohman
2015-11-25
2
-2
/
+2
*
Enable TestMiBreak on Linux
Pavel Labath
2015-11-25
1
-1
/
+0
*
[WebAssembly] Whitespace consistency. NFC.
Dan Gohman
2015-11-25
2
-2
/
+0
*
[clang-tidy] Const std::move() argument ClangTidy check
Alexander Kornienko
2015-11-25
5
-0
/
+179
*
fix typo; NFC
Sanjay Patel
2015-11-25
1
-1
/
+1
*
[sanitizer] Fix a crash with DlAddrSymbolizer and unnamed symbols
Kuba Brecka
2015-11-25
1
-1
/
+1
*
[MSVC] 'property' with an empty array in array subscript expression.
Alexey Bataev
2015-11-25
21
-113
/
+469
*
[clang-tidy] code cleanup using isAssignmentOp()
Daniel Marjamaki
2015-11-25
1
-5
/
+1
*
[ELF] - R_386_COPY relocation implemented (x86)
George Rimar
2015-11-25
2
-0
/
+72
*
[PowerPC] Don't generate mfocrf on the e500mc
Hal Finkel
2015-11-25
2
-1
/
+31
*
[X86] Support for C calling convention only for MCU target.
Alexey Bataev
2015-11-25
2
-10
/
+76
*
Accept any stack offset, including none, here.
Eric Christopher
2015-11-25
1
-1
/
+1
*
Fix some places where we were assuming that memory type had been legalized
Eric Christopher
2015-11-25
4
-10
/
+56
*
[X86][AVX] Regenerate Splat OptSize tests
Simon Pilgrim
2015-11-25
1
-66
/
+116
*
AVX-512: Fixed a bug in VPERMT2* intrinsic.
Elena Demikhovsky
2015-11-25
4
-1010
/
+2482
*
[asan] Fix the atos-symbolizer-dyld-root-path.cc test case
Kuba Brecka
2015-11-25
1
-4
/
+5
*
[PGO] Convert InstrProfRecord based serialization methods to use common C met...
Xinliang David Li
2015-11-25
2
-48
/
+109
*
[PGO] convert a subset of C++ interfaces into C (for sharing) (NFC)
Xinliang David Li
2015-11-25
2
-45
/
+36
*
Move member functions closer to others of the same class (NFC)
Xinliang David Li
2015-11-25
1
-14
/
+16
*
AsmParser: Make the code for parsing unnamed aliases more closely resemble th...
Peter Collingbourne
2015-11-25
3
-21
/
+30
*
Fix typo that was being SFINAE'd away (and apparently GCC 4.7.2 rejects-valid...
Richard Smith
2015-11-25
1
-2
/
+2
*
Follow-up to r254049; remove function I missed in the revert.
Hans Wennborg
2015-11-25
1
-9
/
+0
*
Add missing documentation. (NFC)
Xinliang David Li
2015-11-25
1
-3
/
+22
*
Silence a -Wmissing-braces warning in the tests; mbstate_t is defined differe...
Marshall Clow
2015-11-25
1
-0
/
+8
*
Revert r254031: "ELF2: LinkerScript: lookup absolute paths under sysroot"
Hans Wennborg
2015-11-25
2
-18
/
+3
*
Doxygen: Use mathjax to create formulas.
Matthias Braun
2015-11-25
1
-1
/
+1
*
[OperandBundles] Extract duplicated code into a helper function, NFC
Sanjoy Das
2015-11-25
4
-10
/
+24
*
[InstCombine] Don't drop operand bundles
Sanjoy Das
2015-11-25
3
-3
/
+33
*
Fix function naming (NFC)
Xinliang David Li
2015-11-25
1
-2
/
+2
*
Revert r253528: "[X86] Enable shrink-wrapping by default."
Hans Wennborg
2015-11-25
3
-11
/
+6
*
Fix an asan error where NumElements > 32 for at least one case in
Kaelyn Takata
2015-11-25
1
-2
/
+3
*
Revert r254021
Rong Xu
2015-11-24
18
-355
/
+0
*
Teach RAV to pass its DataRecursionQueue to derived classes if they ask for it,
Richard Smith
2015-11-24
2
-27
/
+30
*
[PGO] Revert revision r254021,r254028,r254035
Rong Xu
2015-11-24
21
-1479
/
+2
*
ELF: Omit PT_GNU_STACK segment if -z execstack is provided.
Rui Ueyama
2015-11-24
2
-43
/
+28
*
[PGO] Add mapper callback to interfaces retrieving value data for site (NFC)
Xinliang David Li
2015-11-24
2
-19
/
+28
*
Another hack to fix the build bot.
Zachary Turner
2015-11-24
1
-1
/
+1
*
[ThinLTO] Add option to limit importing based on instruction count
Teresa Johnson
2015-11-24
2
-4
/
+21
[next]