aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Instructions for Book E PPC should be word aligned, set function alignment to...Hal Finkel2011-10-171-3/+10
* Fix unused variable warning in the rare circumstance that we have no feature-...Owen Anderson2011-10-171-1/+4
* Pick low-hanging MatchEntry shrinkage fruit.Benjamin Kramer2011-10-171-4/+17
* use FileCheck and not grep in new testsHal Finkel2011-10-172-5/+10
* Don't download and compile compiler-rt, libcxx, and libcxxabi by default.Bill Wendling2011-10-171-2/+2
* Clean the triple, add check lines.Nadav Rotem2011-10-171-5/+8
* Previously v2i32 vectors were legalized to v4i32. Now, they are legalized toNadav Rotem2011-10-172-43/+0
* Don't use inline assembly in 64-bit Visual Studio. Unfortunately, this means ...Craig Topper2011-10-172-24/+19
* Add comment explaining that the order of processing doesn't matter here.Bill Wendling2011-10-171-0/+1
* Update to disable asserts. Build a phase 3 compiler, and compare phase 2 file...Bill Wendling2011-10-171-2/+40
* Test case for CanLowerReturn fix (r141981)Hal Finkel2011-10-171-0/+19
* Add PPC 440 scheduler and some associated tests (new files)Hal Finkel2011-10-173-0/+623
* Add PPC 440 scheduler and some associated testsHal Finkel2011-10-179-2/+53
* Add a routine to swap branch instruction operands, and update anyChandler Carruth2011-10-174-9/+59
* Overhaul the 'test-release' script.Bill Wendling2011-10-161-158/+96
* Delete a dead member. Dunno if this was ever used, but the current codeChandler Carruth2011-10-161-6/+3
* Add a proper LLVM banner to this file.Chandler Carruth2011-10-161-0/+13
* Add tripple and stabalize a few more tests.Nadav Rotem2011-10-164-11/+11
* Update the tree before applying patch.Bill Wendling2011-10-161-0/+2
* Add triple to tests.Nadav Rotem2011-10-162-3/+3
* fix a typo in the testNadav Rotem2011-10-161-1/+1
* Enable element promotion type legalization by deafault.Nadav Rotem2011-10-1624-106/+107
* Oops! Fix testcase.Nick Lewycky2011-10-161-2/+2
* When looking for dependencies on the src pointer, scan the src pointer. ScanningNick Lewycky2011-10-162-13/+36
* Remove the the test which checks the saving of a vector of booleans into memory.Nadav Rotem2011-10-161-11/+0
* Add X86 PEXTR and PDEP instructions.Craig Topper2011-10-169-31/+137
* Let printf do the formatting instead aligning strings ourselves.Benjamin Kramer2011-10-165-30/+24
* Twinify better.Benjamin Kramer2011-10-161-20/+15
* Add AsmToken::getEndLoc and use it to add ranges to x86 asm register parsing.Benjamin Kramer2011-10-163-9/+19
* tools/CMakeLists.txt: Fixup r142103. I don't remember why I had missed the line.NAKAMURA Takumi2011-10-161-1/+1
* X86AsmParser: Synthesize EndLoc for tokens out of StartLoc + Length and print...Benjamin Kramer2011-10-161-3/+4
* PR11143: Save the old diagnostic handler and call it when munging diagnostics...Benjamin Kramer2011-10-162-3/+18
* Fix a bug in LowerV2I64Splat, which generated a BUILD_VECTOR for which there wasNadav Rotem2011-10-162-3/+9
* Install the PNG file as well. PR4780.Bill Wendling2011-10-161-0/+2
* Update tutorial to reflect the current APIs. Also correct a small omission inBill Wendling2011-10-166-215/+240
* Add X86 BZHI instruction as well as BMI2 feature detection.Craig Topper2011-10-1612-65/+101
* Add X86 INVPCID instruction. Add 32/64-bit predicates to INVEPT, INVVPID, VMR...Craig Topper2011-10-165-16/+31
* Enable CREATE_SUBDIRS for a performance win, because there are a lot of files...Bill Wendling2011-10-161-1/+1
* Add flags on Thumb2 indexed stores paralleling the flags on the indexed loads.Cameron Zwarich2011-10-161-1/+3
* Fix an obvious typo found when looking at nearby code.Cameron Zwarich2011-10-161-1/+1
* remove the dead 'ShowLine' argument from SMDiagnostic.Chris Lattner2011-10-163-26/+16
* Make SMDiagnostic a little more sane. Instead of passing around note/warning...Chris Lattner2011-10-1611-88/+107
* Enhance llvm::SourceMgr to support diagnostic ranges, the same way clang does...Chris Lattner2011-10-1620-79/+188
* Add X86 BEXTR instruction. This instruction uses VEX.vvvv to encode Operand 3...Craig Topper2011-10-168-24/+109
* CMake: Introduce LLVM_CLANG_SOURCE_DIR, "tools/clang" by default. Clang will ...NAKAMURA Takumi2011-10-162-2/+10
* autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/...NAKAMURA Takumi2011-10-164-7/+49
* Makefile.rules: Let OPTIONAL_PARALLEL_DIRS accept out-of-tree absolute path.NAKAMURA Takumi2011-10-161-7/+14
* test/Makefile: Inspect $(PROJ_OBJ_ROOT)/tools/clang/Makefile instead of $(PRO...NAKAMURA Takumi2011-10-161-1/+1
* Add a helper script to create branches and tag release candidates.Bill Wendling2011-10-161-0/+95
* Add a script that helps merge changes into a release branch.Bill Wendling2011-10-161-0/+72