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
/
SelectionDAG
/
SelectionDAGBuild.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass in something sensible for the debug location information when creating the
Bill Wendling
2009-02-03
1
-4
/
+49
*
Explicitly pass in the "unknown" debug location. This is probably not
Bill Wendling
2009-02-03
1
-1
/
+2
*
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-02-03
1
-2
/
+4
*
Fix PR3401: when using large integers, the type
Duncan Sands
2009-01-31
1
-16
/
+16
*
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2009-01-31
1
-221
/
+224
*
Make LowerCallTo and LowerArguments take a DebugLoc
Dale Johannesen
2009-01-30
1
-9
/
+11
*
Propagate debug info when building SelectionDAG.
Dale Johannesen
2009-01-30
1
-399
/
+519
*
Make isOperationLegal do what its name suggests, and introduce a
Dan Gohman
2009-01-28
1
-2
/
+2
*
Formatting.
Duncan Sands
2009-01-28
1
-8
/
+5
*
Delete redundant return statements.
Dan Gohman
2009-01-27
1
-7
/
+0
*
During bittest switch lowering emit shift in the test block, which should (th...
Anton Korobeynikov
2009-01-26
1
-11
/
+9
*
Cleanup whitespace and comments, and tweak some
Duncan Sands
2009-01-21
1
-5
/
+4
*
Allow targets to legalize operations (with illegal operands) that produces mu...
Sanjiv Gupta
2009-01-21
1
-0
/
+9
*
Use "SINT_TO_FP" instead of "UINT_TO_FP" when getting the exponent. This was
Bill Wendling
2009-01-20
1
-12
/
+13
*
Shift types need to match.
Bill Wendling
2009-01-20
1
-8
/
+9
*
Verify debug info.
Devang Patel
2009-01-19
1
-4
/
+4
*
Registry.h should not depend on CommandLine.h.
Mikhail Glushenkov
2009-01-16
1
-0
/
+1
*
Delete trailing whitespace.
Mikhail Glushenkov
2009-01-16
1
-234
/
+234
*
Validate dbg_* intrinsics before lowering them.
Devang Patel
2009-01-15
1
-5
/
+5
*
Add the private linkage.
Rafael Espindola
2009-01-15
1
-1
/
+1
*
More consts on TargetLowering references.
Dan Gohman
2009-01-15
1
-5
/
+4
*
minor refactoring: use a more specific API
Gabor Greif
2009-01-15
1
-2
/
+3
*
Use DebugInfo interface to lower dbg_* intrinsics.
Devang Patel
2009-01-13
1
-25
/
+25
*
Rename getABITypeSize to getTypePaddedSize, as
Duncan Sands
2009-01-12
1
-9
/
+9
*
Fix a bug in ComputeLinearIndex computation handling multi-level
Dan Gohman
2009-01-06
1
-1
/
+3
*
squash warnings.
Devang Patel
2009-01-05
1
-0
/
+1
*
Fix PR3274: when promoting the condition of a BRCOND node,
Duncan Sands
2009-01-01
1
-4
/
+4
*
Restore debug printing
Anton Korobeynikov
2008-12-23
1
-23
/
+26
*
Sometimes APInt syntax is really ugly... :(
Anton Korobeynikov
2008-12-23
1
-10
/
+21
*
Indent stuff properly
Anton Korobeynikov
2008-12-23
1
-25
/
+25
*
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-23
1
-119
/
+118
*
Clean up the atomic opcodes in SelectionDAG.
Dan Gohman
2008-12-23
1
-181
/
+25
*
We have decided not to support inline asm where an output operand with a matc...
Evan Cheng
2008-12-16
1
-11
/
+12
*
Whitespace fixes.
Bill Wendling
2008-12-10
1
-14
/
+12
*
Add sub/mul overflow intrinsics. This currently doesn't have a
Bill Wendling
2008-12-09
1
-15
/
+28
*
There are no longer any places that require a
Duncan Sands
2008-12-01
1
-12
/
+18
*
- Make lowering of "add with overflow" customizable by back-ends.
Bill Wendling
2008-11-24
1
-2
/
+1
*
Added check to avoid generating extract subvector beyond the end of the vecto...
Mon P Wang
2008-11-23
1
-1
/
+2
*
reapply Sanjiv's patch to genericize memcpy/memset/memmove to take an
Chris Lattner
2008-11-21
1
-6
/
+3
*
Revert r59802. It was breaking the build of llvm-gcc:
Bill Wendling
2008-11-21
1
-3
/
+6
*
Make mem[cpy,move,set] intrinsics overloaded.
Sanjiv Gupta
2008-11-21
1
-6
/
+3
*
Clean up normalization of shuffles
Mon P Wang
2008-11-21
1
-30
/
+31
*
Combine the two add with overflow intrinsics lowerings. They differ only in D...
Bill Wendling
2008-11-21
1
-18
/
+5
*
Generate code for llvm.uadd.with.overflow intrinsic. No conversion support yet.
Bill Wendling
2008-11-21
1
-1
/
+12
*
Remove chains. Unnecessary.
Bill Wendling
2008-11-21
1
-8
/
+4
*
Rename "ADDO" to "SADDO" and "UADDO". The "UADDO" isn't equivalent to "ADDC"
Bill Wendling
2008-11-21
1
-3
/
+3
*
Implement the sadd_with_overflow intrinsic. This is converted into
Bill Wendling
2008-11-21
1
-0
/
+25
*
80-column violation.
Bill Wendling
2008-11-20
1
-2
/
+4
*
Rename stackprotector_create intrinsic to stackprotector.
Bill Wendling
2008-11-18
1
-1
/
+1
*
Remove the stackprotector_check intrinsic. Use a volatile load instead.
Bill Wendling
2008-11-18
1
-13
/
+0
[next]