aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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