Fix PR5329: pay attention to constructor/destructor priority
[oota-llvm.git] / lib /
2011-08-28 Duncan SandsFix PR5329: pay attention to constructor/destructor...
2011-08-28 Nicolas GeoffrayEncoding of instructions referencing segments has chang...
2011-08-28 Nadav RotemBitcasts are transitive. Bitcast-Bitcast-X becomes...
2011-08-28 Nick LewyckyFix integer overflow bug in raw_ostream::write. This...
2011-08-27 Benjamin KramerSilence GCC warnings and make an array const.
2011-08-27 Benjamin KramerReport failure if there are less bytes than requested...
2011-08-27 Bill WendlingAuto upgrade the old EH scheme to use the new one....
2011-08-27 Andrew TrickReverting r138695 to see if it fixes clang self host.
2011-08-27 Bill WendlingOnly delete instructions once.
2011-08-27 Bill WendlingThese splits should be done whether they are critical...
2011-08-27 Andrew TrickFix PassManager stack depths.
2011-08-26 Owen AndersonImprove encoding support for BLX with immediat eoperand...
2011-08-26 Owen AndersonCorrect encoding of BL with immediate offset.
2011-08-26 Jim GrosbachARM assembly parsing tweak for pldw.
2011-08-26 Owen AndersonSpelling fail.
2011-08-26 Jim GrosbachThumb2 assembler parsing and encoding of IT instruction.
2011-08-26 Bill WendlingUpdate the dominator tree with the correct dominator...
2011-08-26 Eli FriedmanAdd support for generating CMPXCHG16B on x86-64 for...
2011-08-26 Bill WendlingSplit the landing pad block only if it's a critical...
2011-08-26 Owen AndersonFix ARM codegen breakage caused by r138653.
2011-08-26 Eric ChristopherWhitespace and 80-col.
2011-08-26 Owen Andersoninvalid-LDR_PRE-arm.txt was already passing, but for...
2011-08-26 Bill WendlingDon't sink landingpad instructions during ind-var simpl...
2011-08-26 Owen AndersonUpdate for feedback from Jim.
2011-08-26 Benjamin KramerARMDisassembler: Always return a size, even when disass...
2011-08-26 Owen AndersonSupport an extension of ARM asm syntax to allow immedia...
2011-08-26 Kalle RaiskilaDon't insert branch hint lables that are never used.
2011-08-26 Owen AndersonFix PR10755 by checking for invalid predicate codes...
2011-08-26 Craig TopperFix disassembling of VCVTSD2SI
2011-08-26 Andrew TrickLoopInfo::updateUnloop fix, and verify Block->Loop...
2011-08-26 Eli FriedmanAtomic load/store on ARM/Thumb.
2011-08-26 Benjamin KramerAddress review comments.
2011-08-26 Benjamin KramerSimplifyCFG: If we have a PHI node that can evaluate...
2011-08-25 Bill WendlingLook at only the terminators of the basic block. Also...
2011-08-25 Bill WendlingInitial check in that will auto-upgrade the old EH...
2011-08-25 Bruno Cardoso LopesDo the same as r138461. Mark VZEROALL as clobbering...
2011-08-25 Nick LewyckyRemove stray fullstop.
2011-08-25 Bruno Cardoso LopesAdd support for AVX 256-bit version of MOVDDUP!
2011-08-25 Bruno Cardoso LopesMake isMOVDDUP mask check more strict and update comments!
2011-08-25 Owen AndersonPort over additional encoding tests to decoding tests...
2011-08-25 Benjamin KramerIntel family 6 model 44 is Gulftown/Westmere-EP and...
2011-08-25 Andrew TrickARM fix for missing implicit operands on ldmia_ret.
2011-08-25 Andrew Trickwhitespace
2011-08-25 Jim GrosbachExplicitly disallow predication in Thumb1 assembly.
2011-08-25 Craig TopperAdd more missing TB encodings to VEX instructions to...
2011-08-25 Craig TopperAdd TB encoding to VEROALL, VZEROUPPER, and VCVTPS2PD...
2011-08-25 Bill WendlingLSR wants to split the landing pad's critical edge...
2011-08-25 Benjamin KramerInitialize member variable.
2011-08-25 Bruno Cardoso LopesAdd support for 256-bit versions of VSHUFPD and VSHUFPS.
2011-08-25 Bruno Cardoso LopesAdd memory version of SHUFPD to mask decoding!
2011-08-25 Evan ChengHide -global-merge option.
2011-08-25 Bill WendlingWhen inserting new instructions, use getFirstInsertionP...
2011-08-25 Evan ChengAdd a command line option to disable global merge pass.
2011-08-25 Evan ChengRemove a out-of-place comment.
2011-08-24 Bruno Cardoso LopesCreate a section for non-instructions patterns in the...
2011-08-24 Bruno Cardoso LopesMove code around!
2011-08-24 Bruno Cardoso LopesOrganize UNPCK* patterns, also add remaining for AVX.
2011-08-24 Bruno Cardoso LopesMove remaining MOVDDUP patterns close to MOVDDUP defint...
2011-08-24 Bruno Cardoso LopesOrganize and tidy up MOVDDUP section. Also update comments!
2011-08-24 Bruno Cardoso LopesMove MOVHLPS patterns close to MOVHLPS definition,...
2011-08-24 Bruno Cardoso LopesMove all PSHUF* patterns close to the PSHUF* definition...
2011-08-24 Bruno Cardoso LopesMove all SHUFP* patterns close to the SHUFP* definition...
2011-08-24 Owen AndersonPerform more thorough checking of t2IT mask parameters...
2011-08-24 Eli FriedmanHook up 64-bit atomic load/store on x86-32. I plan...
2011-08-24 Evan ChengSome autoconf tests use module level inline asm to...
2011-08-24 Jim GrosbachARM asm backend initialize isThumbMode based on target...
2011-08-24 Jim GrosbachThumb .n mnemonic qualifiers can be ignored for now.
2011-08-24 Jim GrosbachThumb parsing and encoding for SUB (SP minu immediate).
2011-08-24 Owen AndersonBe careful not to walk off the end of the operand info...
2011-08-24 Jim GrosbachThumb parsing and encoding support for ADD SP instructions.
2011-08-24 Eli FriedmanFix whitespace.
2011-08-24 Bill WendlingSkip the landingpad instruction when determining the...
2011-08-24 Eli FriedmanBasic x86 code generation for atomic load and store...
2011-08-24 Bill WendlingUse getFirstInsertionPt instead of getFirstNonPHI so...
2011-08-24 Nadav RotemImplement Constant::isAllOnesValue(). Fix ConstantFoldi...
2011-08-24 Jim GrosbachWhen printing Thumb1 NOP ('mov r8, r8'), make sure...
2011-08-24 Bruno Cardoso LopesMark VZEROALL as clobbering all YMM registers
2011-08-24 Jim GrosbachAdd missing explicit writeback operand to tSTMIA_UPD.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-24 Rafael EspindolaFix a crashing bug in SplitBlock when it is called...
2011-08-24 Jim GrosbachThumb add SP assembly syntax fix.
2011-08-24 Jim GrosbachThumb1 ADD/SUB SP instructions are predicable in Thumb2...
2011-08-24 Owen AndersonBe stricter in enforcing IT instruction predicate value...
2011-08-24 Jim GrosbachTidy up. Trailing whitespace.
2011-08-24 Richard OsborneAdd Uses=[SP] to call instructions. This fixes a miscom...
2011-08-24 Craig TopperBreak 256-bit vector int add/sub/mul into two 128-bit...
2011-08-24 Bill WendlingAdd the sentinal "no handle" value to the ResumeInst.
2011-08-23 Bill WendlingDon't replace *all* uses with the new stuff.
2011-08-23 Bill WendlingLook at the end of the entry block for an invoke.
2011-08-23 Bruno Cardoso LopesFix a nasty bug where a v4i64 was being wrong emitted...
2011-08-23 Bill WendlingA landingpad instruction is neither folded nor dead.
2011-08-23 Jim GrosbachMove ARM frame-unwinding EHABI handling a touch earlier.
2011-08-23 Jim Grosbach[SU]XT[BH] are only available on ARMv6 and up.
2011-08-23 Nate BegemanAdd some useful accessors to c++ api that appear to...
2011-08-23 Evan ChengSome refactoring so TargetRegistry.h no longer has...
2011-08-23 Eric ChristopherRevert "Address Duncan's CR request:"
2011-08-23 Jim GrosbachThumb parsing and encoding for SVC.
2011-08-23 Evan ChengFix 80 col violations.
2011-08-23 Nick LewyckyPerformSubCombine to work on integers larger than i128...
2011-08-23 Jim GrosbachThumb parsing and encoding for tSTRspi.
next