| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | ARM PKH shift ammount operand printing tweaks. | Jim Grosbach | 2011-07-20 | 7 | -18/+41 |
* | Bring LICM into compliance with the new "Memory Model for Concurrent Operatio... | Eli Friedman | 2011-07-20 | 2 | -18/+67 |
* | Commit LangRef changes for LLVM concurrency model. Start of supporting C++0x... | Eli Friedman | 2011-07-20 | 1 | -0/+86 |
* | Unbreak the MSVC build. Since the "next" function already exists in the MSVC ... | Francois Pichet | 2011-07-20 | 1 | -3/+3 |
* | Tidy up a bit. | Jim Grosbach | 2011-07-20 | 3 | -12/+7 |
* | ARM: Tidy up representation of PKH instruction. | Jim Grosbach | 2011-07-20 | 5 | -37/+35 |
* | Fix cmake again :) | Benjamin Kramer | 2011-07-20 | 1 | -1/+0 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 28 | -298/+96 |
* | Fix cmake. | Benjamin Kramer | 2011-07-20 | 1 | -0/+1 |
* | Sketch out an CFG reconstruction mode for llvm-objdump. | Benjamin Kramer | 2011-07-20 | 3 | -3/+242 |
* | Extend the hack for _GLOBAL_OFFSET_TABLE_ slightly; PR10389. | Eli Friedman | 2011-07-20 | 2 | -3/+6 |
* | Add parsing/encoding tests for ARM ORR instruction. | Jim Grosbach | 2011-07-20 | 2 | -6/+79 |
* | Consolidate ARM NOP encoding test. | Jim Grosbach | 2011-07-20 | 2 | -11/+9 |
* | ARM parsing and encoding tests for MVN | Jim Grosbach | 2011-07-20 | 1 | -0/+57 |
* | ARM assembly parsing of MUL instruction. | Jim Grosbach | 2011-07-20 | 2 | -1/+16 |
* | PR10421: Fix a straightforward bug in the widening logic for CONCAT_VECTORS. | Eli Friedman | 2011-07-20 | 2 | -5/+13 |
* | Initialize the EHFrameSection pointer to zero. | Benjamin Kramer | 2011-07-20 | 1 | -0/+1 |
* | Regenerate configure and friends for Chad. | Eric Christopher | 2011-07-20 | 2 | -2/+21 |
* | Fix a GCC warning. | Jay Foad | 2011-07-20 | 1 | -2/+2 |
* | - Move CodeModel from a TargetMachine global option to MCCodeGenInfo. | Evan Cheng | 2011-07-20 | 54 | -232/+277 |
* | Include MCRegisterInfo to eliminate a compilation warning. | Evan Cheng | 2011-07-20 | 1 | -1/+2 |
* | Fix the CMake build. | Francois Pichet | 2011-07-20 | 1 | -0/+1 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 27 | -840/+900 |
* | indvars: Added getInsertPointForUses to find a valid place to truncate the IV. | Andrew Trick | 2011-07-20 | 2 | -15/+71 |
* | indvars -disable-iv-rewrite: Add NarrowIVDefUse to cache def-use | Andrew Trick | 2011-07-20 | 1 | -54/+61 |
* | X86Subtarget.h: Assume "x86_64-cygwin", though it has not been released yet, ... | NAKAMURA Takumi | 2011-07-20 | 1 | -1/+2 |
* | New pointer rotate test. | Eric Christopher | 2011-07-20 | 1 | -0/+11 |
* | Extra semi-colon. | Eric Christopher | 2011-07-20 | 1 | -1/+1 |
* | indvars test case for r135558. | Andrew Trick | 2011-07-20 | 1 | -0/+7 |
* | indvars -disable-iv-rewrite fix: derived GEP IVs | Andrew Trick | 2011-07-20 | 2 | -6/+35 |
* | Don't leak CodeGenInfos. | Benjamin Kramer | 2011-07-20 | 1 | -1/+3 |
* | Change name of class. | Akira Hatanaka | 2011-07-20 | 1 | -23/+23 |
* | Define classes for definitions of atomic instructions. | Akira Hatanaka | 2011-07-20 | 1 | -106/+42 |
* | Build and install the archive when building the Apple way. | Bill Wendling | 2011-07-19 | 1 | -0/+4 |
* | Lower memory barriers to sync instructions. | Akira Hatanaka | 2011-07-19 | 4 | -2/+47 |
* | Fix an obvious typo that's preventing x86 (32-bit) from using .literal16. | Evan Cheng | 2011-07-19 | 2 | -2/+2 |
* | PR10386: Don't try to split an edge from an indirectbr. | Eli Friedman | 2011-07-19 | 2 | -2/+61 |
* | Fix off-by-one. | Benjamin Kramer | 2011-07-19 | 1 | -1/+1 |
* | Tweak ARM assembly parsing and printing of MSR instruction. | Jim Grosbach | 2011-07-19 | 7 | -50/+86 |
* | Distinguish between two copies of one inlined variable. | Devang Patel | 2011-07-19 | 4 | -3/+28 |
* | ARM assembly parsing of MRS instruction. | Jim Grosbach | 2011-07-19 | 4 | -10/+24 |
* | Enhance the FixedLengthDecoder to be able to generate plausible-looking decod... | Owen Anderson | 2011-07-19 | 4 | -112/+140 |
* | Change variable name. | Akira Hatanaka | 2011-07-19 | 1 | -3/+3 |
* | ARM assembly parsing for MRC/MRC2/MRRC/MRRC2. | Jim Grosbach | 2011-07-19 | 3 | -9/+22 |
* | Use the correct opcodes: SLLV/SRLV or AND must be used instead of SLL/SRL or | Akira Hatanaka | 2011-07-19 | 2 | -29/+30 |
* | Move mr[r]c[2] ARM tests and tidy up a bit. | Jim Grosbach | 2011-07-19 | 2 | -10/+19 |
* | ARM testcases for MOVT. | Jim Grosbach | 2011-07-19 | 2 | -0/+15 |
* | Use descriptive variable names. | Akira Hatanaka | 2011-07-19 | 1 | -154/+177 |
* | ARM assembly parsing for MOV (register). | Jim Grosbach | 2011-07-19 | 3 | -19/+46 |
* | Tidy up. | Jim Grosbach | 2011-07-19 | 1 | -12/+8 |