summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-02-14R600/SI: Define a schedule model and enable the converging schedulersi-schedulerTom Stellard4-17/+147
2014-02-12Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders82-85/+175
2014-02-12Windows/Path.inc: Move <shlobj.h> after "Windows.h" for some API available.NAKAMURA Takumi1-2/+3
2014-02-12Teach tablegen() macro to check needed variablesNAKAMURA Takumi1-0/+11
2014-02-12R600: Always implement both versions of isTruncateFree and add a sanity check.Benjamin Kramer2-5/+12
2014-02-12Remove special case filtering for instructions with lock prefix as they are a...Craig Topper2-8/+0
2014-02-12Mark XACQUIRE_PREFIX/XRELEASE_PREFIX as isAsmParserOnly so they'll disappear ...Craig Topper2-7/+2
2014-02-12[PR18809] Mark DebugInfo/empty.ll as XFAIL:cygming.NAKAMURA Takumi1-0/+3
2014-02-12Test case I forgot to 'add' for r201126.Craig Topper1-0/+53
2014-02-12Remove unneeded includeMatt Arsenault1-1/+0
2014-02-12DwarfUnit: Include type unit's file strings in the defining compile unit's fi...David Blaikie2-67/+78
2014-02-12Fix some formatting in my last commit (r201196)David Blaikie2-10/+7
2014-02-12DwarfUnit: Provide a reference to a defining DwarfCompileUnit from DwarfTypeU...David Blaikie4-14/+26
2014-02-12DwarfUnit: Refactor DW_AT_file creation into a common function.David Blaikie2-51/+20
2014-02-11DwarfUnit: Replace unnecessary conditionals with asserts.David Blaikie1-18/+6
2014-02-11Tweak ARM fastcc by adopting these two AAPCS rules:Evan Cheng2-0/+47
2014-02-11Reapply r201180 with an additional error path.Adrian Prantl4-5/+180
2014-02-11Revert "Debug info: Emit values in subregisters that do not have a separate"Adrian Prantl4-175/+5
2014-02-11DebugInfo: Don't include the name of the CU file in the line table file list ...David Blaikie2-3/+15
2014-02-11DebugInfo: Remove dependence on file numbering in the line table.David Blaikie2-2/+4
2014-02-11whitespaceAdrian Prantl1-1/+1
2014-02-11Debug info: Emit values in subregisters that do not have a separateAdrian Prantl4-5/+175
2014-02-11make llvm-dwarfdump a little more resilient when parsing .debug_locAdrian Prantl1-1/+3
2014-02-11R600/SI: Fix assertion on infinite loops.Matt Arsenault2-2/+21
2014-02-11InstCombine: Teach icmp merging about the equivalence of bit tests and UGE/UL...Benjamin Kramer2-23/+76
2014-02-11Tidy up a bit. Formatting only.Jim Grosbach1-8/+8
2014-02-11ARM: Thumb2 LDR(literal) can target SP.Jim Grosbach2-1/+6
2014-02-11SCEV: Cast switched values to make -Wswitch more useful.Benjamin Kramer1-16/+16
2014-02-11Improve the declaration when LDPO_PIE is not available.Sylvestre Ledru1-7/+6
2014-02-11If LDPO_PIE is not defined (before binutils 2.23 version), Sylvestre Ledru1-0/+7
2014-02-11Add a note about using "Differential Revision:" in commit messagesMark Seaborn1-0/+20
2014-02-11ScalarEvolution: Analyze trip count of loops with a switch guarding the exit.Benjamin Kramer3-15/+90
2014-02-11Teach the DAGCombiner how to fold concat_vector nodes when the input is twoRobert Lougher3-0/+141
2014-02-11[AArch64] Add missing PCRel relocations for AArch64 in RuntimeDyldELFBradley Smith1-0/+42
2014-02-11[LPM] Switch LICM to actively use LCSSA in addition to preserving it.Chandler Carruth3-169/+172
2014-02-11XCore target: fix const section handlingRobert Lytton8-48/+107
2014-02-11 XCore target: Lower ATOMIC_LOAD & ATOMIC_STORERobert Lytton3-0/+146
2014-02-11AVX: fixed a bug in LowerVECTOR_SHUFFLEElena Demikhovsky2-1/+14
2014-02-11Remove TimeValue::toPosixTime() -- it is buggy, semantics are unclear, and itsDmitri Gribenko3-14/+5
2014-02-11AVX-512: Optimized BUILD_VECTOR pattern; Elena Demikhovsky4-5/+23
2014-02-11[CodeGenPrepare] Test case for the promotions that bypass theQuentin Colombet1-0/+49
2014-02-11In RuntimeDyldImpl::emitSection, make Allocate (section size to be allocated) aLang Hames1-1/+1
2014-02-11Changed attributes of all gather intrinsics from IntrReadMem to IntrReadArgMe...Craig Topper1-25/+25
2014-02-11Using the helper API for random number generation.Aaron Ballman3-14/+2
2014-02-11Hopefully fixing the MinGW 32 build, which was broken by r200767. Not using r...Aaron Ballman2-9/+11
2014-02-11[CodeGenPrepare] Undo changes that happened for the profitability check.Quentin Colombet1-0/+7
2014-02-11DebugInfo: Use existing symbol rather than creating it again.David Blaikie1-1/+1
2014-02-10Move the *PassPrinter into their own module.Eli Bendersky4-206/+315
2014-02-10[Stackmaps] Cleanup code. No functional change intended.Juergen Ributzka2-26/+17
2014-02-10LTO API: add lto_module_create_from_memory_with_path.Manman Ren5-9/+34