Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
e5f1c6d3dae658cbdd19bf3ab5eea0573c95a531
e5f1c6d
Disable an MCJIT test on older Darwins until we have a better interface.
by Andrew Trick
· 12 years ago
2e4ab2a
Fix unused variable
by Matt Arsenault
· 12 years ago
bc247e4
R600/SI - Add new CI arithmetic instructions.
by Matt Arsenault
· 12 years ago
3f9f4bc
R600: Make check clearer.
by Matt Arsenault
· 12 years ago
e87a1a9
Fix DOT4 missing from getTargetOpcodeName
by Matt Arsenault
· 12 years ago
3246123
Add missing const
by Matt Arsenault
· 12 years ago
71e23f0
Trivial code simplification
by Matt Arsenault
· 12 years ago
68085c7
SLPVectorizer: Try vectorizing 'splat' stores
by Arnold Schwaighofer
· 12 years ago
b55c398
[X86][SchedModel] Add missing scheduling model for SSE related instructions.
by Quentin Colombet
· 12 years ago
68e1531
Add a dwarf number to the Y register.
by Roman Divacky
· 12 years ago
ac69459
Replace the F_Binary flag with a F_Text one.
by Rafael Espindola
· 12 years ago
137342f
LTO: Add the loop vectorizer to the LTO pipeline.
by Arnold Schwaighofer
· 12 years ago
35f35ee
Fix windows unittest I missed in the raw_fd_ostream constructor change.
by Rafael Espindola
· 12 years ago
a2be909
For lcov tests, don't Xfail mips littl endian (mipsel-... and mip64el-...)
by Reed Kotler
· 12 years ago
843efd4
Don't make F_None the default.
by Rafael Espindola
· 12 years ago
281d7fc
[CMake] Remove dependency on non-existing profile_rt-shared. Patch by Brad King.
by Alexey Samsonov
· 12 years ago
596d621
[asan] remove test that should have been removed in r202033
by Kostya Serebryany
· 12 years ago
740a004
[asan] simplify the code that compute the shadow offset; get rid of two internal flags that allowed to override it. The tests pass, but still this change might break asan on some platform not covered by tests. If you see this, please submit a fix with a test.
by Kostya Serebryany
· 12 years ago
d7e1256
Add AArch64 big endian Target (aarch64_be)
by Christian Pirker
· 12 years ago
58423c8
AVX-512: Fixed encoding of VPCMPEQ and VPCMPGT
by Elena Demikhovsky
· 12 years ago
69aeeee4
Share a createUniqueEntity implementation between unix and windows.
by Rafael Espindola
· 12 years ago
6822655
Delete dead code.
by Rafael Espindola
· 12 years ago
6631253
Asm Parser: support .error directive
by Saleem Abdulrasool
· 12 years ago
e3d661f
AsmParser: support .ifeqs directive
by Saleem Abdulrasool
· 12 years ago
570d544
SPARC: Implement TRAP lowering. Matches what GCC emits.
by Benjamin Kramer
· 12 years ago
b4702e2
ARMAsmParser: whitespace
by Saleem Abdulrasool
· 12 years ago
ec1c805
ARM IAS: support .align without parameters
by Saleem Abdulrasool
· 12 years ago
69f706d
MCAsmParser: support .ifne
by Saleem Abdulrasool
· 12 years ago
0922e5b
MCAsmParser: handle space properly for .ifc/.ifnc
by Saleem Abdulrasool
· 12 years ago
a0d1629
MCAsmParser: add support for .err directive
by Saleem Abdulrasool
· 12 years ago
da6ffb3
Use static instead of an anonymous namespace.
by Rafael Espindola
· 12 years ago
73f1a5f
AVX-512: Fixed encoding of VPTESTMQ
by Elena Demikhovsky
· 12 years ago
589d637
Simplify remove, create_directory and create_directories.
by Rafael Espindola
· 12 years ago
e4e42f7
Use simpler form of llvm::sys::fs::remove.
by Rafael Espindola
· 12 years ago
ddc8ff2
LocalStackSlotAllocation: Turn one-iteration loop into if.
by Benjamin Kramer
· 12 years ago
46e8559
TableGen.cmake: Functionalize and reformat.
by NAKAMURA Takumi
· 12 years ago
043cc54
Simplify linking to system libraries
by NAKAMURA Takumi
· 12 years ago
be66089
ARM IAS: support .short and .hword
by Saleem Abdulrasool
· 12 years ago
ea06d97
[python-bindings] Remove some cruft that snuck in.
by Michael Gottesman
· 12 years ago
c7ee777
Make test more resilient against scheduling decisions.
by Benjamin Kramer
· 12 years ago
2938fa4
Fix typo
by Manman Ren
· 12 years ago
fa3089b
MC: Support COFF string tables larger than 10MB
by Nico Rieck
· 12 years ago
3c288fc
Don't inline get[S|U]LEB128Size() until they are proved to be hot.
by Logan Chien
· 12 years ago
80668d1
Move get[S|U]LEB128Size() to LEB128.h.
by Logan Chien
· 12 years ago
fb24ccf
Revert "Revert "Use relative rpath so that the installation and build dirs are relocatable.""
by Rafael Espindola
· 12 years ago
ea5f676
Revert "Use relative rpath so that the installation and build dirs are relocatable."
by Rafael Espindola
· 12 years ago
8c0eb3e
Add const to some member functions of SuccIterator.
by Logan Chien
· 12 years ago
a7101eb
Prune debug message in AddLLVM.cmake.
by NAKAMURA Takumi
· 12 years ago
378f318
llvm/test/CodeGen/X86/shift-pcmp.ll: Tweak to appease FileCheck. "CHECK-LABEL" doesn't identify labels magically and CHECK-LABEL behaves free from other contexts.
by NAKAMURA Takumi
· 12 years ago
5e89e33
Include <cctype> for isdigit().
by Logan Chien
· 12 years ago
0ee9a84
[python-bindings] Added OpCode like support for all enumerations with unittests.
by Michael Gottesman
· 12 years ago
a6e734d
[CodeGenPrepare] Fix the check of the legality of an instruction.
by Quentin Colombet
· 12 years ago
c94f3ae
Use relative rpath so that the installation and build dirs are relocatable.
by Rafael Espindola
· 12 years ago
341149a
Switch the LLVM error reporting on the new diagnostic system.
by Quentin Colombet
· 12 years ago
8048c44
[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
by Quentin Colombet
· 12 years ago
0206b30
[DAGCombiner] PCMP* sets its result to all ones or zeros so we can AND with the
by Quentin Colombet
· 12 years ago
94f20bf
[Stackmaps] Move the target-independent frame index elimination for stackmaps and patchpoints into target-specific code.
by Juergen Ributzka
· 12 years ago
84ace05
Shankar kindly pointed out that I wasn't following the coding convention properly, so moving raw_ostream.h above system_error.h.
by Aaron Ballman
· 12 years ago
100aba2
Fixing the MSVC build by including a file.
by Aaron Ballman
· 12 years ago
6700168
llvm-objdump/COFF: LoadConfiguration does not exist in object file.
by Rui Ueyama
· 12 years ago
1e08430
Add missing include.
by Rafael Espindola
· 12 years ago
91f86b7
Add a SymbolicFile interface between Binary and ObjectFile.
by Rafael Espindola
· 12 years ago
3825c08
DebugInfo: Remove the empty macinfo section.
by David Blaikie
· 12 years ago
75ece7a
Rename a few more DataLayout variables from TD to DL.
by Rafael Espindola
· 12 years ago
4449ed2
add -da-delinearize runs and checks to MIV testcases
by Sebastian Pop
· 12 years ago
24d33a5
fix a corner case in delinearization
by Sebastian Pop
· 12 years ago
f9cb030
normalize the last delinearized dimension
by Sebastian Pop
· 12 years ago
fc605ac
fail delinearization when the size of subscripts differs
by Sebastian Pop
· 12 years ago
1268135
Remove dead declaration
by Sylvestre Ledru
· 12 years ago
8b35abd
[CMake] llvm-c/lto.h should be installed if libLTO.a is built.
by NAKAMURA Takumi
· 12 years ago
44a62ba
[CMake] libLTO: Use (SHARED|STATIC) to build both shared LTO and LTO_static.
by NAKAMURA Takumi
· 12 years ago
6be6579
[CMake] llvm_add_library: Add dependencies also to objlibs as workaround of CMake issue 14747.
by NAKAMURA Takumi
· 12 years ago
1901ee6
[CMake] Introduce "llvm_add_library(SHARED STATIC)" to build both shared lib and static lib simulataneously.
by NAKAMURA Takumi
· 12 years ago
6eeedf3
Teach LLVM-Config to use logical target names (2/2)
by NAKAMURA Takumi
· 12 years ago
83782f2
Teach LLVM-Config to use logical target names (1/2)
by NAKAMURA Takumi
· 12 years ago
10ecde5
[AArch64] Add register constraints to avoid generating STLXR and STXR with unpredictable behavior.
by Kevin Qin
· 12 years ago
b3cb707
This test was failing on non-X86-64 platforms because stackmaps only work on X86-64.
by Filip Pizlo
· 12 years ago
9f5066c
Make DisableIntegratedAS a TargetOption.
by Rafael Espindola
· 12 years ago
ed6718d
One last pass of DataLayout variable renaming.
by Rafael Espindola
· 12 years ago
eb6e1d3
Rename a few more DataLayout variables.
by Rafael Espindola
· 12 years ago
f116e53
Rename many DataLayout variables from TD to DL.
by Rafael Espindola
· 12 years ago
23ffb3e
Stackmaps are used for OSR exits, which is a custom kind of unwinding. Hence, they
by Filip Pizlo
· 12 years ago
0aabe66
Make sure that value handle users see the transformation of an indirect call to a direct call. This is important for the CallGraph iteration. Patch by Björn Steinbrink!
by Nick Lewycky
· 12 years ago
f17f214
Set the SuppressWarnings option on tool level and propagate to the library.
by Eli Bendersky
· 12 years ago
8a6788c
cstdint is a C++11 header, LLVM provides its own version of it.
by Benjamin Kramer
· 12 years ago
225d1f3
[Support] Correctly handle zero length inputs to UTF conversion functions on Windows.
by Michael J. Spencer
· 12 years ago
22559cc
test_debuginfo.pl: Make failures easier to debug by printing the debugger
by Adrian Prantl
· 12 years ago
fb4b4c1
Fix build breakage.
by Rui Ueyama
· 12 years ago
f41901d
Object/COFF: Fix possible truncation bug.
by Rui Ueyama
· 12 years ago
3e552a3
Remove unnecessary copy of array_lengthof.
by Benjamin Kramer
· 12 years ago
71f6371
AArch64: __va_list.__stack must be 8-byte aligned
by Oliver Stannard
· 12 years ago
fda2dfb
[AArch64] Add support for TargetTransformInfo Analysis.
by Chad Rosier
· 12 years ago
5c86661
[mips] Make it impossible to have UnknownABI in CodeGen and Integrated Assembler.
by Daniel Sanders
· 12 years ago
1e3bb3f
[CMake] Move intrinsics_gen to lib/Target out of add_public_tablegen_target.
by NAKAMURA Takumi
· 12 years ago
e4ede0b
[CMake] intrinsics_gen: Use add_public_tablegen_target().
by NAKAMURA Takumi
· 12 years ago
59f6c76
AsmParser: Disable Darwin-style macro argument expansion on non-darwin targets.
by Benjamin Kramer
· 12 years ago
7934a2a
[mips] Make mips64 the default CPU for the mips64 architecture
by Daniel Sanders
· 12 years ago
b584e19
Unconditionally include msan_interface.h when building with MSan.
by Evgeniy Stepanov
· 12 years ago
91ba049
Added release note about making all inline assembly parsed (even for assembly
by Daniel Sanders
· 12 years ago
a40c8a4
COFFObjectFile.cpp: Appease msvc in r201760.
by NAKAMURA Takumi
· 12 years ago
Next »