2011-07-01 |
Evan Cheng | Hide the call to InitMCInstrInfo into tblgen generated... |
tree | commitdiff |
2011-06-30 |
Jim Grosbach | Pseudo-ize the Thumb tTPsoft instruction. |
tree | commitdiff |
2011-06-30 |
Jim Grosbach | Pseudo-ize the Thumb tPOP_RET instruction. |
tree | commitdiff |
2011-06-30 |
Evan Cheng | Fix the ridiculous SubtargetFeatures API where it impli... |
tree | commitdiff |
2011-06-29 |
Jim Grosbach | Remove redundant Thumb2 ADD/SUB SP instruction definitions. |
tree | commitdiff |
2011-06-29 |
Jim Grosbach | ARM RSCS* don't need explicit TableGen decoder checks. |
tree | commitdiff |
2011-06-29 |
Jim Grosbach | Refactor away tSpill and tRestore pseudos in ARM backend. |
tree | commitdiff |
2011-06-29 |
Francois Pichet | Change AsmName's type from StringRef to std::string... |
tree | commitdiff |
2011-06-29 |
Evan Cheng | Sink SubtargetFeature and TargetInstrItineraries (renam... |
tree | commitdiff |
2011-06-28 |
Evan Cheng | Move CallFrameSetupOpcode and CallFrameDestroyOpcode... |
tree | commitdiff |
2011-06-28 |
Evan Cheng | Hide more details in tablegen generated MCRegisterInfo... |
tree | commitdiff |
2011-06-28 |
Evan Cheng | Add MCInstrInfo registeration machinery. |
tree | commitdiff |
2011-06-28 |
Evan Cheng | Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc |
tree | commitdiff |
2011-06-28 |
Evan Cheng | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrD... |
tree | commitdiff |
2011-06-28 |
Evan Cheng | Alternative name enum should go into the enum portion. |
tree | commitdiff |
2011-06-27 |
Jim Grosbach | ARM Assembly support for Thumb mov-immediate. |
tree | commitdiff |
2011-06-27 |
Evan Cheng | Remove RCBarriers from TargetInstrDesc. |
tree | commitdiff |
2011-06-27 |
Owen Anderson | Add support for alternative register names, useful... |
tree | commitdiff |
2011-06-27 |
Evan Cheng | More refactoring. MC doesn't need know about subreg... |
tree | commitdiff |
2011-06-27 |
Evan Cheng | Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc... |
tree | commitdiff |
2011-06-25 |
Evan Cheng | Remove dead typedefs. |
tree | commitdiff |
2011-06-24 |
Evan Cheng | Rename TargetRegisterDesc to MCRegisterDesc |
tree | commitdiff |
2011-06-24 |
Bob Wilson | Revert "Shorten some ARM builtin names by removing... |
tree | commitdiff |
2011-06-24 |
Bob Wilson | Shorten some ARM builtin names by removing unnecessary... |
tree | commitdiff |
2011-06-24 |
Evan Cheng | - Add MCRegisterInfo registration machinery. Also added... |
tree | commitdiff |
2011-06-24 |
Benjamin Kramer | Make the generated InitXXXMCRegisterInfo function ... |
tree | commitdiff |
2011-06-24 |
Evan Cheng | Starting to refactor Target to separate out code that... |
tree | commitdiff |
2011-06-22 |
Andrew Trick | lit support for REQUIRES: asserts. |
tree | commitdiff |
2011-06-21 |
Francois Pichet | Unbreak the CMake build |
tree | commitdiff |
2011-06-21 |
Jim Grosbach | Consolidate some TableGen diagnostic helper functions. |
tree | commitdiff |
2011-06-20 |
Jakob Stoklund Olesen | Skip fields that don't exist in the Register class. |
tree | commitdiff |
2011-06-20 |
Jakob Stoklund Olesen | Add a RegisterTuples class to Target.td and TableGen. |
tree | commitdiff |
2011-06-18 |
Chris Lattner | fix the varargs version of StructType::get to not requi... |
tree | commitdiff |
2011-06-18 |
Jakob Stoklund Olesen | Use the correct comparator to avoid depending on pointe... |
tree | commitdiff |
2011-06-18 |
Jakob Stoklund Olesen | Store CodeGenRegisters as pointers so they won't be... |
tree | commitdiff |
2011-06-18 |
Jakob Stoklund Olesen | Remove MethodProtos/MethodBodies and allocation_order_b... |
tree | commitdiff |
2011-06-18 |
Jakob Stoklund Olesen | Provide AltOrders for specifying alternative allocation... |
tree | commitdiff |
2011-06-16 |
Owen Anderson | Fix formatting. |
tree | commitdiff |
2011-06-16 |
Jakob Stoklund Olesen | Prempt some obnoxious compiler from complaing about... |
tree | commitdiff |
2011-06-16 |
Jakob Stoklund Olesen | Make sure to pass an unsigned to a printf format that... |
tree | commitdiff |
2011-06-16 |
Andrew Trick | Add support to lit for build mode requirements. e.g. |
tree | commitdiff |
2011-06-15 |
Owen Anderson | Add a new MVT::untyped. This will be used in future... |
tree | commitdiff |
2011-06-15 |
John McCall | Update the Clang diagnostic emitter to emit IDs for... |
tree | commitdiff |
2011-06-15 |
John McCall | Add a new function attribute, nonlazybind, which inhibi... |
tree | commitdiff |
2011-06-15 |
Owen Anderson | Replace the statically generated hashtables for checkin... |
tree | commitdiff |
2011-06-15 |
Jakob Stoklund Olesen | Use a SetTheory instance to expand register lists in... |
tree | commitdiff |
2011-06-15 |
Jakob Stoklund Olesen | Give CodeGenRegisterClass a real sorted member set. |
tree | commitdiff |
2011-06-15 |
Bill Wendling | Improve the heuristic to emit the alias if the number... |
tree | commitdiff |
2011-06-15 |
Jakob Stoklund Olesen | Move the list of register classes into CodeGenRegBank... |
tree | commitdiff |
2011-06-14 |
Jakob Stoklund Olesen | Fix a compile time regression caused by too small hash... |
tree | commitdiff |
2011-06-14 |
Bill Wendling | Heuristic: If the number of operands in the alias are... |
tree | commitdiff |
2011-06-12 |
Jakob Stoklund Olesen | Tweak hash function and compress hash tables. |
tree | commitdiff |
2011-06-12 |
Jakob Stoklund Olesen | Remove now dead code. |
tree | commitdiff |
2011-06-12 |
Jakob Stoklund Olesen | Extract the generateHashTable function. |
tree | commitdiff |
2011-06-12 |
Jakob Stoklund Olesen | Compute lists of sub-regs, super-regs, and overlapping... |
tree | commitdiff |
2011-06-11 |
Jakob Stoklund Olesen | Move the list of registers into CodeGenRegBank. |
tree | commitdiff |
2011-06-10 |
Jakob Stoklund Olesen | Move some sub-register index calculations to CodeGenReg... |
tree | commitdiff |
2011-06-09 |
Jakob Stoklund Olesen | Move TableGen's register bank classes to their own... |
tree | commitdiff |
2011-06-09 |
Bob Wilson | Add special-case range checking for VCVT_N intrinsic... |
tree | commitdiff |
2011-06-07 |
Chad Rosier | Fixed a few illegal paths with llvm_unreachable. Patch... |
tree | commitdiff |
2011-06-04 |
Jakob Stoklund Olesen | Drop a RecordKeeper reference that wasn't necessary. |
tree | commitdiff |
2011-06-04 |
Jakob Stoklund Olesen | Silence compiler warnings. |
tree | commitdiff |
2011-06-04 |
Jakob Stoklund Olesen | Teach TableGen to evaluate DAG expressions as set opera... |
tree | commitdiff |
2011-06-03 |
Nick Lewycky | Rework the logic to not rely on undefined behaviour... |
tree | commitdiff |
2011-06-02 |
Jakob Stoklund Olesen | Make it possible to have unallocatable register classes. |
tree | commitdiff |
2011-06-01 |
Joerg Sonnenberger | Add new -d option to tblgen. It writes a make(1)-style... |
tree | commitdiff |
2011-05-31 |
Bruno Cardoso Lopes | Fix ssat and ssat16 encodings for ARM and Thumb. The... |
tree | commitdiff |
2011-05-30 |
Rafael Espindola | Use the dwarf->llvm mapping to print register names... |
tree | commitdiff |
2011-05-30 |
Rafael Espindola | Introduce the DwarfRegAlias class for declaring that... |
tree | commitdiff |
2011-05-28 |
John McCall | Change how tblgen generates attributes for intrinsics... |
tree | commitdiff |
2011-05-28 |
Rafael Espindola | Fix the root cause of the bootstrap failure: |
tree | commitdiff |
2011-05-25 |
Argyrios Kyrtzidis | [tablegen] A couple of changes to ClangDiagnosticEmmitter. |
tree | commitdiff |
2011-05-23 |
Bill Wendling | Use a more efficient data structure for the "operand... |
tree | commitdiff |
2011-05-19 |
Cameron Zwarich | Fix PR9947 by placing OPFL_MemRefs on the node using... |
tree | commitdiff |
2011-05-18 |
Tanya Lattner | In r131488 I misunderstood how VREV works. It splits... |
tree | commitdiff |
2011-05-17 |
Tanya Lattner | vrev is incorrectly defined in the perfect shuffle... |
tree | commitdiff |
2011-05-10 |
Jakob Stoklund Olesen | Downgrade a tablegen warning to an error. |
tree | commitdiff |
2011-05-09 |
Mon P Wang | Fixed MC encoding for index_align for VLD1/VST1 (single... |
tree | commitdiff |
2011-05-07 |
Jakob Stoklund Olesen | Teach TableGen to automatically generate missing SubReg... |
tree | commitdiff |
2011-05-06 |
Jim Grosbach | Improve diagnostics for some parse errors. Not assertin... |
tree | commitdiff |
2011-05-06 |
Jim Grosbach | ParseFile() may throw, so extend the try/catch to handl... |
tree | commitdiff |
2011-05-05 |
Mikhail Glushenkov | llvmc: Make it possible to provide an argument to ... |
tree | commitdiff |
2011-05-04 |
Nick Lewycky | The system suppression file should catch these, but... |
tree | commitdiff |
2011-05-03 |
Jim Grosbach | Tidy up. Add missing newline to generated file. |
tree | commitdiff |
2011-04-29 |
Eli Friedman | Filter out pattterns from the FastISel emitter which... |
tree | commitdiff |
2011-04-29 |
Nick Lewycky | Rename profile_rt.so to libprofile_rt.so under configur... |
tree | commitdiff |
2011-04-28 |
Owen Anderson | Fix a bug in tblgen that caused incorrect encodings... |
tree | commitdiff |
2011-04-24 |
Mikhail Glushenkov | Add a TODO. |
tree | commitdiff |
2011-04-23 |
Jay Foad | Remove unused STL header includes. |
tree | commitdiff |
2011-04-22 |
Johnny Chen | Disassembly of A8.6.59 LDR (literal) Encoding T1 (16... |
tree | commitdiff |
2011-04-22 |
Bob Wilson | Define Neon load/store intrinsics for Clang as macros... |
tree | commitdiff |
2011-04-21 |
Jakob Stoklund Olesen | Don't allow per-register spill size and alignment. |
tree | commitdiff |
2011-04-20 |
Jakob Stoklund Olesen | Prefer cheap registers for busy live ranges. |
tree | commitdiff |
2011-04-18 |
Eric Christopher | Invert the meaning of printAliasInstr's return value... |
tree | commitdiff |
2011-04-18 |
Owen Anderson | Enhance the fixed-length disassembler to support the... |
tree | commitdiff |
2011-04-18 |
Chris Lattner | Add a new bit that ImmLeaf's can opt into, which allows... |
tree | commitdiff |
2011-04-18 |
Chris Lattner | Implement major new fastisel functionality: the matcher... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | introduce a new OpKind abstraction which wraps up opera... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | change OperandsSignature to use SmallVector<char> inste... |
tree | commitdiff |
2011-04-17 |
Chris Lattner | since the VT is fixed for a ImmLeaf, there is no reason... |
tree | commitdiff |
next |