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 |
2010-07-04 |
Bill Wendling | Revert r107583. I no longer think that this is the... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Bill Wendling | Mark sse_load_f32 and sse_load_f64 as having memory... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Gabor Greif | back out r107580, I have seen what I wanted |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Bill Wendling | Proper indentation. |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Gabor Greif | [another test commit, just to tickle the selfhost build... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Friedman | Minor amendment to switch-lowering improvement. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eli Friedman | Note switch-lowering inefficiency. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruno Cardoso... | Add AVX SSE4.1 blend, mpsadbw and vdp |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruno Cardoso... | Add AVX SSE4.1 binop (some forms of packed max,min... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Eric Christopher | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruno Cardoso... | Add AVX SSE4.1 Horizontal Minimum and Position instruction |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Evan Cheng | Remove isSS argument from CreateFixedObject. Fixed... |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Bruno Cardoso... | Add AVX SSE4.1 round instructions |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Jakob Stoklund... | Detect and handle COPY in many places. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Document that BasicAA respects noalias, while Interproc... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Describe which dependencies are relevant to noalias... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Bruno Cardoso... | Simple refactoring of SSE4.1 instructions, making room... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Add some html anchors, to allow attributes to be linked... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Eric Christopher | 80-col fixup. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jakob Stoklund... | Add a new target independent COPY instruction and code... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Bruno Cardoso... | - Add support for the rest of AVX SSE3 instructions |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jakob Stoklund... | Clean up TargetOpcodes.h a bit, and limit the number... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jim Grosbach | Custom inserters (e.g., conditional moves in Thumb1... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Devang Patel | MDString is already checked earlier. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Evan Cheng | Remove early IT block formation. It's not used. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Evan Cheng | - Two-address pass should not assume unfolding is alway... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Remove an unused enum. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dale Johannesen | Propagate the AlignStack bit in InlineAsm's to the |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jakob Stoklund... | Remove invalid assert |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jakob Stoklund... | Handle unindexed instructions in SlotIndices. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jakob Stoklund... | Properly handle debug values during inline spilling. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Gabor Greif | beautify output |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Gabor Greif | use ArgOperand API |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Don't claim to preserve AliasAnalysis. First, this... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Reword the definition of the noalias attribute. The... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jakob Stoklund... | Rematerialize as much as possible before inserting... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jim Grosbach | 80-column and trailing whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jim Grosbach | grammar tweaks |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Bob Wilson | Fix incorrect asm-printing of some NEON immediates... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Gabor Greif | use ArgOperand API (found by my previous commit) |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Gabor Greif | back out r107480, it was just testing the waters anyway... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Gabor Greif | [test commit, just to tickle the selfhost buildbots... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Comment a non-obvious member variable. |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | IndirectBr is not safe to speculatively execute (!) |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Dan Gohman | Rename CreateReg to CreateRegs, and MakeReg to CreateReg. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bruno Cardoso... | Shrink down SSE3 code by more multiclass refactoring |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Dale Johannesen | Prevent test from hanging waiting for input. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bill Wendling | Make the "linker_private" linkage type emit a non-weak... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bruno Cardoso... | Shrink down SSE3 code by some multiclass refactoring... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bob Wilson | ARM function alignments were off by a power of two... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Gabor Greif | evil hack to coerce external users (projects) |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Devang Patel | Do not require line number entry for undefined local... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | MC: Fix some stray hunks I didn't intend to commit. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | MC: Pass the target instance to the AsmParser constructor. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | Remove stray comma. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | MC: Fix an error message. |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Dan Gohman | Remove context sensitivity concerns from interprocedura... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Daniel Dunbar | MC: Move COFF enumeration constants to llvm/Support... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Devang Patel | Preserve debug info for only extracted symbols. |
commit | commitdiff | tree | snapshot |
next |