Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
d9dffa6b3cd91e3acf6961b8b56924abd21d7147
d9dffa6
Allow constfolding of llvm.sin.* and llvm.cos.* intrinsics
by Karthik Bhat
· 10 years ago
78cca47
Revert r241621, "[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that was already partially working."
by NAKAMURA Takumi
· 10 years ago
54a2768
llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast
by Adrian Prantl
· 10 years ago
7bcdaa6
Remove IsLittleEndian from TargetLowering and redirect to DataLayout
by Mehdi Amini
· 10 years ago
564bfad
Redirect DataLayout from TargetMachine to Module in SjLjEHPrepare
by Mehdi Amini
· 10 years ago
39ee70c
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
by Reid Kleckner
· 10 years ago
c845b4d
Redirect DataLayout from TargetMachine to Module in StackProtector
by Mehdi Amini
· 10 years ago
aa0d6db
MIR Printer: Use a module slot tracker to print global address operands. NFC.
by Alex Lorenz
· 10 years ago
4fe74ca
[WinEH] Add localaddress intrinsic instead of using frameaddress
by Reid Kleckner
· 10 years ago
39fe552
Add more nvcasts
by Arnold Schwaighofer
· 10 years ago
8ef6f1e
[WebAssembly] Set the scheduling preference.
by Dan Gohman
· 10 years ago
8f32e5f
Rename llvm.frameescape and llvm.framerecover to localescape and localrecover
by Reid Kleckner
· 10 years ago
b99ee32
[llvm-objdump] Print the call target next to the instruction
by David Majnemer
· 10 years ago
dd5fd54
fix typo; NFC
by Sanjay Patel
· 10 years ago
cd91349
Fix comment typo. NFC
by Jonathan Roelofs
· 10 years ago
78bc254
MIR Serialization: Serialize the 'dead' register machine operand flag.
by Alex Lorenz
· 10 years ago
f334580
Minor updates to gitignore so that symlinks are ignored in the projects dir.
by Chris Bieneman
· 10 years ago
651c390
[CMake] Cleanup tools/CMakeLists.txt to take advantage of the auto-registration that was already partially working.
by Chris Bieneman
· 10 years ago
2b88d93
Add CHECK lines to test case
by Arnold Schwaighofer
· 10 years ago
298a718
Redirect DataLayout from TargetMachine to Module in SelectionDAG
by Mehdi Amini
· 10 years ago
51f5a1a
Don't pass a null pointer to memcpy.
by Rafael Espindola
· 10 years ago
0148a4c
Revert "Revert r241570, it caused PR24053"
by David Majnemer
· 10 years ago
a777964
Redirect DataLayout from TargetMachine to Module in GlobalMerge
by Mehdi Amini
· 10 years ago
d888ac4
Redirect DataLayout from TargetMachine to Module in CodeGen Prepare
by Mehdi Amini
· 10 years ago
26a2a4b
Redirect DataLayout from TargetMachine to Module in FastISel
by Mehdi Amini
· 10 years ago
f869ca8
Add a pattern for a nvcast from v2f64 -> v4f32
by Arnold Schwaighofer
· 10 years ago
33c4d68
Redirect DataLayout from TargetMachine to Module in MachineFunction
by Mehdi Amini
· 10 years ago
d0c71cf
Use default member initializers to deduplicate code in X86MachineFunctionInfo, NFC
by Reid Kleckner
· 10 years ago
5165258
Fix the -DBUILD_SHARED_LIBS=ON build.
by Rafael Espindola
· 10 years ago
ddc6f0a
MIR Parser: wrap 'MBBSlots' from the MI parsing functions in a struct. NFC.
by Alex Lorenz
· 10 years ago
7b7c81c
Delete UnknownAddress. It is a perfectly valid symbol value.
by Rafael Espindola
· 10 years ago
9327084
Simplify by passing in the section of the symbol. NFC.
by Rafael Espindola
· 10 years ago
1a2abd4
Revert r241570, it caused PR24053
by Nico Weber
· 10 years ago
70bb40b
[Hexagon] Fix unused variable warnings in NDEBUG build caused by r241595
by Krzysztof Parzyszek
· 10 years ago
9fb4897
Fix bug in test-release.sh where the script would not exit if any
by Dan Liew
· 10 years ago
db38d76
[WinEH] Add a report_fatal_error for 32-bit stack realignment
by Reid Kleckner
· 10 years ago
41e59a6
[Hexagon] Implement bit-tracking facility with specifics for Hexagon
by Krzysztof Parzyszek
· 10 years ago
9ca3a03
Common symbols don't have a value.
by Rafael Espindola
· 10 years ago
08c4cbe
use range-based for loops; NFCI
by Sanjay Patel
· 10 years ago
75a855e
Fix test case to unbreak build.
by Akira Hatanaka
· 10 years ago
8b3aaab
Common symbols are not undefined, at least for ObjectFile.
by Rafael Espindola
· 10 years ago
6b24d0a
Simplify, NFC.
by Rafael Espindola
· 10 years ago
2822246
[IR] Make getFirstNonPHI return null if the BB is empty
by David Majnemer
· 10 years ago
2b4a535
Fix gcc warnings of different enum and non-enum types in ternaries
by Denis Protivensky
· 10 years ago
a744879
[ARM] Define a subtarget feature and use it to decide whether long calls should
by Akira Hatanaka
· 10 years ago
6304789
Fix \param in r241472. [-Wdocumentation]
by NAKAMURA Takumi
· 10 years ago
d0ef9f3
MIR Parser: Verify the implicit machine register operands.
by Alex Lorenz
· 10 years ago
b062a9b
[StackMap Liveness] Calling the base class' getAnalysisUsage method. NFCI.
by Juergen Ributzka
· 10 years ago
083b791
[StackMap Liveness] No need to cache the MachineFunction. NFC.
by Juergen Ributzka
· 10 years ago
32f3dc4
[Triple] Add a helper to switch between big/little endian variants
by Benjamin Kramer
· 10 years ago
34be804
Make UnitTestMain/TestMain.cpp free from llvm/Config/config.h.
by NAKAMURA Takumi
· 10 years ago
0b1bc70
[FaultMaps] Add statistic to count the # of implicit null checks.
by Sanjoy Das
· 10 years ago
4214e96
[WebAssembly] Create a CodeGen unittest directory.
by Dan Gohman
· 10 years ago
4ec0f60
MIR Serialization: Serialize the implicit register flag.
by Alex Lorenz
· 10 years ago
ddf4c98
Remove JumpInstrTableInfo.h as it is no longer used.
by Eric Christopher
· 10 years ago
315fd86
[X86][AVX] Add support for shuffle decoding of vperm2f128/vperm2i128 with zero'd lanes
by Simon Pilgrim
· 10 years ago
75a2ce3
[x86] extend machine combiner reassociation optimization to SSE scalar adds
by Sanjay Patel
· 10 years ago
6970be0
[X86][SSE] Vectorized i64 uniform constant SRA shifts
by Simon Pilgrim
· 10 years ago
610992b
WebAssembly: add some TODO
by JF Bastien
· 10 years ago
fa2ca74
llvm-nm: treat weak undefined as undefined.
by Rafael Espindola
· 10 years ago
1249487
[WinEH] Add some test cases I forgot to add to previous commits
by Reid Kleckner
· 10 years ago
e233704
[WinEH] Insert the EH code load before the block terminator
by Reid Kleckner
· 10 years ago
3ecdd44
[X86][SSE4A] Shuffle lowering using SSE4A EXTRQ/INSERTQ instructions
by Simon Pilgrim
· 10 years ago
ecb00f4
[X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN opcodes and remove the X86 implementation
by Simon Pilgrim
· 10 years ago
4bde0fa
[TwoAddressInstructionPass] Rename a variable to match the coding style.
by Quentin Colombet
· 10 years ago
9c3967d
Swap operands instead of using !.
by Rafael Espindola
· 10 years ago
40b3496
When sorting by address, undefined symbols go first.
by Rafael Espindola
· 10 years ago
be2ff7b
Reduce code duplication. NFC.
by Rafael Espindola
· 10 years ago
f0101b2
[llvm-extract] Drop comdats from declarations
by Reid Kleckner
· 10 years ago
e473de2
Fix printing of common symbols.
by Rafael Espindola
· 10 years ago
edfa571
llc: Add a 'run-pass' option.
by Alex Lorenz
· 10 years ago
b560f9c
AMDGPU: Run SIInsertWaits as pre-emit pass
by Matt Arsenault
· 10 years ago
96fe919
Change the last few internal StringRef triples into Triple objects.
by Daniel Sanders
· 10 years ago
9d4ce7c
DIBuilder: Don't rauw null pointers with empty arrays in finalize().
by Adrian Prantl
· 10 years ago
24a1fec
Where Triple has a suitable predicate, use it rather than the enum values. NFC.
by Daniel Sanders
· 10 years ago
a71390f
use range-based for loops; NFCI
by Sanjay Patel
· 10 years ago
3d41fcb
Resubmit "Add new EliminateAvailableExternally module pass" (r239480)
by Teresa Johnson
· 10 years ago
e91246a
Use an early exit in DIBuilder::finalize() to improve readability.
by Adrian Prantl
· 10 years ago
a566afc
Use the correct DIArray types in DICompileUnit::replace*().
by Adrian Prantl
· 10 years ago
98d447c
use range-based for loops; NFCI
by Sanjay Patel
· 10 years ago
6fe7aca
AMDGPU/SI: Add debugging subtarget feature for DS offsets
by Matt Arsenault
· 10 years ago
067b86f
[Sparc] Add more instruction aliases.
by James Y Knight
· 10 years ago
d32974f
[Sparc] Add support for flush instruction.
by James Y Knight
· 10 years ago
297f505
Simplify. NFC.
by Rafael Espindola
· 10 years ago
a46a5bf
Simplify. NFC.
by Rafael Espindola
· 10 years ago
078442e
Inline function into single use. NFC.
by Rafael Espindola
· 10 years ago
c2966a3
Remove getRelocationAddress.
by Rafael Espindola
· 10 years ago
ac24465
Fix a bug in the A57FPLoadBalancing register tracking/scavenger.
by Chad Rosier
· 10 years ago
1599469
Check that COFF .obj files have sections with zero virtual address spaces.
by Rafael Espindola
· 10 years ago
ff55c29
[X86][SSE] Added missing stack folding test for SQRTSD and SQRTSS instructions.
by Simon Pilgrim
· 10 years ago
169ee33
[X86][AVX512] Multiply Packed Unsigned Integers with Round and Scale pmulhrsw
by Asaf Badouh
· 10 years ago
d095a75
[Mips] Add support for MCJIT for MIPS32r6
by Petar Jovanovic
· 10 years ago
a25ee39
Fix handling of ELF::R_MIPS_32 on Mips64.
by Rafael Espindola
· 10 years ago
fade2f7
[TableGen] Change a couple methods to return an ArrayRef instead of a const std::vector reference. NFC
by Craig Topper
· 10 years ago
757b251
Make this test a bit more interesting.
by Rafael Espindola
· 10 years ago
80f927c
Untabify.
by NAKAMURA Takumi
· 10 years ago
ff7b255
change CHECK to CHECK-LABEL for more precision
by Sanjay Patel
· 10 years ago
a92598d
remove unnecessary test specifications
by Sanjay Patel
· 10 years ago
050a899
minimize test case and remove unnecessary opt passes
by Sanjay Patel
· 10 years ago
2a1f755
remove unnecessary temp variable; NFCI
by Sanjay Patel
· 10 years ago
Next »