index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
CodeGen
Commit message (
Expand
)
Author
Age
Files
Lines
*
Propagate debug loc info for MULHS.
Bill Wendling
2009-01-30
1
-2
/
+2
*
Propagate debug loc info for SREM and UREM.
Bill Wendling
2009-01-30
1
-10
/
+12
*
Propagate debug loc info for UDIV.
Bill Wendling
2009-01-30
1
-6
/
+7
*
Propagate debug loc info for SDIV.
Bill Wendling
2009-01-30
1
-12
/
+21
*
Forgot to propagate debug loc info here.
Bill Wendling
2009-01-30
1
-2
/
+4
*
Fix a post-RA scheduling dependency bug.
Dan Gohman
2009-01-30
1
-11
/
+90
*
Propagate debug loc info for MUL.
Bill Wendling
2009-01-30
1
-16
/
+21
*
Propagate debug loc info in SUB.
Bill Wendling
2009-01-30
1
-7
/
+8
*
Propagate debug loc info in ADDC and ADDE.
Bill Wendling
2009-01-30
1
-11
/
+13
*
Propagate debug loc info in DAG combine's "ADD".
Bill Wendling
2009-01-30
1
-20
/
+18
*
- Propagate debug loc info in combineSelectAndUse().
Bill Wendling
2009-01-30
1
-16
/
+23
*
Propagate debug info when building SelectionDAG.
Dale Johannesen
2009-01-30
1
-399
/
+519
*
Remove dead code, again.
Devang Patel
2009-01-30
1
-14
/
+0
*
Remove dead code.
Devang Patel
2009-01-30
1
-10
/
+0
*
Add DW_AT_declaration for class methods.
Devang Patel
2009-01-30
1
-2
/
+5
*
Propagate debug location info for the token factor.
Bill Wendling
2009-01-30
1
-5
/
+5
*
Add DebugLoc propagation to some of the methods in DAG combiner.
Bill Wendling
2009-01-30
1
-27
/
+34
*
Correct the algorithms for choosing spill and restore points so that we don't...
Owen Anderson
2009-01-29
1
-2
/
+23
*
Explicitly add PseudoSourceValue information when lowering
Dan Gohman
2009-01-29
1
-10
/
+11
*
Make a few things const, fix some comments, and simplify
Dan Gohman
2009-01-29
1
-16
/
+8
*
Local register allocator shouldn't assume only the entry and landing pad basi...
Evan Cheng
2009-01-29
1
-16
/
+13
*
Fix two typos that Duncan spotted in a comment.
Dan Gohman
2009-01-29
1
-1
/
+1
*
In the case of an extractelement on an insertelement value,
Dan Gohman
2009-01-29
1
-1
/
+5
*
Revert r63273. This was already implemented by Dale. There's no need for my
Bill Wendling
2009-01-29
1
-72
/
+101
*
Fix an issue where restores could be inserted after a terminator instruction,
Owen Anderson
2009-01-29
1
-4
/
+12
*
Comments are good. :-)
Owen Anderson
2009-01-29
1
-3
/
+30
*
Add support for aggressive load-use-store folding. This takes care of the
Owen Anderson
2009-01-29
1
-19
/
+85
*
- Add DebugLoc to getTargetNode().
Bill Wendling
2009-01-29
1
-101
/
+72
*
Exit with nice warnings when register allocator run out of registers.
Evan Cheng
2009-01-29
3
-41
/
+88
*
Make x86's BT instruction matching more thorough, and add some
Dan Gohman
2009-01-29
2
-20
/
+73
*
A slight compile time optimization. If the caller knows there isn't a free re...
Evan Cheng
2009-01-29
1
-6
/
+6
*
Add DebugLoc-sensitive versions of many node creation
Dale Johannesen
2009-01-29
1
-0
/
+458
*
Fix comment about removeRange.
Evan Cheng
2009-01-29
1
-1
/
+1
*
Add DebugLoc to the getNode() methods.
Bill Wendling
2009-01-28
1
-41
/
+134
*
Add DebugLoc-aware constructors for SDNode derived
Dale Johannesen
2009-01-28
1
-0
/
+23
*
Do not forget to derived type while constructing an array type.
Devang Patel
2009-01-28
1
-0
/
+2
*
Fixed extract element when the result needs to be promoted and the input wide...
Mon P Wang
2009-01-28
1
-0
/
+2
*
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
5
-55
/
+62
*
Formatting.
Duncan Sands
2009-01-28
1
-8
/
+5
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
10
-14
/
+14
*
Use ValueType::bitsLT to simplify some code.
Dan Gohman
2009-01-28
2
-2
/
+2
*
Use ZERO_EXTEND instead of ANY_EXTEND when promoting
Dan Gohman
2009-01-28
2
-2
/
+2
*
Add type DIE into appropriate context DIE.
Devang Patel
2009-01-27
1
-3
/
+17
*
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2009-01-27
1
-7
/
+46
*
Refine DebugLoc per review comments.
Evan Cheng
2009-01-27
1
-6
/
+7
*
Add an assertion to the form of SelectionDAG::getConstant that takes
Dan Gohman
2009-01-27
3
-7
/
+13
*
Delete redundant return statements.
Dan Gohman
2009-01-27
1
-7
/
+0
*
Make the pre-split-limit option more useful by using a per-function counter.
Owen Anderson
2009-01-27
1
-1
/
+7
*
Assorted debug info fixes.
Devang Patel
2009-01-27
1
-17
/
+19
*
No need to keep size of DebugLocations vector separately.
Evan Cheng
2009-01-26
1
-2
/
+3
[next]