2010-10-27 |
Bill Wendling | Random cleanups and format changes. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Kevin Enderby | Added some aliases to the fcomip and fucompi Intel... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jakob Stoklund... | Handle critical loop predecessors by making both inside... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jakob Stoklund... | Compute critical loop predecessors in the same way... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jakob Stoklund... | Physical registers trivially have multiple connected... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | One more spot where the new arm mode LDR instruction... |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Wesley Peck | Adding disassembler to the MicroBlaze backend. |
commit | commitdiff | tree | snapshot |
2010-10-27 |
Jim Grosbach | Split ARM::LDRB into LDRBi12 and LDRBrs. Adjust accordi... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | Since I parameterized this bit, I should probably actua... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dan Gohman | Enable clang autocompletion by default. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Dale Johannesen | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Andrew Trick | Remove the vector of live vregs. I thought we would... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add correct NEON encodings for vqshl, vqshrn, vqshrun... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | First part of refactoring ARM addrmode2 (load/store... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | After splitting, compute connected components of all... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Verify that live intervals are connected. If there... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Call RenumberValues for all new registers created durin... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Preserve PHIDef bits in cloned values during splitting. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Devang Patel | Assign source ordering to nodes created for StoreInst. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Correct NEON encodings for vshrn, vrshl, vrshr, vrshrn. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | FileCheck'ize |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add tests for NEON encoding of vshll. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Simplify classes for shift instructions, which are... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encoding of vshr. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Provide correct NEON encodings for vshl, register and... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Teach MachineBasicBlock::print() to annotate instructio... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Remmeber to print full live interval on verification... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Rafael Espindola | Add support for .ident. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | Grammar. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jim Grosbach | Nuke extraneous comment. It's applicable elsewhere... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encoding of vrecpe, vrecps, vrsqrte... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Andrew Trick | Jakob's review of the basic register allocator. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encodings of vpmin and vpmax. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add correct NEON encoding for vpadal. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Rafael Espindola | handle X86::EH_RETURN64 and X86::EH_RETURN. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Tests for NEON encoding of vpadd and vpaddl. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Devang Patel | s/beginScope/beginInstruction/g |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Owen Anderson | Add NEON encodings for vmov and vmvn of immediates. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Don't verify physical registers going into landing... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Rafael Espindola | Implement some relaxations for arithmetic instructions... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Duncan Sands | Yet another thing that was forgotten to be added to... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Kalle Raiskila | Change v64 datalayout in SPU. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
NAKAMURA Takumi | CMake: Build utils/KillTheDoctor only on MSVC for now. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Evan Cheng | Use instruction itinerary to determine what instruction... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Evan Cheng | NEON vmov's are in Neon domain. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Nick Lewycky | For statistics that are only used in functions declared... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | InlineSpiller can also update LiveStacks. |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Jakob Stoklund... | Make the spiller responsible for updating the LiveStack... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Bob Wilson | When the "true" and "false" blocks of a diamond if... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Bob Wilson | Change if-conversion to keep track of the extra cost... |
commit | commitdiff | tree | snapshot |
2010-10-26 |
Bob Wilson | Tidy up redundant check. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Evan Cheng | Neuter r117193 as it causes significant post-ra schedul... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Tests for NEON encoding of vmax. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Tests for NEON encoding of vmin. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Rafael Espindola | Produce the headers directly in the Finish method.... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dale Johannesen | An stdcall function calling a non-stdcall function |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Support TBAA attachments on calls. This is somewhat... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Devang Patel | Simplify. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add correct encodings for NEON vabal. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Fix chaining in TBAA's pointsToConstantMemory. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Devang Patel | Update SelectBasicBlock signature. This should have... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Devang Patel | Add counters to count basic blocks and machine basic... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add correct NEON encodings for vaba. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Devang Patel | Add simple counter to count no. of basic blocks without... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Tests for NEON encoding of vabdl. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add tests for NEON encoding of vabd. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Only read one bit for testing for a readonly type,... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Daniel Dunbar | MC/AsmParser: Fix relative precedence of {+,-} and... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Daniel Dunbar | MC/AsmLexer: Fix bug in source location for Slash token. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Daniel Dunbar | tweak test. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Daniel Dunbar | llvm-mc: Teach -as-lex to print the raw token string... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Daniel Dunbar | MC/AsmParser: Rewrite test to actually check some parts... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Attempt to provide correct encodings for NEON vbit... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Provide correct NEON encodings for vbsl. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Jim Grosbach | imm12 operands aren't Thumb2 only, so rename the printe... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Add a comment. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Charles Davis | Make the description of the hotpatch attribute even... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add correct instruction encodings for vbic, vorn, and... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Rafael Espindola | Add a virtual destructor. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Provide correct NEON encodings for vand, veor, and... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add tests for NEON encoding of vtst. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add NEON encoding tests for vcgt and vacgt. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Rafael Espindola | Add support for emitting ARM file attributes. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add tests for NEON encodings of vcge and vacge. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add a warning about our inability to test the encoding... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Jakob Stoklund... | In which I learn how to forward declare template classes. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add tests for NEON encoding of vceq. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Owen Anderson | Add tests for NEON encoding of vsubhn and vrsubhn. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Update comments; BasicAA is no longer necessarily the... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Charles Davis | Make hotpatch attribute description a little less Winte... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Reintroduce these asserts, now that BasicAA is a normal... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Dan Gohman | Fix a case where instcombine was stripping metadata... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Charles Davis | Add a new 'hotpatch' attribute. This attribute will... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Tobias Grosser | Reference RegionPass to stop it being eliminated. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Duncan Sands | ATTRIBUTE_UNUSED has been renamed to LLVM_ATTRIBUTE_UNUSED. |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Duncan Sands | Remove deprecated macro names. Hopefully this will... |
commit | commitdiff | tree | snapshot |
2010-10-25 |
Kalle Raiskila | Update target feature matrix for CellSPU |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Jakob Stoklund... | Update target feature matrix for Blackfin. |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Wesley Peck | Updating target feature matrix to indicate current... |
commit | commitdiff | tree | snapshot |
2010-10-24 |
Rafael Espindola | Add X86::reloc_global_offset_table and use it to have... |
commit | commitdiff | tree | snapshot |
next |