Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
4d585624ebb50ff6dae91402180356c43aa9ed25
4d58562
sancov -not-covered-functions.
by Mike Aizatsky
· 10 years ago
90c2004
[WebAssembly] Add several more calling conventions to the supported list.
by Dan Gohman
· 10 years ago
d3e1404
don't repeat function names in comments; NFC
by Sanjay Patel
· 10 years ago
015255c
fix formatting; NFC
by Sanjay Patel
· 10 years ago
cd2103d
[CXX TLS calling convention] Add CXX TLS calling convention.
by Manman Ren
· 10 years ago
2a3cc32
[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry
by David Blaikie
· 10 years ago
6326d04
[WebAssembly] Give names to the callseq begin and end instructions.
by Dan Gohman
· 10 years ago
e0b2e5d
[WebAssembly] clang-format CallingConvSupported. NFC.
by Dan Gohman
· 10 years ago
1951dce
[WebAssembly] Factor out the list of supported calling conventions.
by Dan Gohman
· 10 years ago
0771e45
[WebAssembly] Check for more unsupported ABI flags.
by Dan Gohman
· 10 years ago
3bf2abe
[WebAssembly] Use SelectionDAG::getUNDEF. NFC.
by Dan Gohman
· 10 years ago
42a2b12
[Hexagon] Simplify LowerCONCAT_VECTORS, handle different types better
by Krzysztof Parzyszek
· 10 years ago
608d7b4
Modernize the C++ APIs for creating LTO modules.
by Rafael Espindola
· 10 years ago
e67b3e87
ARM/AArch64: update reference documentation.
by Tim Northover
· 10 years ago
fe8212f
[Hexagon] Using multiply instead of shift on signed number which can be UB
by Colin LeMahieu
· 10 years ago
c911998
[SystemZ] Bugfix: Don't add CC twice to new three-address instruction.
by Jonas Paulsson
· 10 years ago
a18156c
LEA code size optimization pass (Part 1): Remove redundant address recalculations, by Andrey Turetsky
by Alexey Bataev
· 10 years ago
e471c45
[AArch64] Clean up statistical profiling test
by Oliver Stannard
· 10 years ago
008021c
[asan] Fix dynamic allocas unpoisoning on PowerPC64.
by Yury Gribov
· 10 years ago
9ce890e
Revert "[BranchFolding] Merge MMOs during tail merge"
by Rafael Espindola
· 10 years ago
c6a202e
Move a call to getGlobalContext out of lib/LTO.
by Rafael Espindola
· 10 years ago
6d3f26e
[Orc] Fix Kaleidoscope example for change in r254693.
by Lang Hames
· 10 years ago
64649a7
[BranchFolding] Merge MMOs during tail merge
by Junmo Park
· 10 years ago
51540fb
[Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.
by Lang Hames
· 10 years ago
d8def4a
IR: Use format_hex instead of handrolling the conversion. NFC
by Justin Bogner
· 10 years ago
8061fe5
Revert "[llvm-profdata] Add support for weighted merge of profile data"
by Nathan Slingerland
· 10 years ago
d8ba62a
by Junmo Park
· 10 years ago
a9a96c1
Move llvm/test/CodeGen/Generic/function-alias.ll to X86. It is incompatible to PECOFF.
by NAKAMURA Takumi
· 10 years ago
c445f0f
[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
by Quentin Colombet
· 10 years ago
7adbf11
ScheduleDAGInstrs: Rework schedule graph builder.
by Matthias Braun
· 10 years ago
ae4aa8b
raw_ostream: << operator for callables with raw_ostream argument
by Matthias Braun
· 10 years ago
2012083
X86InstrInfo::copyPhysReg: workaround reg liveness
by JF Bastien
· 10 years ago
2cb4621
IR: Update a comment and a bool that've been out of date since 2012
by Justin Bogner
· 10 years ago
7579d3a
[PGO] Unify VP data format between raw and indexed profile (Reader)
by Xinliang David Li
· 10 years ago
cd7c95d
Fix function-alias.ll test on non-X86 targets.
by Evgeniy Stepanov
· 10 years ago
f015928
Simplify the error handling in llvm-lto a bit.
by Rafael Espindola
· 10 years ago
cb1cb45
Emit function alias to data as a function symbol.
by Evgeniy Stepanov
· 10 years ago
21aabda
Don't punish vectorized arithmetic instruction whose type will be split to multiple registers
by Cong Hou
· 10 years ago
b725085
[llvm-profdata] Add support for weighted merge of profile data
by Nathan Slingerland
· 10 years ago
7008dd7
[CodeGen] Minor correction to comment on PhysRegInfo.
by Kevin B. Smith
· 10 years ago
3425406
Simplify since this function never fails.
by Rafael Espindola
· 10 years ago
922e978
CodeGen peephole: fold redundant phys reg copies
by JF Bastien
· 10 years ago
c5aa4e7
AsmPrinter: Simplify emitting FP elements in sequential data. NFC
by Justin Bogner
· 10 years ago
e94b210
[WebAssembly] Fix dominance check for PHIs in the StoreResult pass
by Dan Gohman
· 10 years ago
add5c98
Revert "raw_ostream: << operator for callables with raw_stream argument"
by Matthias Braun
· 10 years ago
d8b19eb
[CMake] Fixing bots
by Chris Bieneman
· 10 years ago
2ffa666
[CMake] set_target_properties doesn't append link flags
by Chris Bieneman
· 10 years ago
68c9f5e
[Analysis] Become aware of MSVC's new/delete functions
by David Majnemer
· 10 years ago
bb300c5
raw_ostream: << operator for callables with raw_stream argument
by Matthias Braun
· 10 years ago
0956a12
[llvm-objdump] Use report_fatal_error() if we can't find a target.
by Davide Italiano
· 10 years ago
9f51f8f
[X86] Part 1 to fix x86-64 fp128 calling convention.
by Chih-Hung Hsieh
· 10 years ago
70e1c7b
[Hexagon] Adding shuffling resources for HVX instructions and tests for instruction encodings.
by Colin LeMahieu
· 10 years ago
03212a0
[RuntimeDyld] DenseMap -> std::unordered_map
by Keno Fischer
· 10 years ago
52c4f7d
Interface to attach maximum function count from PGO to module as module flags.
by Easwaran Raman
· 10 years ago
3a8af93
[X86] Put no-op ADJCALLSTACK markers around all dynamic lowerings
by Reid Kleckner
· 10 years ago
208ed9b
[CMake] Removing an unnecessary layer of variable indirection
by Chris Bieneman
· 10 years ago
5779341
Move branch folding test to a better location.
by Andrew Kaylor
· 10 years ago
44a7fca
Fix buildbot failures
by Andrew Kaylor
· 10 years ago
2272eac
Simplify test. NFC.
by Rafael Espindola
· 10 years ago
fd1c9c5
Test commit.
by Easwaran Raman
· 10 years ago
c4b843c
[WinEH] Avoid infinite loop in BranchFolding for multiple single block funclets
by Andrew Kaylor
· 10 years ago
0123bc6
[CMake] Add option LLVM_EXTERNALIZE_DEBUGINFO
by Chris Bieneman
· 10 years ago
d614812
dwarfdump: Correctly indentify the indicies for DWP records
by David Blaikie
· 10 years ago
1c14f28
[ThinLTO] Appending linkage fixes
by Teresa Johnson
· 10 years ago
83c3465
[Hexagon] Remove variable unused in NDEBUG build
by Krzysztof Parzyszek
· 10 years ago
23a903a
AArch64FastISel: Use cbz/cbnz to branch on i1
by Matthias Braun
· 10 years ago
5d94a27
Friendly takeover of the Hexagon backend
by Krzysztof Parzyszek
· 10 years ago
55c790e
[Hexagon] Implement CONCAT_VECTORS for HVX using V6_vcombine
by Krzysztof Parzyszek
· 10 years ago
44386ca
[Hexagon] NFC Using canonicalizePacket to compound/duplex/pad packets rather than doing it separately. This also ensures the integrated assembler path matches the assembly parser path.
by Colin LeMahieu
· 10 years ago
7fc4331
Simplify ValueMap handling.
by Rafael Espindola
· 10 years ago
695e5cc
[Hexagon] Fix instruction descriptor flags for memory access size
by Krzysztof Parzyszek
· 10 years ago
90ebc9e
Don't pass member variables to member functions. NFC.
by Rafael Espindola
· 10 years ago
927e4ae
Delete dead code.
by Rafael Espindola
· 10 years ago
3a64f19
[X86] MS inline asm: produce error when encountering "<type> ptr <reg name>"
by Marina Yatsina
· 10 years ago
1051eae
[mips][DSP] Add DSPr1 and DSPr2 tests for the standard encodings
by Zlatko Buljan
· 10 years ago
7ee142e
[X86] Add support for fcomip, fucomip for Intel syntax
by Marina Yatsina
· 10 years ago
e95d304
Fix class SCEVPredicate has virtual functions and accessible non-virtual destructor.
by Andy Gibbs
· 10 years ago
15766ec
[TableGen] Remove an assumption about the order of encodings in the MVT::SimpleValueType enum. Instead of assuming the types are sorted by size, scan the typeset arrays to find the smallest/largest type. NFC
by Craig Topper
· 10 years ago
d26f921
AMDGPU/SI: Emit constant arrays in the .hsrodata_readonly_agent section
by Tom Stellard
· 10 years ago
033f871
Revert "ScheduleDAGInstrs: Rework schedule graph builder."
by Matthias Braun
· 10 years ago
e3c21d3
clang-format FunctionImport after refactoring (NFC)
by Mehdi Amini
· 10 years ago
2d8142d
Rename Set variable to be plural
by Mehdi Amini
· 10 years ago
690d7b2
Refactor FunctionImporter::importFunctions with a helper function to process the Worklist (NFC)
by Mehdi Amini
· 10 years ago
8466bef
Adapt comment and rename variable in ModuleLinker to describe more accurately the actual use.
by Mehdi Amini
· 10 years ago
d4c7e11
Remove "ExportingModule" from ThinLTO Index (NFC)
by Mehdi Amini
· 10 years ago
c0ebe8e
Add a TODO item that the nop handling before FP conditional branches is
by Joerg Sonnenberger
· 10 years ago
c0a189c
ScheduleDAGInstrs: Rework schedule graph builder.
by Matthias Braun
· 10 years ago
26ddca1
RegisterPressure: Use range based for, fix else style; NFC
by Matthias Braun
· 10 years ago
aeaec5e
[PGO] Add v2 format compatibility test
by Xinliang David Li
· 10 years ago
51b567d
MC: Make sure to clear *all* of MCMachOStreamer's state
by Justin Bogner
· 10 years ago
4231469
[WebAssembly] Add a test for wasm-store-results pass
by Derek Schuff
· 10 years ago
66e256e
[WebAssembly] Assert that byval and nest are not used for return types.
by Dan Gohman
· 10 years ago
ff6afa9
Rename a header guard to be more appropriate
by David Majnemer
· 10 years ago
ce27c66
Forgot to add this file with r254562.
by David Majnemer
· 10 years ago
413d8cd
[Hexagon] Improve lowering of instructions to the MC layer
by Krzysztof Parzyszek
· 10 years ago
1114aa2
Move EH-specific helper functions to a more appropriate place
by David Majnemer
· 10 years ago
66c86b0
Fixup for r254547: use format_hex() to simplify code.
by Alexey Samsonov
· 10 years ago
4744e8b
Switch the linker to having a whitelist of GVs.
by Rafael Espindola
· 10 years ago
ba2d199
Libfuzzer: do not pass null into user function
by Mike Aizatsky
· 10 years ago
de60306
Use std::string instead of strdup() and free() in WinCodeViewLineTables
by Reid Kleckner
· 10 years ago
Next »