Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
1051934164cbe4b62117269e2c4ad9b1a64acb8f
1051934
Add tests for the before and after modifiers.
by Rafael Espindola
· 11 years ago
d6f0c34
Remove an argument that we dont use anymore.
by Nadav Rotem
· 11 years ago
4d5b0da
Use %llu to print a 64 bit number. Should fix the ARM bots.
by Rafael Espindola
· 11 years ago
3a942ac
Add a test for llvm-ar's m operation.
by Rafael Espindola
· 11 years ago
e2ff00e
PPC: Add some missing V_SET0 patterns
by Hal Finkel
· 11 years ago
53b28f8
indvars: Improve LFTR by eliminating truncation when comparing against a constant.
by Andrew Trick
· 11 years ago
53c86db
PPCDAGToDAGISel::isRunOfOnes should return false on zero
by Hal Finkel
· 11 years ago
9e639e8
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size.
by Craig Topper
· 11 years ago
7348048
Add back code for supporting old mingw versions. Should bring the bots back.
by Rafael Espindola
· 11 years ago
0a230e0
Don't use a potentially expensive shift if all we want is one set bit.
by Benjamin Kramer
· 11 years ago
1b3e3ee
InsertBefore is the same as AddBefore. Delete it.
by Rafael Espindola
· 11 years ago
978e17e
Looks like some versions of mingw don't have errno_t. Use int.
by Rafael Espindola
· 11 years ago
318b7cc
Use move semantics if possible to construct ConstantRanges.
by Benjamin Kramer
· 11 years ago
71857cc
Fix a FIXME about the format and add a test.
by Rafael Espindola
· 11 years ago
11eb51e
LoopVectorize: Vectorize all accesses in address space zero with unit stride
by Arnold Schwaighofer
· 11 years ago
12fa028
Merge these tests.
by Rafael Espindola
· 11 years ago
aad52df
Use a more unique name to avoid conflicting with directory.ll tests when running
by Rafael Espindola
· 11 years ago
fc69987
Add a test for llvm-ar's 'd' operation.
by Rafael Espindola
· 11 years ago
86779ee
Add tests for the 'x' operation.
by Rafael Espindola
· 11 years ago
1b0dc64
Remove the 'N' modifier from llvm-ar.
by Rafael Espindola
· 11 years ago
55804a0
Delete dead code.
by Rafael Espindola
· 11 years ago
ab7348f
Remove support for truncating names in archives.
by Rafael Espindola
· 11 years ago
4f2779b
Sync llvm-ar's help string with the options it supports.
by Rafael Espindola
· 11 years ago
e22cde0
Reduce the number of indirections in the attributes implementation.
by Benjamin Kramer
· 11 years ago
67a6b1c
[SystemZ] Add testcase missing from r186073
by Richard Sandiford
· 11 years ago
261e287
[SystemZ] Use zeroing form of RISBG for shift-and-AND sequences
by Richard Sandiford
· 11 years ago
b3cabb4
[SystemZ] Use zeroing form of RISBG for some AND sequences
by Richard Sandiford
· 11 years ago
3ee0673
[SystemZ] Allow 8-bit operands to RISBG
by Richard Sandiford
· 11 years ago
c48b55a
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
by Duncan Sands
· 11 years ago
6cf88c9
Initialize AsmPrinter::MF in the constructor
by Hal Finkel
· 11 years ago
838a7fb
RegScavenger should not exclude undef uses
by Hal Finkel
· 11 years ago
2ebba64
Fix indentation. No functional change.
by Craig Topper
· 11 years ago
ace9ed5
Fix a warning.
by Nadav Rotem
· 11 years ago
1c9eb9e
Consolidate more lit tests.
by Nadav Rotem
· 11 years ago
36cd99c
Consolidate some of the lit tests.
by Nadav Rotem
· 11 years ago
fbb383c
Consolidate some of the lit tests.
by Nadav Rotem
· 11 years ago
a8608b8d
SLPVectorizer: refactor the code that places extracts. Place the code that decides where to put extracts in the build-tree phase. This allows us to take the cost of the extracts into account.
by Nadav Rotem
· 11 years ago
03fddb7
Teach TailRecursionElimination to handle certain cases of nocapture escaping allocas.
by Michael Gottesman
· 11 years ago
ce96814
Move r186044 tests into CodeGen/X86
by Hal Finkel
· 11 years ago
fe53252
Set REQUIRES shell on the test cases for r186044
by Hal Finkel
· 11 years ago
627190e
XFAIL the test cases for r186044 on Hexagon
by Hal Finkel
· 11 years ago
10050d1
Don't assert if we can't constant fold extract/insertvalue
by Hal Finkel
· 11 years ago
b0d5993
Remove this test for now.
by Rafael Espindola
· 11 years ago
fe76696
CommandLine.rst: remove tiny bit of bad mark-up
by Hans Wennborg
· 11 years ago
a739759
Find the symbol table on archives created on OS X.
by Rafael Espindola
· 11 years ago
6911911
Move tests from test/Archive to test/Object.
by Rafael Espindola
· 11 years ago
f03fb23
Add a comment.
by Adrian Prantl
· 11 years ago
f5b1c50
Put ELF COMDAT relocations into the relevant COMDAT group.
by Tim Northover
· 11 years ago
75d1306
Remove trailing whitespac
by Stephen Lin
· 11 years ago
3e07828
Add a testcase for r186014.
by Adrian Prantl
· 11 years ago
5159718
Don't crash in 'llvm -s' when an archive has no symtab.
by Rafael Espindola
· 11 years ago
ed094c3
Fix %t typo in Ocaml bindings test.
by Reid Kleckner
· 11 years ago
023d2bb
[objc-arc] Changed 'mode: c++' => 'C++' at Nick Lewycky's suggestion. Also removed unnecessary mode: c++ lines from .cpp files.
by Michael Gottesman
· 11 years ago
f121a61
Changed "mode: c++" => "C++" at the suggestion of Nick Lewycky.
by Michael Gottesman
· 11 years ago
dbe3efb
Update doxygen comment to match renamed parameters.
by Benjamin Kramer
· 11 years ago
6a3c898
MemoryBuffer::getFile handles zero sized files, no need to duplicate the test.
by Rafael Espindola
· 11 years ago
80095e5
Replacing an empty switch with its moral equivalent. No functional changes intended.
by Aaron Ballman
· 11 years ago
ac2de33
Use status to implement file_size.
by Rafael Espindola
· 11 years ago
43ae5e8
Use the appropriate unsigned int type for the offset.
by Adrian Prantl
· 11 years ago
4759f26
Safeguard DBG_VALUE handling. Unbreaks the ASAN buildbot.
by Adrian Prantl
· 11 years ago
5fa2ba2
Simplify code.
by Craig Topper
· 11 years ago
a3e39dc
R600/SI: Initial local memory support
by Michel Danzer
· 11 years ago
5b388ca
R600/SI: Add pattern for the AMDGPU.barrier.local intrinsic
by Michel Danzer
· 11 years ago
0a9e22b
R600/SI: Add intrinsic for retrieving the current thread ID
by Michel Danzer
· 11 years ago
7740daa
R600/SI: Initial support for LDS/GDS instructions
by Michel Danzer
· 11 years ago
0a9aaac
R600/SI: Add intrinsics for texture sampling with user derivatives
by Michel Danzer
· 11 years ago
10b2997
Remove llvm/ADT/NullablePtr.h, there are no uses of it in-tree.
by Argyrios Kyrtzidis
· 11 years ago
e355d85
PPC: Add a better comment about the i64 FI fixup
by Hal Finkel
· 11 years ago
faf9890
Reverting commit r185999 due to buildboot failure.
by Vladimir Medic
· 11 years ago
296c153
Reverting commit r185999 due to buildboot failure.
by Vladimir Medic
· 11 years ago
2ec5933
Add support for Mips break and syscall insructions. The corresponding test cases are added.
by Vladimir Medic
· 11 years ago
ea870a5
Fix typo
by Stephen Lin
· 11 years ago
9ddfe5e
Explicitly define ARMISelLowering::isFMAFasterThanFMulAndFAdd. No functionality change.
by Stephen Lin
· 11 years ago
45ff709
Un-break the buildbot by tweaking the indirection flag.
by Adrian Prantl
· 11 years ago
893ae83
Document a known limitation of the status quo.
by Adrian Prantl
· 11 years ago
8cf79f8
Correct comment.
by Duncan Sands
· 11 years ago
61c91d5
Fix comment.
by Eric Christopher
· 11 years ago
97c37bb
ARM: Fix incorrect pack pattern for thumb2
by Jim Grosbach
· 11 years ago
46e11c4
Implement categories for special case lists.
by Peter Collingbourne
· 11 years ago
c7087f8
Add some SpecialCaseList unit tests.
by Peter Collingbourne
· 11 years ago
c5afb9e
Introduce a SpecialCaseList ctor which takes a MemoryBuffer to make
by Peter Collingbourne
· 11 years ago
405515d
Rename BlackList class to SpecialCaseList and move it to Transforms/Utils.
by Peter Collingbourne
· 11 years ago
8c5c6f0
InstSimplify: X >> X -> 0
by David Majnemer
· 11 years ago
e4e742a
move test into the appropriate subdir.
by Adrian Prantl
· 11 years ago
b275491
Typo.
by Adrian Prantl
· 11 years ago
30bbf07
Fix PR16571, which is a bug in the code that checks that all of the types in the bundle are uniform.
by Nadav Rotem
· 11 years ago
3517640
Reapply an improved version of r180816/180817.
by Adrian Prantl
· 11 years ago
7d185e4
Fixed up the comments in FastISel.h so that they conform to the LLVM style guide.
by Michael Gottesman
· 11 years ago
bdaa599
Added "mode: c++" to FastISel.h header.
by Michael Gottesman
· 11 years ago
ddd5360
Appease buildbots after r185956: just set -mcpu explicitly, as it should have been from the beginning.
by Stephen Lin
· 11 years ago
1a2b248
Appease Atom buildbot after r185956 (explicitly turn on AVX)
by Stephen Lin
· 11 years ago
b9c8c40
WidenVecRes_BUILD_VECTOR must use the first operand's type
by Hal Finkel
· 11 years ago
7c2d8f7
[PowerPC] Better fix for PR16556.
by Bill Schmidt
· 11 years ago
36f6df7
Attempt to appease buildbot after r185956 by explicitly turning setting -fma,-fma4 attrs (I'm assuming they're set because the bot is running on machine that has one or the other.)
by Stephen Lin
· 11 years ago
e54885a
AArch64/PowerPC/SystemZ/X86: This patch fixes the interface, usage, and all
by Stephen Lin
· 11 years ago
033e0a9
Don't crash in SE dealing with ashr x, -1
by Hal Finkel
· 11 years ago
ab6ceab
ValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
by David Majnemer
· 11 years ago
29b7419
Set the default insert point to the first instruction, and not to end()
by Nadav Rotem
· 11 years ago
bcd5a0f
IRBuilder: add an assertion that checks if we try to get a debug loc from ->end();
by Nadav Rotem
· 11 years ago
bd6f1f6
DAGCombine tryFoldToZero cannot create illegal types after type legalization
by Hal Finkel
· 11 years ago
Next »