oota-llvm.git
2010-06-21 Dan GohmanUse A.append(...) instead of A.insert(A.end(), ......
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 Dan GohmanMove several non-performance-critical member functinos...
2010-06-21 Dale JohannesenAdd missing FileCheck call.
2010-06-21 Devang Pateltest case for r106438.
2010-06-21 Devang PatelDo not directly use function names to construct new...
2010-06-21 Bruno Cardoso... Move part of SSE 1 & 2 compare, shuffle and unpack...
2010-06-21 Bruno Cardoso... Add 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 Chris Lattnermake the Value constructor protected.
2010-06-21 Dan GohmanRevert r106422, which is breaking the non-fast-isel...
2010-06-21 Dan GohmanMore changes for non-top-down fast-isel.
2010-06-21 Kalle RaiskilaAdd the check to the testcase of r106419.
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 Dan GohmanDo one lookup instead of two.
2010-06-21 Dan GohmanGeneralize this to look in the regular ValueMap in...
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 Espindolaadd_input_file and add_input_library now take const...
2010-06-21 Rafael EspindolaSave more temps with -save-temps.
2010-06-21 Rafael Espindolawip
2010-06-20 Nate BegemanAdd support for returning multiple vectors via sret...
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 Dan GohmanRestore a call to rememberInstruction which was acciden...
2010-06-19 Dan GohmanAdd a TODO comment.
2010-06-19 Dan GohmanInclude the use kind along with the expression in the...
2010-06-19 Dan GohmanDon't include things in anonymous namespaces that don...
2010-06-19 Benjamin KramerUse calloc instead of new/memset, it is more efficient...
2010-06-19 Dan GohmanFix ScalarEvolution's "exhaustive" trip count evaluatio...
2010-06-19 Dan GohmanFactor out duplicated code for reusing and inserting...
2010-06-19 Bob WilsonTidy.
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... Refactoring of regular logical packed instructions...
2010-06-19 Bruno Cardoso... Refactor aliased packed logical instructions, also add
2010-06-19 Evan ChengIgnore dbg_value's.
2010-06-19 Bruno Cardoso... Move new sse 1 & 2 generic classes to a more appropriat...
2010-06-19 Bruno Cardoso... Remove unnecessary arguments
2010-06-19 Bruno Cardoso... Add 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... Shrink 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... Clean up: remove now unnecessary Constraints
2010-06-19 Dan GohmanSilence compiler warnings.
2010-06-19 Bruno Cardoso... more refactoring! yay! big win over the intrinsics
2010-06-18 Eric ChristopherRemove isTwoAddress from here too.
2010-06-18 Bruno Cardoso... Fix 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... Apply some refactor to packed instructions
2010-06-18 Evan ChengUpdate cmake list.
2010-06-18 Evan ChengThumb2 hazard recognizer.
2010-06-18 Jakob Stoklund... Only run CoalesceExtSubRegs when we can expect LiveInte...
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 Eric ChristopherAnother typo.
2010-06-18 Jim GrosbachEnable Expand handling of atomics for subtargets that...
2010-06-18 Eric ChristopherFix typo.
2010-06-18 Jakob Stoklund... TwoAddressInstructionPass::CoalesceExtSubRegs can inser...
2010-06-18 Evan ChengFix an inverted condition.
2010-06-18 Bruno Cardoso... Use the new 'defm' class inheritance in SSE
2010-06-18 Evan ChengFix cross initialization compilation error.
2010-06-18 Evan ChengTeach iff-converter to properly count # of dups. It...
2010-06-18 Jim GrosbachAdd Expand-to-libcall support for additional atomics...
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... When 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 Dan GohmanRevert r106304 (105548 and friends), which are the...
2010-06-18 Bruno Cardoso... Teach tablegen how to inherit from classes in 'defm...
2010-06-18 Dan GohmanReapply 105540, 105542, and 105548, and revert r105732.
2010-06-18 Rafael EspindolaAdd a pass-through option to the plugin. The use case...
2010-06-18 Dan GohmanReapply 105546.
2010-06-18 Dan GohmanReapply 105544.
2010-06-18 Dan GohmanAdd explicit keywords.
2010-06-18 Dale JohannesenEnable tail calls on ARM by default, with some
2010-06-18 Dan GohmanDon't leak RegClass2VRegMap, which is now a new[] array...
2010-06-18 Dan GohmanStart TargetRegisterClass indices at 0 instead of 1...
2010-06-18 Dale JohannesenLast round of changes for ARM tail calls.
2010-06-18 Jim GrosbachGrammar.
2010-06-18 Bob WilsonFix PR7372: Conditional branches (at least on ARM)...
2010-06-18 Jakob Stoklund... Treat the ARM inline asm {cc} constraint as a physreg...
2010-06-18 Dan GohmanDon't bother calling releaseMemory before destroying...
2010-06-18 Dan GohmanMinor code simplifications.
2010-06-18 Dan GohmanGive NamedRegionTimer an Enabled flag, allowing all...
2010-06-18 Dan GohmanDon't replace the old Ordering object with a new one...
next