aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-07-30When constant folding GEP expressions, keep the address space information of ...Nadav Rotem
2012-07-29Revert r160920 and r160919 due to dragonegg and clang selfhost failureManman Ren
2012-07-29Add testcases for GlobalOpt changes in r160693 and r160757.Nick Lewycky
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-28X86 Peephole: fold loads to the source register operand if possible.Manman Ren
2012-07-28X86 Peephole: fix PR13475 in optimizeCompare.Manman Ren
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher
2012-07-27Teach CodeGenPrep to look past bitcast when it's duplicating return instructionEvan Cheng
2012-07-27Add <imp-def> of super-register when lowering SUBREG_TO_REG.Jakob Stoklund Olesen
2012-07-27fix PR13390: do not loop forever with self-referencing self instructionsNuno Lopes
2012-07-27fix infinite loop in instcombine in the presence of a (malformed) self-refere...Nuno Lopes
2012-07-26Simplify demanded bits of select sources where the condition is a constant ve...Pete Cooper
2012-07-26Teach SimplifyDemandedBits how to look through fpext and fptrunc to simplify ...Pete Cooper
2012-07-26Eliminate a batch of uses of sub_ss and sub_sd in the X86 target.Jakob Stoklund Olesen
2012-07-26Stop reassociate from looking through expressions of arbitrary complexity. ThisDuncan Sands
2012-07-26Make l/q suffixes on AVX forms of scalar convert instructions consistent with...Craig Topper
2012-07-26Fix call setup for PIC.Akira Hatanaka
2012-07-25Update testing case for Atom when disabling rematerialization inManman Ren
2012-07-25revert r160742: it's breaking CMake buildNuno Lopes
2012-07-25Disable rematerialization in TwoAddressInstructionPass.Manman Ren
2012-07-25MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...Nuno Lopes
2012-07-25When a return struct pointer is passed in registers, the called has nothingRafael Espindola
2012-07-25Don't perform an overaligned load in this test, since that's undefinedDuncan Sands
2012-07-25When folding a load from a global constant, if the load started in the middleDuncan Sands
2012-07-25Eliminate the stack slot used to save the global base register.Akira Hatanaka
2012-07-24Add a cpu to the test. Should fix the atom bot.Rafael Espindola
2012-07-24Add a triple to the test.Rafael Espindola
2012-07-24In order to correctly compileRafael Espindola
2012-07-24ELF does not imply GNU/Linux. Do not assume GNU conventions just because weDavid Chisnall
2012-07-24teach objectsize about strdup() and strndup()Nuno Lopes
2012-07-24Teach globalopt to not nuke all stores to globals. Keep them around of theyNick Lewycky
2012-07-23Add basic ability to setup call frame, and make procedure calls.Akira Hatanaka
2012-07-23An objc_retain can serve as a may-use for a different pointer.Dan Gohman
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-23Fixed DAGCombine optimizations which generate select_cc for targetsNadav Rotem
2012-07-21Revert r160602.Nick Lewycky
2012-07-21Teach globalopt to play nice with leak checkers. This is a reapplication ofNick Lewycky
2012-07-21Fix Mips long branch pass.Akira Hatanaka
2012-07-20baby steps toward fixing some problems with inbound GEPs that overflow, as di...Nuno Lopes
2012-07-20move the bounds checking pass to the instrumentation folder, where it belongs...Nuno Lopes
2012-07-20Avoid folding loads that are unsafe to move.Jakob Stoklund Olesen
2012-07-20Split loop exiting edges more aggressively.Jakob Stoklund Olesen
2012-07-20Fix assertion in jump threading (PR13405).Richard Osborne
2012-07-20[asan] make sure that the crash callbacks do not get merged (Chandler's idea:...Kostya Serebryany
2012-07-19Revert r160529 due to crashes.Nick Lewycky
2012-07-19Don't wipe out global variables that are probably storing pointers to heapNick Lewycky
2012-07-19Fix remaining lit tests which were failing when run on an AtomPreston Gurd
2012-07-19test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...NAKAMURA Takumi
2012-07-19[arm-fast-isel] Add support for vararg function calls.Jush Lu
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov