use ArgOperand API and CallSite for arg range
[oota-llvm.git] / lib / Target /
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Chris Lattnermore cleanups
2010-06-24 Chris Lattnerreduce indentation
2010-06-24 Chris Lattnerfix breakage from r98938 by correctly marking msp430...
2010-06-24 Dan GohmanFix a bug in the code which determines when it's safe...
2010-06-24 Eric ChristopherAdd a couple more quick comments.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-24 Bruno Cardoso LopesAdd AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-24 Bruno Cardoso LopesMove SSE and AVX shuffle, unpack and compare code to...
2010-06-23 Bill WendlingWe are missing opportunites to use ldm. Take code like...
2010-06-23 Bruno Cardoso LopesAdd AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso LopesAdd tests for different AVX cmp opcodes, also teach...
2010-06-23 Eric ChristopherUpdate according to feedback.
2010-06-23 Bruno Cardoso LopesAdd AVX SHUF{PS,PD}{rr,rm} instructions
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-23 Dale JohannesenDo not do tail calls to external symbols. If the
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Jim GrosbachThe generic DAG combiner can now fold atomic fences...
2010-06-23 Jim GrosbachWhen using libcall expansions for the atomic intrinsics...
2010-06-23 Eric ChristopherUpdate uses, defs, and comments for darwin tls patterns.
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-22 Bruno Cardoso LopesAdd AVX compare packed instructions
2010-06-22 Bruno Cardoso LopesReapply support for AVX unpack and interleave instructi...
2010-06-22 Bruno Cardoso LopesAdd AVX MOV{SS,SD}{rr,rm} instructions
2010-06-22 Bill WendlingFix the formatting of the switch statement and add...
2010-06-22 Bob WilsonThumb1 functions using @llvm.returnaddress were not...
2010-06-22 Jim Grosbachfix typo
2010-06-22 Bruno Cardoso LopesReorganize logical and arithmetic SSE 1 & 2 instructions
2010-06-22 Bruno Cardoso LopesReorganize SSE instructions, making easier to see oport...
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-06-22 Evan ChengTail merging pass shall not break up IT blocks. rdar...
2010-06-22 Chris Lattnermake sure to initialize indent_level
2010-06-21 Chris Lattneradd some support for blockaddress. This isn't really...
2010-06-21 Chris Lattnereliminate a mutable global variable, use raw_ostream...
2010-06-21 Chris Lattnerun-indent a huge amount of code out of an anonymous...
2010-06-21 Bruno Cardoso Lopesrevert r106482
2010-06-21 Bruno Cardoso Lopeschange parameter name to avoid confusion with global...
2010-06-21 Bob Wilsonsign_extend_inreg needs to be expanded for pre-v6 Thumb...
2010-06-21 Jim GrosbachLEApcrelJT shouldn't be marked as neverHasSideEffects...
2010-06-21 Bruno Cardoso LopesAdd unpack and interleave AVX instructions, encoding...
2010-06-21 Evan ChengFix PR7421: bug in kill transferring logic. It was...
2010-06-21 Eric ChristopherRemove isTwoAddress from SystemZ.
2010-06-21 Eric ChristopherRemove isTwoAddress from Sparc.
2010-06-21 Eric ChristopherRemove isTwoAddress from Mips.
2010-06-21 Eric ChristopherRemove isTwoAddress from Blackfin.
2010-06-21 Eric ChristopherRemove isTwoAddress from MSP430.
2010-06-21 Eric ChristopherMake 80-column.
2010-06-21 Eric ChristopherRemove isTwoAddress from PIC16.
2010-06-21 Eric ChristopherRemove isTwoAddress from XCore.
2010-06-21 Eric ChristopherRemove isTwoAddress from Alpha.
2010-06-21 Bruno Cardoso LopesMove part of SSE 1 & 2 compare, shuffle and unpack...
2010-06-21 Bruno Cardoso LopesAdd AVX regular (non-aliased ones) and,or,xor,andn...
2010-06-21 Dale JohannesenFix PR 7433. Silly typo in non-Darwin ARM tail call
2010-06-21 Eric ChristopherAdd some codegen patterns for x86_64-linux-gnu tls...
2010-06-21 Jim Grosbachearly exit for dbg_value instructions
2010-06-21 Chris Lattnerremove some dead variables reported by clang++
2010-06-21 Kalle RaiskilaMark the SPU 'lr' instruction to never have side effects.
2010-06-21 Kalle RaiskilaFix the lowering of VECTOR_SHUFFLE on SPU to handle...
2010-06-21 Rafael EspindolaFix an unintentional commit. I think I typed "git svn...
2010-06-21 Kalle RaiskilaFix lowering of VECTOR_SHUFFLE on SPU. Old algorithm
2010-06-21 Rafael Espindolawip
2010-06-20 Nick LewyckyFix warning in no-asserts build.
2010-06-20 Evan ChengFix a crash caused by dereference of MBB.end(). rdar...
2010-06-19 Bob WilsonRemove a fixme comment that is no longer relevant.
2010-06-19 Bob WilsonFix error message to match function name.
2010-06-19 Bruno Cardoso LopesRefactoring of regular logical packed instructions...
2010-06-19 Bruno Cardoso LopesRefactor aliased packed logical instructions, also add
2010-06-19 Evan ChengIgnore dbg_value's.
2010-06-19 Bruno Cardoso LopesMove new sse 1 & 2 generic classes to a more appropriat...
2010-06-19 Bruno Cardoso LopesRemove unnecessary arguments
2010-06-19 Bruno Cardoso LopesAdd AVX packed intrinsics for MIN, MAX
2010-06-19 Evan ChengDisable sibcall optimization for Thumb1 for now since...
2010-06-19 Eric ChristopherFinish ripping isTwoAddress out of X86. Some mindless...
2010-06-19 Bruno Cardoso LopesShrink down code and add for free AVX {MIN,MAX}P{S...
2010-06-19 Chris Lattnerrip out dead code.
2010-06-19 Chris Lattnerfix rdar://7873482 by teaching the instruction encoder...
2010-06-19 Evan ChengIndentation and remove dead code.
2010-06-19 Bruno Cardoso LopesClean up: remove now unnecessary Constraints
2010-06-19 Dan GohmanSilence compiler warnings.
2010-06-19 Bruno Cardoso Lopesmore refactoring! yay! big win over the intrinsics
2010-06-18 Eric ChristopherRemove isTwoAddress from here too.
2010-06-18 Bruno Cardoso LopesFix typo, SSE1 should be used by XS, not SSE2
2010-06-18 Eric ChristopherRemove isTwoAddress from 64-bit files.
2010-06-18 Evan ChengMove ARM if-conversion before post-ra scheduling.
2010-06-18 Dan GohmanTeach regular and fast isel to set dead flags on unused...
2010-06-18 Bruno Cardoso LopesApply some refactor to packed instructions
2010-06-18 Evan ChengUpdate cmake list.
2010-06-18 Evan ChengThumb2 hazard recognizer.
2010-06-18 Evan ChengAllow ARM if-converter to be run after post allocation...
2010-06-18 Jim Grosbachback-end libcall handling for ATOMIC_SWAP (__sync_lock_...
2010-06-18 Jim GrosbachEnable Expand handling of atomics for subtargets that...
2010-06-18 Bruno Cardoso LopesUse the new 'defm' class inheritance in SSE
2010-06-18 Bob WilsonRewrite chained if's as switches and replace assertions...
2010-06-18 Dale JohannesenFix ARM/Thumb reversal in previous attempt.
2010-06-18 Jakob Stoklund OlesenWhen using ADDri to get the address of a stack object...
2010-06-18 Dan GohmanMake this comment less specific.
2010-06-18 Dan GohmanFix X86FastISel's address-mode folding to stay within the
2010-06-18 Dale JohannesenAn attempt to fix the problem Anton reported with
2010-06-18 Dale JohannesenEnable tail calls on ARM by default, with some
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
next