Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
99093638a024fc23609a323677e67bb1dc63ebe7
9909363
MI Sched: record local vreg uses.
by Andrew Trick
· 12 years ago
c7a8d3e
Remove unused field.
by Andrew Trick
· 12 years ago
d2763f6
mi-sched: Don't call MBB.size() in initSUnits. The driver already has instr count.
by Andrew Trick
· 12 years ago
f89c749
Checking commit access; added one space
by Jim Cownie
· 12 years ago
6cbb39e
[ARM] Fix another ARM FastISel -verify-machineinstrs issue.
by Joey Gouly
· 12 years ago
e307a9c
[mips][msa] Few MSA Builtins have side-effects. Added IntrNoMem to those that don't.
by Daniel Sanders
· 12 years ago
7c7b8e5
[msan] Fix handling of va_arg overflow area on x86_64.
by Evgeniy Stepanov
· 12 years ago
a0b2d33
[ARMv8] Add CodeGen for VMAXNM/VMINNM.
by Joey Gouly
· 12 years ago
5768bb8
Add function attribute 'optnone'.
by Andrea Di Biagio
· 12 years ago
a550b51
[SystemZ] Add basic prefetch support
by Richard Sandiford
· 12 years ago
35c93e4
[SystemZ] Try reversing comparisons whose first operand is in memory
by Richard Sandiford
· 12 years ago
65ddcfa
[SystemZ] Prefer LHI;ST... over LAY;MV...
by Richard Sandiford
· 12 years ago
a8a7099
Turn MipsOptimizeMathLibCalls into a target-independent scalar transform
by Richard Sandiford
· 12 years ago
287c84a
ARM: make sure ARM-mode pseudo-inst requires IsARM
by Tim Northover
· 12 years ago
c73488a
[mips][msa] Split MSA128 regset into size-specific sets containing the same registers.
by Daniel Sanders
· 12 years ago
bbe88b7
80 cols
by Alexey Samsonov
· 12 years ago
eb0c179
Make DWARFCompileUnit non-copyable
by Alexey Samsonov
· 12 years ago
1f2c399
lto/CMakeLists.txt: Cut the dep to intrinsics_gen. LTO doesn't depend on it and LTO_static doesn't depend on anything.
by NAKAMURA Takumi
· 12 years ago
b581261
Use register masks on SPARC call instructions.
by Jakob Stoklund Olesen
· 12 years ago
d93969c
Add an OtherPreserved field to the CalleeSaved TableGen class.
by Jakob Stoklund Olesen
· 12 years ago
0a248bf
[PR11606] ocaml bindings tests produce binaries in source dir
by Daniel Dunbar
· 12 years ago
7feaf76
Filecheckize some tests.
by Michael Gottesman
· 12 years ago
e0e66b9
Update StripDeadDebugInfo to use DebugInfoFinder so that it is no longer stale to the point of not working and more resilient to debug info changes.
by Michael Gottesman
· 12 years ago
58a9b43
[stack protector] Work around an issue with the BMOVPCB_CALL instruction on ARM by disabling does not return on __stack_chk_fail.
by Michael Gottesman
· 12 years ago
80075c4
Update to remove the no-frame-pointer-elim-non-leaf flag if it was set to 'false'.
by Bill Wendling
· 12 years ago
cec45be
Fix some tests. The 'false' version just omits the attribute altogether.
by Bill Wendling
· 12 years ago
062cd94
Check only if we have this attribute. If it's not an attribute, then it's assumed false.
by Bill Wendling
· 12 years ago
b4be7f6
FileCheckize some tests.
by Bill Wendling
· 12 years ago
344cfb4
R600/SI: Fix another case of illegal VGPR to SGPR copy
by Tom Stellard
· 12 years ago
054cec0
DataFlowSanitizer: Replace non-instrumented aliases of instrumented functions, and vice versa, with wrappers.
by Peter Collingbourne
· 12 years ago
4f68e9e
DataFlowSanitizer: Factor the wrapper builder out to buildWrapperFunction.
by Peter Collingbourne
· 12 years ago
f1366c5
DataFlowSanitizer: Prefix the name of each instrumented function with "dfs$".
by Peter Collingbourne
· 12 years ago
0946374
[Debug Info Tests] Update testing cases.
by Manman Ren
· 12 years ago
3aa18c2
configure: Regenerate corresponding to r189026.
by NAKAMURA Takumi
· 12 years ago
3e7f1a9
Autoconf: The Clang ARC migrator now depends on the static analyzer.
by Jordan Rose
· 12 years ago
35eab1d
[ARMv8] Add CodeGen support for VSEL.
by Joey Gouly
· 12 years ago
3f256c2
[Win32] mapped_file_region: Fix a bug in CreateFileMapping() that Size must contain Offset when Offset >= 65536.
by NAKAMURA Takumi
· 12 years ago
37693da
Whitespace.
by NAKAMURA Takumi
· 12 years ago
5f26855
Fix ARM vcvt encoding when the number of fractional bits is zero.
by Mihai Popa
· 12 years ago
474be0d
Teach the SLP vectorizer the correct way to check for consecutive access
by Chandler Carruth
· 12 years ago
bad8d4c
[ARM] Constrain some register classes in EmitAtomicBinary64 so that
by Joey Gouly
· 12 years ago
1765e74
AVX-512: Added masked SHIFT commands, more encoding tests
by Elena Demikhovsky
· 12 years ago
7ddda47
Fix ARM FastISel PIC function call.
by Logan Chien
· 12 years ago
a5bd393
Suppress MemoryBufferTest.cpp on win32 for now. Investigating.
by NAKAMURA Takumi
· 12 years ago
f73826b
Add a new helper method to Value to strip in-bounds constant offsets of
by Chandler Carruth
· 12 years ago
4efbeb2
MemoryBufferTest.cpp: Tweak offset corresponding to the case that PageSize is greater than 8000.
by NAKAMURA Takumi
· 12 years ago
378cd84
MemoryBuffer.cpp: Consider if PageSize were not 4096 in shouldUseMmap(). Follow-up to r188903.
by NAKAMURA Takumi
· 12 years ago
f6db942
Clean up the doxygen formatting of the comments on the strip* methods on
by Chandler Carruth
· 12 years ago
f7ab3a8
ARM: use TableGen patterns to select CMOV operations.
by Tim Northover
· 12 years ago
bccc6f8
ARM: respect tied 64-bit inlineasm operands when printing
by Tim Northover
· 12 years ago
021f328
[stackprotector] When finding the split point to splice off the end of a parentmbb into a successmbb, include any DBG_VALUE MI.
by Michael Gottesman
· 12 years ago
978de6b
Teach LoopVectorize about address space sizes
by Matt Arsenault
· 12 years ago
9d3c398
Remove llvm-lit from the cmake install target.
by Hans Wennborg
· 12 years ago
3c3ee1f
FileCheck-ize tests.
by Bill Wendling
· 12 years ago
e2a48fb
ARM: R9 is not safe to use for tcGPR.
by Jim Grosbach
· 12 years ago
55d4c38
Fixed typo.
by Michael Gottesman
· 12 years ago
4920bf7
Removed trailing whitespace.
by Michael Gottesman
· 12 years ago
d00968a
SelectionDAG: Make sure stores are always added to the LegalizedNodes list
by Tom Stellard
· 12 years ago
4db169d
[lit] Fix a couple lingering Py3 compat issues in ProgressBar.
by Daniel Dunbar
· 12 years ago
51a0b77
[tests] Update fma3 check to work with Py3.
by Daniel Dunbar
· 12 years ago
f72bc79
[lit] Lift XFAIL handling to core infrastructure.
by Daniel Dunbar
· 12 years ago
d3bf8a2
[lit] Allow formats to return lit.Test.Result instances directly.
by Daniel Dunbar
· 12 years ago
ccd21b2
[lit] Factor out a separate Test.Result() object.
by Daniel Dunbar
· 12 years ago
0dd41a9
[lit] Simplify --time-tests code.
by Daniel Dunbar
· 12 years ago
7b0cdf7
[lit] Extract TestFormat base class, for future use.
by Daniel Dunbar
· 12 years ago
bf9d6e5
TBAA: remove !tbaa from testing cases when they are not needed.
by Manman Ren
· 12 years ago
23dcb18
Adding a document to describe the MCJIT execution engine implementation.
by Andrew Kaylor
· 12 years ago
5464a92
R600: Remove unnecessary casts
by Tom Stellard
· 12 years ago
dfdf7f4
No functionality change.
by Yunzhong Gao
· 12 years ago
915e936
Teach BaseIndexOffset::match to identify base pointers in loops.
by Juergen Ributzka
· 12 years ago
79ef34d
ADT/Triple: Helper to determine if we are targeting the Windows CRT
by David Majnemer
· 12 years ago
296ca41
Basic unit tests for PointerUnion
by David Blaikie
· 12 years ago
dd778b2
Reorder headers according to lint.
by Bill Wendling
· 12 years ago
4a4844a
Remove use of forbidden 'iostream' header.
by Bill Wendling
· 12 years ago
52c7d8e
Teach InstCombine about address spaces
by Matt Arsenault
· 12 years ago
b2fdd9e
MC CFG: Remap enough for data too, analoguous to r188873.
by Ahmed Bougacha
· 12 years ago
2172767
Style cleanup following David's review for r188876.
by Ahmed Bougacha
· 12 years ago
a68512f
Add testcase for r188873: MCTextAtom boundaries.
by Ahmed Bougacha
· 12 years ago
d6dbd6b
[CMake] Automatically pick up subdirectories in llvm/tools as 'external projects' if they contain a 'CMakeLists.txt' file.
by Argyrios Kyrtzidis
· 12 years ago
795cfe3
Add test for bitcast array ptrs with address spaces
by Matt Arsenault
· 12 years ago
606deaf
Add enforce known alignment test with address space
by Matt Arsenault
· 12 years ago
551dac1
Use attribute helper function
by Matt Arsenault
· 12 years ago
5d7a73f
Fix typo
by Matt Arsenault
· 12 years ago
52d35c2
A minor change for an obvous problem caused by r188451:
by Hao Liu
· 12 years ago
159b6f1
Add -mcpu to two X86 tests.
by Joey Gouly
· 12 years ago
7413b54
Add basic YAML MC CFG testcase.
by Ahmed Bougacha
· 12 years ago
8fea8f2
Unix/Process.inc: Revert r72332, "Work around a page size issue on Cygwin."
by NAKAMURA Takumi
· 12 years ago
1a9f21a
Make "mov" work for all Thumb2 MOV encodings
by Mihai Popa
· 12 years ago
8ba76da
AVX-512: Added SHIFT instructions.
by Elena Demikhovsky
· 12 years ago
df40f8e
[SystemZ] Define remainig *MUL_LOHI patterns
by Richard Sandiford
· 12 years ago
f44026b
MCFunction.h: Prune \returns to fix a warning in r188881. [-Wdocumentation]
by NAKAMURA Takumi
· 12 years ago
187dedf
[mips][msa] Matheus Almeida pointed out a silly mistake in r188893. Fixed it.
by Daniel Sanders
· 12 years ago
d95865a
[SystemZ] Use FI[EDX]BRA for codegen
by Richard Sandiford
· 12 years ago
d954716
[SystemZ] Add FI[EDX]BRA
by Richard Sandiford
· 12 years ago
099e532
[mips][msa] Define registers using foreach
by Daniel Sanders
· 12 years ago
171ac8c
MC CFG: Add YAML MCModule representation to enable MC CFG testing.
by Ahmed Bougacha
· 12 years ago
f176482
MC CFG: Support disassembly at arbitrary addresses in MCObjectDisassembler.
by Ahmed Bougacha
· 12 years ago
05a8102
MC CFG: Use data structures more appropriate than std::set.
by Ahmed Bougacha
· 12 years ago
0f4a5ba
MC CFG: Add an MCObjectSymbolizer in the MCObjectDisassembler.
by Ahmed Bougacha
· 12 years ago
0e83b90
MC CFG: Add MCObjectDisassembler Mach-O implementation.
by Ahmed Bougacha
· 12 years ago
Next »