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
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Use SRST to optimize memchr
Richard Sandiford
2013-08-20
2
-0
/
+36
*
Fix overly pessimistic shortcut in post-RA MachineLICM
Richard Sandiford
2013-08-20
1
-4
/
+4
*
[stackprotector] Small cleanup.
Michael Gottesman
2013-08-20
1
-1
/
+2
*
[stackprotector] Small Bit of computation hoisting.
Michael Gottesman
2013-08-20
1
-5
/
+5
*
[stackprotector] Added significantly longer comment to FindPotentialTailCall ...
Michael Gottesman
2013-08-20
1
-1
/
+6
*
Removed trailing whitespace.
Michael Gottesman
2013-08-20
1
-18
/
+18
*
[stackprotector] Removed stale TODO.
Michael Gottesman
2013-08-20
1
-6
/
+3
*
[stackprotector] Added support for emitting the llvm intrinsic stack protecto...
Michael Gottesman
2013-08-20
1
-49
/
+150
*
[stackprotector] Refactor out the end of isInTailCallPosition into the functi...
Michael Gottesman
2013-08-20
1
-1
/
+8
*
Remove unused variables that crept in.
Michael Gottesman
2013-08-20
1
-6
/
+0
*
Teach selectiondag how to handle the stackprotectorcheck intrinsic.
Michael Gottesman
2013-08-20
3
-4
/
+390
*
Add a llvm.copysign intrinsic
Hal Finkel
2013-08-19
5
-0
/
+15
*
Use less verbose code and update comments.
Eric Christopher
2013-08-19
1
-23
/
+16
*
Turn on pubnames by default on linux.
Eric Christopher
2013-08-19
2
-10
/
+22
*
Improve the widening of integral binary vector operations
Paul Redmond
2013-08-19
2
-10
/
+24
*
Add ExpandFloatOp_FCOPYSIGN to handle ppcf128-related expansions
Hal Finkel
2013-08-19
2
-0
/
+13
*
DebugInfo: don't emit zero-length names for parameters
David Blaikie
2013-08-19
1
-1
/
+2
*
ARM: Fix more fast-isel verifier failures.
Jim Grosbach
2013-08-16
1
-0
/
+4
*
DebugInfo: Allow the addition of other (such as static data) members to a rec...
David Blaikie
2013-08-16
1
-3
/
+0
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
2
-0
/
+63
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
2
-0
/
+38
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
2
-0
/
+34
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
2
-19
/
+31
*
Make a few more things const.
Bill Wendling
2013-08-15
1
-2
/
+2
*
Use a reference instead of making an unnecessary copy. Also use 'const'.
Bill Wendling
2013-08-15
1
-3
/
+3
*
Replace getValueType().getSimpleVT() with getSimpleValueType().
Craig Topper
2013-08-15
5
-15
/
+15
*
Auto-compute live intervals on demand.
Mark Lacey
2013-08-14
7
-90
/
+115
*
Notify LiveRangeEdit of new virtual registers.
Mark Lacey
2013-08-14
2
-3
/
+14
*
Track new virtual registers by register number.
Mark Lacey
2013-08-14
10
-68
/
+78
*
DebugInfo: Prefer references over pointers, pass by const reference for a typ...
David Blaikie
2013-08-14
2
-7
/
+7
*
Remove unnecessary parameter to RenumberValues.
Jakob Stoklund Olesen
2013-08-14
3
-3
/
+3
*
Improve misleading comment.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
Remove declaration of nonexistant function.
Jakob Stoklund Olesen
2013-08-14
1
-4
/
+0
*
LiveIntervalUnion is not used in RegAllocBase.
Jakob Stoklund Olesen
2013-08-14
1
-1
/
+1
*
DAG: Combine (and (setne X, 0), (setne X, -1)) -> (setuge (add X, 1), 2)
Jim Grosbach
2013-08-13
1
-0
/
+13
*
Update makeLibCall to return both the call and the chain associated with the ...
Michael Gottesman
2013-08-13
4
-63
/
+73
*
Output DW_AT_stmt_list dwarf debug info as DW_FORM_sec_offset instead of DW_F...
Carlo Kok
2013-08-13
1
-1
/
+1
*
For COFF only: dwarf debug info output a label reference as a section relativ...
Carlo Kok
2013-08-13
2
-3
/
+5
*
Pass DIEHash::collectAttributes output argument by-pointer instead of by-value.
Evgeniy Stepanov
2013-08-13
2
-5
/
+5
*
[-cxx-abi microsoft] Stick zero initialized symbols into the .bss section for...
David Majnemer
2013-08-13
1
-4
/
+7
*
Add the start of DIE hashing for DWARF4 type units and split dwarf
Eric Christopher
2013-08-13
3
-5
/
+149
*
Reflow comment.
Eric Christopher
2013-08-12
1
-2
/
+2
*
Remove empty constructor.
Eric Christopher
2013-08-12
1
-3
/
+0
*
Fixed SelectionDAGBuilder.h C++ filetype declaration to use the canonical C++...
Michael Gottesman
2013-08-12
1
-1
/
+1
*
Fixed another place in CodeGen where we had a typo in our editor C++ filetype...
Michael Gottesman
2013-08-12
1
-1
/
+1
*
[branchfolding] Fix typo in C++ editor declaration.
Michael Gottesman
2013-08-12
1
-1
/
+1
*
Move the addition of the dwo_id as late as possible after everything
Eric Christopher
2013-08-12
1
-21
/
+24
*
[stackprotector] Add in the stackprotector libcall.
Michael Gottesman
2013-08-12
1
-0
/
+7
*
[SystemZ] Use CLC and IPM to implement memcmp
Richard Sandiford
2013-08-12
1
-0
/
+21
*
Allow compatible extension attributes for tail calls
Tim Northover
2013-08-12
1
-14
/
+36
[next]