Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
38f8e8ac2261e95e771973e93c0557275bc5b43a
38f8e8a
[CMake] Introduce cmake_policy(CMP0022) for target_link_libraries(INTERFACE|PRIVATE).
by NAKAMURA Takumi
· 12 years ago
5fb5076
[CMake] Use LINK_LIBS instead of target_link_libraries().
by NAKAMURA Takumi
· 12 years ago
9262808
[x86] Remove some unused instruction format classes.
by Craig Topper
· 12 years ago
df24b19
[x86] Simplify disassembler code slightly.
by Craig Topper
· 12 years ago
c1c3773
[SROA] The original refactoring inspired by the addrspace patch in
by Chandler Carruth
· 12 years ago
dd08079
[SROA] Yet another slight refactoring that simplifies an API in the
by Chandler Carruth
· 12 years ago
c9166f0
[SROA] Simplify the computing of alignment: we only ever need the
by Chandler Carruth
· 12 years ago
f28c057
[SROA] Use NewOffsetBegin in the unsplit case for memset merely for
by Chandler Carruth
· 12 years ago
f11f7a4
[SROA] Use the members for New{Begin,End}Offset in the rewrite helpers
by Chandler Carruth
· 12 years ago
abd2555
[SROA] Compute the New{Begin,End}Offset values once for each alloca
by Chandler Carruth
· 12 years ago
ca302ab
Use StringRef in raw_fd_ostream constructor
by Ben Langmuir
· 12 years ago
50bc165
[SROA] Fix PR18615 with some long overdue simplifications to the bounds
by Chandler Carruth
· 12 years ago
5820a93
Remove spurious emacs major mode marker, these should only go on .h files.
by Nick Lewycky
· 12 years ago
8e6d667
80-col.
by Eric Christopher
· 12 years ago
717116f
Formatting fixups.
by Eric Christopher
· 12 years ago
bb69788
Delete two declared overloads of CallInst::CallInst that are never defined or used. No functionality change.
by Nick Lewycky
· 12 years ago
cf84b5b
Constify the Optnone checks in IR passes.
by Paul Robinson
· 12 years ago
204755b
Simplify base64 routine a bit.
by Rui Ueyama
· 12 years ago
95e9730
Exception handling docs: Describe landingpad clauses' meanings in more detail
by Mark Seaborn
· 12 years ago
bf455c5
Add DIUnspecifiedParameter, so we can pretty-print it.
by Adrian Prantl
· 12 years ago
e8aecce
fix crash in SmallDenseMap copy constructor
by Duncan P. N. Exon Smith
· 12 years ago
356deb5
Use DataLayout from the module when easily available.
by Rafael Espindola
· 12 years ago
7e2bf3c
Attempt to unbreak an MSVC buildbot by switching to %llc_dwarf.
by Adrian Prantl
· 12 years ago
889b129
DwarfDebug: Avoid emitting an empty debug_aranges section when aranges are disabled
by David Blaikie
· 12 years ago
35989a7
Address review comments for r202188.
by Adrian Prantl
· 12 years ago
3f0a9af
Fix resetting the DataLayout in a Module.
by Rafael Espindola
· 12 years ago
9c256ec
[reassociate] Switch two std::sort calls into std::stable_sort calls as
by Chandler Carruth
· 12 years ago
431e9f0
R600: Don't unconditionally unroll loops with private memory accesses
by Tom Stellard
· 12 years ago
d8c3104
R600/SI: Custom select 64-bit ADD
by Tom Stellard
· 12 years ago
495e401
[SROA] Add an off-by-default *strict* inbounds check to SROA. I had SROA
by Chandler Carruth
· 12 years ago
15ac7df
Account for 128-bit integer operations in PPCCTRLoops
by Hal Finkel
· 12 years ago
724e528
Don't try to set a dummy DataLayout. It is parsed now.
by Rafael Espindola
· 12 years ago
aab87fe
Store a DataLayout in Module.
by Rafael Espindola
· 12 years ago
dbaa6ab
Debug info: Support variadic functions.
by Adrian Prantl
· 12 years ago
9791b3f
Revert "Debug info: Support variadic functions."
by Adrian Prantl
· 12 years ago
d225511
Remove outdated comments.
by Manman Ren
· 12 years ago
c6d0a14
Debug info: Support variadic functions.
by Adrian Prantl
· 12 years ago
150f810
[XCore] Add intrinsic for CLRPT (clear port time) instruction.
by Richard Osborne
· 12 years ago
fb2f73a
[XCore] Add intrinsic for EDU (event disable unconditional) instruction.
by Richard Osborne
· 12 years ago
57edc9d
Make DataLayout a plain object, not a pass.
by Rafael Espindola
· 12 years ago
28713bd
Keep the link register for uwtable.
by Logan Chien
· 12 years ago
6dc9f73
[XCore] Prefer to word align functions.
by Richard Osborne
· 12 years ago
53eeb67
Factor out calls to AA.getDataLayout().
by Rafael Espindola
· 12 years ago
37ecf69
Make a few more DataLayout variables const.
by Rafael Espindola
· 12 years ago
a2ff581
[SROA] Use the original load name with the SROA-prefixed IRB rather than
by Chandler Carruth
· 12 years ago
f5701e4
[SROA] Thread the ability to add a pointer-specific name prefix through
by Chandler Carruth
· 12 years ago
1989963
[SROA] Rather than copying the logic for building a name prefix into the
by Chandler Carruth
· 12 years ago
b59c39e
[SROA] Simplify some of the logic to dig out the old pointer value by
by Chandler Carruth
· 12 years ago
10b2920
[SROA] Adjust to new clang-format style.
by Chandler Carruth
· 12 years ago
6c35c95
Reuse constants for COFF string table entry offsets
by Nico Rieck
· 12 years ago
64d5fd9
[SROA] Fix a *glaring* bug in r202091: you have to actually *write*
by Chandler Carruth
· 12 years ago
8eb7642
Disable old JIT unittests for AARch64
by Renato Golin
· 12 years ago
d28765c
Ignore old JIT tests in AARch64 - CMake style
by Renato Golin
· 12 years ago
06b8110
Add aarch64 to config.guess
by Renato Golin
· 12 years ago
31c756b
Silence GCC warning
by Alexey Samsonov
· 12 years ago
bf930d5
Fix typos
by Alp Toker
· 12 years ago
eb1b5ba
[SROA] Add a debugging tool which shuffles the slices sequence prior to
by Chandler Carruth
· 12 years ago
2516e7f
[SROA] Use a more direct way of determining whether we are processing
by Chandler Carruth
· 12 years ago
3d9b85c
Add some convenience accessors for the underlying Use of an operand.
by Chandler Carruth
· 12 years ago
88546b6
Indent this continued line.
by Nick Lewycky
· 12 years ago
c537759
[SROA] Fix another instability in SROA with respect to the slice ordering.
by Chandler Carruth
· 12 years ago
2a213a4
llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission.
by David Blaikie
· 12 years ago
ec89b9f
Make some DataLayout pointers const.
by Rafael Espindola
· 12 years ago
70b3b7d
Permit CMAKE_INSTALL_RPATH to be set on command line
by Bernard Ogden
· 12 years ago
0aedb78
trivial test commit
by Albrecht Kadlec
· 12 years ago
341d0f4
llvm-objdump: Do not attempt to disassemble symbols outside of section
by Simon Atanasyan
· 12 years ago
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
Next »