| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Additional fix for PR1422: make sure the landing pad label is placed in the | Duncan Sands | 2007-06-06 | 1 | -15/+26 | |
| | | | | | | | | correct machine basic block - do not rely on the eh.exception intrinsic being in the landing pad: the loop optimizers can move it out. llvm-svn: 37463 | |||||
| * | Integrate exception filter support and exception catch support. This | Duncan Sands | 2007-06-02 | 1 | -3/+4 | |
| | | | | | | | | | simplifies the code in DwarfWriter, allows for multiple filters and makes it trivial to specify filters accompanied by cleanups or catch-all specifications (see next patch). What a deal! Patch blessed by Anton. llvm-svn: 37398 | |||||
| * | Since TypeInfos are passed as i8 pointers, a NULL TypeInfo should be passed | Duncan Sands | 2007-06-01 | 1 | -4/+2 | |
| | | | | | | | as a null i8 pointer not as a 0 i32. llvm-svn: 37383 | |||||
| * | Minor comment cleanups. | Dan Gohman | 2007-05-24 | 1 | -1/+1 | |
| | | | | | llvm-svn: 37321 | |||||
| * | Mark all calls as "could throw", when exceptions are enabled. Emit necessary ↵ | Anton Korobeynikov | 2007-05-23 | 1 | -33/+38 | |
| | | | | | | | LP info too. This fixes PR1439 llvm-svn: 37311 | |||||
| * | Qualify several calls to functions in the MVT namespace, for consistency. | Dan Gohman | 2007-05-18 | 1 | -7/+7 | |
| | | | | | llvm-svn: 37230 | |||||
| * | Fix some subtle issues handling immediate values. This fixes | Chris Lattner | 2007-05-15 | 1 | -3/+6 | |
| | | | | | | | test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll llvm-svn: 37069 | |||||
| * | Do not assert, when case range split metric is zero and JTs are not allowed: ↵ | Anton Korobeynikov | 2007-05-09 | 1 | -5/+12 | |
| | | | | | | | | | just emit binary tree in this case. This fixes PR1403. llvm-svn: 36959 | |||||
| * | Parameter attributes on invoke calls were being lost due to the wrong | Duncan Sands | 2007-05-07 | 1 | -4/+6 | |
| | | | | | | | | attribute index being used. Fix proposed by Anton Korobeynikov, who asked me to implement and commit it for him. This is PR1398. llvm-svn: 36906 | |||||
| * | Detabify | Anton Korobeynikov | 2007-05-06 | 1 | -1/+1 | |
| | | | | | llvm-svn: 36891 | |||||
| * | A bitcast of a global variable may have been constant folded to a GEP - | Duncan Sands | 2007-05-04 | 1 | -26/+30 | |
| | | | | | | | handle this case too. llvm-svn: 36745 | |||||
| * | Drop 'const' | Devang Patel | 2007-05-03 | 1 | -1/+1 | |
| | | | | | llvm-svn: 36662 | |||||
| * | Properly set arguments bitwidth of EHSELECT node | Anton Korobeynikov | 2007-05-02 | 1 | -2/+2 | |
| | | | | | llvm-svn: 36654 | |||||
| * | Use 'static const char' instead of 'static const int'. | Devang Patel | 2007-05-02 | 1 | -1/+1 | |
| | | | | | | | | Due to darwin gcc bug, one version of darwin linker coalesces static const int, which defauts PassID based pass identification. llvm-svn: 36652 | |||||
| * | Do not use typeinfo to identify pass in pass manager. | Devang Patel | 2007-05-01 | 1 | -0/+2 | |
| | | | | | llvm-svn: 36632 | |||||
| * | Continue refactoring inline asm code. If there is an earlyclobber output | Chris Lattner | 2007-04-30 | 1 | -79/+108 | |
| | | | | | | | | | register, preallocate all input registers and the early clobbered output. This fixes PR1357 and CodeGen/PowerPC/2007-04-30-InlineAsmEarlyClobber.ll llvm-svn: 36599 | |||||
| * | refactor GetRegistersForValue to take OpInfo as an argument instead of various | Chris Lattner | 2007-04-30 | 1 | -98/+101 | |
| | | | | | | | pieces of it. No functionality change. llvm-svn: 36592 | |||||
| * | refactor some code, no functionality change | Chris Lattner | 2007-04-30 | 1 | -44/+52 | |
| | | | | | llvm-svn: 36590 | |||||
| * | generalize aggregate handling | Chris Lattner | 2007-04-29 | 1 | -5/+21 | |
| | | | | | llvm-svn: 36568 | |||||
| * | memory operands that have a direct operand should have their stores created | Chris Lattner | 2007-04-28 | 1 | -35/+42 | |
| | | | | | | | | | | | | | | before the copies into physregs are done. This avoids having flag operands skip the store, causing cycles in the dag at sched time. This fixes infinite loops on these tests: test/CodeGen/Generic/2007-04-08-MultipleFrameIndices.ll for PR1308 test/CodeGen/PowerPC/2007-01-29-lbrx-asm.ll test/CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll test/CodeGen/X86/2006-07-12-InlineAsmQConstraint.ll for PR828 llvm-svn: 36547 | |||||
| * | eliminate more redundant constraint type analysis | Chris Lattner | 2007-04-28 | 1 | -6/+2 | |
| | | | | | llvm-svn: 36546 | |||||
| * | merge constraint type analysis stuff together. | Chris Lattner | 2007-04-28 | 1 | -14/+21 | |
| | | | | | llvm-svn: 36545 | |||||
| * | Significant refactoring of the inline asm stuff, to support future changes. | Chris Lattner | 2007-04-28 | 1 | -82/+107 | |
| | | | | | | | No functionality change. llvm-svn: 36544 | |||||
| * | memory inputs to an inline asm are required to have an address available. | Chris Lattner | 2007-04-28 | 1 | -18/+32 | |
| | | | | | | | | | | If the operand is not already an indirect operand, spill it to a constant pool entry or a stack slot. This fixes PR1356 and CodeGen/X86/2007-04-27-InlineAsm-IntMemInput.ll llvm-svn: 36536 | |||||
| * | Fix CodeGen/Generic/2007-04-27-LargeMemObject.ll and | Chris Lattner | 2007-04-28 | 1 | -4/+10 | |
| | | | | | | | CodeGen/Generic/2007-04-27-InlineAsm-X-Dest.ll llvm-svn: 36534 | |||||
| * | Fix this to match change to InlineAsm class. | Chris Lattner | 2007-04-28 | 1 | -3/+3 | |
| | | | | | llvm-svn: 36524 | |||||
| * | improve EH global handling, patch by Duncan Sands. | Chris Lattner | 2007-04-27 | 1 | -6/+10 | |
| | | | | | llvm-svn: 36499 | |||||
| * | enable Anton's shift/and switch lowering stuff! It now passes ppc bootstrap | Chris Lattner | 2007-04-26 | 1 | -1/+0 | |
| | | | | | | | successfully! woohoo... llvm-svn: 36496 | |||||
| * | Fixx off-by-one bug, which prevents llvm-gcc bootstrap on ppc32 | Anton Korobeynikov | 2007-04-26 | 1 | -1/+1 | |
| | | | | | llvm-svn: 36490 | |||||
| * | This was lefted out. Fixed sumarray-dbl. | Evan Cheng | 2007-04-25 | 1 | -0/+1 | |
| | | | | | llvm-svn: 36445 | |||||
| * | allow support for 64-bit stack objects | Chris Lattner | 2007-04-25 | 1 | -1/+1 | |
| | | | | | llvm-svn: 36420 | |||||
| * | Assertion when using a 1-element vector for an add operation. Get the | Bill Wendling | 2007-04-24 | 1 | -4/+7 | |
| | | | | | | | real vector type in this case. llvm-svn: 36402 | |||||
| * | Use '-1U' where '-1UL' is obvious overkill, eliminating gcc warnings about | Scott Michel | 2007-04-24 | 1 | -2/+2 | |
| | | | | | | | tests always being true in the process. llvm-svn: 36387 | |||||
| * | PR400 phase 2. Propagate attributed load/store information through DAGs. | Christopher Lamb | 2007-04-22 | 1 | -5/+7 | |
| | | | | | llvm-svn: 36356 | |||||
| * | Revert Christopher Lamb's load/store alignment changes. | Reid Spencer | 2007-04-21 | 1 | -7/+5 | |
| | | | | | llvm-svn: 36309 | |||||
| * | add support for alignment attributes on load/store instructions | Christopher Lamb | 2007-04-21 | 1 | -5/+7 | |
| | | | | | llvm-svn: 36301 | |||||
| * | disable switch lowering using shift/and. It still breaks ppc bootstrap for | Chris Lattner | 2007-04-14 | 1 | -0/+1 | |
| | | | | | | | some reason. :( Will investigate. llvm-svn: 36011 | |||||
| * | Fix PR1325: Case range optimization was performed in the case it | Anton Korobeynikov | 2007-04-14 | 1 | -4/+2 | |
| | | | | | | | shouldn't. Also fix some "latent" bug on 64-bit platforms llvm-svn: 35990 | |||||
| * | disable shift/and lowering to work around PR1325 for now. | Chris Lattner | 2007-04-14 | 1 | -1/+3 | |
| | | | | | llvm-svn: 35985 | |||||
| * | Fix PR1323 : we haven't updated phi nodes in good manner :) | Anton Korobeynikov | 2007-04-13 | 1 | -0/+1 | |
| | | | | | llvm-svn: 35963 | |||||
| * | the result of an inline asm copy can be an arbitrary VT that the register | Chris Lattner | 2007-04-12 | 1 | -4/+21 | |
| | | | | | | | | | class supports. In the case of vectors, this means we often get the wrong type (e.g. we get v4f32 instead of v8i16). Make sure to convert the vector result to the right type. This fixes CodeGen/X86/2007-04-11-InlineAsmVectorResult.ll llvm-svn: 35944 | |||||
| * | For PR1284: | Reid Spencer | 2007-04-12 | 1 | -1/+6 | |
| | | | | | | | Implement the "part_set" intrinsic. llvm-svn: 35938 | |||||
| * | For PR1146: | Reid Spencer | 2007-04-11 | 1 | -13/+13 | |
| | | | | | | | | Put the parameter attributes in their own ParamAttr name space. Adjust the rest of llvm as a result. llvm-svn: 35877 | |||||
| * | apparently some people commit without building the tree, or they forget to | Chris Lattner | 2007-04-10 | 1 | -1/+1 | |
| | | | | | | | commit a LOT of files. llvm-svn: 35858 | |||||
| * | No longer needed. | Jeff Cohen | 2007-04-09 | 1 | -1/+0 | |
| | | | | | llvm-svn: 35850 | |||||
| * | Use integer log for metric calculation | Anton Korobeynikov | 2007-04-09 | 1 | -2/+2 | |
| | | | | | llvm-svn: 35834 | |||||
| * | Unbreak VC++ build. | Jeff Cohen | 2007-04-09 | 1 | -2/+3 | |
| | | | | | llvm-svn: 35817 | |||||
| * | Next stage into switch lowering refactoring | Anton Korobeynikov | 2007-04-09 | 1 | -19/+340 | |
| | | | | | | | | | | | 1. Fix some bugs in the jump table lowering threshold 2. Implement much better metric for optimal pivot selection 3. Tune thresholds for different lowering methods 4. Implement shift-and trick for lowering small (<machine word length) cases with few destinations. Good testcase will follow. llvm-svn: 35816 | |||||
| * | For PR1146: | Reid Spencer | 2007-04-09 | 1 | -13/+17 | |
| | | | | | | | Adapt handling of parameter attributes to use the new ParamAttrsList class. llvm-svn: 35814 | |||||
| * | implement CodeGen/X86/inline-asm-x-scalar.ll:test3 | Chris Lattner | 2007-04-09 | 1 | -2/+9 | |
| | | | | | llvm-svn: 35802 | |||||

