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