| Commit message (Expand) | Author | Age | Files | Lines |
* | Parse " (Hidden)" and cope with it. | Dan Gohman | 2010-08-27 | 1 | -0/+7 |
* | Default to looking for clang++ in the PATH, rather than trying to | Dan Gohman | 2010-08-27 | 1 | -2/+2 |
* | Properly handle passing of FP stuff to varargs function on Win64: | Anton Korobeynikov | 2010-08-27 | 2 | -0/+42 |
* | MCELF: Port EmitInstruction changes from MachO streamer. Patch by Roman Divacky. | Benjamin Kramer | 2010-08-27 | 1 | -41/+46 |
* | MCELF: Always overwrite FixedValue. | Benjamin Kramer | 2010-08-27 | 1 | -2/+3 |
* | Fix the msvs 2010 build. | Michael J. Spencer | 2010-08-27 | 1 | -2/+8 |
* | X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard t... | Daniel Dunbar | 2010-08-27 | 2 | -1/+23 |
* | Revert r112213. It is not needed. | Devang Patel | 2010-08-26 | 2 | -19/+8 |
* | Simplify eliminateFrameIndex() interface back down now that PEI doesn't need | Jim Grosbach | 2010-08-26 | 32 | -155/+76 |
* | If node is not available then use FuncInfo.ValueMap to emit debug info for by... | Devang Patel | 2010-08-26 | 1 | -5/+9 |
* | Remove the now obsolete frame index virtual re-use algorithm from PEI. Pre-RA | Jim Grosbach | 2010-08-26 | 1 | -148/+9 |
* | filecheckize | Chris Lattner | 2010-08-26 | 1 | -7/+19 |
* | rename test. | Chris Lattner | 2010-08-26 | 1 | -0/+0 |
* | optimize "integer extraction out of the middle of a vector" as produced | Chris Lattner | 2010-08-26 | 2 | -13/+60 |
* | tidy up a bit. no functional change. | Jim Grosbach | 2010-08-26 | 3 | -32/+12 |
* | optimize bitcast(trunc(bitcast(x))) where the result is a float and 'x' | Chris Lattner | 2010-08-26 | 2 | -0/+56 |
* | filecheckize | Chris Lattner | 2010-08-26 | 1 | -6/+7 |
* | rename test | Chris Lattner | 2010-08-26 | 1 | -0/+0 |
* | add m_BitCast for matching a bitcast. | Chris Lattner | 2010-08-26 | 1 | -0/+7 |
* | Turn off the scavenging based frame reg reuse briefly to measure whether it's | Jim Grosbach | 2010-08-26 | 1 | -1/+1 |
* | zap the now unused MVT::getIntVectorWithNumElements | Bruno Cardoso Lopes | 2010-08-26 | 2 | -16/+10 |
* | Speculatively revert r112207. | Devang Patel | 2010-08-26 | 1 | -3/+1 |
* | 80 col. | Devang Patel | 2010-08-26 | 1 | -1/+2 |
* | Update DanglingDebugInfo so that it can be used to track llvm.dbg.declare also. | Devang Patel | 2010-08-26 | 2 | -8/+19 |
* | Use pseudo instructions for VST3. | Bob Wilson | 2010-08-26 | 4 | -59/+81 |
* | Donot forget to resolve dangling debug info in a case where virtual register,... | Devang Patel | 2010-08-26 | 1 | -1/+3 |
* | Reapply r112176 without removing the other CMN patterns (that was unintention... | Bill Wendling | 2010-08-26 | 1 | -2/+46 |
* | Experimental clang-based code-completion support for vim. This currently | Dan Gohman | 2010-08-26 | 1 | -0/+124 |
* | MCELF: Fix a thinko of mine. | Benjamin Kramer | 2010-08-26 | 1 | -1/+3 |
* | Fix comment typos. | Bob Wilson | 2010-08-26 | 3 | -3/+3 |
* | Fix prototypes. | Devang Patel | 2010-08-26 | 2 | -4/+5 |
* | Make JumpThreading smart enough to properly thread StrSwitch when it's compil... | Owen Anderson | 2010-08-26 | 2 | -17/+239 |
* | MCELF: Compensate for the addend on i386. Patch by Roman Divacky, with some c... | Benjamin Kramer | 2010-08-26 | 1 | -14/+7 |
* | Restrict the register to tGPR to make sure the str instruction will be | Jim Grosbach | 2010-08-26 | 1 | -4/+4 |
* | Revert r112176; it broke test/CodeGen/Thumb2/thumb2-cmn.ll. | Dan Gohman | 2010-08-26 | 1 | -50/+8 |
* | Reapply r112091 and r111922, support for metadata linking, with a | Dan Gohman | 2010-08-26 | 12 | -61/+154 |
* | StringRef::compare_numeric also differed from StringRef::compare for characte... | Benjamin Kramer | 2010-08-26 | 2 | -1/+2 |
* | Do unsigned char comparisons in StringRef::compare_lower to be more consisten... | Benjamin Kramer | 2010-08-26 | 2 | -4/+12 |
* | There seems to be a (potential) hardware bug with the CMN instruction and | Bill Wendling | 2010-08-26 | 1 | -8/+50 |
* | Add a hackaround for PR7993 which is causing failures on x86 builders that la... | Chris Lattner | 2010-08-26 | 3 | -2/+11 |
* | I think enough general codegen bugs are fixed to allow this to work | Chris Lattner | 2010-08-26 | 1 | -4/+2 |
* | implement SplitVecOp_CONCAT_VECTORS, fixing the included testcase with SSE1. | Chris Lattner | 2010-08-26 | 4 | -68/+100 |
* | Use pseudo instructions for VST1d64Q. | Bob Wilson | 2010-08-26 | 4 | -4/+9 |
* | Make sure this forces the x86 targets | Chris Lattner | 2010-08-26 | 1 | -1/+2 |
* | fix sse1 only codegen in x86-64 mode, which is something we | Chris Lattner | 2010-08-26 | 2 | -6/+18 |
* | Revert r111922, "MapValue support for MDNodes. This is similar to r109117, | Daniel Dunbar | 2010-08-26 | 1 | -27/+8 |
* | Revert r112091, "Remap metadata attached to instructions when remapping | Daniel Dunbar | 2010-08-26 | 5 | -55/+17 |
* | zap dead code. | Chris Lattner | 2010-08-26 | 2 | -37/+0 |
* | Updated CMake library dependencies. Removed unnecessary component name | Oscar Fuentes | 2010-08-26 | 2 | -2/+2 |
* | SmallVector's growth policies don't like starting from zero capacity. | John McCall | 2010-08-26 | 1 | -1/+9 |