- 606e8ad llvm-mc/AsmParser: Sketch infrastructure for ordering instructions & detecting by Daniel Dunbar · 16 years ago
- 094da67 STLExtras: Add less_ptr. by Daniel Dunbar · 16 years ago
- 8246bef fix edito by Chris Lattner · 16 years ago
- af3e9d4 llvm-mc/AsmMatcher: Tweak string matcher (missed a newline). by Daniel Dunbar · 16 years ago
- 93b6db3 sink the 'name' and 'isdirective' state out of MCSection into its derived classes. by Chris Lattner · 16 years ago
- 8e9ece7 Use subclassing to print lane-like immediates (w/o hash) eliminating by Anton Korobeynikov · 16 years ago
- 72ffae9 llvm-mc/AsmMatcher: Tweak string matcher. by Daniel Dunbar · 16 years ago
- 76eb6f5 remove nondeterminstic test. by Chris Lattner · 16 years ago
- ba44633 add a note about dead zero extends. by Chris Lattner · 16 years ago
- 892e182 1. Make MCSection an abstract class. by Chris Lattner · 16 years ago
- 0aac301 switch this to create coff sections for now, it doesn't really matter for by Chris Lattner · 16 years ago
- b4dc13c Add crc32 instruction and intrinsics. Add a new class of prefix by Eric Christopher · 16 years ago
- 46151de Add support for READCYCLECOUNTER in Blackfin back-end. by Jakob Stoklund Olesen · 16 years ago
- f7427e5 add new PIC16Section class, this time hopefully not breaking the build :) by Chris Lattner · 16 years ago
- 245f058 llvm-mc/AsmMatcher: Switch token matching to use the new string matcher. by Daniel Dunbar · 16 years ago
- fb37390 Revert r78501, it doesn't build. by Daniel Dunbar · 16 years ago
- 50e3812 make PIC16 create its own custom MCSection. by Chris Lattner · 16 years ago
- 7c599d0 make target-specific TLOF impls (except PIC16) create target-specific by Chris Lattner · 16 years ago
- a1c31b7 stub out PECOFF/MachO/ELF MCSection classes by Chris Lattner · 16 years ago
- 5277b22 eliminate TargetLoweringObjectFileSparc in favor of a TAI hook. by Chris Lattner · 16 years ago
- 17421d8 Don't build illegal ops in DAGCombiner::SimplifyBinOpWithSameOpcodeHands(). by Jakob Stoklund Olesen · 16 years ago
- 9aee181 give pic16 a target-specific section creation name too by Chris Lattner · 16 years ago
- 0c0cb71 now that getOrCreateSection is all object-file specific, by Chris Lattner · 16 years ago
- fbf1d27 sink getOrCreateSection down into all the object file implementations, by Chris Lattner · 16 years ago
- d34ab83 Fix some cut and paste-os. by Eric Christopher · 16 years ago
- 70add88 add a little function to do arbitrary string pattern matching in a by Chris Lattner · 16 years ago
- d39bd3a add another const by Chris Lattner · 16 years ago
- c604953 remove a useless anon-ns, make table const. by Chris Lattner · 16 years ago
- c43782c Some ProfileInfo cleanups. by Daniel Dunbar · 16 years ago
- 55e354a Add a basic static ProfileInfo provider (ProfileEstimatorPass). by Daniel Dunbar · 16 years ago
- 63cd7e5 Define intrinsics for crc instruction. by Eric Christopher · 16 years ago
- 71435a3 Use reloc_absolute_word_sext relocation for X86::MOV64(ri/mi)32 instructions, by Bruno Cardoso Lopes · 16 years ago
- caaa493 More ProfileInfo improvements. by Daniel Dunbar · 16 years ago
- 3e0094d ELF improvements: by Bruno Cardoso Lopes · 16 years ago
- cf1e764 Update CMake by Daniel Dunbar · 16 years ago
- 6349668 Clean out per-function data after the machine code verifier is done with it. by Jakob Stoklund Olesen · 16 years ago
- 06af2ba Add insert_elt / extract_elt patterns for v4f32 stuff. by Anton Korobeynikov · 16 years ago
- 3405201 Lane number should be printed w/o hash by Anton Korobeynikov · 16 years ago
- baf3108 Use VLDM / VSTM to spill/reload 128-bit Neon registers by Anton Korobeynikov · 16 years ago
- 710b13b Update the machine code verifier to keep up with the scavenger. by Jakob Stoklund Olesen · 16 years ago
- 9390cd0 Remove RegisterScavenger::isSuperRegUsed(). This completely reverses the mistaken commit r77904. by Jakob Stoklund Olesen · 16 years ago
- dffb051 Simplify RegScavenger::forward a bit more. by Jakob Stoklund Olesen · 16 years ago
- 20c08e5 move this fp select into a pattern by Andrew Lenharth · 16 years ago
- 9a86159 Always initialize AsmConds. by Benjamin Kramer · 16 years ago
- fa1165a MSVC doesn't like member variables with the same name as the class. by Benjamin Kramer · 16 years ago
- a3741fa llvm-mc/AsmMatcher: Improve match code. by Daniel Dunbar · 16 years ago
- b6ab51e Implement Neon VZIP and VUZP instructions. These are very similar to VTRN, by Bob Wilson · 16 years ago
- 64efd90 Implement Neon VTRN instructions. For now, anyway, these are selected by Bob Wilson · 16 years ago
- b7479c0 llvm-mc/AsmMatcher: Switch to a unified function to convert operands to MCInst, by Daniel Dunbar · 16 years ago
- 3eff16e Add a skeleton Thumb2 instruction size reduction pass. by Evan Cheng · 16 years ago
- 8fb9036 Code refactoring. No functionality change. by Evan Cheng · 16 years ago
- 57834cd tADDhirr should target GPR, not tGPR. by Evan Cheng · 16 years ago
- 34f8a02 I can type. by Evan Cheng · 16 years ago
- 41aefdc make printInstruction return void since its result is omitted. Make the by Chris Lattner · 16 years ago
- 8a1871d Fix some -Asserts unused variable warnings. by Daniel Dunbar · 16 years ago
- e2652f2 Add another Strong-SIV testcase. by Andreas Bolka · 16 years ago
- 2698cb6 don't check the result of printInstruction anymore. by Chris Lattner · 16 years ago
- 941222e Do not generate 32-bit call on win64 when imm does not fit by Anton Korobeynikov · 16 years ago
- ce0e9ab rename test by Chris Lattner · 16 years ago
- eed4657 merge a bunch of tests together into one, convert to filecheck which by Chris Lattner · 16 years ago
- 9e699cc Add new intrinsics for Neon VTRN, VZIP and VUZP operations. Modeling these by Bob Wilson · 16 years ago
- c3c9239 Add DEBUG_WITH_TYPE as a clean alternative to tweaking DEBUG_TYPE. by Daniel Dunbar · 16 years ago
- e9ce5d5 Convert more Neon tests to use FileCheck. by Bob Wilson · 16 years ago
- 5f51cd0 code cleanup by Chris Lattner · 16 years ago
- fadf131 Unbreak build. by Benjamin Kramer · 16 years ago
- 767a952 Make NEON single-precision FP support the default for cortex-a8 (again). by David Goodwin · 16 years ago
- db0a970 remove a bunch of now-dead crud from the asmprinter and TAI interfaces. by Chris Lattner · 16 years ago
- 59e8677 fix the column output stuff in the asmwriter from being dynamic and by Chris Lattner · 16 years ago
- 8a11c98 Fix copy-pasto. by Andreas Bolka · 16 years ago
- a55fd4a Unbreak the stuff by Anton Korobeynikov · 16 years ago
- 8b6d86d Modifications to dyn_cast/cast to make them work for objects too, instead of only pointers. by Argyrios Kyrtzidis · 16 years ago
- c114ed7 Added Mac OS X assembler style conditional assembly. I may come back and see if by Kevin Enderby · 16 years ago
- b124be4 fix comment pastos by Chris Lattner · 16 years ago
- c40f613 Back out some of recent register scavenger change by John Mosby. It broke a number of ARM tests. by Evan Cheng · 16 years ago
- 7116b7b avoid this libcall with long inline expansion by Andrew Lenharth · 16 years ago
- 32a1b25 2 more vdup.32 cases by Anton Korobeynikov · 16 years ago
- fcc7163 A big oops. Thumb1 default CC is a def of CPSR, not a use of CPSR. by Evan Cheng · 16 years ago
- 3d4ad29 strength reduce anonymous namespace to static. by Chris Lattner · 16 years ago
- 23510d3 tidy up by Chris Lattner · 16 years ago
- 1232167 Reformatting of lines. Put multiple DEBUG statements under one DEBUG statement. by Bill Wendling · 16 years ago
- d77c7ab Thumb2 32-bit ldm / stm needs .w suffix if submode is ia. by Evan Cheng · 16 years ago
- 2234e5e llvm-mc/AsmMatcher: Move emit for register -> enum matcher into a separate routine. by Daniel Dunbar · 16 years ago
- ef80fe1 XFAIL 2006-11-06-StackTrace.cpp on powerpc-apple-darwin9 until someone feels by Daniel Dunbar · 16 years ago
- 482cccd MSVC warning fixes; patch by Stein Roger! by Daniel Dunbar · 16 years ago
- 2724915 llvm-mc/AsmMatcher: Tweaks in response to feedback. by Daniel Dunbar · 16 years ago
- 0d5bd59 To catch bugs like the one fixed in by Jeffrey Yasskin · 16 years ago
- f12288e This is done. by Evan Cheng · 16 years ago
- e118cb6 Use 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR registers in Thumb2 mode. by Evan Cheng · 16 years ago
- 1d2426c Fix support to use NEON for single precision fp math. by Evan Cheng · 16 years ago
- 699db99 SIV/MIV classification for LDA. by Andreas Bolka · 16 years ago
- 1c5a287 Rewrite previous patch to follow Chris' stylistic by Dale Johannesen · 16 years ago
- b7f40c1 Fix dom frontier update. This fixes PR4667. Patch by Jakub Staszak. by Devang Patel · 16 years ago
- bdab0e9 Fix Strong-SIV testcase. by Andreas Bolka · 16 years ago
- 394a1a2 Minor fixes to avoid using invalid debugloc. by Sanjiv Gupta · 16 years ago
- b8d222d Simplify code and avoid allocations. by Benjamin Kramer · 16 years ago
- 6812cd1 Improve disabling of X86 AsmMatcher. by Daniel Dunbar · 16 years ago
- 7ddca30 Disable X86 AsmMatcher for now, it is causing gcc-4.0 to run out of memory on by Daniel Dunbar · 16 years ago
- 20927f2 llvm-mc/AsmMatcher: Move to a slightly more sane matching design. by Daniel Dunbar · 16 years ago
- b6879b2 Error out, rather than infinite looping, if constant island pass can't converge. by Evan Cheng · 16 years ago
- 15c592d Another coalescer bug. When a dead copy is eliminated, transfer the kill to a def of the exact register rather than a super-register. by Evan Cheng · 16 years ago