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
*
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
*
[stackprotector] Simplify SP Pass so that we emit different fail basic blocks...
Michael Gottesman
2013-08-09
1
-10
/
+10
*
Make helper static and fix formatting.
Benjamin Kramer
2013-08-09
1
-5
/
+4
*
Change asserts at the top of getVectorShuffle to check that LHS and RHS have ...
Craig Topper
2013-08-09
1
-6
/
+3
*
Set ISD::FROUND to Expand by default for all types
Hal Finkel
2013-08-09
1
-4
/
+3
*
Update the CMake build files.
Eric Christopher
2013-08-08
1
-0
/
+1
*
Move hash computation code into a separate class and file.
Eric Christopher
2013-08-08
3
-99
/
+191
*
Revert "Reapply r185872 now that the address sanitizer has been changed to su...
Arnold Schwaighofer
2013-08-08
1
-6
/
+6
*
For DW_TAG_template_type_parameter the actual passed in type could
Eric Christopher
2013-08-08
1
-1
/
+3
*
Remove AllUndef check from one of the loops in getVectorShuffle. It was alrea...
Craig Topper
2013-08-08
1
-5
/
+1
*
The conversion to bool is fine here, no need to check isType.
Eric Christopher
2013-08-08
1
-1
/
+1
*
Make sure that if we're going to attempt to add a type to a DIE that
Eric Christopher
2013-08-08
1
-10
/
+16
*
Change variable name and reflow formatting.
Eric Christopher
2013-08-08
1
-10
/
+10
*
Optimize mask generation for one of the DAG combiner shufflevector cases.
Craig Topper
2013-08-08
1
-3
/
+3
*
Revert "coff also doesn't have a ReadOnlySection yet, (!)"
David Majnemer
2013-08-08
1
-0
/
+3
*
Reflow for loop.
Eric Christopher
2013-08-08
1
-2
/
+2
*
Be more rigorous about the sizes of forms and attributes.
Eric Christopher
2013-08-08
6
-81
/
+81
*
Reapply r185872 now that the address sanitizer has been changed to support this.
Bill Wendling
2013-08-07
1
-6
/
+6
*
Add ISD::FROUND for libm round()
Hal Finkel
2013-08-07
9
-1
/
+59
*
Using the integrated assembler we'd fail to change section to the
Eric Christopher
2013-08-07
1
-2
/
+3
*
Confusing comment typo.
Andrew Trick
2013-08-07
1
-1
/
+1
*
Remove some parens. No functional change.
Eric Christopher
2013-08-07
1
-4
/
+4
*
Add a way to grab a particular attribute out of a DIE.
Eric Christopher
2013-08-07
3
-14
/
+22
*
Move somewhat messy conditional out of line.
Eric Christopher
2013-08-07
1
-7
/
+11
[next]