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
2013-04-13
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
[mips] Override TargetLoweringBase::isShuffleMaskLegal.
Akira Hatanaka
2013-04-12
[ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functional
Chad Rosier
2013-04-12
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-12
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
Add debug prints.
Nadav Rotem
2013-04-12
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-12
[ms-inline asm] Move this logic into a static function as it's only applicable
Chad Rosier
2013-04-12
[ms-inline asm] Address the FIXME for ImmDisp before brackets. This
Chad Rosier
2013-04-12
[ms-inline asm] Have the [ Symbol ] case fall into the more general logic. This
Chad Rosier
2013-04-12
ARM: Correct printing of pre-indexed operands.
Quentin Colombet
2013-04-12
[ms-inline asm] Add support for operands that include both a symbol and an
Chad Rosier
2013-04-12
PPC: Remove (broken) nested implicit definition lists
Hal Finkel
2013-04-12
Add a comment about the PPC Interpretation64Bit bit
Hal Finkel
2013-04-12
Hexagon: Set isPredicatedNew flag on predicate new instructions.
Jyotsna Verma
2013-04-12
Hexagon: Set isPredicatedFlase flag for all the instructions with negated pre...
Jyotsna Verma
2013-04-12
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
[ms-inline asm] Add the implementation for the AOK_Delete kind, which was added
Chad Rosier
2013-04-12
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
Revert broken pieces of r179373.
Benjamin Kramer
2013-04-12
Replace uses of the deprecated std::auto_ptr with OwningPtr.
Andy Gibbs
2013-04-12
Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answer...
Benjamin Kramer
2013-04-12
Add PPC instruction record forms and associated query functions
Hal Finkel
2013-04-12
Don't disable block layout when forcing block alignment.
Nadav Rotem
2013-04-12
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-11
[ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with
Chad Rosier
2013-04-11
[ms-inline asm] Add support for using offsetof operator with variables that use
Chad Rosier
2013-04-11
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
[ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we
Chad Rosier
2013-04-11
[ms-inline asm] Remove brackets from around a symbol reference in the target
Chad Rosier
2013-04-11
Fix undefined behavior in AArch64
David Majnemer
2013-04-11
Optimize icmp involving addition better
David Majnemer
2013-04-11
[mips] Custom-lower i64 MULHS and MULHU nodes. Remove the code which selects
Akira Hatanaka
2013-04-11
[mips] Clean up MipsISelDAGToDAG.cpp and MipsISelLowering.cpp.
Akira Hatanaka
2013-04-11
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
Print more information about relocations.
Rafael Espindola
2013-04-11
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
Add a function to check if an argument list is too long.
Rafael Espindola
2013-04-11
[ASan] Allow disabling init-order checks for globals by source file name.
Alexey Samsonov
2013-04-11
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
Rename the C function to create a SLPVectorizerPass to something sane and exp...
Benjamin Kramer
2013-04-11
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
[prev]
[next]