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
*
Fill in some missing DL propagation in getNode()s.
Dale Johannesen
2009-02-03
1
-22
/
+24
*
Use SDL->getCurDebugLoc() instead of unknown loc for landing pads.
Bill Wendling
2009-02-03
1
-1
/
+1
*
Explicitly pass in the "unknown" debug location. This is probably not
Bill Wendling
2009-02-03
2
-2
/
+3
*
Alphabetize includes.
Bill Wendling
2009-02-03
1
-1
/
+1
*
Propagate debug loc info during SDNode -> machine instr creation.
Bill Wendling
2009-02-03
1
-6
/
+9
*
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
3
-29
/
+39
*
Propagation in TargetLowering. Includes passing a DL
Dale Johannesen
2009-02-03
5
-113
/
+132
*
Use the SubclassData field to hold ExtType, isTrunc, and MemIndexedMode
Dan Gohman
2009-02-03
1
-45
/
+40
*
Last DebugLoc propagation for this file.
Dale Johannesen
2009-02-02
1
-180
/
+204
*
More DebugLoc propagation. This should be everything
Dale Johannesen
2009-02-02
1
-100
/
+112
*
MergeValueInto is too smart: it might choose to do the merge the opposite dir...
Owen Anderson
2009-02-02
2
-3
/
+21
*
DebugLoc propagation. ExpandOp and PromoteOp,
Dale Johannesen
2009-02-02
1
-307
/
+330
*
Commit missing files.
Dale Johannesen
2009-02-02
1
-0
/
+14
*
More DebugLoc propagation.
Dale Johannesen
2009-02-02
1
-109
/
+127
*
Remove trailing spaces.
Duncan Sands
2009-02-02
3
-15
/
+15
*
DebugLoc propagation for int<->fp conversions.
Dale Johannesen
2009-02-02
1
-74
/
+89
*
Refactor PerformPHIConstruction, no functionality changes.
Evan Cheng
2009-02-02
1
-125
/
+165
*
Do not add redundant arguments in a method definition DIE.
Devang Patel
2009-02-02
1
-11
/
+18
*
Duncan's patch. Further to 64382. Takes care of illegal types for shift amount.
Sanjiv Gupta
2009-02-02
2
-0
/
+28
*
Preserve more SourceValue information.
Mon P Wang
2009-02-02
2
-8
/
+18
*
Fix PR3453 and probably a bunch of other potential
Duncan Sands
2009-02-01
3
-22
/
+22
*
Forgot some more DebugLoc propagations.
Bill Wendling
2009-02-01
1
-17
/
+22
*
Fix test failures causes by my previous commit.
Owen Anderson
2009-02-01
1
-0
/
+1
*
Fix an issue in PHI construction that was exposed by GCC 4.2 producing a diff...
Owen Anderson
2009-02-01
1
-40
/
+27
*
DebugLoc propagation.
Dale Johannesen
2009-01-31
2
-179
/
+233
*
DebugLoc propagation. Done with file.
Dale Johannesen
2009-01-31
1
-45
/
+61
*
DebugLoc propagation. Done with file.
Dale Johannesen
2009-01-31
1
-15
/
+23
*
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
8
-101
/
+100
*
If unsafe FP optimization is not set, don't allow -(A-B) => B-A because
Mon P Wang
2009-01-31
1
-1
/
+2
*
Don't use DebugLoc::getUnknownLoc(). Default to something hopefully sensible.
Bill Wendling
2009-01-31
1
-58
/
+55
*
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-31
2
-222
/
+233
*
Propagate debug info in LegalizeFloatTypes.
Dale Johannesen
2009-01-31
2
-62
/
+74
*
Propagate debug info. This file complete
Dale Johannesen
2009-01-31
1
-201
/
+255
*
Propagate debug info through MakeLibCall and a
Dale Johannesen
2009-01-31
4
-64
/
+81
*
More DebugLoc propagation.
Bill Wendling
2009-01-30
1
-87
/
+120
*
More DebugLoc propagation.
Bill Wendling
2009-01-30
1
-43
/
+62
*
More DebugLoc propagation in LOAD etc. methods.
Bill Wendling
2009-01-30
1
-26
/
+42
*
More DebugLoc propagation in floating-point methods.
Bill Wendling
2009-01-30
1
-27
/
+40
*
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
4
-15
/
+24
*
Standardize comments about folding xforms.
Bill Wendling
2009-01-30
1
-10
/
+10
*
Get rid of the non-DebugLoc-ified getNOT() method.
Bill Wendling
2009-01-30
4
-27
/
+14
*
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
1
-13
/
+13
*
Propagate debug loc info for some FP arithmetic methods.
Bill Wendling
2009-01-30
1
-22
/
+30
*
Propagate debug loc info for BIT_CONVERT.
Bill Wendling
2009-01-30
1
-29
/
+46
*
Propagate debug loc info for more *_EXTEND methods.
Bill Wendling
2009-01-30
1
-15
/
+24
*
Propagate debug loc info for ANY_EXTEND.
Bill Wendling
2009-01-30
1
-12
/
+16
*
Propagate debug loc info for some of the *_EXTEND functions.
Bill Wendling
2009-01-30
2
-33
/
+63
*
DebugLoc form of getNOT().
Bill Wendling
2009-01-30
1
-0
/
+17
*
- Propagate debug loc info for SELECT.
Bill Wendling
2009-01-30
1
-25
/
+32
*
Propagate debug loc info for Shifts.
Bill Wendling
2009-01-30
1
-60
/
+68
[next]