Age | Commit message (Expand) | Author |
2010-10-20 | Add a way to emit StringSwitch of clang attribute spellings. | Anders Carlsson |
2010-10-17 | Build with RTTI and exceptions disabled. Only in GCC for now. | Oscar Fuentes |
2010-10-15 | ARM mode encoding information for UBFX and SBFX instructions. | Jim Grosbach |
2010-10-13 | Refactor the ARM 'setend' instruction pattern. Use a single instruction pattern | Jim Grosbach |
2010-10-13 | Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH] instructions. | Jim Grosbach |
2010-10-12 | Allow targets to optionally specify custom binary encoder functions for | Jim Grosbach |
2010-10-12 | Fix spelling error. | Cameron Esfahani |
2010-10-11 | The assert() should reference to machine instr operand number, too. | Jim Grosbach |
2010-10-11 | Make sure to use the machine instruction operand number. It doesn't always | Jim Grosbach |
2010-10-11 | trailing whitespace cleanup | Jim Grosbach |
2010-10-11 | When figuring out which operands match which encoding fields in an instruction, | Jim Grosbach |
2010-10-08 | A few 80 column cleanups | Jim Grosbach |
2010-10-08 | trailing whitespace | Jim Grosbach |
2010-10-08 | Fix -Asserts warning. | Daniel Dunbar |
2010-10-08 | Make <target>CodeEmitter::getBinaryCodeForInstr() a const method. | Jim Grosbach |
2010-10-07 | Move checking for t2MOVCCi16 to the right place. | Jim Grosbach |
2010-10-07 | Fix typo in comment. | Nick Lewycky |
2010-10-07 | Move tool_output_file into its own file. | Dan Gohman |
2010-10-07 | trailing whitespace | Jim Grosbach |
2010-10-07 | Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode. | Jim Grosbach |
2010-10-07 | Allow use of the 16-bit literal move instruction in CMOVs for ARM mode. | Jim Grosbach |
2010-10-06 | Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling. | Jim Grosbach |
2010-10-06 | Generalize tblgen's dag parsing logic to handle arbitrary expressions | Chris Lattner |
2010-10-06 | cleanups | Chris Lattner |
2010-10-06 | remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places | Chris Lattner |
2010-10-05 | allow !strconcat to take more than two operands to eliminate | Chris Lattner |
2010-10-05 | when david added support for #NAME# he didn't update the comments and | Chris Lattner |
2010-10-05 | enhance tblgen to support anonymous defm's, use this to | Chris Lattner |
2010-10-05 | trailing whitespace | Jim Grosbach |
2010-10-05 | Update attribute reading for the changed source location code. | Sebastian Redl |
2010-10-05 | Properly deserialize Clang types that are used as attribute arguments | Douglas Gregor |
2010-10-04 | Fixed the disassembler to handle two new X86 | Sean Callanan |
2010-10-01 | Fix typo | Francois Pichet |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-09-30 | Let a target specify whether it wants an assembly printer to be the MC version | Jim Grosbach |
2010-09-29 | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng |
2010-09-29 | trailing whitespace | Jim Grosbach |
2010-09-29 | add basic avx support to the disassembler, also teach it about ssmem/sdmem | Chris Lattner |
2010-09-28 | Add support to model pipeline bypass / forwarding. | Evan Cheng |
2010-09-27 | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer |
2010-09-24 | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer |
2010-09-23 | Revert r114703 and r114702, removing the isConditionalMove flag from instruct... | Owen Anderson |
2010-09-23 | Add an TargetInstrDesc bit to indicate that a given instruction is a conditio... | Owen Anderson |
2010-09-23 | Revert r114596, it's breaking a few tests. | Nate Begeman |
2010-09-22 | <rdar://problem/8228022> Wvector-conversions warnings in arm_neon.h | Nate Begeman |
2010-09-21 | Rework passing parent pointers into complexpatterns, I forgot | Chris Lattner |
2010-09-21 | just like they can opt into getting the root of the pattern being | Chris Lattner |
2010-09-21 | fix a long standing wart: all the ComplexPattern's were being | Chris Lattner |
2010-09-21 | Trailing whitespace, 80-col violations. | Mikhail Glushenkov |
2010-09-21 | llvmc: Allow multiple output languages. | Mikhail Glushenkov |