index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
SelectionDAG
/
SelectionDAGBuild.h
Age
Commit message (
Expand
)
Author
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-13
Begin the painful process of tearing apart the rat'ss nest that is Constants....
Owen Anderson
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-07-08
Remove the vicmp and vfcmp instructions. Because we never had a release with
Nick Lewycky
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2009-05-21
Temporarily revert r72191. It was causing an assert during llvm-gcc
Bill Wendling
2009-05-20
Introduce DebugScope which gets embedded into the machine instructions' Debug...
Argyrios Kyrtzidis
2009-04-29
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
Second attempt:
Bill Wendling
2009-04-28
r70270 isn't ready yet. Back this out. Sorry for the noise.
Bill Wendling
2009-04-28
Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to
Bill Wendling
2009-04-23
Factor out a bit of code that appears in several places into a
Dan Gohman
2009-04-16
If FastISel is run and it has known DebugLoc then use it.
Devang Patel
2009-03-27
Initialize LiveOutInfo's APInt members to zero, as APInt's
Dan Gohman
2009-02-19
Generate these labels when we're in "fast" mode, not simply when we're no in
Bill Wendling
2009-02-03
Pass in something sensible for the debug location information when creating the
Bill Wendling
2009-02-03
Alphabetize includes.
Bill Wendling
2009-01-31
Move CurDebugLoc into SelectionDAGLowering.
Dale Johannesen
2008-12-23
Initial checkin of APInt'ififcation of switch lowering
Anton Korobeynikov
2008-12-09
Add sub/mul overflow intrinsics. This currently doesn't have a
Bill Wendling
2008-10-17
Factor out the code for mapping LLVM IR condition opcodes to
Dan Gohman
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
2008-09-10
Implement "visitPow". This is mainly used to see if we have a pow() call of this
Bill Wendling
2008-09-05
Add hooks for other intrinsics to get low-precision expansions.
Dale Johannesen
2008-09-05
Add -flimit-float-precision to enable some faster,
Dale Johannesen
2008-09-03
Split the SelectionDAG-building code, including the FunctionLoweringInfo
Dan Gohman