Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_llvm80
/
c462db6d66e683fb837c03d661483106a869a407
c462db6
Revert "Revert "PR14606: debug info imported_module support""
by David Blaikie
· 12 years ago
80a1caa
Convert windows line endings to linux/unix line endings.
by Craig Topper
· 12 years ago
955d1e9
Fix indentation. No functional change.
by Craig Topper
· 12 years ago
efa703d
Put 'else' on same line as preceding curly brace per coding standards. No functional change.
by Craig Topper
· 12 years ago
007b40f
Remove an unreachable 'break' following a 'return'.
by Craig Topper
· 12 years ago
0cb1019
Legalize vector truncates by parts rather than just splitting.
by Jim Grosbach
· 12 years ago
5eabdf2
ARM: Split out cost model vcvt testcases.
by Jim Grosbach
· 12 years ago
ddb14ce
Passing arguments to varags functions under the SPARC v9 ABI.
by Jakob Stoklund Olesen
· 12 years ago
1e48093
Tidy up comment grammar.
by Jim Grosbach
· 12 years ago
2c6b5a8
Fix the SETHIimm pattern for 64-bit code.
by Jakob Stoklund Olesen
· 12 years ago
94a720c
Remove unused, undefined ArgFlagsTy::getArgFlagsString; add a comment about 'returned'
by Stephen Lin
· 12 years ago
d81a0de
SROA: Don't crash on a select with two identical operands.
by Benjamin Kramer
· 12 years ago
54d9a3e
Revert "SimplifyCFG: If convert single conditional stores"
by Arnold Schwaighofer
· 12 years ago
c3a9301
ARM: fix part of test which actually needed an asserts build
by Tim Northover
· 12 years ago
4cc1407
ARM: Use ldrd/strd to spill 64-bit pairs when available.
by Tim Northover
· 12 years ago
7aad829
Remove the executable bit on cmake files
by Sylvestre Ledru
· 12 years ago
b86dff8
SLPVectorize: Add support for vectorization of casts.
by Nadav Rotem
· 12 years ago
bd65805
SLPVectorizer: Fix a bug in the code that scans the tree in search of nodes with multiple users.
by Nadav Rotem
· 12 years ago
899b2f9
[objc-arc] Cleaned up tail-call-invariant-enforcement.ll.
by Michael Gottesman
· 12 years ago
bf9cac7
[objc-arc] Check that objc-arc-expand properly handles all strictly forwarding calls and does not touch calls which are not strictly forwarding (i.e. objc_retainBlock).
by Michael Gottesman
· 12 years ago
755aabc
[objc-arc] Renamed the test file clang-arc-used-intrinsic-removed-if-isolated.ll -> intrinsic-use-isolated.ll to match the other test file intrinsic-use.ll.
by Michael Gottesman
· 12 years ago
d868af7
Remove tbaa metadata.
by Bill Wendling
· 12 years ago
fca9d95
When we strength reduce an objc_retainBlock call to objc_retain, increment NumPeeps and make sure that Changed is set to true.
by Michael Gottesman
· 12 years ago
8c87177
Fixed comment typo.
by Michael Gottesman
· 12 years ago
d4adf8a
[objc-arc] Fixed typo in debug message.
by Michael Gottesman
· 12 years ago
ee37359
[objc-arc] Fixed comment typo.
by Michael Gottesman
· 12 years ago
9f2b618
[objc-arc] Refactored OptimizeReturns so that it uses continue instead of a large multi-level nested if statement.
by Michael Gottesman
· 12 years ago
7e48a92
[objc-arc] Added debug statement saying when we are resetting a sequence's progress.
by Michael Gottesman
· 12 years ago
da8768b
Compile varargs functions for SPARCv9.
by Jakob Stoklund Olesen
· 12 years ago
4f38e16
Fix PR15800. Do not try to vectorize vectors and structs.
by Nadav Rotem
· 12 years ago
f7af198
SimplifyCFG: If convert single conditional stores
by Arnold Schwaighofer
· 12 years ago
335dd0d
ARM: don't add FrameIndex offset for LDMIA (has no immediate)
by Tim Northover
· 12 years ago
bf9fba9
recommit tests
by Nuno Lopes
· 12 years ago
514d514
Minor renaming of tests (for consistency with an in-development patch)
by Stephen Lin
· 12 years ago
75f0138
AArch64: remove useless comment
by Tim Northover
· 12 years ago
b0aeb3e
Move 'kw_align' case to proper section, reorganize function attribute keyword case statements to be consistent with r179119
by Stephen Lin
· 12 years ago
8b71994
Remove unused ShouldFoldAtomicFences flag.
by Tim Northover
· 12 years ago
6265d5c
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
by Tim Northover
· 12 years ago
972b26b
Remove dead code.
by Rafael Espindola
· 12 years ago
d9f82b7
Don't litter .s files in test directory.
by Benjamin Kramer
· 12 years ago
d760c08
VecUtils: Clean up uses of dyn_cast.
by Benjamin Kramer
· 12 years ago
6fe5cc4
SLPVectorizer: Strength reduce SmallVectors to ArrayRefs.
by Benjamin Kramer
· 12 years ago
cd94971
SLPVectorizer: Reduce the compile time by eliminating the search for some of the more expensive patterns. After this change will only check basic arithmetic trees that start at cmpinstr.
by Nadav Rotem
· 12 years ago
444e33e
refactor tryToVectorizePair to a new method that supports vectorization of lists.
by Nadav Rotem
· 12 years ago
d7e8cce
Fix an unused variable warning.
by Nadav Rotem
· 12 years ago
1d2ad83
SLPVectorizer: Improve the cost model for loop invariant broadcast values.
by Nadav Rotem
· 12 years ago
ef332b1
Report the number of stores that were found in the debug message.
by Nadav Rotem
· 12 years ago
2aaa269
Fix the header comment.
by Nadav Rotem
· 12 years ago
fbcaf59
Use 64bit arithmetic for calculating distance between pointers.
by Nadav Rotem
· 12 years ago
abe64dc
Move PPC getSwappedPredicate for reuse
by Hal Finkel
· 12 years ago
456ca04
Add CodeGen support for functions that always return arguments via a new parameter attribute 'returned', which is taken advantage of in target-independent tail call opportunity detection and in ARM call lowering (when placed on an integral first parameter).
by Stephen Lin
· 12 years ago
5c34e08
Allow tail call opportunity detection through nested and/or multiple iterations of extractelement/insertelement indirection
by Stephen Lin
· 12 years ago
d0ec6dd
These can be void.
by Rafael Espindola
· 12 years ago
daf0f44
Rename obj2yaml local namespace to avoid conflicts with llvm::yaml.
by Rafael Espindola
· 12 years ago
9e39d0b
Remove local namespace yaml to avoid confusion with llvm::yaml.
by Rafael Espindola
· 12 years ago
da177ce
Small obj2yaml cleanups.
by Rafael Espindola
· 12 years ago
f59a2a8
Remove COFFYAML::Header.
by Rafael Espindola
· 12 years ago
69394f2
Test commit
by Stephen Lin
· 12 years ago
462123f
Simplify the code in FastISel::tryToFoldLoad, add an assertion and fix a comment.
by Eli Bendersky
· 12 years ago
97a62bf
[mips] Instruction selection patterns for DSP-ASE vector shifts.
by Akira Hatanaka
· 12 years ago
24a5f30
MergeFunc: Make pointer and integer types generate the same hash.
by Benjamin Kramer
· 12 years ago
df0d185
Make variable match any name.
by Bill Wendling
· 12 years ago
75299e3
Move TryToFoldFastISelLoad to FastISel, where it belongs. In general, I'm
by Eli Bendersky
· 12 years ago
2a8bea7
ArrayRefize getMachineNode(). No functionality change.
by Michael Liao
· 12 years ago
87c1e42
Fix PPC optimizeCompareInstr swapped-sub argument handling
by Hal Finkel
· 12 years ago
a58d67a
Add an MRI::verifyUseLists() function.
by Jakob Stoklund Olesen
· 12 years ago
03494e0
Use dbgs() consistently for -debug printouts
by Eli Bendersky
· 12 years ago
7a7e83a
Remove COFFYAML::Relocation.
by Rafael Espindola
· 12 years ago
9c32678
Try explicitly setting the target triple to see if this gets it to pass on ARM.
by Bill Wendling
· 12 years ago
8caffc1
Do not mangle in MS-way the globals with magic \001 in the name.
by Anton Korobeynikov
· 12 years ago
a317eb8
Make test slightly more readable.
by Bill Wendling
· 12 years ago
bb41803
Add a testcase to make sure we generate the proper compact unwind section for a function that cannot produce a compact unwind encoding.
by Bill Wendling
· 12 years ago
d717e20
LoopVectorizer: Use matcher from PatternMatch.h for the min/max patterns
by Arnold Schwaighofer
· 12 years ago
09b7981
80-col fixup.
by Eric Christopher
· 12 years ago
32dc092
Reformat and nuke trailing whitespace.
by Eric Christopher
· 12 years ago
2f445be
Rename ClassType to the more accurate UnderlyingType and document its purpose.
by Adrian Prantl
· 12 years ago
4acef77
[ms-inline asm] Make code layout more canonical with iniline asm handled last.
by Chad Rosier
· 12 years ago
76bb21b
Attempt to pacify this test for the buildbots.
by Chad Rosier
· 12 years ago
f530aff
[mips] First patch which adds support for micromips.
by Akira Hatanaka
· 12 years ago
8d99ec5
[mips] Fix InstAlias of XOR and OR macros. Set EmitAlias flag and change
by Akira Hatanaka
· 12 years ago
e43624e
[ms-inline asm] Refactor the parsing of identifiers. No functional change
by Chad Rosier
· 12 years ago
f341dac
Add test to make sure that a int-to-ptr can be merged correctly.
by Bill Wendling
· 12 years ago
d386843
[ms-inline asm] Remove these asserts. C++ variables that use namespace
by Chad Rosier
· 12 years ago
3031ac0
[ms-inline asm] Move this variable into the scope in which it is used.
by Chad Rosier
· 12 years ago
fea1f8e
[ms-inline asm] Make this a hard error.
by Chad Rosier
· 12 years ago
eb733d2
ConstantFolding: ComputeMaskedBits wants the scalar size for vectors.
by Benjamin Kramer
· 12 years ago
89ab4e4
[ms-inline asm] Cleanup the dot operator implementation.
by Chad Rosier
· 12 years ago
d3af696
ARM: Permit "sp" in ARM variant of STREXD instructions
by Tim Northover
· 12 years ago
143d223
refactor the struct byte swapping to a helper function.
by Rafael Espindola
· 12 years ago
baecbb8
Only run the tests in test/Object/ARM if we have ARM support.
by Rafael Espindola
· 12 years ago
e94e4ca
Attributes: Don't print trailing whitespace on the function attribute comment.
by Benjamin Kramer
· 12 years ago
db5f927
Don't read one command past the end.
by Rafael Espindola
· 12 years ago
4521019
ARM: permit "sp" in ARM variants of MOVW/MOVT instructions
by Tim Northover
· 12 years ago
a7e3701
Revert 179826. Tests were worthless.
by Jakub Staszak
· 12 years ago
41201ed
Revert "PR14606: debug info imported_module support"
by Eric Christopher
· 12 years ago
bcb8136
PR14606: debug info imported_module support
by David Blaikie
· 12 years ago
6436227
Add support for index resources (for a SlotIndex) to be relinquished.
by Lang Hames
· 12 years ago
0ee1700
Use 'array_lengthof' as possible to avoid magic numbers
by Michael Liao
· 12 years ago
48b809e
R600: Add pattern for the BFI_INT instruction
by Tom Stellard
· 12 years ago
ae2a892
R600/SI: Use InstFlag for VOP3 modifier operands
by Tom Stellard
· 12 years ago
Next »