index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync SmallBitVector with BitVector. Add unit tests for the missing methods.
Benjamin Kramer
2013-07-11
2
-0
/
+70
*
Fixed up comments in TargetLowering.h to conform to the LLVM Style Guide.
Michael Gottesman
2013-07-11
1
-682
/
+613
*
In response to dblaikie's comment on r186035, replacing the
Adrian Prantl
2013-07-11
1
-136
/
+163
*
Add tests for the before and after modifiers.
Rafael Espindola
2013-07-11
1
-0
/
+20
*
Remove an argument that we dont use anymore.
Nadav Rotem
2013-07-11
1
-15
/
+12
*
Use %llu to print a 64 bit number. Should fix the ARM bots.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
Add a test for llvm-ar's m operation.
Rafael Espindola
2013-07-11
1
-0
/
+30
*
PPC: Add some missing V_SET0 patterns
Hal Finkel
2013-07-11
2
-2
/
+33
*
indvars: Improve LFTR by eliminating truncation when comparing against a cons...
Andrew Trick
2013-07-11
2
-4
/
+48
*
PPCDAGToDAGISel::isRunOfOnes should return false on zero
Hal Finkel
2013-07-11
2
-1
/
+31
*
Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...
Craig Topper
2013-07-11
11
-26
/
+26
*
Add back code for supporting old mingw versions. Should bring the bots back.
Rafael Espindola
2013-07-11
1
-3
/
+13
*
Don't use a potentially expensive shift if all we want is one set bit.
Benjamin Kramer
2013-07-11
4
-6
/
+6
*
InsertBefore is the same as AddBefore. Delete it.
Rafael Espindola
2013-07-11
1
-5
/
+4
*
Looks like some versions of mingw don't have errno_t. Use int.
Rafael Espindola
2013-07-11
1
-1
/
+1
*
Use move semantics if possible to construct ConstantRanges.
Benjamin Kramer
2013-07-11
2
-7
/
+16
*
Fix a FIXME about the format and add a test.
Rafael Espindola
2013-07-11
4
-41
/
+44
*
LoopVectorize: Vectorize all accesses in address space zero with unit stride
Arnold Schwaighofer
2013-07-11
2
-8
/
+77
*
Merge these tests.
Rafael Espindola
2013-07-11
5
-35
/
+16
*
Use a more unique name to avoid conflicting with directory.ll tests when running
Rafael Espindola
2013-07-11
1
-19
/
+19
*
Add a test for llvm-ar's 'd' operation.
Rafael Espindola
2013-07-11
1
-0
/
+30
*
Add tests for the 'x' operation.
Rafael Espindola
2013-07-11
1
-0
/
+20
*
Remove the 'N' modifier from llvm-ar.
Rafael Espindola
2013-07-11
1
-45
/
+11
*
Delete dead code.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Remove support for truncating names in archives.
Rafael Espindola
2013-07-11
3
-42
/
+9
*
Sync llvm-ar's help string with the options it supports.
Rafael Espindola
2013-07-11
1
-3
/
+0
*
Reduce the number of indirections in the attributes implementation.
Benjamin Kramer
2013-07-11
2
-178
/
+131
*
[SystemZ] Add testcase missing from r186073
Richard Sandiford
2013-07-11
1
-0
/
+266
*
[SystemZ] Use zeroing form of RISBG for shift-and-AND sequences
Richard Sandiford
2013-07-11
2
-7
/
+68
*
[SystemZ] Use zeroing form of RISBG for some AND sequences
Richard Sandiford
2013-07-11
27
-263
/
+494
*
[SystemZ] Allow 8-bit operands to RISBG
Richard Sandiford
2013-07-11
4
-14
/
+13
*
TryToSimplifyUncondBranchFromEmptyBlock was checking that any common
Duncan Sands
2013-07-11
2
-24
/
+386
*
Initialize AsmPrinter::MF in the constructor
Hal Finkel
2013-07-11
1
-1
/
+1
*
RegScavenger should not exclude undef uses
Hal Finkel
2013-07-11
2
-1
/
+49
*
Fix indentation. No functional change.
Craig Topper
2013-07-11
1
-8
/
+8
*
Fix a warning.
Nadav Rotem
2013-07-11
1
-2
/
+1
*
Consolidate more lit tests.
Nadav Rotem
2013-07-11
3
-62
/
+54
*
Consolidate some of the lit tests.
Nadav Rotem
2013-07-11
4
-75
/
+57
*
Consolidate some of the lit tests.
Nadav Rotem
2013-07-11
5
-61
/
+191
*
SLPVectorizer: refactor the code that places extracts. Place the code that de...
Nadav Rotem
2013-07-11
1
-41
/
+131
*
Teach TailRecursionElimination to handle certain cases of nocapture escaping ...
Michael Gottesman
2013-07-11
3
-89
/
+171
*
Move r186044 tests into CodeGen/X86
Hal Finkel
2013-07-11
2
-4
/
+2
*
Set REQUIRES shell on the test cases for r186044
Hal Finkel
2013-07-10
2
-0
/
+2
*
XFAIL the test cases for r186044 on Hexagon
Hal Finkel
2013-07-10
2
-0
/
+2
*
Don't assert if we can't constant fold extract/insertvalue
Hal Finkel
2013-07-10
3
-8
/
+37
*
Remove this test for now.
Rafael Espindola
2013-07-10
1
-7
/
+0
*
CommandLine.rst: remove tiny bit of bad mark-up
Hans Wennborg
2013-07-10
1
-1
/
+1
*
Find the symbol table on archives created on OS X.
Rafael Espindola
2013-07-10
2
-3
/
+21
*
Move tests from test/Archive to test/Object.
Rafael Espindola
2013-07-10
18
-46
/
+23
*
Add a comment.
Adrian Prantl
2013-07-10
1
-0
/
+39
[next]