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
*
FileCheck-ize these tests. Harden some of them.
Bill Wendling
2012-04-24
28
-82
/
+159
*
Remove dangling spaces. Fix some other formatting.
Craig Topper
2012-04-24
1
-8
/
+10
*
Simplify code a bit and make it compile better. Remove unused parameters.
Craig Topper
2012-04-24
1
-21
/
+10
*
Add a missing cpu subtype.
Evan Cheng
2012-04-23
1
-0
/
+4
*
Tidy up. 80 columns, whitespace, et. al.
Jim Grosbach
2012-04-23
4
-59
/
+65
*
Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...
Nadav Rotem
2012-04-23
2
-0
/
+105
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
19
-10
/
+64
*
ARM: VSLI two-operand assmebly aliases are tblgen'erated.
Jim Grosbach
2012-04-23
1
-19
/
+0
*
ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.
Jim Grosbach
2012-04-23
1
-58
/
+4
*
ARM: Add testcases for two-operand variants of VSRA/VRSRA/VSRI.
Jim Grosbach
2012-04-23
2
-0
/
+209
*
Add ARM mode tests for the NEON vector shift-accumulate tests.
Jim Grosbach
2012-04-23
1
-0
/
+105
*
Tidy up. Reformat for ease of reading.
Jim Grosbach
2012-04-23
1
-95
/
+102
*
ARM: vqdmulh two-operand aliases are tblgen'erated now.
Jim Grosbach
2012-04-23
1
-11
/
+0
*
[Support/Unix] Unconditionally include time.h.
Michael J. Spencer
2012-04-23
1
-8
/
+2
*
Allow forward declarations to take a context. This helps the debugger
Eric Christopher
2012-04-23
2
-9
/
+10
*
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
2
-68
/
+67
*
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
57
-13879
/
+2472
*
Hexagon V5 (floating point) support.
Sirish Pande
2012-04-23
37
-1809
/
+5284
*
Support for Hexagon architectural feature, new value jump.
Sirish Pande
2012-04-23
10
-5
/
+743
*
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-23
22
-685
/
+7879
*
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-23
2
-67
/
+68
*
Reapply r155136 after fixing PR12599.
Jakob Stoklund Olesen
2012-04-23
7
-56
/
+200
*
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
2
-6
/
+6
*
Fix issue 67 by checking that the interface functions weren't redefined in th...
Alexander Potapenko
2012-04-23
1
-4
/
+18
*
[tsan] use llvm/ADT/Statistic.h for tsan stats
Kostya Serebryany
2012-04-23
1
-40
/
+17
*
Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just...
Craig Topper
2012-04-23
1
-2
/
+2
*
Make getZeroVector and getOnesVector more alike as far as how they detect 128...
Craig Topper
2012-04-23
1
-13
/
+16
*
Tidy up by removing some 'else' after 'return'
Craig Topper
2012-04-23
1
-44
/
+60
*
Tidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove code that checks if shu...
Craig Topper
2012-04-23
1
-39
/
+34
*
Add a couple llvm_unreachables.
Craig Topper
2012-04-23
1
-0
/
+2
*
Remove some tab characers.
Craig Topper
2012-04-23
1
-8
/
+8
*
Remove some 'else' after 'return'. No functional change.
Craig Topper
2012-04-23
1
-3
/
+7
*
Don't die with an assertion if the Result bitwidth is already correct. This
Chris Lattner
2012-04-23
1
-1
/
+1
*
Cleanup whitespace.
Bill Wendling
2012-04-23
1
-32
/
+32
*
Limit the number of times we recurse through this algorithm. All of the
Bill Wendling
2012-04-23
1
-5
/
+17
*
Make Extract128BitVector and Insert128BitVector take an unsigned instead of a...
Craig Topper
2012-04-22
1
-99
/
+68
*
Convert getNode(UNDEF) to getUNDEF.
Craig Topper
2012-04-22
1
-6
/
+7
*
Make calls to getVectorShuffle more consistent. Use shuffle VT for calls to g...
Craig Topper
2012-04-22
1
-8
/
+7
*
Tidy up. 80 columns and argument alignment.
Craig Topper
2012-04-22
1
-18
/
+17
*
Simplify code by converting multiple places that were manually concatenating ...
Craig Topper
2012-04-22
1
-20
/
+18
*
cleaned line endings in the newly added test file
Elena Demikhovsky
2012-04-22
1
-68
/
+68
*
ARM: Initialize the HasRAS bit.
Benjamin Kramer
2012-04-22
1
-0
/
+1
*
Tidy up this test more:
Chandler Carruth
2012-04-22
2
-22
/
+23
*
FileCheck-ize a test, and tidy it up a touch.
Chandler Carruth
2012-04-22
1
-9
/
+14
*
ZERO_EXTEND/SIGN_EXTEND/TRUNCATE optimization for AVX2
Elena Demikhovsky
2012-04-22
5
-14
/
+158
*
Remove some potential warnings about variables used uninitialized.
Bill Wendling
2012-04-22
2
-4
/
+4
*
Add a flag to the struct type finder to collect only those types which have
Bill Wendling
2012-04-21
3
-8
/
+12
*
No need for "else if" after a return. Autosense "0o123" as octal in
Chris Lattner
2012-04-21
1
-4
/
+12
*
stop hiding SmallVector's append that takes a count + element.
Chris Lattner
2012-04-21
1
-1
/
+6
*
Teach getVectorTypeBreakdown about promotion of vectors in addition to wideni...
Nadav Rotem
2012-04-21
2
-3
/
+27
[next]