Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm
/
37b154c1753ac709431f11bb74f0444bc804be0e
37b154c
R600/SI: Use REG_SEQUENCE instead of INSERT_SUBREGs
by Matt Arsenault
· 11 years ago
2220408
Support REG_SEQUENCE in tablegen.
by Matt Arsenault
· 11 years ago
1ac6c45
Fix typo
by Matt Arsenault
· 11 years ago
dcd2a82
Fix missing C++ mode comment
by Matt Arsenault
· 11 years ago
eaa221a
Re-commit r221056 and others with fix, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
by Daniel Sanders
· 11 years ago
0a6665e
Revert r221096 bringing back r221014 with a fix.
by Rafael Espindola
· 11 years ago
a0ef0e7
[cmake] Pass -O3 when linking.
by Rafael Espindola
· 11 years ago
e82f417
Revert r221014: "Refactor duplicated code in liking GlobalValues."
by Chandler Carruth
· 11 years ago
e8e0fcf
Formatting
by David Blaikie
· 11 years ago
67177d3
Add DwarfUnit::isDwoUnit and use it to generalize string creation
by David Blaikie
· 11 years ago
1fcc568
Remove the last mention of LineTablesOnly from DwarfUnit, sinking it into DwarfCompileUnit
by David Blaikie
· 11 years ago
c28e37e
Sink DwarfUnit::applySubprogramAttributesToDefinition into DwarfCompileUnit
by David Blaikie
· 11 years ago
01d89ee
Use Alias Analysis to hoist 2 loads from diamond to the common predecessor basic block.
by Elena Demikhovsky
· 11 years ago
c821f87
Sink DwarfUnit::addExpr into DwarfCompileUnit
by David Blaikie
· 11 years ago
3c2838f
Fix the build from the last commit
by David Blaikie
· 11 years ago
9aa32f9
Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
by David Blaikie
· 11 years ago
51af354
Sink DwarfUnit::addLocationList down into DwarfCompileUnit
by David Blaikie
· 11 years ago
1ce60ab
Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
by David Blaikie
· 11 years ago
9e4cbe6
Push DwarfUnit::addAddress down into DwarfCompileUnit
by David Blaikie
· 11 years ago
f5dd438
Sink DwarfUnit::addVariableAddress into DwarfCompileUnit since type units don't have variables
by David Blaikie
· 11 years ago
21cd65ac
DebugInfo: Sink accelerator table lists down (GlobalNames/Types) into DwarfCompileUnit
by David Blaikie
· 11 years ago
5ede090
Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName
by David Blaikie
· 11 years ago
1808f3e
Revert r221056 and others, "[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC."
by NAKAMURA Takumi
· 11 years ago
7f0ed39
DebugInfo: Refactor index type DIE initialization by rolling it into the accessor
by David Blaikie
· 11 years ago
91ff6eb
Be sure to initialize DwarfCompileUnit::LabelBegin now that it may be skipped in initSection
by David Blaikie
· 11 years ago
3ee898c
Don't bother creating LabelBegin for .dwo units
by David Blaikie
· 11 years ago
79e72dd
Docs: update va_arg example with valid x86_64 va_list type.
by Tim Northover
· 11 years ago
d998d1c
Drop DwarfCompileUnit::getLocalLabel* in favor of just mapping through the skeleton explicitly.
by David Blaikie
· 11 years ago
da53f1e
Sink DwarfUnit::LabelBegin down into DwarfCompileUnit since that's the only place it's needed.
by David Blaikie
· 11 years ago
58913d5
Update test to use llvm-readobj. NFC.
by Rafael Espindola
· 11 years ago
5e8ee21
Sink dwarf unit length emission down into DwarfUnit::emitHeader
by David Blaikie
· 11 years ago
d457d52
Test 221067 in a fixed-target test so as not to fail on targets with different DWARF encodings
by David Blaikie
· 11 years ago
fc09520
Fix the build of the gold plugin.
by Rafael Espindola
· 11 years ago
ed297ab
InstCombine: Don't assume that m_ZExt matches an Instruction
by David Majnemer
· 11 years ago
9f15bb3
Remove test coverage added in 221067 due to it being non-portable.
by David Blaikie
· 11 years ago
8ff4876
Remove DwarfUnit::LabelEnd in favor of computing the length of the section directly
by David Blaikie
· 11 years ago
33e0758
Sink DwarfUnit::SectionSym into DwarfCompileUnit as it's only needed/used there.
by David Blaikie
· 11 years ago
cfe761c
Renamed CCState members that appear to misspell 'Processed' as 'Proceed'. NFC.
by Daniel Sanders
· 11 years ago
b2dae39
Make DwarfCompileUnit::Skeleton more narrowly typed (DwarfCompileUnit* instead of DwarfUnit*) now that it's specific to DwarfCompileUnit anyway.
by David Blaikie
· 11 years ago
ea8769c
[mips] Move all ByVal handling into CCState and tablegen-erated code. NFC.
by Daniel Sanders
· 11 years ago
73d60e6
[mips] Fix unused variable warning introduced in r221056
by Daniel Sanders
· 11 years ago
d1bb2d1
[mips] Remove ByValArgInfo::Address in favour of CCValAssign::getMemLocOffset(). NFC.
by Daniel Sanders
· 11 years ago
61d2d3d
[mips] Move F128 argument handling into MipsCCState as we did for returns. NFC.
by Daniel Sanders
· 11 years ago
4e35ac1
Sink DwarfUnit::Skeleton down into DwarfCompileUnit
by David Blaikie
· 11 years ago
20dc677
[mips] Remove MipsCC::CCInfo. NFC.
by Daniel Sanders
· 11 years ago
f814c64
[mips] Removed MipsCC::fixedArgFn(). NFC
by Daniel Sanders
· 11 years ago
5e4b155
[tablegen] Add CustomCallingConv and use it to tablegen-erate the outermost parts of the Mips O32 implementation
by Daniel Sanders
· 11 years ago
153cd65
Sink DwarfDebug::AbstractSPDies down into DwarfFile
by David Blaikie
· 11 years ago
5793838
Remove redundant calls to isMaterializable.
by Rafael Espindola
· 11 years ago
e2add43
Revert r221048 - Test commit
by Daniel Sanders
· 11 years ago
211ed6d
Test commit
by Daniel Sanders
· 11 years ago
5179f70
[JIT] Fix some more missing endian conversions in RuntimeDyld
by Daniel Sanders
· 11 years ago
6128ca9
[CMake] llvm-profdata requires Core.
by NAKAMURA Takumi
· 11 years ago
f74443e
InstCombine: Combine (X+cst) < 0 --> X < -cst
by David Majnemer
· 11 years ago
666a513
IR: Restore the old behavior of getDISubprogram
by David Majnemer
· 11 years ago
bdec4ae
Revert "Temporarily revert r220777 to sort out build bot breakage."
by Adrian Prantl
· 11 years ago
5ea912a
Revert r220779, "[AVX512] Removed special case for cmp instructions in getVectorMaskingNode. Now cmp intrinsics lower as other intrinsics through VSELECT, and then VSELECT tranforms to AND in PerformSELECTCombine."
by NAKAMURA Takumi
· 11 years ago
db5d201
Remove unused function
by David Blaikie
· 11 years ago
b1494f1
And... fix the build some more.
by David Blaikie
· 11 years ago
a49cbec
Just iterate the DwarfCompileUnits rather than trying to filter them out of the list of all units.
by David Blaikie
· 11 years ago
bf29eb3
Add '*' to auto variable that is a pointer, as per the coding conventions.
by David Blaikie
· 11 years ago
9657de5f
Add show and merge tools for sample PGO profiles.
by Diego Novillo
· 11 years ago
e542d91
Add DwarfCompileUnit::getSkeleton that returns DwarfCompileUnit* to avoid having to cast from DwarfUnit* on every call.
by David Blaikie
· 11 years ago
a4e1564
Temporarily revert r220777 to sort out build bot breakage.
by Adrian Prantl
· 11 years ago
b2187ed
IR: MDNode => Value: Instruction::getAllMetadata()
by Duncan P. N. Exon Smith
· 11 years ago
3a84a63
IR: MDNode => Value: Instruction::getMetadata()
by Duncan P. N. Exon Smith
· 11 years ago
9ed4497
IR: MDNode => Value: Add Instruction::getMDNode()
by Duncan P. N. Exon Smith
· 11 years ago
8d2e511
Revert "R600: Add missing file to CMakeLists.txt"
by Reid Kleckner
· 11 years ago
a5607fb
Revert "R600: Make sure to inline all internal functions"
by Reid Kleckner
· 11 years ago
e1a4787
Work around bugs in MSVC "14" CTP 3's conversion logic
by Reid Kleckner
· 11 years ago
9f86b43
Refactor duplicated code in liking GlobalValues.
by Rafael Espindola
· 11 years ago
fc46c68
Define LLVM_NOEXCEPT with MSVC 14 CTP 3 or newer
by Reid Kleckner
· 11 years ago
57c911e
Suppress MSVC's equivalent of -Wshadow warnings
by Reid Kleckner
· 11 years ago
54a86b3
Sink some of DwarfDebug::collectDeadVariables down into DwarfCompileUnit.
by David Blaikie
· 11 years ago
cf19403
Correctly update dom-tree after loop vectorizer.
by Michael Zolotukhin
· 11 years ago
021153f
Sink most of DwarfDebug::constructAbstractSubprogramScopeDIE into DwarfCompileUnit
by David Blaikie
· 11 years ago
03fb370
R600: Add IPO to the list of required libraries
by Tom Stellard
· 11 years ago
7b8ba81
[Object] Modify OwningBinary's interface to separate inspection from ownership.
by Lang Hames
· 11 years ago
7dd15e6
R600: Add missing file to CMakeLists.txt
by Tom Stellard
· 11 years ago
b5c8650
R600: Don't promote allocas when one of the users is a ptrtoint instruction
by Tom Stellard
· 11 years ago
5d6cee5
R600: Make sure to inline all internal functions
by Tom Stellard
· 11 years ago
da8d558
IR: Instruction::setMetadata() should use cast_or_null
by Duncan P. N. Exon Smith
· 11 years ago
815275f
IR: MDNode => Value: Instruction::setMetadata()
by Duncan P. N. Exon Smith
· 11 years ago
2d32816
[PowerPC] Initial VSX intrinsic support, with min/max for vector double
by Bill Schmidt
· 11 years ago
b9ce924
[AArch64] Check Dest Register Liveness in CondOpt pass.
by Chad Rosier
· 11 years ago
854432d
[asan] do not treat inline asm calls as indirect calls
by Kostya Serebryany
· 11 years ago
9b6ca93
[CodeGenPrepare] Move extractelement close to store if they can be combined.
by Quentin Colombet
· 11 years ago
9607695
[asan] fix caller-calee instrumentation to emit new cache for every call site
by Kostya Serebryany
· 11 years ago
e05a7e1
Remove the wrongly named and now empty Ocaml directory
by Justin Bogner
· 11 years ago
c700c4d
Update the non-pthreads fallback for RWMutex on Unix
by David Blaikie
· 11 years ago
07c3753
Unify and update link-messages.ll and redefinition.ll. NFC.
by Rafael Espindola
· 11 years ago
7d26b99
Correct assert text from r220923
by David Blaikie
· 11 years ago
2105bd0
Mark a few variables const. NFC.
by Rafael Espindola
· 11 years ago
65e4532
[CMake] llvm/examples: Update libdeps for unoptimized builds.
by NAKAMURA Takumi
· 11 years ago
66d3a86
[AArch64] CondOpt pass is missing FCMP instructions when searching backward for
by Chad Rosier
· 11 years ago
8cff277
[SCEV] Improve Scalar Evolution's use of no {un,}signed wrap flags
by Bradley Smith
· 11 years ago
8a9c531
[PowerPC] Load BlockAddress values from the TOC in 64-bit SVR4 code
by Ulrich Weigand
· 11 years ago
42187d2
[OCaml] Ensure consistent naming.
by Peter Zotov
· 11 years ago
ced3d17
[OCaml] Rework Llvm_executionengine using ctypes.
by Peter Zotov
· 11 years ago
130901d
Move an input file to Inputs instead of using RUN: true.
by Rafael Espindola
· 11 years ago
Next »