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
2013-04-13
Finish templating MachObjectFile over endianness.
Rafael Espindola
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
lit: Fix infinite recursion when an out-of-tree test root is located inside t...
Daniel Dunbar
2013-04-12
lit: Add a test for discovery w/ test_exec_root (out-of-tree test root).
Daniel Dunbar
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
AArch64: use full triple for ELF tests
Tim Northover
2013-04-12
AArch64: remove over-zealous use of CHECK-NEXT
Tim Northover
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
Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied ...
Alexey Samsonov
2013-04-12
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
Remove obsolete object file dumpers
Nico Rieck
2013-04-12
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
Add extensive relocation tests for llvm-readobj
Nico Rieck
2013-04-12
Add -expand-relocs to llvm-readobj
Nico Rieck
2013-04-12
Add missing relocation names
Nico Rieck
2013-04-12
Support MIPS64EL relocation type names
Nico Rieck
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
Fix the test on linux by setting the triple and the align format
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
TBAA: add utility to create a TBAA scalar type node
Manman Ren
[next]