index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert CodeGen/*/*.ll tests to use the new CHECK-LABEL for easier debugging....
Stephen Lin
2013-07-13
255
-1492
/
+1492
*
LoopVectorizer: Disallow reductions whose header phi is used outside the loop
Arnold Schwaighofer
2013-07-13
2
-2
/
+31
*
Reduce large list of macros to the primary platform macros. Distingiush
Joerg Sonnenberger
2013-07-13
1
-20
/
+18
*
Convert a couple of grep tests to FileCheck.
Benjamin Kramer
2013-07-13
6
-31
/
+109
*
Only verify the length in archive test, we can't make assumptions on the spac...
Benjamin Kramer
2013-07-13
1
-2
/
+2
*
Attempt at fixing a mingw bot.
Rafael Espindola
2013-07-13
1
-2
/
+0
*
Remove unneeded forward declarations.
Craig Topper
2013-07-13
1
-3
/
+0
*
Pass SmallVector by const reference instead of by value.
Craig Topper
2013-07-13
1
-2
/
+2
*
Make the new vectorizer test immune to TTI
Andrew Trick
2013-07-13
1
-1
/
+1
*
LoopVectorize fix: LoopInfo must be valid when invoking utils like SCEVExpander.
Andrew Trick
2013-07-13
2
-18
/
+131
*
Try to open the file before use data from stat.
Rafael Espindola
2013-07-13
1
-2
/
+3
*
Remove unused file. Thanks to Sean Silva for noticing it.
Rafael Espindola
2013-07-13
1
-419
/
+0
*
Add r186216 back, but make the test tolerant of different uids and gids.
Rafael Espindola
2013-07-13
2
-1
/
+23
*
Add a microoptimization for urem.
Nick Lewycky
2013-07-13
2
-0
/
+16
*
Revert commit r186217 -- this is breaking bots:
Chandler Carruth
2013-07-13
6
-20
/
+25
*
Revert commit r186216 -- it's breaking bots:
Chandler Carruth
2013-07-13
2
-23
/
+1
*
[mips] Remove trailing whitespace.
Akira Hatanaka
2013-07-12
1
-4
/
+4
*
Fix logic error optimizing "icmp pred (urem X, Y), Y" where pred is signed.
Nick Lewycky
2013-07-12
2
-5
/
+16
*
[mips] Implement MipsTargetMachine::getInstrItineraryData().
Akira Hatanaka
2013-07-12
11
-86
/
+98
*
Fix ARM paired GPR COPY lowering
JF Bastien
2013-07-12
2
-0
/
+20
*
Fixed 80+ violation and added C++ to header.
Michael Gottesman
2013-07-12
1
-1
/
+1
*
Fix a crash in EvaluateInDifferentElementOrder where it would generate an
Joey Gouly
2013-07-12
2
-1
/
+18
*
[mips] Add instruction itinerary classes for mult, seb and slt instructions.
Akira Hatanaka
2013-07-12
3
-13
/
+16
*
Use the function attributes to pass along the stack protector buffer size.
Bill Wendling
2013-07-12
6
-25
/
+20
*
Fix a off by one error about which members need to use the string table.
Rafael Espindola
2013-07-12
2
-1
/
+23
*
LFTR improvement to avoid truncation.
Andrew Trick
2013-07-12
2
-6
/
+76
*
Cleanup LFTR logic.
Andrew Trick
2013-07-12
1
-28
/
+9
*
Cleanup: rename a variable to make the logic easier to follow.
Andrew Trick
2013-07-12
1
-7
/
+7
*
Remove extraneous braces.
Eric Christopher
2013-07-12
1
-6
/
+3
*
R600: Reapply testcase from r186178, the big endian issue should be fixed by ...
Benjamin Kramer
2013-07-12
1
-0
/
+12
*
Change archive-update.test to create a new file on the fly.
Rafael Espindola
2013-07-12
2
-3
/
+6
*
Remove empty directory.
Rafael Espindola
2013-07-12
0
-0
/
+0
*
Rename directory to avoid problems on windows.
Rafael Espindola
2013-07-12
2
-2
/
+2
*
fix autoconf build
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Fix the build with c++03.
Rafael Espindola
2013-07-12
1
-4
/
+2
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
10
-1212
/
+376
*
R600: Remove unsafe type punning. No intended functionality change.
Benjamin Kramer
2013-07-12
1
-6
/
+4
*
Add a test for llvm-ar's u option.
Rafael Espindola
2013-07-12
2
-0
/
+26
*
R600: Remove the fpconst64.ll test which was failing on non-x86 buildbots
Tom Stellard
2013-07-12
1
-12
/
+0
*
X86 cost model: Add cost for vectorized gather/scather
Arnold Schwaighofer
2013-07-12
2
-0
/
+101
*
ARM cost model: Add cost for gather/scather
Arnold Schwaighofer
2013-07-12
2
-0
/
+97
*
TargetTransformInfo: address calculation parameter for gather/scather
Arnold Schwaighofer
2013-07-12
5
-9
/
+69
*
Relax the test a bit more to handle different UIDs and GIDs.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Relax test a bit to handle umask differences.
Rafael Espindola
2013-07-12
1
-1
/
+1
*
Add a test for the 'o' option in llvm-ar.
Rafael Espindola
2013-07-12
1
-0
/
+10
*
R600/SI: Add support for f64 kernel arguments
Tom Stellard
2013-07-12
2
-1
/
+10
*
R600/SI: Implement select and compares for SI
Tom Stellard
2013-07-12
2
-6
/
+97
*
R600/SI: Add fsqrt pattern for SI
Tom Stellard
2013-07-12
2
-2
/
+30
*
R600/SI: Add double precision fsub pattern for SI
Tom Stellard
2013-07-12
3
-3
/
+42
*
R600/SI: SI support for 64bit ConstantFP
Tom Stellard
2013-07-12
3
-0
/
+31
[next]