| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support to create vector, array, enums etc... | Devang Patel | 2010-12-08 | 3 | -7/+255 |
* | build: Don't force -flat_namespace or '-undefined suppress' on unsuspecting u... | Daniel Dunbar | 2010-12-08 | 1 | -2/+3 |
* | autoconf: Stop lying to me. | Daniel Dunbar | 2010-12-08 | 1 | -2/+2 |
* | Let target asm backends see assembler flags as they go by. Use that to handle | Jim Grosbach | 2010-12-08 | 3 | -5/+36 |
* | Move RABasic::addMBBLiveIns to the base class, it is generally useful. | Jakob Stoklund Olesen | 2010-12-08 | 3 | -33/+35 |
* | Simplify the byte reordering logic slightly. | Owen Anderson | 2010-12-08 | 1 | -4/+2 |
* | VLDR fixups need special handling under Thumb. While the encoding is the same, | Owen Anderson | 2010-12-08 | 3 | -2/+23 |
* | Add operators for vadd[lw] and vsub[lw] | Bob Wilson | 2010-12-08 | 2 | -0/+22 |
* | Global variable does not need linkage name. | Devang Patel | 2010-12-08 | 2 | -6/+3 |
* | Add support to create local variable's debug info. | Devang Patel | 2010-12-07 | 2 | -0/+52 |
* | Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane} | Bob Wilson | 2010-12-07 | 2 | -2/+37 |
* | Emit vmovl intrinsics first in the arm_neon.h header | Bob Wilson | 2010-12-07 | 2 | -33/+47 |
* | Layout each section independently. With the testcase in PR8711: | Rafael Espindola | 2010-12-07 | 3 | -65/+25 |
* | Fix a warning about a variable which is only used in an assertion. | Matt Beaumont-Gay | 2010-12-07 | 1 | -2/+2 |
* | Add support to create variables, structs etc.. using DIBuilder. | Devang Patel | 2010-12-07 | 4 | -12/+371 |
* | Switch LiveIntervalUnion from std::set to IntervalMap. | Jakob Stoklund Olesen | 2010-12-07 | 4 | -212/+100 |
* | Fix begin() and end() on const IntervalMap. | Jakob Stoklund Olesen | 2010-12-07 | 1 | -4/+5 |
* | Cleanup in the Darwin end. No functionality change. | Bill Wendling | 2010-12-07 | 1 | -5/+7 |
* | Fix a bad prologue / epilogue codegen bug where the compiler would emit illegal | Evan Cheng | 2010-12-07 | 3 | -68/+132 |
* | Add source Record* reference to PatternToMatch. Allows better diagnostics. | Jim Grosbach | 2010-12-07 | 3 | -12/+13 |
* | A bit of cleanup: early exit ApplyFixup and cache the Fixup offset. No | Bill Wendling | 2010-12-07 | 1 | -13/+14 |
* | Add an operator for vdup_lane so it can be implemented without a clang builtin. | Bob Wilson | 2010-12-07 | 2 | -0/+5 |
* | Add an operator for vmull_lane so it can be implemented without a clang builtin. | Bob Wilson | 2010-12-07 | 2 | -0/+7 |
* | Binary encoding for ARM tLDRspi and tSTRspi. | Jim Grosbach | 2010-12-07 | 3 | -8/+42 |
* | Handle recursive values. Add comments. | Devang Patel | 2010-12-07 | 1 | -23/+53 |
* | Fix Thumb2 encoding of the S bit. | Owen Anderson | 2010-12-07 | 2 | -23/+4 |
* | Remove reference to the CMPz instruction patterns for ARM. | Jim Grosbach | 2010-12-07 | 1 | -8/+1 |
* | Refactor the ARM CMPz* patterns to just use the normal CMP instructions when | Jim Grosbach | 2010-12-07 | 6 | -41/+25 |
* | Code clean up; no functionality change. | Evan Cheng | 2010-12-07 | 1 | -16/+14 |
* | Add new built-in operations for vmull and vmull_n | Bob Wilson | 2010-12-07 | 2 | -0/+22 |
* | Code clean up; no functionality change. | Evan Cheng | 2010-12-07 | 1 | -11/+8 |
* | Remove the code from Function::dropAllReferences which replaced | Dan Gohman | 2010-12-07 | 1 | -13/+4 |
* | Trailing whitespace. | Jim Grosbach | 2010-12-07 | 1 | -29/+29 |
* | Change assert to diagnostic. Message still needs work, but it's better than | Jim Grosbach | 2010-12-07 | 1 | -3/+9 |
* | Remove target specific node MipsISD::CMov, which is not used because all cond... | Bruno Cardoso Lopes | 2010-12-07 | 3 | -9/+1 |
* | Match a pattern generated by a dag combiner opt where: | Bruno Cardoso Lopes | 2010-12-07 | 3 | -2/+27 |
* | Simplify assertion. | Jakob Stoklund Olesen | 2010-12-07 | 1 | -9/+2 |
* | Missed a spot removing Alarm. | Michael J. Spencer | 2010-12-07 | 1 | -1/+0 |
* | Support: Remove Alarm. It is unused (via local grep and google code search). | Michael J. Spencer | 2010-12-07 | 5 | -202/+0 |
* | Support/PathV2: Remove const from bool return types. | Michael J. Spencer | 2010-12-07 | 2 | -19/+19 |
* | Fix spelling. | Michael J. Spencer | 2010-12-07 | 1 | -1/+1 |
* | Support: Remove DynamicLinker.h. It is unused and unimplemented. | Michael J. Spencer | 2010-12-07 | 1 | -40/+0 |
* | Encode the literal field for tCMPzi instruction. | Jim Grosbach | 2010-12-07 | 1 | -1/+2 |
* | Fix absolute recording of differences of symbols in two sections. Reduced fro... | Rafael Espindola | 2010-12-07 | 2 | -0/+75 |
* | Support/PathV2: Change most functions in the path namespace to return their work | Michael J. Spencer | 2010-12-07 | 5 | -170/+124 |
* | build: Go back to dropping __eprintf reference when building with Clang, see | Daniel Dunbar | 2010-12-07 | 1 | -0/+5 |
* | Add parens to pacify gcc. | Benjamin Kramer | 2010-12-07 | 1 | -1/+1 |
* | Remove some dead code from the jump threading pass. | Frits van Bommel | 2010-12-07 | 1 | -141/+0 |
* | CMake: Fix warning in gtest header used by unit tests. | Frits van Bommel | 2010-12-07 | 1 | -0/+4 |
* | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 25 | -250/+218 |