| Commit message (Expand) | Author | Age | Files | Lines |
* | The assert() should reference to machine instr operand number, too. | Jim Grosbach | 2010-10-11 | 1 | -2/+2 |
* | Make sure to use the machine instruction operand number. It doesn't always | Jim Grosbach | 2010-10-11 | 1 | -0/+2 |
* | Add KillTheDoctor. | Michael J. Spencer | 2010-10-11 | 4 | -0/+1555 |
* | trailing whitespace cleanup | Jim Grosbach | 2010-10-11 | 1 | -18/+18 |
* | When figuring out which operands match which encoding fields in an instruction, | Jim Grosbach | 2010-10-11 | 3 | -9/+38 |
* | Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if | Chris Lattner | 2010-10-11 | 1 | -2/+0 |
* | syntax-highlighting: Fix module asm keyword. | Michael J. Spencer | 2010-10-09 | 1 | -1/+1 |
* | Add Kate syntax highlighting files. | Michael J. Spencer | 2010-10-09 | 2 | -0/+267 |
* | A few 80 column cleanups | Jim Grosbach | 2010-10-08 | 4 | -9/+13 |
* | trailing whitespace | Jim Grosbach | 2010-10-08 | 1 | -15/+15 |
* | Fix -Asserts warning. | Daniel Dunbar | 2010-10-08 | 1 | -0/+3 |
* | Make <target>CodeEmitter::getBinaryCodeForInstr() a const method. | Jim Grosbach | 2010-10-08 | 1 | -1/+1 |
* | Move checking for t2MOVCCi16 to the right place. | Jim Grosbach | 2010-10-07 | 1 | -6/+7 |
* | Fix typo in comment. | Nick Lewycky | 2010-10-07 | 1 | -1/+1 |
* | Move tool_output_file into its own file. | Dan Gohman | 2010-10-07 | 2 | -2/+2 |
* | gtest: Fix warnings on MinGW. | Michael J. Spencer | 2010-10-07 | 1 | -3/+3 |
* | CMake: Fix warning in gtest. | Michael J. Spencer | 2010-10-07 | 1 | -0/+4 |
* | trailing whitespace | Jim Grosbach | 2010-10-07 | 1 | -17/+17 |
* | Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode. | Jim Grosbach | 2010-10-07 | 1 | -5/+5 |
* | Allow use of the 16-bit literal move instruction in CMOVs for ARM mode. | Jim Grosbach | 2010-10-07 | 1 | -7/+7 |
* | Now that VDUPfqf and VDUPfdfare properly pseudos, nuke the special handling. | Jim Grosbach | 2010-10-06 | 1 | -6/+5 |
* | Generalize tblgen's dag parsing logic to handle arbitrary expressions | Chris Lattner | 2010-10-06 | 1 | -5/+18 |
* | cleanups | Chris Lattner | 2010-10-06 | 1 | -9/+10 |
* | remove the !nameconcat tblgen feature. It "shorthand" and only used in 4 places | Chris Lattner | 2010-10-06 | 5 | -120/+17 |
* | allow !strconcat to take more than two operands to eliminate | Chris Lattner | 2010-10-05 | 1 | -23/+34 |
* | when david added support for #NAME# he didn't update the comments and | Chris Lattner | 2010-10-05 | 1 | -16/+6 |
* | enhance tblgen to support anonymous defm's, use this to | Chris Lattner | 2010-10-05 | 1 | -18/+31 |
* | trailing whitespace | Jim Grosbach | 2010-10-05 | 1 | -95/+95 |
* | Update attribute reading for the changed source location code. | Sebastian Redl | 2010-10-05 | 1 | -2/+2 |
* | Properly deserialize Clang types that are used as attribute arguments | Douglas Gregor | 2010-10-05 | 1 | -1/+1 |
* | Fixed the disassembler to handle two new X86 | Sean Callanan | 2010-10-04 | 1 | -1/+16 |
* | remove reference to dead script. | Chris Lattner | 2010-10-02 | 1 | -1/+1 |
* | nuke an old script | Chris Lattner | 2010-10-02 | 1 | -37/+0 |
* | Fix MSVC release mode compilation error. | Francois Pichet | 2010-10-02 | 1 | -6/+6 |
* | Fix typo | Francois Pichet | 2010-10-01 | 1 | -1/+1 |
* | Massive rewrite of MMX: | Dale Johannesen | 2010-09-30 | 1 | -6/+0 |
* | Let a target specify whether it wants an assembly printer to be the MC version | Jim Grosbach | 2010-09-30 | 1 | -1/+4 |
* | Model Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC, CMN, MVN, or CMP | Evan Cheng | 2010-09-29 | 1 | -16/+21 |
* | trailing whitespace | Jim Grosbach | 2010-09-29 | 1 | -54/+54 |
* | Convert a bunch of uses of 'bytecode' into 'bitcode'. This | Duncan Sands | 2010-09-29 | 5 | -11/+11 |
* | GetSourceVersion: Strip off svninfo extra markers, which aren't really part o... | Daniel Dunbar | 2010-09-29 | 1 | -1/+1 |
* | utils: Add GetRepositoryPath script, patch by Jonathan Mulder! | Daniel Dunbar | 2010-09-29 | 2 | -10/+37 |
* | lit: Fix a subtle resource usage bug when executing tests using the internal | Daniel Dunbar | 2010-09-29 | 1 | -4/+7 |
* | add basic avx support to the disassembler, also teach it about ssmem/sdmem | Chris Lattner | 2010-09-29 | 1 | -0/+6 |
* | Add support to model pipeline bypass / forwarding. | Evan Cheng | 2010-09-28 | 2 | -1/+49 |
* | Push twines deeper into SourceMgr's error handling methods. | Benjamin Kramer | 2010-09-27 | 5 | -11/+14 |
* | Reverting "CMake: Don't include tools, unittets, or examples as | Oscar Fuentes | 2010-09-25 | 1 | -13/+11 |
* | Add ret instruction to PTX backend | Che-Liang Chiou | 2010-09-25 | 1 | -0/+1 |
* | Get rid of pop_macro warnings on MSVC. | Michael J. Spencer | 2010-09-24 | 1 | -2/+5 |
* | CMake: Don't include tools, unittets, or examples as available targets | Michael J. Spencer | 2010-09-24 | 1 | -11/+13 |