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
2012-10-19
Add node and enum for mips tail call.
Akira Hatanaka
2012-10-19
[ms-inline asm] Have the TargetParser callback to Sema to determine the size of
Chad Rosier
2012-10-19
Add 'IntrNoReturn' for longjmp intrinsics
Michael Liao
2012-10-19
SimplifyLibcalls: The return value of ffsll is always i32, even when the inpu...
Benjamin Kramer
2012-10-19
Fix a build error for ocaml bindings that was introduced with the TargetData ...
Micah Villmow
2012-10-19
[ms-inline asm] Add a MCAsmParserSemaCallback to the TargetAsmParser.
Chad Rosier
2012-10-19
lit: Rename the valgrind leaks feature to match what is currently used
Daniel Dunbar
2012-10-19
lit: Remove support for XTARGET.
Daniel Dunbar
2012-10-19
lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.
Daniel Dunbar
2012-10-19
tests: Stop mangling '-vg' into the triple, we don't use this currently.
Daniel Dunbar
2012-10-19
This patch is to fix radar://8426430. It is about llvm support of __builtin_d...
Shuxin Yang
2012-10-19
[ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.
Chad Rosier
2012-10-19
Indvars: Don't recursively delete instruction during BB iteration.
Benjamin Kramer
2012-10-19
Fix some doc-os.
Daniel Dunbar
2012-10-19
lit: Propagate TERM variable in environment, some tools can do really obscure
Daniel Dunbar
2012-10-19
Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86
Michael Liao
2012-10-19
SCEVExpander: Don't crash when trying to merge two constant phis.
Benjamin Kramer
2012-10-19
[ASan] Support comments in ASan/TSan blacklist file as lines starting with #
Alexey Samsonov
2012-10-19
Move SplitBlockAndInsertIfThen to BasicBlockUtils.
Evgeniy Stepanov
2012-10-19
LoopVectorize: Keep the IRBuilder on the stack.
Benjamin Kramer
2012-10-19
ARM:
Stepan Dyatkovskiy
2012-10-19
Pacify -Wnon-virtual-dtor.
Nick Lewycky
2012-10-19
[asan] make sure asan erases old unused allocas after it created a new one. T...
Kostya Serebryany
2012-10-19
recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...
Nadav Rotem
2012-10-19
Simplify condition checking as CONCAT assume all inputs of the same type.
Michael Liao
2012-10-19
vectorizer: Add support for reading and writing from the same memory location.
Nadav Rotem
2012-10-18
Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...
Nadav Rotem
2012-10-18
cleanup the comment.
Nadav Rotem
2012-10-18
Fix case for include of Compiler.h.
Jordan Rose
2012-10-18
Add move constructors for OwningPtr and OwningArrayPtr.
Jordan Rose
2012-10-18
Add a T&& constructor to llvm::Optional.
Jordan Rose
2012-10-18
Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>
Bob Wilson
2012-10-18
Fix a bug where a 32-bit address with the high bit does not get symbolicated
Kevin Enderby
2012-10-18
fix a naming typo
Nadav Rotem
2012-10-18
test: Add a lit config variable to check if LTO is enabled.
Daniel Dunbar
2012-10-18
lit: Allow XFAIL: lines to also refer to "features".
Daniel Dunbar
2012-10-18
[ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,
Chad Rosier
2012-10-18
Use an export list when building JIT unittests. <rdar://problem/12473675>
Bob Wilson
2012-10-18
Use pre-python 2.5 syntax in lit.cfg.
Sebastian Pop
2012-10-18
Clear unknown mem ops when merging stack slots (pr14090)
Sebastian Pop
2012-10-18
Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*
Sebastian Pop
2012-10-18
[ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return a
Chad Rosier
2012-10-18
Revert "We need this symbol after an LTO build."
Bob Wilson
2012-10-18
Avoid reconstructing the pointer set when searching for duplicated read/write...
Nadav Rotem
2012-10-18
Update the LangRef documentation for the per pointer address space support.
Micah Villmow
2012-10-18
Cosmetic change -- move two simplifiers to the right commented statement group.
Meador Inge
2012-10-18
instcombine: Migrate strcpy optimizations
Meador Inge
2012-10-18
test commit: verifying access from new address
Eli Bendersky
2012-10-18
In SimplifySelectOps we pulled two loads through a select node despite the fa...
Nadav Rotem
2012-10-18
When looking for a vector representation of a scalar, do a single lookup. Als...
Nadav Rotem
[next]