| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add AVX vbroadcast new instruction | Bruno Cardoso Lopes | 2010-07-20 | 2 | -0/+28 |
| * | Update CMake files. | Daniel Dunbar | 2010-07-20 | 4 | -8/+8 |
| * | Correct line info for declarations/definitions. Radar 8063111. | Stuart Hastings | 2010-07-19 | 2 | -14/+12 |
| * | sink the arm implementations of ASmPrinter and MCInstLower | Chris Lattner | 2010-07-19 | 3 | -1/+1 |
| * | fix a layering problem by moving the x86 implementation | Chris Lattner | 2010-07-19 | 4 | -5/+5 |
| * | Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions! | Bruno Cardoso Lopes | 2010-07-19 | 6 | -81/+128 |
| * | Fix memory leak reported by valgrind. | Devang Patel | 2010-07-19 | 1 | -23/+31 |
| * | After a custom inserter, in a block which has constant instructions, | Dan Gohman | 2010-07-19 | 1 | -0/+1 |
| * | ARM has to provide its own TargetLowering::findRepresentativeClass because it... | Evan Cheng | 2010-07-19 | 3 | -6/+27 |
| * | Change the implemented interfaces list on PassInfo from a std::vector to a ma... | Owen Anderson | 2010-07-19 | 1 | -10/+17 |
| * | MC/Mach-O: Silently ignore .file directives instead of error'ing out on | Daniel Dunbar | 2010-07-19 | 1 | -2/+8 |
| * | X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the same | Daniel Dunbar | 2010-07-19 | 2 | -4/+4 |
| * | Tweak per Chris' comments. | Owen Anderson | 2010-07-19 | 1 | -7/+8 |
| * | Teach computeRegisterProperties() to compute "representative" register class ... | Evan Cheng | 2010-07-19 | 1 | -0/+52 |
| * | Spillers may alter MachineLoopInfo when breaking critical edges, so make it | Jakob Stoklund Olesen | 2010-07-19 | 4 | -12/+15 |
| * | Fix PR 7662. | Devang Patel | 2010-07-19 | 1 | -0/+1 |
| * | Since ARM emits inline jump tables as part of the ConstantIsland pass, | Jim Grosbach | 2010-07-19 | 2 | -0/+6 |
| * | revert so I can get the right PR# in the log message. | Jim Grosbach | 2010-07-19 | 2 | -6/+0 |
| * | Since ARM emits inline jump tables as part of the ConstantIsland pass, | Jim Grosbach | 2010-07-19 | 2 | -0/+6 |
| * | Update CMake build. | Benjamin Kramer | 2010-07-19 | 1 | -0/+1 |
| * | Expose BasicBlock::moveBefore and moveAfter in C API, patch | Duncan Sands | 2010-07-19 | 1 | -0/+8 |
| * | Render MachineFunctions to HTML pages, with options to render register | Lang Hames | 2010-07-19 | 3 | -0/+1130 |
| * | precompute 20 tags | Gabor Greif | 2010-07-19 | 1 | -3/+9 |
| * | Fix indentation. | Duncan Sands | 2010-07-19 | 1 | -1/+1 |
| * | Expose JIT::recompileAndRelinkFunction for use through the C API. | Duncan Sands | 2010-07-19 | 1 | -0/+4 |
| * | Remove r108639 now that it is handled by InstCombine instead. | Owen Anderson | 2010-07-19 | 1 | -13/+0 |
| * | Reimplement r108639 in InstCombine rather than DAGCombine. | Owen Anderson | 2010-07-19 | 1 | -0/+26 |
| * | X86-64: Mark WINCALL and more tail call instructions as code gen only. | Daniel Dunbar | 2010-07-19 | 1 | -2/+3 |
| * | X86: Mark some tail call pseduo instruction as code gen only. | Daniel Dunbar | 2010-07-19 | 1 | -1/+2 |
| * | X86: Mark In32/64BitMode on LEAVE[64] and SYSEXIT[64]. | Daniel Dunbar | 2010-07-19 | 2 | -4/+4 |
| * | _[A-Z] identifiers are reserved for the implementation. | Michael J. Spencer | 2010-07-19 | 1 | -1/+1 |
| * | MC/X86: We now match instructions like "incl %eax" correctly for the arch we are | Daniel Dunbar | 2010-07-19 | 2 | -54/+0 |
| * | X86: Mark MOV.*_{TC,NOREX} instruction as code gen only, they aren't real. | Daniel Dunbar | 2010-07-19 | 2 | -0/+6 |
| * | X86: MOV8o8a, MOV8ao8, etc. are only valid in 32-bit mode. | Daniel Dunbar | 2010-07-19 | 1 | -6/+12 |
| * | MC: Add WinCOFFStreamer implementation and merge common code from MachO | Michael J. Spencer | 2010-07-19 | 3 | -81/+239 |
| * | TblGen/AsmMatcher: Add support for honoring instruction Requires<[]> attribut... | Daniel Dunbar | 2010-07-19 | 2 | -5/+13 |
| * | Make .align parse correctly on platforms where .align is measured in bytes. | Eli Friedman | 2010-07-19 | 1 | -5/+8 |
| * | Target: Give the TargetAsmParser access to the TargetMachine. | Daniel Dunbar | 2010-07-19 | 3 | -9/+11 |
| * | MC/AsmParser: Stop playing unsafe member function pointer calls, this isn't | Daniel Dunbar | 2010-07-18 | 3 | -187/+93 |
| * | MC/AsmParser: Fix .abort and .secure_log_unique to accept arbitrary token | Daniel Dunbar | 2010-07-18 | 2 | -25/+26 |
| * | MC/AsmParser: Add macro argument substitution support. | Daniel Dunbar | 2010-07-18 | 1 | -8/+85 |
| * | MC/AsmParser: Add basic support for macro instantiation. | Daniel Dunbar | 2010-07-18 | 1 | -20/+112 |
| * | MC/AsmParser: Add basic parsing support for .macro definitions. | Daniel Dunbar | 2010-07-18 | 1 | -0/+96 |
| * | MC/AsmParser: Add .macros_{off,on} support, not that makes sense since we don't | Daniel Dunbar | 2010-07-18 | 1 | -5/+37 |
| * | MC/AsmParser: Use Error() instead of calling PrintMessage() directly. | Daniel Dunbar | 2010-07-18 | 1 | -4/+2 |
| * | MC/AsmParser: Fix TokError() to accept a Twine. | Daniel Dunbar | 2010-07-18 | 2 | -1/+2 |
| * | MC/AsmParser: Hide the AsmParser implementation. | Daniel Dunbar | 2010-07-18 | 1 | -3/+117 |
| * | MC: Move several clients to using AsmParser constructor function. | Daniel Dunbar | 2010-07-18 | 1 | -6/+7 |
| * | Fix struct/class mismatch | Douglas Gregor | 2010-07-18 | 1 | -1/+1 |
| * | Add a DAGCombine xform to fold away redundant float->double->float conversion... | Owen Anderson | 2010-07-18 | 1 | -0/+13 |