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
Age
Commit message (
Expand
)
Author
2011-07-07
Define class MipsMCSymbolRefExpr.
Akira Hatanaka
2011-07-07
Simplify MipsRegisterInfo::eliminateFrameIndex.
Akira Hatanaka
2011-07-07
Rewrite comment in English.
Evan Cheng
2011-07-07
Rename attribute 'thumb' to a more descriptive 'thumb-mode'.
Evan Cheng
2011-07-07
Reverse order of operands of address operand mem so that the base operand comes
Akira Hatanaka
2011-07-07
Add missing return statement.
Akira Hatanaka
2011-07-07
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-07
Recognize mipseb as alias for mips for symmetry with mipsel.
Joerg Sonnenberger
2011-07-07
Update CMake library dependencies
Oscar Fuentes
2011-07-07
Fix CMake build
Douglas Gregor
2011-07-07
The VMLA instruction and its friends are not actually fused; they're plain old
Cameron Zwarich
2011-07-07
Sink feature IsThumb into MC layer.
Evan Cheng
2011-07-07
Feature bits are 64-bits.
Evan Cheng
2011-07-07
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
type can be null
Chris Lattner
2011-07-07
use a more efficient check for 'is metadata'
Chris Lattner
2011-07-07
Use ArrayRef instead of a std::vector&.
Bill Wendling
2011-07-07
Add functions 'hasPredecessor' and 'hasPredecessorHelper' to SDNode. The
Lang Hames
2011-07-07
Change some ARM subtarget features to be single bit yes/no in order to sink t...
Evan Cheng
2011-07-07
Add a target hook to encode the compact unwind information.
Bill Wendling
2011-07-07
Add isCodeGenOnly value to the CodeGenInstruction class.
Jim Grosbach
2011-07-07
Added a testcase for PR10220.
Lang Hames
2011-07-07
Add DEBUG messages.
Devang Patel
2011-07-07
Factor ARM triple parsing out of ARMSubtarget. Another step towards making AR...
Evan Cheng
2011-07-07
Use DBG_VALUE location while inserting DBG_VALUE during alloca promotion.
Devang Patel
2011-07-06
Fix a bug in the "expect" intrinsic lowering.
Jakub Staszak
2011-07-06
When tail-merging multiple blocks, make sure to correctly update the live-in ...
Eli Friedman
2011-07-06
Typo.
Jim Grosbach
2011-07-06
Remove dead code.
Devang Patel
2011-07-06
Typo.
Devang Patel
2011-07-06
Clean up the #includes.
Bill Wendling
2011-07-06
Grammar and 80-col.
Eric Christopher
2011-07-06
Fix a subtle issue in SmallVector. The following code did not work as expected:
Owen Anderson
2011-07-06
Handle cases where multiple dbg.declare and dbg.value intrinsics are tied to ...
Devang Patel
2011-07-06
Add ARM MC registry routines.
Evan Cheng
2011-07-06
Rename files for consistency.
Evan Cheng
2011-07-06
Add ImmutableList::contains(). Patch by Rui Paulo!
Nick Lewycky
2011-07-06
Mark ARM pseudo-instructions as isPseudo.
Jim Grosbach
2011-07-06
Don't require pseudo-instructions to carry encoding information.
Jim Grosbach
2011-07-06
Simplify. Consolidate dbg.declare handling in AllocaPromoter.
Devang Patel
2011-07-06
indvars -disable-iv-rewrite: ExprToMap lives in Pass data, so be more
Andrew Trick
2011-07-06
Remove un-used encoding info from Pseudo MLAv5.
Jim Grosbach
2011-07-06
Fix missing triple support for RTEMS target.
Eli Friedman
2011-07-06
indvars -disable-iv-rewrite: Added SimplifyCongruentIVs.
Andrew Trick
2011-07-06
Remove some unnecessary includes.
Eli Friedman
2011-07-06
Constify getCompactUnwindRegNum.
Bill Wendling
2011-07-06
createMCInstPrinter doesn't need TargetMachine anymore.
Evan Cheng
2011-07-06
LICM: Remove trailing white spaces
Tobias Grosser
2011-07-06
LICM: Do not loose alignment on promotion
Tobias Grosser
2011-07-06
Add documenation about "branch_weight" metadata and __builtin_expect instruction
Jakub Staszak
[next]