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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch makes the following changes necessary for MIPS' direct code emission.
Akira Hatanaka
2011-11-23
6
-55
/
+236
*
This patch addresses gp relative fixups/relocations for jump tables.
Akira Hatanaka
2011-11-23
5
-7
/
+38
*
Correctly byte-swap APInts with bit-widths greater than 64.
Richard Smith
2011-11-23
1
-17
/
+26
*
Validate the return type when checking if a function is malloc.
Benjamin Kramer
2011-11-23
1
-4
/
+4
*
Fix a crash in which a multiplication was being reported as being both negative
Duncan Sands
2011-11-23
1
-2
/
+7
*
X86: Use btq for bit tests if the immediate can't be encoded in 32 bits.
Benjamin Kramer
2011-11-23
1
-1
/
+9
*
Relax an invariant that block placement was trying to assert a bit
Chandler Carruth
2011-11-23
1
-3
/
+1
*
I added several lines in X86 code generator that allow to choose
Elena Demikhovsky
2011-11-23
1
-15
/
+46
*
Handle the case of a no-return invoke correctly. It actually still has
Chandler Carruth
2011-11-23
1
-0
/
+8
*
Enable stack protectors for all arrays, not just char arrays. rdar://5875909
Bob Wilson
2011-11-23
1
-6
/
+1
*
Fix PR11422.
Jakob Stoklund Olesen
2011-11-23
2
-3
/
+10
*
Fix a crash in block placement due to an inner loop that happened to be
Chandler Carruth
2011-11-23
1
-1
/
+4
*
[asan] do not instrument threadlocal globals, this is buggy
Kostya Serebryany
2011-11-23
1
-0
/
+6
*
add basic PPC register-pressure feedback; adjust the vaarg test to match the ...
Hal Finkel
2011-11-22
4
-5
/
+28
*
More fixes to the X86InstComments for shuffle instructions. In particular add...
Craig Topper
2011-11-22
3
-44
/
+60
*
Fix a devilish miscompile exposed by block placement. The
Chandler Carruth
2011-11-22
1
-2
/
+8
*
Add configure checking for pread(2) and use it to save a syscall when reading...
Benjamin Kramer
2011-11-22
1
-0
/
+7
*
Fix an obvious omission in the SelectionDAGBuilder where we were
Chandler Carruth
2011-11-22
1
-2
/
+2
*
Turn error recovery into an assert.
Benjamin Kramer
2011-11-22
1
-6
/
+1
*
If a register is both an early clobber and part of a tied use, handle the use
Rafael Espindola
2011-11-22
1
-7
/
+16
*
Fix shuffle decoding logic to handle UNPCKLPS/UNPCKLPD on 256-bit vectors cor...
Craig Topper
2011-11-22
4
-21
/
+73
*
Add methods for querying minimum SSE version along with AVX. Simplifies all t...
Craig Topper
2011-11-22
2
-43
/
+38
*
Fix crasher in GVN due to my recent capture tracking changes.
Nick Lewycky
2011-11-21
2
-1
/
+4
*
Add virtual destructor. Whoops!
Nick Lewycky
2011-11-21
1
-0
/
+2
*
Lowering for v32i8 to VPUNPCKLBW/VPUNPCKHBW when AVX2 is enabled.
Craig Topper
2011-11-21
4
-84
/
+30
*
Add support for lowering 256-bit shuffles to VPUNPCKL/H for i16, i32, i64 if ...
Craig Topper
2011-11-21
4
-47
/
+115
*
Fixing a comment
Joe Abbey
2011-11-21
1
-1
/
+1
*
Make LowerSIGN_EXTEND_INREG split 256-bit vectors when AVX1 is enabled and us...
Craig Topper
2011-11-21
1
-8
/
+42
*
Less template, more virtual! Refactoring suggested by Chris in code review.
Nick Lewycky
2011-11-20
2
-4
/
+109
*
Refactor code to use new attribute getters on CallSite for NoCapture and ByVal.
Nick Lewycky
2011-11-20
6
-11
/
+8
*
The logic for breaking the CFG in the presence of hot successors didn't
Chandler Carruth
2011-11-20
1
-3
/
+29
*
SCEV: Actually set overflow flags on add expressions.
Benjamin Kramer
2011-11-20
1
-2
/
+2
*
Add code for lowering v32i8 shifts by a splat to AVX2 immediate shift instruc...
Craig Topper
2011-11-20
2
-45
/
+45
*
Use 256-bit vcmpeqd for creating an all ones vector when AVX2 is enabled.
Craig Topper
2011-11-19
4
-16
/
+33
*
Remove some of the special classes that worked around an old tablegen limitat...
Craig Topper
2011-11-19
1
-100
/
+50
*
Custom lower AVX2 variable shift intrinsics to shl/srl/sra nodes and remove t...
Craig Topper
2011-11-19
2
-74
/
+42
*
Move the handling of unanalyzable branches out of the loop-driven chain
Chandler Carruth
2011-11-19
1
-25
/
+33
*
Synthesize SSSE3/AVX 128-bit horizontal integer add/sub instructions from add...
Craig Topper
2011-11-19
4
-3
/
+62
*
Collapse X86 PSIGNB/PSIGNW/PSIGND node types.
Craig Topper
2011-11-19
4
-33
/
+18
*
Extend VPBLENDVB and VPSIGN lowering to work for AVX2.
Craig Topper
2011-11-19
3
-111
/
+127
*
Remove unused parameters from the AVX maskmov classes.
Craig Topper
2011-11-19
1
-12
/
+6
*
Fix a corner case in updating LoopInfo after fully unrolling an outer loop.
Andrew Trick
2011-11-18
1
-11
/
+9
*
Add AVX2 vpbroadcast support
Nadav Rotem
2011-11-18
2
-28
/
+62
*
[asan] workaround for reg alloc bug 11395: don't instrument functions with la...
Kostya Serebryany
2011-11-18
1
-0
/
+13
*
Guard call to getRegForValue with isTypeLegal check to avoid unnecessary work...
Chad Rosier
2011-11-18
1
-3
/
+5
*
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
1
-4
/
+4
*
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
1
-3
/
+3
*
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
1
-2
/
+2
*
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
1
-2
/
+5
*
Add TODO comment.
Chad Rosier
2011-11-17
1
-0
/
+2
[next]