aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add X86 feature detection support for BMI instructions. Added new cpuid funct...Craig Topper2011-10-163-18/+107
* Add support for X86 blsr, blsmsk, and blsi instructions. Required extra work ...Craig Topper2011-10-157-25/+180
* The CELL backend cannot select patterns for vector trunc-store and shl on v2...Nadav Rotem2011-10-151-0/+9
* ARM cannot select a pattern for trunc-store v4i8; /ARM/vrev.ll fails when pro...Nadav Rotem2011-10-151-0/+2
* Fix extra whitespace in comment.Nick Lewycky2011-10-151-1/+1
* Let this test pass even if 'int' is somewhere in its directory path.Nico Weber2011-10-151-1/+1
* SmallVector -> arrayBenjamin Kramer2011-10-151-3/+3
* Don't replace all dominated uses if there is only one use, since thatDuncan Sands2011-10-151-4/+9
* Add a bad char heuristic to StringRef::find.Benjamin Kramer2011-10-152-3/+32
* Move the legalization of vector loads and stores into LegalizeVectorOps. In someNadav Rotem2011-10-152-183/+123
* Fix SCEVExpander assert during LSR: "argument of incompatible type".Andrew Trick2011-10-153-8/+33
* Revert r142046, "Fix for llvm::sys::getHostTriple on Windows. Instead of rel...NAKAMURA Takumi2011-10-151-36/+4
* Fix for llvm::sys::getHostTriple on Windows. Instead of relying on the tripleChad Rosier2011-10-151-4/+36
* ToT is now for 3.1.Bill Wendling2011-10-152-10/+10
* Windows/Memory.inc: Support the ability to allocate memory "near" another blo...NAKAMURA Takumi2011-10-151-2/+7
* Fix indvars randomness by removing iteration over a map.Andrew Trick2011-10-151-12/+12
* Clear out the landing pad to call site map for each function.Bill Wendling2011-10-151-0/+1
* Mark tADDrSPi as having side effects again.Jakob Stoklund Olesen2011-10-151-3/+3
* Mention some of the improvements in Clang 3.0 over 2.9.Douglas Gregor2011-10-151-0/+15
* Thumb1 does not support dynamic stack realignment.Chad Rosier2011-10-151-0/+5
* Mark registers as DEAD because they're really just clobbers.Bill Wendling2011-10-151-1/+1
* Add missing correctness check to ARMTargetLowering::ReconstructShuffle. Fixe...Eli Friedman2011-10-142-0/+25
* Make sure that the register is in the register class before adding it as a ma...Bill Wendling2011-10-141-1/+3
* Mark the invoke call instruction as implicitly defining the callee-saved regi...Bill Wendling2011-10-141-2/+31
* constify array itself, don't iterate multiple times.Chris Lattner2011-10-141-2/+2
* Allow the source module to be materialized during the linking process.Tanya Lattner2011-10-141-2/+11
* Update test for disabling of code/data marker labels in ELF.Owen Anderson2011-10-141-2/+2
* Fix a non-firing assert. Change:Richard Trieu2011-10-141-1/+1
* OCaml bindings: add some missing functions and testcases.Torok Edwin2011-10-148-4/+301
* OCaml bindings: fix attributes to use all 32 bitsTorok Edwin2011-10-143-42/+120
* OCaml bindings: add icmp_predicateTorok Edwin2011-10-141-0/+2
* OCaml bindings: fix infinite recursion on string_of_lltypeTorok Edwin2011-10-142-1/+18
* bindings: named struct supportTorok Edwin2011-10-143-1/+49
* ocaml bindings: add findlib META supportTorok Edwin2011-10-144-1/+88
* ocaml bindings: introduce classify_valueTorok Edwin2011-10-144-3/+126
* ocaml bindings: add getopcode for constant and instruction, and int64_of_const.Torok Edwin2011-10-145-1/+185
* bindings: tab and indentation fixes of my previous commitsTorok Edwin2011-10-142-56/+56
* A few 80-col violations.Evan Cheng2011-10-142-5/+10
* Disable code/data region symbols on ELF targets, where different mapping symb...Owen Anderson2011-10-141-1/+1
* Add an implementation of the CanLowerReturn function to the PPC backendHal Finkel2011-10-142-0/+17
* Add f128 to datalayout string.Akira Hatanaka2011-10-141-2/+2