aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a simpler version of remove_all.Rafael Espindola2013-06-261-0/+7
* Fix the build when __APPLE__ is defined.Rafael Espindola2013-06-261-1/+5
* Remove sys::GetMainExecutable.Rafael Espindola2013-06-263-121/+0
* Port GetMainExecutable over to PathV2.Rafael Espindola2013-06-266-8/+126
* Remove PathWithStatus.Rafael Espindola2013-06-263-135/+0
* dbgs() << Instruction doesn't print a newline on the end any more. Update theseNick Lewycky2013-06-261-5/+5
* s/C++0x/C++11/Adrian Prantl2013-06-251-1/+1
* Merge isReachable into isBackedge.Jakob Stoklund Olesen2013-06-251-19/+10
* SLPVectorizer: support slp-vectorization of PHINodes between basic blocksNadav Rotem2013-06-252-1/+142
* Print block frequencies in decimal form.Jakob Stoklund Olesen2013-06-252-17/+26
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-2511-228/+219
* TableGen: Generate a function for getting operand indices based on their defi...Tom Stellard2013-06-253-0/+176
* X86 cost model: Vectorizing integer division is a bad ideaArnold Schwaighofer2013-06-252-0/+57
* Fix SROA to avoid unnecessary scalar conversions for 1-element vectors.Bob Wilson2013-06-252-15/+40
* Remove unused code. No functionality change.Manman Ren2013-06-251-4/+0
* The GCDA 402 format won't have a second checksum either.Bill Wendling2013-06-251-1/+1
* [PowerPC] Support @got modifierUlrich Weigand2013-06-256-0/+85
* Move GetEXESuffix to the one place it is used.Rafael Espindola2013-06-254-15/+7
* Remove sys::PathSeparator.Rafael Espindola2013-06-253-8/+0
* R600: Consolidate expansion of v2i32/v4i32 ops for EG/SIAaron Watry2013-06-253-49/+22
* R600: Add v2i32 test for vselectAaron Watry2013-06-251-6/+20
* R600/SI: Expand xor v2i32/v4i32Aaron Watry2013-06-252-7/+36
* R600: Add v2i32 test for setcc on evergreenAaron Watry2013-06-251-3/+22
* R600/SI: Expand urem of v2i32/v4i32 for SIAaron Watry2013-06-252-4/+26
* R600/SI: Expand udiv v[24]i32 for SI and v2i32 for EGAaron Watry2013-06-253-3/+26
* R600/SI: Expand ashr of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+36
* R600/SI: Expand srl of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+37
* R600/SI: Expand shl of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+37
* R600/SI: Expand or of v2i32/v4i32 for SIAaron Watry2013-06-252-7/+37
* R600/SI: Expand mul of v2i32/v4i32 for SIAaron Watry2013-06-252-6/+35
* R600/SI: Expand and of v2i32/v4i32 for SIAaron Watry2013-06-252-6/+34
* BlockFrequency: Bump up the entry frequency a bit.Benjamin Kramer2013-06-256-32/+22
* [PowerPC] Add extended rotate/shift mnemonicsUlrich Weigand2013-06-253-52/+349
* [PowerPC] Add rldcr/rldic instructionsUlrich Weigand2013-06-252-4/+16