Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
60bd365f592121e293f26349e4114248f69461db
60bd365
Debug Info: Fix a bug in the DW_AT_bit_offset calculation that would
by Adrian Prantl
· 10 years ago
340d78d
CodeGen: Create a proper ModuleSlotTracker for MachineInstr
by Duncan P. N. Exon Smith
· 10 years ago
d986612
MIR Serialization: Serialize global address machine operands.
by Alex Lorenz
· 10 years ago
60d74b7
[RewriteStatepointsForGC] Generalized vector phi/select handling for base pointers
by Philip Reames
· 10 years ago
a70d990
[NVPTX] noop when kernel pointers are already global
by Jingyue Wu
· 10 years ago
8266df7
CodeGen: Push the ModuleSlotTracker through Metadata
by Duncan P. N. Exon Smith
· 10 years ago
bb8cc2f
Minor style cleanup after 240843 [NFC]
by Philip Reames
· 10 years ago
a08efbf
CodeGen: Push the ModuleSlotTracker through MachineOperands
by Duncan P. N. Exon Smith
· 10 years ago
982139f
[Verifier] Follow on to 240836
by Philip Reames
· 10 years ago
9a61a42
CodeGen: Use a single SlotTracker in MachineFunction::print()
by Duncan P. N. Exon Smith
· 10 years ago
0be7d0c
AMDPGU/SI: Use correct resource descriptors for VI on HSA
by Tom Stellard
· 10 years ago
4a88808
AMDGPU/SI: Update amd_kernel_code_t definition and add assembler support
by Tom Stellard
· 10 years ago
4077bd9
AMDGPU/SI: Remove unused variable
by Tom Stellard
· 10 years ago
f84a650
[Verifier] Verify invokes of intrinsics
by Philip Reames
· 10 years ago
7cb828a
Debug Info: Clarify the documentation for bitfields emission.
by Adrian Prantl
· 10 years ago
110ef3e
Debug info: Add more test coverage for bitfields.
by Adrian Prantl
· 10 years ago
d40b451
AMDGPU/SI: Set ELF OS/ABI to ELFOSABI_AMDGPU_HSA
by Tom Stellard
· 10 years ago
ac1a45e
AMDGPU/SI: Add hsa code object directives
by Tom Stellard
· 10 years ago
4aad126
AMDGPU/SI: There are no implicit kernel args in the amdhsa ABI
by Tom Stellard
· 10 years ago
0d1bd45
AMDGPU/SI: Emit amd_kernel_code_t in EmitFunctionBodyStart()
by Tom Stellard
· 10 years ago
64b9064
Teach InlineCost to account for a null check which can be folded away
by Philip Reames
· 10 years ago
237b76d
DataLayout now returns a const ref to its member string representation
by Mehdi Amini
· 10 years ago
e874345
AMDGPU: really don't commute REV opcodes if the target variant doesn't exist
by Marek Olsak
· 10 years ago
78c5b7f
Add Value.def to the list of textual includes, excluding it from the modules build.
by Benjamin Kramer
· 10 years ago
6d5c438
Convert a bunch of loops to foreach. NFC.
by Pete Cooper
· 10 years ago
7b3cde8
Add missing builtins to the PPC back end for ABI compliance (vol. 1)
by Nemanja Ivanovic
· 10 years ago
a5d25f6
Wrap assert loops in #ifndef NDEBUG
by Pete Cooper
· 10 years ago
e0e37a2
Convert a bunch of loops to foreach. NFC.
by Pete Cooper
· 10 years ago
226505c
Convert a bunch of loops to foreach. NFC.
by Pete Cooper
· 10 years ago
c8a20ca
Make header parse standalone. NFC.
by Benjamin Kramer
· 10 years ago
57b2119
Show invariant loads in MMO dumping
by Matt Arsenault
· 10 years ago
b0e21d4
Revert "Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant""
by David Majnemer
· 10 years ago
aaaa38c
Fix error handling in getString and simplify callers.
by Rafael Espindola
· 10 years ago
e89ab0e
Convert a bunch of loops to foreach. NFC.
by Pete Cooper
· 10 years ago
b82800d
Delete dead code. NFC.
by Rafael Espindola
· 10 years ago
7c79346
Add op_values() to iterate over the SDValue operands of an SDNode.
by Pete Cooper
· 10 years ago
26bc543
Move VectorUtils from Transforms to Analysis to correct layering violation
by David Blaikie
· 10 years ago
d105e18
[ARM] Cortex-R5 is not VFPOnlySP
by Javed Absar
· 10 years ago
e11d1d2
[LAA] Try to prove non-wrapping of pointers if SCEV cannot
by Adam Nemet
· 10 years ago
cb2dc5b
Fix unused variable from r240792.
by Alex Lorenz
· 10 years ago
23a207d83
[DAGCombine] Fix demanded bits computation for exact shifts.
by Benjamin Kramer
· 10 years ago
cd39f3c
[X86]: Correctly sign-extend 16-bit immediate in CALL instruction.
by Douglas Katzman
· 10 years ago
064274d
Fix ODR violation waiting to happen by making static function definitions in VectorUtils.h non-static and defined out of line
by David Blaikie
· 10 years ago
57ec696
Revert r240762 "[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant"
by Hans Wennborg
· 10 years ago
438a491
MIR Serialization: Serialize machine basic block operands.
by Alex Lorenz
· 10 years ago
b65669c
ELF: Simplify the rel/rela implementation.
by Rafael Espindola
· 10 years ago
875007d
[DAGCombiner] Preserve the exact bit when simplifying SRA to SRL.
by Benjamin Kramer
· 10 years ago
3791d56
[DAGCombine] fold (X >>?,exact C1) << C2 --> X << (C2-C1)
by Benjamin Kramer
· 10 years ago
9cd2a38
Silencing spurious MSVC C4189 warnings regarding local variables that are initialized but not used; NFC. This bug has been reported to Microsoft (https://connect.microsoft.com/VisualStudio/feedback/details/1475983).
by Aaron Ballman
· 10 years ago
ea76713
Rename getObjectFile to getObject for consistency.
by Rafael Espindola
· 10 years ago
9aa4559
Simplify isSymbolList64Bit. NFC.
by Rafael Espindola
· 10 years ago
6909cca
Simplify isObject. NFC.
by Rafael Espindola
· 10 years ago
aafe2ca
[mips] [IAS] Add partial support for the ULW pseudo-instruction.
by Toma Tabacu
· 10 years ago
37c948a
Implement elf_section_iterator and getELFType().
by Rafael Espindola
· 10 years ago
5add4dd
Expose getFlags via ELFSectionRef.
by Rafael Espindola
· 10 years ago
db7a9f1
Add a ELFSectionRef class and use it to expose getSectionType.
by Rafael Espindola
· 10 years ago
50bea40
Simplify getSymbolType.
by Rafael Espindola
· 10 years ago
5511d97
[ARM] Cortex-R4F is not VFPOnlySP
by Javed Absar
· 10 years ago
3e750a4
Make getOther ELF only.
by Rafael Espindola
· 10 years ago
8b8feaa
Optimize the creation of mapping symbols.
by Rafael Espindola
· 10 years ago
d4b0d61
Do not ignore projects/LLVMBuild.txt in git repo
by Sergey Dmitrouk
· 10 years ago
891c020
[X86] Cleanup X86WindowsTargetObjectFile::getSectionForConstant
by David Majnemer
· 10 years ago
fabf219
[InterleavedAccess] Fix failures "undefined type 'llvm::raw_ostream'" on windows.
by Hao Liu
· 10 years ago
5be64c4
[ARM] Lower interleaved memory accesses to vldN/vstN intrinsics.
by Hao Liu
· 10 years ago
380417a
[AArch64] Lower interleaved memory accesses to ldN/stN intrinsics. This patch also adds a function to calculate the cost of interleaved memory accesses.
by Hao Liu
· 10 years ago
41b3fe5
[InterleavedAccess] Add a pass InterleavedAccess to identify interleaved memory accesses and transform into target specific intrinsics.
by Hao Liu
· 10 years ago
544a31e
AsmPrinter: More explicitly scope iterator for MSVC
by Duncan P. N. Exon Smith
· 10 years ago
226f8f7
AsmPrinter: Explicitly scope iterator for MSVC
by Duncan P. N. Exon Smith
· 10 years ago
48362d6
Revert "X86: Reject register operands with obvious type mismatches."
by Matthias Braun
· 10 years ago
5056381
Fix mismatched architectures in test
by Matthias Braun
· 10 years ago
915b8a9
aad/fix labels in test/CodeGen/X86/StackColoring.ll
by Matthias Braun
· 10 years ago
863c0d0
[ASan] Use llvm::getDISubprogram() to get function entry debug location.
by Alexey Samsonov
· 10 years ago
2da1484
AsmPrinter: Use an intrusively linked list for DIE::Children
by Duncan P. N. Exon Smith
· 10 years ago
73e3fb6
AsmPrinter: Convert DIE::Values to a linked list
by Duncan P. N. Exon Smith
· 10 years ago
d1ceba0
[ELF] Move ELF{32,64}{L,B}E typedefs to llvm.
by Michael J. Spencer
· 10 years ago
7358cbc
[ELF] Add some accessors for lld.
by Michael J. Spencer
· 10 years ago
1cf2b03
Make llvm-dwarfdump exit with non-zero exit code if error was occured.
by Alexey Samsonov
· 10 years ago
1688551
PPCISelLowering.cpp: Appease PR23956. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
692c3d1
Split test up into two target-spcific directories.
by Adrian Prantl
· 10 years ago
ead297b
[asan] Do not instrument special purpose LLVM sections.
by Anna Zaks
· 10 years ago
f291e05
[asan] Don't run stack malloc on functions containing inline assembly.
by Anna Zaks
· 10 years ago
a29c6d9
Debug Info: Add basic test coverage for the DWARF encoding of bitfields.
by Adrian Prantl
· 10 years ago
5bf34ef
DAGCombiner: Use pop_back_val()
by Matt Arsenault
· 10 years ago
b24bbb7
Add an ELFSymbolRef type.
by Rafael Espindola
· 10 years ago
d26d587
IAS: Use the root macro instanciation for location
by Frederic Riss
· 10 years ago
4cbb2db
[Object][ELF] Add support for dumping dynamic relocations when sections are stripped.
by Michael J. Spencer
· 10 years ago
ee46b79
dsymutil: Split out patchStmtList(), NFC
by Duncan P. N. Exon Smith
· 10 years ago
7db0793
fix typos; NFC
by Sanjay Patel
· 10 years ago
0999c2c
llvm-nm: Don't print mapping symbols.
by Rafael Espindola
· 10 years ago
5c09803
Use foreach loop over constant operands. NFC.
by Pete Cooper
· 10 years ago
d370429
We don't need the targets to read objects.
by Rafael Espindola
· 10 years ago
529f49d
[InstCombine] call SimplifyICmpInst with correct context
by Jingyue Wu
· 10 years ago
1de6f36
Diagnose undefined temporary symbols.
by Rafael Espindola
· 10 years ago
f2c0530
Make this test verify .debug_pubnames is actually missing.
by Paul Robinson
· 10 years ago
9d1dc09
Rangify for loop in Inliner.cpp. NFC.
by Yaron Keren
· 10 years ago
40db269
Add Arg::getValues method with const 'this' and const result
by Douglas Katzman
· 10 years ago
a59b056
DAGCombiner: Remove redundant check
by Matt Arsenault
· 10 years ago
8d5e4e4
GVN: If a branch has two identical successors, we cannot declare either dead.
by Peter Collingbourne
· 10 years ago
b12380a
Add a test for a recent regression.
by Rafael Espindola
· 10 years ago
bfb732d
llvm-nm: print 'n' instead of '?'
by Rafael Espindola
· 10 years ago
Next »