2010-10-30 |
Chris Lattner | implement (and document!) the first kind of MC assemble... |
tree | commitdiff |
2010-10-29 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-10-28 |
Chris Lattner | fix the asmmatcher generator to handle targets with... |
tree | commitdiff |
2010-10-27 |
Evan Cheng | Shifter ops are not always free. Do not fold them ... |
tree | commitdiff |
2010-10-27 |
Owen Anderson | Provide correct encodings for NEON vcvt, which has... |
tree | commitdiff |
2010-10-27 |
Kevin Enderby | Added the x86 instruction ud2b (2nd official undefined... |
tree | commitdiff |
2010-10-26 |
Jim Grosbach | First part of refactoring ARM addrmode2 (load/store... |
tree | commitdiff |
2010-10-23 |
Benjamin Kramer | Constify another 2 disassembler tables. |
tree | commitdiff |
2010-10-23 |
Benjamin Kramer | Make the disassembler tables const so they end up in... |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Remove -llvmc-temp-hack from tblgen. |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Syntax tweak in llvmc: (something [a,b,c]) -> (somethin... |
tree | commitdiff |
2010-10-23 |
Mikhail Glushenkov | Trailing whitespace. |
tree | commitdiff |
2010-10-22 |
Benjamin Kramer | Make some symbols static, move classes into anonymous... |
tree | commitdiff |
2010-10-20 |
Anders Carlsson | Add a way to emit StringSwitch of clang attribute spell... |
tree | commitdiff |
2010-10-17 |
Oscar Fuentes | Build with RTTI and exceptions disabled. Only in GCC... |
tree | commitdiff |
2010-10-15 |
Jim Grosbach | ARM mode encoding information for UBFX and SBFX instruc... |
tree | commitdiff |
2010-10-13 |
Jim Grosbach | Refactor the ARM 'setend' instruction pattern. Use... |
tree | commitdiff |
2010-10-13 |
Jim Grosbach | Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH... |
tree | commitdiff |
2010-10-12 |
Jim Grosbach | Allow targets to optionally specify custom binary encod... |
tree | commitdiff |
2010-10-12 |
Cameron Esfahani | Fix spelling error. |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | The assert() should reference to machine instr operand... |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | Make sure to use the machine instruction operand number... |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | trailing whitespace cleanup |
tree | commitdiff |
2010-10-11 |
Jim Grosbach | When figuring out which operands match which encoding... |
tree | commitdiff |
2010-10-08 |
Jim Grosbach | A few 80 column cleanups |
tree | commitdiff |
2010-10-08 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-10-08 |
Daniel Dunbar | Fix -Asserts warning. |
tree | commitdiff |
2010-10-08 |
Jim Grosbach | Make <target>CodeEmitter::getBinaryCodeForInstr() a... |
tree | commitdiff |
2010-10-07 |
Jim Grosbach | Move checking for t2MOVCCi16 to the right place. |
tree | commitdiff |
2010-10-07 |
Nick Lewycky | Fix typo in comment. |
tree | commitdiff |
2010-10-07 |
Dan Gohman | Move tool_output_file into its own file. |
tree | commitdiff |
2010-10-07 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-10-07 |
Jim Grosbach | Allow use of the 16-bit literal move instruction in... |
tree | commitdiff |
2010-10-07 |
Jim Grosbach | Allow use of the 16-bit literal move instruction in... |
tree | commitdiff |
2010-10-06 |
Jim Grosbach | Now that VDUPfqf and VDUPfdfare properly pseudos, nuke... |
tree | commitdiff |
2010-10-06 |
Chris Lattner | Generalize tblgen's dag parsing logic to handle arbitra... |
tree | commitdiff |
2010-10-06 |
Chris Lattner | cleanups |
tree | commitdiff |
2010-10-06 |
Chris Lattner | remove the !nameconcat tblgen feature. It "shorthand... |
tree | commitdiff |
2010-10-05 |
Chris Lattner | allow !strconcat to take more than two operands to... |
tree | commitdiff |
2010-10-05 |
Chris Lattner | when david added support for #NAME# he didn't update... |
tree | commitdiff |
2010-10-05 |
Chris Lattner | enhance tblgen to support anonymous defm's, use this to |
tree | commitdiff |
2010-10-05 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-10-05 |
Sebastian Redl | Update attribute reading for the changed source locatio... |
tree | commitdiff |
2010-10-05 |
Douglas Gregor | Properly deserialize Clang types that are used as attri... |
tree | commitdiff |
2010-10-04 |
Sean Callanan | Fixed the disassembler to handle two new X86 |
tree | commitdiff |
2010-10-01 |
Francois Pichet | Fix typo |
tree | commitdiff |
2010-09-30 |
Dale Johannesen | Massive rewrite of MMX: |
tree | commitdiff |
2010-09-30 |
Jim Grosbach | Let a target specify whether it wants an assembly print... |
tree | commitdiff |
2010-09-29 |
Evan Cheng | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC... |
tree | commitdiff |
2010-09-29 |
Jim Grosbach | trailing whitespace |
tree | commitdiff |
2010-09-29 |
Chris Lattner | add basic avx support to the disassembler, also teach... |
tree | commitdiff |
2010-09-28 |
Evan Cheng | Add support to model pipeline bypass / forwarding. |
tree | commitdiff |
2010-09-27 |
Benjamin Kramer | Push twines deeper into SourceMgr's error handling... |
tree | commitdiff |
2010-09-24 |
Michael J. Spencer | Get rid of pop_macro warnings on MSVC. |
tree | commitdiff |
2010-09-23 |
Owen Anderson | Revert r114703 and r114702, removing the isConditionalM... |
tree | commitdiff |
2010-09-23 |
Owen Anderson | Add an TargetInstrDesc bit to indicate that a given... |
tree | commitdiff |
2010-09-23 |
Nate Begeman | Revert r114596, it's breaking a few tests. |
tree | commitdiff |
2010-09-22 |
Nate Begeman | <rdar://problem/8228022> Wvector-conversions warnings... |
tree | commitdiff |
2010-09-21 |
Chris Lattner | Rework passing parent pointers into complexpatterns... |
tree | commitdiff |
2010-09-21 |
Chris Lattner | just like they can opt into getting the root of the... |
tree | commitdiff |
2010-09-21 |
Chris Lattner | fix a long standing wart: all the ComplexPattern's... |
tree | commitdiff |
2010-09-21 |
Mikhail Glushenkov | Trailing whitespace, 80-col violations. |
tree | commitdiff |
2010-09-21 |
Mikhail Glushenkov | llvmc: Allow multiple output languages. |
tree | commitdiff |
2010-09-18 |
Eric Christopher | Handle the odd case where we only have one instruction. |
tree | commitdiff |
2010-09-15 |
Bob Wilson | Use float64 instead of int64 vector elements for NEON... |
tree | commitdiff |
2010-09-14 |
Bob Wilson | Tidy whitespace in generated arm_neon.h. |
tree | commitdiff |
2010-09-14 |
Michael J. Spencer | CBackend: Fix MSVC build. |
tree | commitdiff |
2010-09-11 |
Dale Johannesen | Add x86mmx to TableGen. |
tree | commitdiff |
2010-09-09 |
Evan Cheng | For each instruction itinerary class, specify the numbe... |
tree | commitdiff |
2010-09-08 |
Chris Lattner | fix bugs in push/pop segment support, rdar://8407242 |
tree | commitdiff |
2010-09-07 |
Bill Wendling | Add an MVT::x86mmx type. It will take the place of... |
tree | commitdiff |
2010-09-07 |
Bill Wendling | Fix whitespace, because I'm OCD. |
tree | commitdiff |
2010-09-07 |
Dale Johannesen | Add patterns for MMX that use the new intrinsics. |
tree | commitdiff |
2010-09-07 |
Chris Lattner | attempt to appease msvc |
tree | commitdiff |
2010-09-07 |
Gabor Greif | fix comment typos |
tree | commitdiff |
2010-09-06 |
Chris Lattner | generalize my previous operand loc info hack. If the... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | in the case where an instruction only has one implement... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | Now that we know if we had a total fail on the instruct... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | simplify DEBUG_WITH_TYPE usage |
tree | commitdiff |
2010-09-06 |
Chris Lattner | this if can now be an assert. |
tree | commitdiff |
2010-09-06 |
Chris Lattner | ; |
tree | commitdiff |
2010-09-06 |
Chris Lattner | now that the opcode is trivially exposed, start matchin... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | emit the match table at global scope instead of within the |
tree | commitdiff |
2010-09-06 |
Chris Lattner | special case the mnemonic operand of the instruction... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | The "ambiguous instructions" check only produces anythi... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | have tblgen detect when an instruction would have match... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | change MatchInstructionImpl to return an enum instead... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | have AsmMatcherEmitter.cpp produce the hunk of code... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | emit the LLVM intrinsic name -> intrinsic number mappin... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | allow specifying an indentation level for the string... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | emit the __builtin -> intrinsic map with StringMatcher... |
tree | commitdiff |
2010-09-06 |
Chris Lattner | same bug, another place. |
tree | commitdiff |
2010-09-06 |
Chris Lattner | fix a critical bug where the generated table would say |
tree | commitdiff |
2010-09-06 |
Chris Lattner | update cmake |
tree | commitdiff |
2010-09-06 |
Chris Lattner | factor the snazzy string matcher code that Daniel hates |
tree | commitdiff |
2010-09-06 |
Chris Lattner | slightly improve the runtime and code size of the Intri... |
tree | commitdiff |
2010-09-04 |
Chris Lattner | zap dead code. |
tree | commitdiff |
2010-09-03 |
David Greene | Generalize getFieldType to work on all TypedInits.... |
tree | commitdiff |
2010-09-03 |
Jakob Stoklund Olesen | Stop emitting predicate functions. They are no longer... |
tree | commitdiff |
2010-09-01 |
Chris Lattner | remove dead code. |
tree | commitdiff |
next |