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
Age
Commit message (
Expand
)
Author
2010-04-15
Fix PR6847. RegScavenger should ignore DebugValues.
Jakob Stoklund Olesen
2010-04-15
Make sure the initialization of a GC root is after its definition.
Nicolas Geoffray
2010-04-15
Revert r100896 and around - this breaks the only mingw32 buildbot we have.
Anton Korobeynikov
2010-04-15
prune includes
Gabor Greif
2010-04-15
ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir...
Evan Cheng
2010-04-15
DEBUG() print out "Unknown format" msg.
Johnny Chen
2010-04-15
ReuseFrameIndexVals is used in multiple files, so it can't be static.
Dan Gohman
2010-04-15
EnablePPC64RS and EnablePPC32RS are used in multiple files, so they
Dan Gohman
2010-04-15
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
Fix namespace polution.
Dan Gohman
2010-04-15
Make getPredecessorWithUniqueSuccessorForBB return the unique successor
Dan Gohman
2010-04-15
typos
Gabor Greif
2010-04-15
back out r101364, as it trips the linux nightlybot on some clang C++ tests
Gabor Greif
2010-04-15
rotate CallInst operands, i.e. move callee to the back
Gabor Greif
2010-04-15
enhance the load/store narrowing optimization to handle a
Chris Lattner
2010-04-15
teach codegen to turn trunc(zextload) into load when possible.
Chris Lattner
2010-04-15
add a simple dag combine to replace trivial shl+lshr with
Chris Lattner
2010-04-15
Implement rdar://7860110 (also in target/readme.txt) narrowing
Chris Lattner
2010-04-15
Add more const qualifiers for LLVM IR pointers in CodeGen.
Dan Gohman
2010-04-15
Fix build.
Anders Carlsson
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-15
Allow lowering for palignr instructions for mmx sized vectors. Add
Eric Christopher
2010-04-15
More 80 violations.
Evan Cheng
2010-04-15
Wrap the error msgs in DEBUG() macro so that they won't appear in NDEBUG build.
Johnny Chen
2010-04-15
80 col violations.
Evan Cheng
2010-04-15
Add comment.
Devang Patel
2010-04-14
There is no need to track compile unit offsets if there is only one compile u...
Devang Patel
2010-04-14
Remove dead code.
Devang Patel
2010-04-14
IPO needs ScalarOpts and InstCombine in its libs
Tobias Grosser
2010-04-14
Fixed another assert exposed by fuzzing. Now, the DisassembleVFPLdStMulFrm()
Johnny Chen
2010-04-14
Add -arm-long-calls option to force calls to be indirect. This makes the
Jim Grosbach
2010-04-14
Constify GetConstantStringInfo.
Dan Gohman
2010-04-14
Don't use DILocation when processing a DebugLoc.
Nicolas Geoffray
2010-04-14
For t2BFI disassembly, apply the same error checking as in r101205.
Johnny Chen
2010-04-14
Move a bunch of methods from CallSite to CallSiteBase, so that they can
Dan Gohman
2010-04-14
Fixed another assert exposed by fuzzing. The utility function getRegisterEnum()
Johnny Chen
2010-04-14
- Code clean up to reduce indentation.
Evan Cheng
2010-04-14
Don't custom lower bit converts to ARM VMOVDRRD or VMOVDRR when the operand
Bob Wilson
2010-04-14
Delete unneeeded arguments.
Dan Gohman
2010-04-14
Delete unused arguments.
Dan Gohman
2010-04-14
Factor out EH landing pad code into a separate function, and constify
Dan Gohman
2010-04-14
Reset the debug location even if the instruction was a terminator.
Dan Gohman
2010-04-14
Refine #includes.
Dan Gohman
2010-04-14
Pull utility routines with no SelectionDAG dependence out of
Dan Gohman
2010-04-14
Fix typos in comments.
Dan Gohman
2010-04-14
performance: cache the dereferenced use_iterator
Gabor Greif
2010-04-14
Delete an obsolete comment.
Dan Gohman
2010-04-14
Delete an unused function.
Dan Gohman
2010-04-14
Clear the FunctionLoweringInfo object before doing other things that
Dan Gohman
2010-04-14
Move this assert out of SelectionDAGISel into FunctionLoweringInfo, and
Dan Gohman
[next]