Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
0b50368e68cd2587027f47f8490b177200f8bdfe
0b50368
Remove redundant test.
by Rafael Espindola
· 11 years ago
c0f3b72
ProfileData: Introduce the InstrProfReader interface and a text reader
by Justin Bogner
· 11 years ago
6c22b04
Split out the MC part of this test.
by Rafael Espindola
· 11 years ago
e85dd7c
[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
by Daniel Sanders
· 11 years ago
ec15d70
Add overall description, file comments, some structure
by Renato Golin
· 11 years ago
a1d28f6
R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()
by Tom Stellard
· 11 years ago
1f1c049
R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
by Tom Stellard
· 11 years ago
af4c7da
R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRC
by Tom Stellard
· 11 years ago
1b05bb2
Sink: Don't sink static allocas from the entry block
by Tom Stellard
· 11 years ago
20115c6
[SystemZ] Use "let Predicates =" for blocks of new instructions
by Richard Sandiford
· 11 years ago
6b6889d
[SystemZ] Add support for z196 float<->unsigned conversions
by Richard Sandiford
· 11 years ago
d098630
[mips] Update namespace.
by Matheus Almeida
· 11 years ago
4923eea
[RuntimeDyld] Allow processRelocationRef to process more than one relocation entry at a time.
by Juergen Ributzka
· 11 years ago
fc029f2
Fix test command line to avoid generating output file.
by Kevin Qin
· 11 years ago
d3cf783
[Constant Hoisting] Make the constant materialization cost operand dependent
by Juergen Ributzka
· 11 years ago
337eb3a
[Constant Hoisting] Lazily compute the idom and cache the result.
by Juergen Ributzka
· 11 years ago
8ebaf63
[Constant Hoisting] Change the algorithm to only track constants for instructions.
by Juergen Ributzka
· 11 years ago
032dafd
[Constant Hoisting] Fix capitalization of function names.
by Juergen Ributzka
· 11 years ago
4cd2152
[Constant Hoisting] Replace the MapVector with a separate Map and Vector to keep track of constant candidates.
by Juergen Ributzka
· 11 years ago
6785cf0
MCParser: add an assertion
by Saleem Abdulrasool
· 11 years ago
705e53e
This reverts commit r203762, "ARM: support emission of complex SO expressions".
by Jiangning Liu
· 11 years ago
fb307be
[Support] Make sure LockFileManager works correctly with relative paths.
by Argyrios Kyrtzidis
· 11 years ago
c53b3db
Fix an assertion caused by using inline asm with indirect register inputs.
by Kevin Qin
· 11 years ago
287cc35
[AArch64] Remove .data_region directive from AArch64.
by Kevin Qin
· 11 years ago
2c8cd9a
[Support] Make sure sys::fs::remove can remove symbolic links and make sure LockFileManager can handle a symbolic link that points nowhere.
by Argyrios Kyrtzidis
· 11 years ago
5b460ed
Convert a CodeGen test into a MC test.
by Rafael Espindola
· 11 years ago
9999526
Object/COFF: Support large relocation table.
by Rui Ueyama
· 11 years ago
fab1a40
Port test to cfi.
by Rafael Espindola
· 11 years ago
aeb12e9
Convert another CodeGen test into a MC test.
by Rafael Espindola
· 11 years ago
4eb2d22
Fix PR19136: [ARM] Fix Folding SP Update into vpush/vpop
by Weiming Zhao
· 11 years ago
aff0ab4
llvm-objdump output hex to match binutils' objdump
by Greg Fitzgerald
· 11 years ago
f59d05c
Convert CodeGen test into a more specific MC test.
by Rafael Espindola
· 11 years ago
a591368
Remove llvm-mc's disable-cfi option.
by Rafael Espindola
· 11 years ago
e316e00
Remove unused options from test.
by Rafael Espindola
· 11 years ago
ec5fd32
Don't use EmitAbsValue with symbol references.
by Rafael Espindola
· 11 years ago
20425d9
Add an option to MCJIT to have it forward all sections to the
by Lang Hames
· 11 years ago
ee3242e
Revert "[Constant Hoisting] Extend coverage of the constant hoisting pass."
by Juergen Ributzka
· 11 years ago
228c72a
[Constant Hoisting] Extend coverage of the constant hoisting pass.
by Juergen Ributzka
· 11 years ago
9bb9615
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
by Mark Seaborn
· 11 years ago
56210e6
Typo.
by Eric Christopher
· 11 years ago
8b97f00
Reapply DW_AT_low/high_pc patch:
by Eric Christopher
· 11 years ago
0b08718
llvm-profdata: Remove an empty comment
by Justin Bogner
· 11 years ago
0722280
Fix a few more grammatic errors in docs/TableGen/index.rst
by Eli Bendersky
· 11 years ago
f631e0b
Fix a couple of typos and an inaccurate description in the new TableGen doc
by Eli Bendersky
· 11 years ago
faec753
Remove dead and incorrect code.
by Rafael Espindola
· 11 years ago
b5a1fcc
Add comments from Eric's review of r204094.
by David Blaikie
· 11 years ago
31bd14f
R600: Remove unused method declaration.
by Matt Arsenault
· 11 years ago
1625937
Re-factor TableGen docs
by Renato Golin
· 11 years ago
25efa8a
Add a test for LowerInvoke that doesn't use "-enable-correct-eh-support"
by Mark Seaborn
· 11 years ago
ebf9f0c
[MIPS] Add cpu octeon and some instructions
by Kai Nacke
· 11 years ago
90844c4
[ASan] Add -asan-module to the ASan .ll tests.
by Alexander Potapenko
· 11 years ago
d68ef1a
[ASan] Do not instrument globals from the llvm.metadata section.
by Alexander Potapenko
· 11 years ago
37fb9b9
Provide an operand for microMIPS wait instruction.
by Zoran Jovanovic
· 11 years ago
3ac3e74
Implementation of microMIPS 16-bit instructions MOVE and JALR.
by Zoran Jovanovic
· 11 years ago
b71fd20
Mark alias symbols as microMIPS if necessary. Differential Revision: http://llvm-reviews.chandlerc.com/D3080
by Zoran Jovanovic
· 11 years ago
affc53d
[mips] Splitting up class definition from implementation.
by Matheus Almeida
· 11 years ago
471e0ba
Add llvm_unreachable after fully-covered switches to appease GCC
by Alexey Samsonov
· 11 years ago
6ee83c0
Test case for r204305.
by Craig Topper
· 11 years ago
d9a0abc
Object: Output .file symbols properly
by David Majnemer
· 11 years ago
b000c17
Object: Abstract out the determination of function line symbols
by David Majnemer
· 11 years ago
8bd2799
Object: Don't double-escape empty hexdata
by David Majnemer
· 11 years ago
9320b80
Reapply 'ARM IAS: support .thumb_set'
by Saleem Abdulrasool
· 11 years ago
badf4cb
[X86] Check return value of readSIB in disassembler so errors propagate. In particular this makes a too short instruction with a missing SIB byte fail.
by Craig Topper
· 11 years ago
19a3e9a
[ARM]Fix an assertion failure in A15SDOptimizer about DPair reg class by treating DPair as QPR.
by Hao Liu
· 11 years ago
0a70f9b
Look through variables when computing relocations.
by Rafael Espindola
· 11 years ago
5a8743e
Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."
by Eric Christopher
· 11 years ago
eb7dcd7
Support: Add postincrement and include guards to LineIterator
by Justin Bogner
· 11 years ago
f2a52c3
Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.
by Eric Christopher
· 11 years ago
925147c
R600/SI: Add unused LDS 2 form instructions.
by Matt Arsenault
· 11 years ago
e3620da
R600/SI: Add support for 64-bit LDS writes
by Matt Arsenault
· 11 years ago
62b3e22
R600/SI: Add support for 64-bit LDS loads.
by Matt Arsenault
· 11 years ago
6eaa492
R600/SI: Match i16 immediate offset of LDS instructions.
by Matt Arsenault
· 11 years ago
adf5141
R600/SI: Fix test checking wrong instruction operand.
by Matt Arsenault
· 11 years ago
9c0b2d0
R600/SI: Don't display the GDS bit.
by Matt Arsenault
· 11 years ago
6d17817
R600/SI: Merge offset0 and offset1 fields for single address DS instructions v2
by Matt Arsenault
· 11 years ago
875b3c9
COFF: Fix a typo
by David Majnemer
· 11 years ago
a2ff1c5
Fix comment (PR19188)
by Hans Wennborg
· 11 years ago
e7f8a0b
[mips] 80-column.
by Matheus Almeida
· 11 years ago
947fa5b
[mips] Making sure that a '.set noreorder' directive is correctly parsed
by Matheus Almeida
· 11 years ago
eef411a
Set debug info for instructions inserted in SplitBlockAndInsertIfThen.
by Evgeniy Stepanov
· 11 years ago
59ae729
Prune includes in X86 target.
by Craig Topper
· 11 years ago
6d19153
Object: Provide a richer means of describing auxiliary symbols
by David Majnemer
· 11 years ago
92c5a19
Object: Move auxiliary symbol definitions from llvm-readobj
by David Majnemer
· 11 years ago
75141e6
Object: Clean up COFF.h
by David Majnemer
· 11 years ago
695043f
llvm-profdata: Make "merge" into a subcommand.
by Justin Bogner
· 11 years ago
fb007bb
llvm-profdata: Update to use the naive text format with function hash
by Justin Bogner
· 11 years ago
94ec09a
Make the test harder by using a non-zero offset.
by Rafael Espindola
· 11 years ago
f7efbb1
When destroying a StringMap, just iterate over the map and destroy the contained elements. Don't reset them back to 0 as their values aren't needed any more. This results in ~StringMap() being mostly empty for POD types in BumpPtrAllocators
by Pete Cooper
· 11 years ago
025e94d
Revert "Add back r203962, r204028 and r204059."
by Rafael Espindola
· 11 years ago
56ce2f5
DebugInfo: Use the comp_dir of the referencing type units when building debug_line.dwo
by David Blaikie
· 11 years ago
21354ec
Expose "noduplicate" attribute as a property for intrinsics.
by Eli Bendersky
· 11 years ago
cae25dc
Object/COFF: Add function to check if section number is reserved one.
by Rui Ueyama
· 11 years ago
2c4507e
Move yet another test that requires ARM to an ARM test directory.
by NAKAMURA Takumi
· 11 years ago
ec8a856
Move tests that require ARM to an ARM test directory.
by Jim Grosbach
· 11 years ago
9ea770d
Fix use_iterator crash in ObjCArc from r203364
by Duncan P. N. Exon Smith
· 11 years ago
6d1980d
C++ style comments
by Jim Grosbach
· 11 years ago
c18837f
Tidy up. Update per naming conventions.
by Jim Grosbach
· 11 years ago
e133cd2
MachO: Emit a version-min load command when possible.
by Jim Grosbach
· 11 years ago
d55fc3f
Darwin: Add assembler directives to create version-min load commands.
by Jim Grosbach
· 11 years ago
802d815
MachO: Comment fields in the version_min load command.
by Jim Grosbach
· 11 years ago
Next »