summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Record landing pads with a SmallSetVector to avoid multiple entries.Bob Wilson2011-11-161-3/+5
* Fix the execution domain on a bunch of SSE/AVX instructions.Craig Topper2011-11-161-91/+157
* Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>Bob Wilson2011-11-161-3/+21
* Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>Bob Wilson2011-11-164-74/+4
* Remove code to enable execution dependency fix pass on VR256. VR128 is suffic...Craig Topper2011-11-161-9/+3
* Revert r144568 now that r144730 has fixed the fast-isel kill marker bug.Evan Cheng2011-11-161-2/+1
* Fix typo in test.Nick Lewycky2011-11-161-1/+1
* Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it whenNick Lewycky2011-11-162-30/+58
* If the 2addr instruction has other kills, don't move it below any other uses ...Evan Cheng2011-11-161-2/+7
* RescheduleKillAboveMI() must backtrack to before the rescheduled DBG_VALUE in...Evan Cheng2011-11-161-1/+1
* Process all uses first before defs to accurately capture register liveness. r...Evan Cheng2011-11-161-7/+13
* Fix testcase.Eli Friedman2011-11-161-1/+0
* CONCAT_VECTORS can have more than two operands. PR11389.Eli Friedman2011-11-162-22/+21
* Add a couple asserts so it will be easier to debug if we accidentally pass in...Eli Friedman2011-11-161-0/+4
* Remove extra ,.Michael J. Spencer2011-11-161-1/+1
* AddressSanitizer, first commit (compiler module only)Kostya Serebryany2011-11-167-0/+988
* Object/Archive: Give Child a operator < for map.Michael J. Spencer2011-11-161-0/+8
* Support/COFF: Add structs and enums from the standard for image files.Michael J. Spencer2011-11-161-3/+291
* llvm-objdump: Ignore non-objects in archives.Michael J. Spencer2011-11-161-2/+4
* test commit to verify that commit access works (added blank line)Kostya Serebryany2011-11-161-0/+1
* Rename MVT::untyped to MVT::Untyped to match similar nomenclature.Owen Anderson2011-11-165-6/+6
* Fix SCEV overly optimistic back edge taken count for multi-exit loops.Andrew Trick2011-11-164-11/+75
* Add FIXME comment.Chad Rosier2011-11-161-0/+2
* Enable -widen-vmovs by default.Jakob Stoklund Olesen2011-11-151-1/+1
* Stabilize the output of the dwarf accelerator tables. Fixes a comparisonEric Christopher2011-11-151-2/+11
* GEPs with all zero indices are trivially coalesced by fast-isel. For example,Chad Rosier2011-11-151-0/+5
* ARM assembly parsing for register range syntax for VLD/VST register lists.Jim Grosbach2011-11-152-2/+42
* Merge ObjCPropertyDebugInfo.html into SourceLevelDebugging.htmlDevang Patel2011-11-153-240/+224
* ARM assembly parsing for data type suffices on NEON VMOV aliases.Jim Grosbach2011-11-152-0/+21
* Fix MSVC warnings by adding a cast. Nadav Rotem2011-11-151-4/+4
* AVX: Add support for vbroadcast from BUILD_VECTOR and refactor some of the vb...Nadav Rotem2011-11-152-51/+85
* jakob fixed X87 inline asm!Chris Lattner2011-11-151-4/+4
* add ImmutableSet/Map dox, patch by Caitlin Sadowski!Chris Lattner2011-11-151-1/+45
* test/CodeGen/X86/dec-eflags-lower.ll: Relax expression for win32 x64.NAKAMURA Takumi2011-11-151-1/+1
* ARM assembly parsing two operand forms for shift instructions.Jim Grosbach2011-11-152-0/+18
* add PTX backend infoChris Lattner2011-11-151-0/+24
* ARM VFP assembly parsing for VADD and VSUB two-operand forms.Jim Grosbach2011-11-151-0/+10
* ARM accept an immediate offset in memory operands w/o the '#'.Jim Grosbach2011-11-151-3/+6
* some notes.Chris Lattner2011-11-151-0/+28
* Added custom lowering for load->dec->store sequence in x86 when the EFLAGS re...Pete Cooper2011-11-154-2/+95
* ARM enclosing curly braces optional on one-register VLD/VST instruction lists.Jim Grosbach2011-11-151-2/+23
* Update section "MIPS Target Improvements" in the llvm 3.0 release notes.Akira Hatanaka2011-11-151-0/+21
* ARM size suffix on VFP single-precision 'vmov' is optional.Jim Grosbach2011-11-151-0/+5
* Insert modified DBG_VALUE into LiveDbgValueMap. Devang Patel2011-11-151-1/+1
* Fix typo.Jim Grosbach2011-11-151-1/+1
* ARM alternate size suffices for VTRN instructions.Jim Grosbach2011-11-152-0/+76
* Fix a misplaced paren bug.Owen Anderson2011-11-151-1/+1
* ARM assembly parsing for optional datatype suffix on VFP VMOV GPR<->VFP insns.Jim Grosbach2011-11-152-0/+21
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-152-0/+12
* ARM assembly parsing for two-operand form of 'mul' instruction.Jim Grosbach2011-11-152-0/+6