2010-07-07 |
Jim Grosbach | grammar and trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Devang Patel | Rename couple of maps. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jakob Stoklund... | Allow copies between GR8_ABCD_L and GR8_ABCD_H. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Reid Kleckner | Update the docs for debugging JITed code with GDB. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Devang Patel | 80 cols. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Implement bottom-up fast-isel. This has the advantage... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Add X86FastISel support for return statements. This... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Add AVX AES instructions |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Update the insert position after scheduling, which... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Devang Patel | Update comment. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Fix debugging strings. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Duncan Sands | Issue the warning about being slow whenever optimizatio... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Give FunctionLoweringInfo an MBB member, avoiding the... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Simplify FastISel's constructor by giving it a Function... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Move FunctionLoweringInfo.h out into include/llvm/CodeG... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Split the SDValue out of OutputArg so that SelectionDAG... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Chris Lattner | add some triple for minix, patch by Kees van Reeuwijk... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Move ArgFlagsTy, OutputArg, and InputArg out of Selecti... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Move CallingConvLower.cpp out of the SelectionDAG direc... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jakob Stoklund... | Fix more places assuming subregisters have live intervals |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Gabor Greif | adapt condition for changed default build mode |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Add a getFirstNonPHI utility function. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Minore code simplification. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Remove interprocedural-basic-aa and associated code... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Dan Gohman | Add Debug+Asserts and Release+Asserts to svn:ignore... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Gabor Greif | typo in comment, regeneration not necessary |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Gabor Greif | conditionalize by CallInst::ArgOffset |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Gabor Greif | conditionalize on CallInst::ArgOffset |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Gabor Greif | minor cosmetic changes that happened to sit in my tree |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Duncan Sands | Rename "Release" builds as "Release+Asserts"; rename... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Add AVX SSE4.2 instructions |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Use only one multiclass to pinsrq instructions |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Now that almost all SSE4.1 AVX instructions are added... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Add AVX SSE4.1 insertps, ptest and movntdqa instructions |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Add AVX SSE4.1 extractps and pinsr instructions |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jakob Stoklund... | Revert "Remove references to INSERT_SUBREG after de... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bob Wilson | Also use REG_SEQUENCE for VTBX instructions. |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Jim Grosbach | Mark eh.sjlj.set/longjmp custom lowerings as Darwin... |
commit | commitdiff | tree | snapshot |
2010-07-07 |
Bruno Cardoso... | Add AVX SSE4.1 Extract Integer instructions |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jim Grosbach | By default, the eh.sjlj.setjmp/longjmp intrinsics shoul... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jakob Stoklund... | Remove references to INSERT_SUBREG after de-SSA |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bob Wilson | Use REG_SEQUENCE nodes to make the table registers... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dale Johannesen | Accept RIP-relative symbols with 'i' constraint, and |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jakob Stoklund... | Convert INSERT_SUBREG to COPY in TwoAddressInstructionPass. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jakob Stoklund... | Track defs for all aliases in NEONMoveFix. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruno Cardoso... | Add the rest of AVX SSE4.1 packed move with sign/zero... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dale Johannesen | Make test not hang waiting for input. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruno Cardoso... | Add part of AVX SSE4.1 packed move with sign/zero exten... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruno Cardoso... | Fix comment from previous patch |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bruno Cardoso... | Add AVX vblendvpd, vblendvps and vpblendvb instructions |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | CanLowerReturn doesn't need a SelectionDAG; it just... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Devang Patel | Propagate debug loc. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Bob Wilson | Represent NEON load/store alignments in bytes, not... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jakob Stoklund... | One more case assuming that subregs have live ranges. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Closing tags start with slashes. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jakob Stoklund... | Fix buildbot breakage where a def is missing. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Devang Patel | Add fixme. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Chris Lattner | minor typo |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Jakob Stoklund... | Be more forgiving when calculating alias interference... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Reapply r107655 with fixes; insert the pseudo instructi... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Matt Fleming | Add X86_64 ELF relocation values and ELF64 relocation... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Matt Fleming | Add some more ELF OSABI values as found in the System... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Eric Christopher | Fix to 80-col. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Provide IRBuilder conveniences for creating integer... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Nick Lewycky | Alphabetize the list of function parameters. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Devang Patel | Fix PR7545 crash. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
John McCall | Provide an abstraction to save and restore the current... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Rafael Espindola | Don't create neon moves in CopyRegToReg. NEONMoveFixPas... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Chris Lattner | tighten up this code. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Duncan Sands | Bring the list of passes and their descriptions up... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Revert r107655. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Gabor Greif | second round of low-level interface squeeze-out: |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Add versions of OutputArgReg, AnalyzeReturn, and Analyz... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Add a new CCValAssign LocInfo value, and a comment... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Make getMinimalPhysRegClass' comment mention what makes... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Note the relationship between C99 restrict and LLVM... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Anton Korobeynikov | Fix a major regression on COFF targets introduced by... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Add some more TODO comments. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Dan Gohman | Fix a bunch of custom-inserter functions to handle... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Eric Christopher | Remove mistakenly added test. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Eric Christopher | Fix up -fstack-protector on linux to use the segment |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Nick Lewycky | Detabify this file. |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Nick Lewycky | Add default value to setIsNoInline for parity with... |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Nick Lewycky | Fix typo 'getter' where 'setter' was intended. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Eric Christopher | Have the X86 backend use Triple instead of a string... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Kalle Raiskila | Remove some unused/redundant code. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | more tidying. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | another v2f32 case, in this case showing poor codegen. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | some notes about suboptimal insertps's |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | random tidying |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | rip out even more sporadic v2f32 support. |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | rip out the various v2f32 "mmx" handling logic, now... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Chris Lattner | fix test on non-x86 hosts. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jakob Stoklund... | Print symbolic subreg indices on REG_SEQUENCE and INSER... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Chris Lattner | Just rip v2f32 support completely out of the X86 backen... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Chris Lattner | fix PR7518 - terrible codegen of <2 x float>, by only... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Chris Lattner | indentation |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Evan Cheng | Infer alignments of fixed frame objects when they are... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Chris Lattner | indmemrem and lowerallocs are gone. |
commit | commitdiff | tree | snapshot |
next |