aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add more owners to CODE_OWNERS.TXT (Kostya Serebryany: AddressSanitizer and T...Kostya Serebryany2013-06-271-0/+8
* Update testing case to make DI nodes have the correct format.Manman Ren2013-06-271-3/+3
* Add CXXFLAGS back to the Link command.Bob Wilson2013-06-271-1/+2
* Add a convenience createUniqueDirectory function.Rafael Espindola2013-06-274-12/+20
* Fix spelling.Arnold Schwaighofer2013-06-271-1/+1
* LoopVectorize: Don't store a reversed value in the vectorized value mapArnold Schwaighofer2013-06-272-1/+59
* [APFloat] Added unittest for APFloat.divide that checks special cases, result...Michael Gottesman2013-06-271-0/+304
* Added support for the Builtin attribute.Michael Gottesman2013-06-2715-23/+154
* No need to use a Set when a vector would do.Nadav Rotem2013-06-271-3/+3
* Removed two logging printf statements from the APFloat tests... = /.Michael Gottesman2013-06-271-8/+0
* [APFloat] Added unittest for APFloat.multiply that checks special cases, resu...Michael Gottesman2013-06-261-0/+307
* [APFloat] Added unittest for APFloat.subtract that checks special cases, resu...Michael Gottesman2013-06-261-0/+303
* SLP: When searching for vectorization opportunities scan the blocks in post-o...Nadav Rotem2013-06-261-2/+4
* SLP: Dont erase instructions during vectorization because it prevents the out...Nadav Rotem2013-06-261-2/+0
* In InstCombine{AddSub,MulDivRem} convert APFloat.isFiniteNonZero() && !APFloa...Michael Gottesman2013-06-262-5/+5
* [APFloat] Convert all references to fcNormal to references to isFiniteNonZero().Michael Gottesman2013-06-261-30/+30
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-264-8/+8
* Fix a crash bug in dumping options with groupsReid Kleckner2013-06-261-4/+6
* Clarify and doxygen-ify commentsStephen Lin2013-06-262-16/+20
* [Mips Disassembler] Have the DecodeCCRRegisterClass function use the getRegChad Rosier2013-06-265-17/+20
* ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...Stephen Lin2013-06-263-4/+23
* Debug Info: clean up usage of Verify.Manman Ren2013-06-264-8/+8
* Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegsStephen Lin2013-06-261-7/+5
* Rename PathV2 to just Path now that it is the only one.Rafael Espindola2013-06-264-11/+11
* [mips] Do not emit ".option pic0" if target is mips64.Akira Hatanaka2013-06-262-1/+3
* [mips] Improve code generation for constant multiplication using shifts, adds...Akira Hatanaka2013-06-262-0/+103
* [APFloat] Removed debugging cruft that snuck in.Michael Gottesman2013-06-261-4/+0
* The SLP Vectorizer works across basic blocks. Update the docs.Nadav Rotem2013-06-261-9/+7
* Use enums instead of raw octal values.Rafael Espindola2013-06-263-4/+8
* Erase all of the instructions that we RAUWedNadav Rotem2013-06-262-1/+10
* Add a subtarget feature 'v8' to the ARM backend.Joey Gouly2013-06-269-11/+41
* Do not add cse-ed instructions into the visited map because we dont want to c...Nadav Rotem2013-06-262-5/+93
* ARM: fix more cases where predication may or may not be allowedTim Northover2013-06-268-36/+100
* ARM: allow predicated barriers in Thumb modeTim Northover2013-06-265-28/+61
* Remove the 'generic' CPU from the ARM eabi attributes printer.Joey Gouly2013-06-262-13/+5
* PathV1 is deprecated since the 18th of Dec 2010. Remove it.Rafael Espindola2013-06-265-1571/+0
* Add a convenience functions that don't return if the directory existed.Rafael Espindola2013-06-261-0/+14
* Remove unused includes.Rafael Espindola2013-06-263-3/+0
* [PowerPC] Accept 17-bit signed immediates for addisUlrich Weigand2013-06-265-4/+42
* [PowerPC] Support symbolic u16imm operandsUlrich Weigand2013-06-266-9/+24
* ARM: operands should be explicit when disassembledAmaury de la Vieuville2013-06-262-8/+7
* [Sparc]: Add memory operands for the frame references in the storeRegToStackSlotVenkatraman Govindaraju2013-06-261-8/+30
* Fixed a comment.Elena Demikhovsky2013-06-261-2/+2
* Suppress llvm/test/Other/can-execute.txt on msys bash.NAKAMURA Takumi2013-06-262-1/+5
* Optimized integer vector multiplication operation by replacing it with shift/...Elena Demikhovsky2013-06-267-25/+148
* [asan] workaround for PR16277: don't instrument AllocaInstr with alignment mo...Kostya Serebryany2013-06-262-1/+21
* [asan] add option -asan-keep-uninstrumented-functionsKostya Serebryany2013-06-262-4/+70
* Provide bootstrap support to build only llvm+clang when using cmake.Andy Gibbs2013-06-261-3/+6
* Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake.Andy Gibbs2013-06-262-12/+19
* Remove calls to Path in #ifdefs that don't seem to be used in any of the bots...Rafael Espindola2013-06-261-3/+3