- fdb1f49 llvm-mc/AsmParser: Check for matches with super classes when matching by Daniel Dunbar · 15 years ago
- bcf8162 Checkpoint scheduling itinerary changes. by David Goodwin · 15 years ago
- d94a4e5 Post RA scheduler changes. Introduce a hazard recognizer that uses the target schedule information to accurately model the pipeline. Update the scheduler to correctly handle multi-issue targets. by David Goodwin · 15 years ago
- 65f2e78 Watch out for empty BB. by Evan Cheng · 15 years ago
- 8442d00 rev, rev16, and revsh do not set CPSR. by Evan Cheng · 15 years ago
- 0d3007b Duh. Most 16-bit Thumb rr instructions are two-address. Fix table. by Evan Cheng · 15 years ago
- 26cc252 CPSR can be livein; transfer predicate operands correctly; tMUL is two-address. by Evan Cheng · 15 years ago
- 19068ba Add support for folding loads / stores into 16-bit moves used by Thumb2. by Evan Cheng · 15 years ago
- 2294645 80 col violation. by Evan Cheng · 15 years ago
- 052053b Use tMOVgpr2gpr instead of t2MOVr. by Evan Cheng · 15 years ago
- ca15f3d Add support for a user supplied pointer argument to llvm_install_error_handler. by Daniel Dunbar · 15 years ago
- 64a6b39 Move ConstantExpr handling to ResolveConstantExpr method and also by Bruno Cardoso Lopes · 15 years ago
- e8af1f9 Add support to reduce most of 32-bit Thumb2 arithmetic instructions. by Evan Cheng · 15 years ago
- 09d9735 Always use the 16-bit tMOVgpr2gpr instead of the 32-bit t2MOVr. by Evan Cheng · 15 years ago
- ff4bc46 Make the big switch: Change MCSectionMachO to represent a section *semantically* by Chris Lattner · 15 years ago
- e36df3f add a simple back() method to StringRef. by Chris Lattner · 15 years ago
- c6ca847 Use abs64 instead abs; some platforms don't have a 64-bit abs overload. Noticed by Yonggang Luo! by Benjamin Kramer · 15 years ago
- a56c57e Add support to convert 32-bit instructions to 16-bit non-two-address ones. by Evan Cheng · 15 years ago
- 1f8e8db always end a section with \n on elf. by Chris Lattner · 15 years ago
- db2ddb5 llvm-mc/AsmParser: Fix thinko in ClassInfo::operator<. by Daniel Dunbar · 15 years ago
- 72fa87f llvm-mc/AsmParser: Add hack to ignore Int_* and *_Int instructions for now, to by Daniel Dunbar · 15 years ago
- a62b02a Disable this test for now, we don't check for super classes when matching yet. by Daniel Dunbar · 15 years ago
- 5fe6338 llvm-mc/AsmParser: Implement user defined super classes. by Daniel Dunbar · 15 years ago
- 22cd254 Add tests for Neon VZIP and VUZP instructions. by Bob Wilson · 15 years ago
- 4861fd5 Add a test for Neon VTRN instructions. by Bob Wilson · 15 years ago
- 2b54481 llvm-mc/AsmParser: Separate instruction ordering for ambiguity detection. by Daniel Dunbar · 15 years ago
- 1ff446f Change Neon table lookup (VTBL) and table extension (VTBX) intrinsics to by Bob Wilson · 15 years ago
- 98164af Extend comment on ParserMatchClass .td field, and add some missing by Daniel Dunbar · 15 years ago
- 6745d42 llvm-mc/AsmParser: Define match classes in the .td file. -2 FIXMEs. by Daniel Dunbar · 15 years ago
- 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 15 years ago
- 094da67 STLExtras: Add less_ptr. by Daniel Dunbar · 15 years ago
- 8246bef fix edito by Chris Lattner · 15 years ago
- af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 15 years ago
- 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 15 years ago
- 8e9ece7 Use subclassing to print lane-like immediates (w/o hash) eliminating by Anton Korobeynikov · 15 years ago
- 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 15 years ago
- 76eb6f5 remove nondeterminstic test. by Chris Lattner · 15 years ago
- ba44633 add a note about dead zero extends. by Chris Lattner · 15 years ago
- 892e182 1. Make MCSection an abstract class. by Chris Lattner · 15 years ago
- 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 15 years ago
- b4dc13c Add crc32 instruction and intrinsics. Add a new class of prefix by Eric Christopher · 15 years ago
- 46151de Add support for READCYCLECOUNTER in Blackfin back-end. by Jakob Stoklund Olesen · 15 years ago
- f7427e5 add new PIC16Section class, this time hopefully not breaking the build :) by Chris Lattner · 15 years ago
- 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 15 years ago
- fb37390 Revert r78501, it doesn't build. by Daniel Dunbar · 15 years ago
- 50e3812 make PIC16 create its own custom MCSection. by Chris Lattner · 15 years ago
- 7c599d0 make target-specific TLOF impls (except PIC16) create target-specific by Chris Lattner · 15 years ago
- a1c31b7 stub out PECOFF/MachO/ELF MCSection classes by Chris Lattner · 15 years ago
- 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 15 years ago
- 17421d8 Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). by Jakob Stoklund Olesen · 15 years ago
- 9aee181 give pic16 a target-specific section creation name too by Chris Lattner · 15 years ago
- 0c0cb71 now that getOrCreateSection is all object-file specific, by Chris Lattner · 15 years ago
- fbf1d27 sink getOrCreateSection down into all the object file implementations, by Chris Lattner · 15 years ago
- d34ab83 Fix some cut and paste-os. by Eric Christopher · 15 years ago
- 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 15 years ago
- d39bd3a add another const by Chris Lattner · 15 years ago
- c604953 remove a useless anon-ns, make table const. by Chris Lattner · 15 years ago
- c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 15 years ago
- 55e354a Add a basic static ProfileInfo provider (ProfileEstimatorPass). by Daniel Dunbar · 15 years ago
- 63cd7e5 Define intrinsics for crc instruction. by Eric Christopher · 15 years ago
- 71435a3 Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions, by Bruno Cardoso Lopes · 15 years ago
- caaa493 More ProfileInfo improvements. by Daniel Dunbar · 15 years ago
- 3e0094d ELF improvements: by Bruno Cardoso Lopes · 15 years ago
- cf1e764 Update CMake by Daniel Dunbar · 15 years ago
- 6349668 Clean out per-function data after the machine code verifier is done with it. by Jakob Stoklund Olesen · 15 years ago
- 06af2ba Add insert_elt / extract_elt patterns for v4f32 stuff. by Anton Korobeynikov · 15 years ago
- 3405201 Lane number should be printed w/o hash by Anton Korobeynikov · 15 years ago
- baf3108 Use VLDM / VSTM to spill/reload 128-bit Neon registers by Anton Korobeynikov · 15 years ago
- 710b13b Update the machine code verifier to keep up with the scavenger. by Jakob Stoklund Olesen · 15 years ago
- 9390cd0 Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mistaken commit r77904. by Jakob Stoklund Olesen · 15 years ago
- dffb051 Simplify RegScavenger::forward a bit more. by Jakob Stoklund Olesen · 15 years ago
- 20c08e5 move this fp select into a pattern by Andrew Lenharth · 15 years ago
- 9a86159 Always initialize AsmConds. by Benjamin Kramer · 15 years ago
- fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 15 years ago
- a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 15 years ago
- b6ab51e Implement Neon VZIP and VUZP instructions. These are very similar to VTRN, by Bob Wilson · 15 years ago
- 64efd90 Implement Neon VTRN instructions. For now, anyway, these are selected by Bob Wilson · 15 years ago
- b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 15 years ago
- 3eff16e Add a skeleton Thumb2 instruction size reduction pass. by Evan Cheng · 15 years ago
- 8fb9036 Code refactoring. No functionality change. by Evan Cheng · 15 years ago
- 57834cd tADDhirr should target GPR, not tGPR. by Evan Cheng · 15 years ago
- 34f8a02 I can type. by Evan Cheng · 15 years ago
- 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 15 years ago
- 8a1871d Fix some -Asserts unused variable warnings. by Daniel Dunbar · 15 years ago
- e2652f2 Add another Strong-SIV testcase. by Andreas Bolka · 15 years ago
- 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 15 years ago
- 941222e Do not generate 32-bit call on win64 when imm does not fit by Anton Korobeynikov · 15 years ago
- ce0e9ab rename test by Chris Lattner · 15 years ago
- eed4657 merge a bunch of tests together into one, convert to filecheck which by Chris Lattner · 15 years ago
- 9e699cc Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these by Bob Wilson · 15 years ago
- c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 15 years ago
- e9ce5d5 Convert more Neon tests to use FileCheck. by Bob Wilson · 15 years ago
- 5f51cd0 code cleanup by Chris Lattner · 15 years ago
- fadf131 Unbreak build. by Benjamin Kramer · 15 years ago
- 767a952 Make NEON single-precision FP support the default for cortex-a8 (again). by David Goodwin · 15 years ago
- db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 15 years ago
- 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 15 years ago
- 8a11c98 Fix copy-pasto. by Andreas Bolka · 15 years ago
- a55fd4a Unbreak the stuff by Anton Korobeynikov · 15 years ago
- 8b6d86d Modifications to dyn_cast/cast to make them work for objects too, instead of only pointers. by Argyrios Kyrtzidis · 15 years ago