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