Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
5783163d264705a4cf131285956b3e9dea5f3b4d
5783163
Use C++ comments for large block comment.
by Eric Christopher
· 9 years ago
8552cfd
AMDGPU: readlane/writelane do not read exec
by Matt Arsenault
· 9 years ago
eeb0d63
Fix unused variable warning by folding the temporary into the debug statement.
by Eric Christopher
· 9 years ago
e77d9ad
[SCCP] Don't assume all Constants are ConstantInt
by David Majnemer
· 9 years ago
7867935
[ADT] Add a range variant of std::transform
by David Majnemer
· 9 years ago
788062d
[IRObjectFile] Try to be defensive, add a break.
by Davide Italiano
· 9 years ago
7cbcee7
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as it caused pr28270.
by Peter Collingbourne
· 9 years ago
d73d2ca
[llvm-cov] Fix a buggy lit test
by Vedant Kumar
· 9 years ago
22644bb
[codeview] Add EFLAGS to the list of CodeView register numbers
by Reid Kleckner
· 9 years ago
fddf7f5
AMDGPU: Fix liveness when expanding m0 loop
by Matt Arsenault
· 9 years ago
4b8bee1
[RS4GC] Use StringRef; NFC
by Sanjoy Das
· 9 years ago
e68240c
Change that to include MCMachObjectWriter.h
by Reid Kleckner
· 9 years ago
6398eb7
Add one more missing MCObjectWriter.h include
by Reid Kleckner
· 9 years ago
d017561
Fix instance of -Wdelete-incomplete
by Reid Kleckner
· 9 years ago
26f1dde
Prune some includes from headers and sink some inline functions
by Reid Kleckner
· 9 years ago
42fe7e4
[PM]: LoopAccessInfo simple refactoring
by Xinliang David Li
· 9 years ago
e97bf81
[pdb] Treat a stream size of ~0U as 0
by Reid Kleckner
· 9 years ago
1a713c6
[MachO] Finish moving fat header swap functions to MachO.h
by Chris Bieneman
· 9 years ago
700dff7
[ImplicitNullChecks] Hoist trivial depdendencies if possible
by Sanjoy Das
· 9 years ago
bf7782c
Use shouldAssumeDSOLocal.
by Rafael Espindola
· 9 years ago
4f8f710
Extract a few variables to make 'if' smaller. NFC.
by Rafael Espindola
· 9 years ago
7cde679
AMDGPU/SI: Define an intrinsic to expose ds_swizzle_b32
by Changpeng Fang
· 9 years ago
10551df
[codeview] Write LF_UDT_SRC_LINE records (PR28251)
by Hans Wennborg
· 9 years ago
9b666b1
Do not require __STDC_LIMIT_MACROS and others
by Pawel Bylica
· 9 years ago
d8b7c9f
[CMake] LLVM_BINARY_DIR was not being properly set in LLVMConfig.cmake
by Chris Bieneman
· 9 years ago
57b5696
[MachO] Adding a few missing swapStruct functions
by Chris Bieneman
· 9 years ago
83b162c
[codeview] Fix the alignment padding that we add to list records
by Reid Kleckner
· 9 years ago
9010765
[IRObjectFile] Propagate .weak attribute correctly for ASM symbols.
by Davide Italiano
· 9 years ago
c81dea1
Update header documentation for API deliberately made public
by Daniel Berlin
· 9 years ago
2772584
IR: Introduce Module::global_objects().
by Peter Collingbourne
· 9 years ago
e46cd3a
AMDGPU: Run verifier after 2nd run of SIShrinkInstructions
by Matt Arsenault
· 9 years ago
e228570
AMDGPU: Fix verifier errors in SILowerControlFlow
by Matt Arsenault
· 9 years ago
c7a10fc
[Hexagon] Add SDAG preprocessing step to expose shifted addressing modes
by Krzysztof Parzyszek
· 9 years ago
e93d6b1
[UpdateCompilerUsed] API rename and cleanup, suggested by Rafaael.
by Davide Italiano
· 9 years ago
9e588d8
[MBFI]: Add a new suboption for graph viewer
by Xinliang David Li
· 9 years ago
efa1f7f
[ValueTracking] improve ComputeNumSignBits for vector constants
by Sanjay Patel
· 9 years ago
577fa41
[AArch64] Remove an overly aggressive assert.
by Chad Rosier
· 9 years ago
5e5a33d
Start using shouldAssumeDSOLocal on Hexagon.
by Rafael Espindola
· 9 years ago
123be93
Preserve DebugInfo when replacing values in DAGCombiner
by Nirav Dave
· 9 years ago
ef86963
AMDGPU: Add convergent flag to INLINEASM instruction.
by Wei Ding
· 9 years ago
2ec3f6d
[codeview] Add IntroducingVirtual debug info flag
by Reid Kleckner
· 9 years ago
f3416e6
Removing whitespace from test commit rL273447
by Jason Henline
· 9 years ago
6ef0451
AMDGPU: Make FrameLowering stack alignment 16
by Matt Arsenault
· 9 years ago
b92f7d2
Add whitespace to check commit access
by Jason Henline
· 9 years ago
b0625ca
[codeview] Fix trivial bug in OneMethodRecord::isIntroducingVirtual
by Reid Kleckner
· 9 years ago
f317b6e
[asan] Do not instrument accesses to profiling globals
by Vedant Kumar
· 9 years ago
fefbc8f
[codeview] Defer emission of all referenced complete records
by Reid Kleckner
· 9 years ago
7f4f1f6
[BFI]: NFC refactoring
by Xinliang David Li
· 9 years ago
4648477
[SystemZ] Recognize RISBG opportunities involving a truncate
by Zhan Jun Liau
· 9 years ago
065537a
[Hexagon] Handle expansion of cmpxchg
by Krzysztof Parzyszek
· 9 years ago
9247221
[codeview] Remove ClassInfoMap
by Reid Kleckner
· 9 years ago
27717d0
[MBFI]: show branch probability in DOT graph
by Xinliang David Li
· 9 years ago
126491e
llvm-ar: reduce some duplication, NFC
by Saleem Abdulrasool
· 9 years ago
b2b7d8b
Upgrade old memset/memcpy signatures (without isVolatile argument) in tests
by Artur Pilipenko
· 9 years ago
5e371d9
NFC. Move Verifier::verifyIntrinsicType to Intrinsics.h
by Artur Pilipenko
· 9 years ago
0993083
[InstSimplify] add ashr tests including vector types
by Sanjay Patel
· 9 years ago
bb348ab
[SLPVectorizer][X86] Added ceil/floor/nearbyint/rint/trunc vectorization tests
by Simon Pilgrim
· 9 years ago
5259810
[InstSimplify] regenerate checks
by Sanjay Patel
· 9 years ago
a4c4406
[llvm-readobj] - Teach llvm-readobj to print dependencies of SHT_GNU_verdef and refactor dumping method.
by George Rimar
· 9 years ago
ccfdf6d
Regenerated test
by Simon Pilgrim
· 9 years ago
d140aab
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
by Krzysztof Parzyszek
· 9 years ago
117a36f
Delete more dead code.
by Rafael Espindola
· 9 years ago
e5ebd46
[LTO] Move UpdateCompilerUsed.h from lib/ to include/
by Davide Italiano
· 9 years ago
8d6ae33
[X86] Remove GCC builtins from masked integer cmp and ucmp instrinsics so we can emit native IR in clang.
by Craig Topper
· 9 years ago
d319cd6
llvm-ar: be more clever about default format
by Saleem Abdulrasool
· 9 years ago
98c9164
[OCaml] Add functions for accessing metadata nodes.
by Peter Zotov
· 9 years ago
06dbef9
Add an option to enable MBFI dot viewer for a given function
by Xinliang David Li
· 9 years ago
2816573
AMDGPU: Fix gcc warnings
by Matt Arsenault
· 9 years ago
41bcea9
[codeview] Improve names of types in scopes and member function ids
by Reid Kleckner
· 9 years ago
8e1c16d
[codeview] Add missing test from r273294
by Reid Kleckner
· 9 years ago
b523d2b
[asan] Do not instrument pointers with address space attributes
by Anna Zaks
· 9 years ago
99e2e27
IR: Allow metadata attachments on declarations, and fix lazy loaded metadata issue with globals.
by Peter Collingbourne
· 9 years ago
3071cc9
Clang format change /NFC
by Xinliang David Li
· 9 years ago
38ae857
[build] Fixed build break for OCaml bindings.
by Artem Belevich
· 9 years ago
b24e29e
Make DeadMachineInstructionElim preserve CFG
by Matt Arsenault
· 9 years ago
1fb090e
[Kryo] Enable loop prefetcher.
by Haicheng Wu
· 9 years ago
1037ef2
[Coverage] Clarify ownership of a MemoryBuffer in the reader (NFC)
by Vedant Kumar
· 9 years ago
6a96160
Update llvm-obdump(1) to print FAT_MAGIC_64 for Darwin’s 64-bit universal files
by Kevin Enderby
· 9 years ago
95ba829
Delete more dead code.
by Rafael Espindola
· 9 years ago
fe07a9a
AMDGPU: Remove gcc builtin names from workitem intrinsics
by Jan Vesely
· 9 years ago
7d5ce4d
AMDGPU: Add implicitarg.ptr intrinsic.
by Jan Vesely
· 9 years ago
4e93d1c
[X86] Make arithmetic operations cost model test saner. NFC.
by Michael Kuperstein
· 9 years ago
a710d0d
[NVPTX] Improve lowering of byval args of device functions.
by Artem Belevich
· 9 years ago
6e37dd7
Add back some dead code.
by Rafael Espindola
· 9 years ago
1963865
Delete some dead code.
by Rafael Espindola
· 9 years ago
1e67d66
[build] Make sure to link main executable with pthreads
by Artem Belevich
· 9 years ago
604d393
Fix PR28219: Use profile summary from reader and not compute it
by Easwaran Raman
· 9 years ago
11e2958
Add MemoryAccess creation and PHI creation APIs to MemorySSA
by Daniel Berlin
· 9 years ago
b6e8ad3
[codeview] Add support for splitting field list records over 64KB
by Reid Kleckner
· 9 years ago
f855e05
llvm-ar: correct typo
by Saleem Abdulrasool
· 9 years ago
5d6de09
[AArch64] Fix merge-store.ll regression test after r273271
by Silviu Baranga
· 9 years ago
f08563e
Fix typo, NFC
by Krzysztof Parzyszek
· 9 years ago
8d600b5
[StackProtector] Fix computation of GSCookieOffset and EHCookieOffset with SEH4
by Etienne Bergeron
· 9 years ago
86a9578
[AArch64] Change the preferred alignment for char and short to word alignment
by Evandro Menezes
· 9 years ago
a992667
[AArch64] Restore codegen for AArch64 Cortex-A72/A73 after NFCI
by Silviu Baranga
· 9 years ago
3dd50d3
fix indentation
by Etienne Bergeron
· 9 years ago
7e4cf0a
[AArch64] Switch regression tests to test features not CPUs
by Silviu Baranga
· 9 years ago
b4f51c3
This is part of the effort for asan to support Windows 64 bit.
by Etienne Bergeron
· 9 years ago
1582ea9
[codeview] Fix DenseMap pointer invalidation bug
by Reid Kleckner
· 9 years ago
1ab4e74
Strip trailing whitespace
by Simon Pilgrim
· 9 years ago
Next »