2010-11-06 |
Bill Wendling | General cleanup: |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | go to great lengths to work around a GAS bug my previou... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | rework the rotate-by-1 instructions to be defined like the |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | change the fp comparison instructions to not have ... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | move the plethora of fp stack aliases to the .td file. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | add (and document) the ability for alias results to... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Bill Wendling | Add a RegList (register list) object to ARMOperand... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | generalize alias support to allow the result of an... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | move fnstsw aliases to .td file, fix typo |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | move in/out aliases to the .td files. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | move sldt, imul, and movabsq aliases from c++ to .td... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | correct suffix matching to search for s/l/t suffixes on |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Benjamin Kramer | Prune includes. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Bill Wendling | Fix grammar. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Bill Wendling | Fix grammar. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Bill Wendling | MatchRegisterName() returns 0 if it can't match the... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Bill Wendling | Use TryParseRegister() instead of MatchRegisterName... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Benjamin Kramer | Add a note. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | document instalias. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | fix a bug where we had an implicit assumption that the |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Eric Christopher | Make sure we have movw on the target before using it. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | move the lcall/ljmp aliases to the .td file. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | move the "movsd -> movsl" alias to the .td files, |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | fix some bugs in the alias support, unblocking changing... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | Reimplement BuildResultOperands to be in terms of the... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | implement more checking to reject things like: |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | decode and validate instruction alias result definitions. |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | simplify |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | fix another fixme, replacing a string with a semantic... |
commit | commitdiff | tree | snapshot |
2010-11-06 |
Chris Lattner | disolve a hack, having CodeGenInstAlias decode the... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Hook up the '.code {16|32}' directive to the streamer. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Add '.code 32' assembler directive to MC streamers. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Hook up the '.thumb_func' directive to the streamer. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Fix past-o. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | MC'ize the '.code 16' and '.thumb_func' ARM directives. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Owen Anderson | Disallow the certain NEON modified-immediate forms... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | MC'ize simple ARMConstantValue entry emission (with... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Benjamin Kramer | Put class into an anonymous namespace. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Owen Anderson | Add codegen and encoding support for the immediate... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Enable MachO writing for ARM/Darwin. Lots of stuff... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Allow targets to specify the MachO CPUType/CPUSubtype... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | syntaxunified directive is a no-op for MachO writing. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Add v5 and v7 ARM CPU subtype values. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Jim Grosbach | Add FIXME. |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Duncan Sands | When passing a parameter using the 'byval' mechanism... |
commit | commitdiff | tree | snapshot |
2010-11-05 |
Daniel Dunbar | CrashRecoveryContext: Add RunSafelyOnThread helper... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Duncan Sands | When passing a huge parameter using the byval mechanism... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Benjamin Kramer | Use arrays instead of constant-sized SmallVectors. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Rafael Espindola | Add 118023 back, but with proper spelling for .uleb128... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Rafael Espindola | Revert previous patch. Some targets don't support uleb... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Rafael Espindola | MCize. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Devang Patel | Introduce DIBuilder. It is intended to be a front-end... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Devang Patel | Add getFile() to get DIFile of a DIType. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Duncan Sands | In the calling convention logic, ValVT is always a... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Evan Cheng | Fix @llvm.prefetch isel. Selecting between pld / pldw... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | partition operand processing between aliases and instru... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | pull name slicing out of BuildInstructionOperandReferen... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | cleanups. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | replace SrcOpNum with SrcOpName, eliminating a numering... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Daniel Dunbar | System: Add llvm_execute_on_thread, which does what... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jim Grosbach | Add ARM fixup info for load/store label references... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Bill Wendling | Add encoding for VSTR. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | strength reduce some code, resolving a fixme. |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Chris Lattner | take a big step to making aliases more general and... |
commit | commitdiff | tree | snapshot |
2010-11-04 |
Jakob Stoklund... | Disable fancy splitting during spilling unless -extra... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Teach ARM Target to use the tblgen support for generati... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Add rule to build MC'ized CodeEmitter. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Support generating an MC'ized CodeEmitter directly... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Owen Anderson | Covert VORRIMM to be produced via early target-specific... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Owen Anderson | Add support for code generation of the one register... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | Just return undef for invalid masks or elts, and since... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jakob Stoklund... | Let RegAllocBasic require MachineDominators - they... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jakob Stoklund... | Tag debug output as regalloc |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | Optimize generated code for integer materialization... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Chris Lattner | rename Operand -> AsmOperand for clarity. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Owen Anderson | Unlike a lot of NEON instructions, vext isn't _actually... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dale Johannesen | This test assumes SSE is present; that is not the default |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bob Wilson | Add codegen patterns for VST1-lane instructions. Radar... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bob Wilson | Check for extractelement with a variable operand for... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Mikhail Glushenkov | Rename FindExecutable to PrependMainExecutablePath. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Mikhail Glushenkov | 80-col violations, trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Rename PointsToLocalMemory to PointsToLocalOrConstantMe... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Simplify uses of MVT and EVT. An MVT can be compared... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Fix a comment typo. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Inside the calling convention logic LocVT is always... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | If we have an undef mask our Elt will be -1 for our... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Duncan Sands | Fix typo, pointed out by Trevor Harmon. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Fix preload instruction isel. Only v7 supports pli... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Evan Cheng | Add support to match @llvm.prefetch to pld / pldw ... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bill Wendling | Put the PC encoding in the correct bit position. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Eric Christopher | Invert these branches by default, it makes assembly... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Bill Wendling | The MC code couldn't handle ARM LDR instructions with... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Dan Gohman | Fix DAGCombiner to avoid going into an infinite loop... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Remove unused function. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Remove the no longer used 'Modifier' optional operand... |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Remove unused function. |
commit | commitdiff | tree | snapshot |
2010-11-03 |
Jim Grosbach | Break ARM addrmode4 (load/store multiple base address... |
commit | commitdiff | tree | snapshot |
next |