[asan] report an error if blacklist file contains a malformed regex. fixes asan issue 17
[oota-llvm.git] / lib /
2011-12-13 Kostya Serebryany[asan] report an error if blacklist file contains a...
2011-12-13 Chad Rosier[fast-isel] Unaligned loads of floats are not supported...
2011-12-13 Chad Rosier[fast-isel] Remove SelectInsertValue() as fast-isel...
2011-12-13 Bill WendlingAvoid using the 'insertvalue' instruction here.
2011-12-13 Nick LewyckyDW_AT_accessibility is "constant" class, not form class...
2011-12-13 Akira HatanakaExpand .cprestore directive to multiple instructions...
2011-12-13 Akira HatanakaRelocation against a symbol, instead of against section...
2011-12-13 Chandler CarruthInitial CodeGen support for CTTZ/CTLZ where a zero...
2011-12-13 Andrew TrickCleanup. Clarify LSRInstance public methods.
2011-12-13 Jakob Stoklund OlesenAccount for CPE alignment when searching for new water.
2011-12-13 NAKAMURA TakumiTarget/Hexagon: Fix CMake build. We don't use add_llvm_...
2011-12-13 Chad Rosier[fast-isel] Guard "exhastive" fast-isel output with...
2011-12-12 Chad RosierAdd BitcodeVerifier.cpp to CMakeList.
2011-12-12 Nick LewyckyFix unused value warning for value used only in assert.
2011-12-12 Chad RosierBegin sketching out a bitcode verifier pass. Idea...
2011-12-12 Andrew TrickIndvars: guard against exponential behavior in isHighCo...
2011-12-12 Daniel DunbarLLVMBuild: Introduce a common section which currently...
2011-12-12 Akira HatanakaEmit B (unconditional branch) when -relocation-model...
2011-12-12 Akira HatanakaFix indentation.
2011-12-12 Pete CooperFixed register allocator splitting a live range on...
2011-12-12 Tony Linthicumfix warning
2011-12-12 Bob WilsonImplement 'e' and 'f' modifiers for Neon inline asm...
2011-12-12 Tony LinthicumHexagon backend support
2011-12-12 Joerg SonnenbergerOnly replace fwrite with fputc, if the return value...
2011-12-12 Daniel DunbarLLVMBuild: Remove trailing newline, which irked me.
2011-12-12 Dan GohmanWhen computing reverse-CFG reverse-post-order, skip...
2011-12-12 Jan SjödinXOP instructions and encoding tests.
2011-12-12 Jakob Stoklund OlesenAdd a postOffset() alignment argument.
2011-12-12 Jakob Stoklund OlesenFix typo.
2011-12-12 Jan SjödinXOP encoding bits and logic.
2011-12-12 Jakob Stoklund OlesenAlso set the proper alignment on inner islands and...
2011-12-12 Dan GohmanAdd a TODO comment.
2011-12-12 Dan GohmanFix a copy+pasto in a comment.
2011-12-12 Dan GohmanUse getArgOperand instead of getOperand on a call.
2011-12-12 Dan GohmanInline SetSeqToRelease into its only caller, since...
2011-12-12 Jakob Stoklund OlesenMake MF a class member instead of passing it around...
2011-12-12 Dan GohmanFix omitted break statements in a switch.
2011-12-12 Kostya Serebryany[asan] use .preinit_array only on linux
2011-12-12 Chad RosierRevert r146363 to allow buildbots to make forward progress.
2011-12-12 Roman DivackyAdd support for gnu_indirect_function.
2011-12-12 Jakob Stoklund OlesenAdd a -arm-align-constant-islands flag, default off.
2011-12-12 Chandler CarruthDon't rely in there being one argument before we've...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement bool equivalent(file_stat...
2011-12-12 Michael J. SpencerSupport/FileSystem: Implement canonicalize.
2011-12-12 Michael J. SpencerSupport/Windows: Cleanup scoped handles.
2011-12-12 Chandler CarruthTeach the verifier to reject all non-constant arguments...
2011-12-12 Chandler CarruthSwitch llvm.cttz and llvm.ctlz to accept a second i1...
2011-12-12 Dylan NoblesmithExecutionEngine: refactor interface
2011-12-11 Craig TopperRemove some remants of the old palign pattern fragment...
2011-12-11 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-11 Benjamin KramerMips: Don't create a dangling IR function just to get...
2011-12-11 Nick LewyckyAlso remove unnecessary includes from this file, which...
2011-12-10 Nick LewyckyMinimize #include's and forward-declares in Target.
2011-12-10 Nick LewyckyRefactor the implementation of the TargetOptions out...
2011-12-10 Chad Rosier[fast-isel] SelectInsertValue seems to be causing misco...
2011-12-10 Chad RosierRevert r146322 to appease buildbots. Original commit...
2011-12-10 Chad RosierTypo.
2011-12-10 Stepan DyatkovskiyFixed bug 9905: Failure in code selection for llvm...
2011-12-10 Hal FinkelMake CR spill and restore use a reserved register....
2011-12-10 Jakob Stoklund OlesenTry to align the point where a large basic block is...
2011-12-10 Jakob Stoklund OlesenMore debug output formatting.
2011-12-10 Rafael EspindolaHandle expressions of the form _GLOBAL_OFFSET_TABLE_...
2011-12-10 Andrew TrickLSR: ignore strides in outer loops.
2011-12-10 Jim GrosbachARM add some more pre-UAL VFP mnemonics for convenience...
2011-12-09 Eli FriedmanSplats can contain undef's; make sure to handle them...
2011-12-09 Jim GrosbachARM add some pre-UAL VFP mnemonics for convenience...
2011-12-09 Bill WendlingAdd dump method for debugging.
2011-12-09 Jim GrosbachARM allows '' syntax, not just '#imm' for assembly.
2011-12-09 Kostya Serebryany[asan] call __asan_init from .preinit_array. This simpl...
2011-12-09 Jim GrosbachARM assembly aliases for BIC<-->AND (immediate).
2011-12-09 Jim GrosbachARM NEON data type aliases for VBIC(register).
2011-12-09 Jim GrosbachARM assembly parsing and encoding for VLD2 with writeback.
2011-12-09 Jakub StaszakSplitBlockPredecessors uses ArrayRef instead of Data...
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Jakob Stoklund OlesenUser a helper overload for a common pattern.
2011-12-09 Jim GrosbachTidy up. Better base class factoring.
2011-12-09 Jim GrosbachTidy up. Better base class factoring.
2011-12-09 Jakob Stoklund OlesenTweak debugging output.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Benjamin KramerThis is now implemented.
2011-12-09 Benjamin KramerX86: Add patterns for the various rounding ops for...
2011-12-09 Benjamin KramerX86: Split (v)rounds[sd] into a normal and an intrinsic...
2011-12-09 Evan ChengMove isUnpredicatedTerminator() default implementation...
2011-12-09 Evan ChengRemove hasSSE1orAVX(). It's the same as hasXMM().
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-09 Devang PatelFix comment.
2011-12-09 Devang PatelUpdate stale comment.
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-08 Devang PatelRevert r146184. I am seeing performance regression...
2011-12-08 Jim GrosbachARM convenience aliases for VSQRT.
2011-12-08 Michael J. SpencerSupport/FileSystem: Implement recursive_directory_itera...
2011-12-08 Nick LewyckyFix infinite loop in DSE when deleting a free in a...
2011-12-08 Evan ChengAdd 256-bit variant vmovss and vmovsd patterns. rdar...
2011-12-08 Jim GrosbachARM 64-bit VEXT assembly uses a .64 suffix, not .32...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-08 Jim GrosbachARM VSHR implied destination operand form aliases.
next