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
*
Eliminate the loop that searches through each of the operands
Dan Gohman
2009-01-25
1
-195
/
+178
*
Whitespace tidiments.
Dan Gohman
2009-01-25
1
-2
/
+1
*
Move the N->use_empty() assert from DeleteNode to
Dan Gohman
2009-01-25
1
-3
/
+2
*
Teach 2addr pass to be do more commuting. If both uses of a two-address instr...
Evan Cheng
2009-01-25
1
-6
/
+104
*
Fix an indent and a typo.
Nate Begeman
2009-01-24
1
-1
/
+1
*
Some cleanups. No functional changes.
Owen Anderson
2009-01-24
1
-26
/
+34
*
Refactor code. No functionality change.
Evan Cheng
2009-01-23
1
-20
/
+38
*
Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...
Devang Patel
2009-01-23
1
-0
/
+5
*
Empty DIType represents void. In this case no need to construct any type DIE.
Devang Patel
2009-01-23
1
-3
/
+1
*
Fold x-0 to x in unsafe-fp-math mode. This comes up in the
Dan Gohman
2009-01-23
2
-9
/
+19
*
Only check if coalescing is worthwhile when the result is targeting a more re...
Evan Cheng
2009-01-23
1
-1
/
+6
*
Stage two of fixing pre-alloc-splitting's code size issues: filter out restor...
Owen Anderson
2009-01-23
1
-9
/
+37
*
Cross register class coalescing. Not yet enabled.
Evan Cheng
2009-01-23
2
-109
/
+123
*
Code did not follow associated comment. not a good idea.
Devang Patel
2009-01-23
1
-1
/
+1
*
Set appropriate tag for the composite type.
Devang Patel
2009-01-23
1
-0
/
+1
*
Add an initial pass at dead spill/restore removal for pre alloc splitting.
Owen Anderson
2009-01-23
1
-4
/
+56
*
do not sign extend characters input to isprint. This improves
Chris Lattner
2009-01-22
1
-1
/
+1
*
Fix a minor bug in DAGCombiner's folding of SELECT. Folding "select C, 0, 1"
Bob Wilson
2009-01-22
1
-3
/
+5
*
Don't create ISD::FNEG nodes after legalize if they aren't legal.
Dan Gohman
2009-01-22
2
-8
/
+30
*
Add SelectionDAG::getNOT method to construct bitwise NOT operations,
Bob Wilson
2009-01-22
4
-26
/
+38
*
Few targets like the tiny little PIC16 have only 16-bit pointers.
Sanjiv Gupta
2009-01-22
1
-0
/
+4
*
Eliminate a couple of fields from TargetRegisterClass: SubRegClasses and Supe...
Evan Cheng
2009-01-22
2
-36
/
+5
*
fix a typo
Chris Lattner
2009-01-22
1
-1
/
+1
*
Simplify ReduceLoadWidth's logic: it doesn't need several different
Dan Gohman
2009-01-21
1
-19
/
+10
*
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
5
-58
/
+53
*
I accidentally removed this check in an earlier commit, which cause breakage ...
Owen Anderson
2009-01-21
1
-0
/
+4
*
CellSPU:
Scott Michel
2009-01-21
1
-0
/
+4
*
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-21
5
-68
/
+85
*
Be more aggressive about renumbering vregs after splitting them.
Owen Anderson
2009-01-21
1
-3
/
+7
*
Encode member accessibility.
Devang Patel
2009-01-21
1
-1
/
+5
*
Appropriately mark fowrad decls.
Devang Patel
2009-01-20
1
-11
/
+8
*
Fix PR3243: a LiveVariables bug. When HandlePhysRegKill is checking whether t...
Evan Cheng
2009-01-20
1
-13
/
+15
*
Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was
Bill Wendling
2009-01-20
1
-12
/
+13
*
Fix struct member's debug info.
Devang Patel
2009-01-20
1
-7
/
+24
*
Need only one set of debug info versions enum.
Devang Patel
2009-01-20
1
-4
/
+4
*
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2009-01-20
9
-57
/
+67
*
Fix global variable's address in a DIE.
Devang Patel
2009-01-20
1
-1
/
+1
*
Enable debug info for enums.
Devang Patel
2009-01-20
1
-10
/
+14
*
Enable debug info for composite types.
Devang Patel
2009-01-20
1
-4
/
+0
*
Refactor code. No functionality change.
Evan Cheng
2009-01-20
2
-34
/
+89
*
Shift types need to match.
Bill Wendling
2009-01-20
1
-8
/
+9
*
Fix a dagcombine to not generate loads of non-round integer types,
Dan Gohman
2009-01-20
1
-1
/
+1
*
Do not use DenseMap because the iterator is invalidated while constructing ty...
Devang Patel
2009-01-20
1
-2
/
+2
*
Make linear scan's trivial coalescer slightly more aggressive.
Evan Cheng
2009-01-20
1
-6
/
+6
*
Verify debug info.
Devang Patel
2009-01-19
3
-10
/
+27
*
Remove SDNode's virtual destructor. This makes it impossible for
Dan Gohman
2009-01-19
1
-53
/
+14
*
Fix SelectionDAG::ReplaceAllUsesWith to behave correctly when
Dan Gohman
2009-01-19
2
-16
/
+39
*
Few targets like PIC16 wants libcall generation for illegal type i16.
Sanjiv Gupta
2009-01-18
2
-4
/
+16
*
Simplify extract element based on comments from Duncan Sands.
Mon P Wang
2009-01-18
1
-7
/
+3
*
Remove tabs.
Devang Patel
2009-01-17
1
-19
/
+19
[next]