summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lit: Remove support for XTARGET.Daniel Dunbar2012-10-19
* lit: Add 'valgrind' and 'valgrind-leaks' features when valgrind is used.Daniel Dunbar2012-10-19
* tests: Stop mangling '-vg' into the triple, we don't use this currently.Daniel Dunbar2012-10-19
* This patch is to fix radar://8426430. It is about llvm support of __builtin_d...Shuxin Yang2012-10-19
* [ms-inline asm] Add the isParsingInlineAsm() function to the MCAsmTargetParser.Chad Rosier2012-10-19
* Indvars: Don't recursively delete instruction during BB iteration.Benjamin Kramer2012-10-19
* Fix some doc-os.Daniel Dunbar2012-10-19
* lit: Propagate TERM variable in environment, some tools can do really obscureDaniel Dunbar2012-10-19
* Lower BUILD_VECTOR to SHUFFLE + INSERT_VECTOR_ELT for X86Michael Liao2012-10-19
* SCEVExpander: Don't crash when trying to merge two constant phis.Benjamin Kramer2012-10-19
* [ASan] Support comments in ASan/TSan blacklist file as lines starting with #Alexey Samsonov2012-10-19
* Move SplitBlockAndInsertIfThen to BasicBlockUtils.Evgeniy Stepanov2012-10-19
* LoopVectorize: Keep the IRBuilder on the stack.Benjamin Kramer2012-10-19
* ARM:Stepan Dyatkovskiy2012-10-19
* Pacify -Wnon-virtual-dtor.Nick Lewycky2012-10-19
* [asan] make sure asan erases old unused allocas after it created a new one. T...Kostya Serebryany2012-10-19
* recommit the patch that makes LSR and LowerInvoke use the TargetTransform int...Nadav Rotem2012-10-19
* Simplify condition checking as CONCAT assume all inputs of the same type.Michael Liao2012-10-19
* vectorizer: Add support for reading and writing from the same memory location.Nadav Rotem2012-10-19
* Reapply the TargerTransformInfo changes, minus the changes to LSR and Lowerin...Nadav Rotem2012-10-18
* cleanup the comment.Nadav Rotem2012-10-18
* Fix case for include of Compiler.h.Jordan Rose2012-10-18
* Add move constructors for OwningPtr and OwningArrayPtr.Jordan Rose2012-10-18
* Add a T&& constructor to llvm::Optional.Jordan Rose2012-10-18
* Mark bugpoint tests with XFAIL when building with LTO. <rdar://problem/12473675>Bob Wilson2012-10-18
* Fix a bug where a 32-bit address with the high bit does not get symbolicatedKevin Enderby2012-10-18
* fix a naming typoNadav Rotem2012-10-18
* test: Add a lit config variable to check if LTO is enabled.Daniel Dunbar2012-10-18
* lit: Allow XFAIL: lines to also refer to "features".Daniel Dunbar2012-10-18
* [ms-inline asm] Add a size argument to the LookupInlineAsmIdentifier() callback,Chad Rosier2012-10-18
* Use an export list when building JIT unittests. <rdar://problem/12473675>Bob Wilson2012-10-18
* Use pre-python 2.5 syntax in lit.cfg.Sebastian Pop2012-10-18
* Clear unknown mem ops when merging stack slots (pr14090)Sebastian Pop2012-10-18
* Change MachineFrameInfo::StackObject::Alloca from Value* to AllocaInst*Sebastian Pop2012-10-18
* [ms-inline asm] Have the LookupInlineAsmIdentifier() callback function return aChad Rosier2012-10-18
* Revert "We need this symbol after an LTO build."Bob Wilson2012-10-18
* Avoid reconstructing the pointer set when searching for duplicated read/write...Nadav Rotem2012-10-18
* Update the LangRef documentation for the per pointer address space support.Micah Villmow2012-10-18
* Cosmetic change -- move two simplifiers to the right commented statement group.Meador Inge2012-10-18
* instcombine: Migrate strcpy optimizationsMeador Inge2012-10-18
* test commit: verifying access from new addressEli Bendersky2012-10-18
* In SimplifySelectOps we pulled two loads through a select node despite the fa...Nadav Rotem2012-10-18
* When looking for a vector representation of a scalar, do a single lookup. Als...Nadav Rotem2012-10-18
* [ms-inline asm] Move most of the AsmParsing logic in clang back into the MCChad Rosier2012-10-18
* This patch fixes failures in the SingleSource/Regression/C/uint64_to_floatUlrich Weigand2012-10-18
* Refactor insert and extract of sub-integers into static helpers thatChandler Carruth2012-10-18
* This FIXME was fixed some time ago. =]Chandler Carruth2012-10-18
* Introduce a BarrierNoop pass, a hack designed to allow *some* controlChandler Carruth2012-10-18
* remove unused variable to fix a warning.Nadav Rotem2012-10-18
* Add a small example which shows a vectorizable loop with a non-pow-of-two countNadav Rotem2012-10-18