[MCJIT] Delete the JTIMemoryManager and associated APIs.
[oota-llvm.git] / lib /
2014-09-23 Lang Hames[MCJIT] Delete the JTIMemoryManager and associated...
2014-09-23 Sanjay PatelUse SDValue bool operator to reduce code. No functional...
2014-09-23 Oliver StannardFix segfault in AArch64 backend with -g and -mbig-endian
2014-09-23 Sid ManningLoop instead of individual def's for each GPR.
2014-09-23 Petar JovanovicDo not destroy external linkage when deleting function...
2014-09-23 Chandler Carruth[x86] Teach the vector comment parsing and printing...
2014-09-23 Chandler Carruth[x86] Teach the AVX1 path of the new vector shuffle...
2014-09-23 NAKAMURA TakumiWindows/DynamicLibrary.inc: Remove 'extern "C"' in...
2014-09-22 Chris BienemanConverting terminalHasColors mutex to a global ManagedS...
2014-09-22 Chandler Carruth[x86] Rename X86ISD::VPERMILP to X86ISD::VPERMILPI...
2014-09-22 Kaelyn TakataFix a "typo" from my previous commit.
2014-09-22 Kaelyn TakataSilence unused variable warnings in the new stub functi...
2014-09-22 Chandler Carruth[x86] Stub out the integer lowering of 256-bit vectors...
2014-09-22 Yaron KerenIn this callback ModuleName includes the file path.
2014-09-22 Juergen Ributzka[FastISel][AArch64] Also allow folding of sign-/zero...
2014-09-22 Ehsan Akhgarims-inline-asm: Fix parsing label names inside bracket...
2014-09-22 David MajnemerMC: ReadOnlyWithRel section kinds should map to rdata...
2014-09-22 Sanjay PatelUse broadcasts to optimize overall size when loading...
2014-09-22 Tom StellardRevert "R600/SI: Add support for global atomic add"
2014-09-22 Tom StellardR600/SI: Add support for global atomic add
2014-09-22 Tom StellardR600/SI: Remove modifier operands from V_CNDMASK_B32_e64
2014-09-22 Tom StellardR600: Don't set BypassSlowDiv for 64-bit division
2014-09-22 Tom StellardR600/SI: Use ISD::MUL instead of ISD::UMULO when loweri...
2014-09-22 Tom StellardR600/SI: Add enums for some hard-coded values
2014-09-22 Pavel Chupin[x32] Fix segmented stacks support
2014-09-22 Frederic Riss[dwarfdump] Dump full filenames as DW_AT_(decl|call...
2014-09-22 Frederic RissAllow DWARFDebugInfoEntryMinimal::getSubroutineName...
2014-09-22 Robert LougherFix assert when decoding PSHUFB mask
2014-09-22 Oliver StannardDowngrade DWARF2 section limit error to a warning
2014-09-22 Jiangning LiuAdd two thresholds lvi-overdefined-BB-threshold and...
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-22 Chandler Carruth[x86] Back out a bad choice about lowering v4i64 and...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Matt ArsenaultFix typo
2014-09-21 Matt ArsenaultUse llvm_unreachable instead of assert(!)
2014-09-21 Matt ArsenaultR600/SI: Don't use strings for single characters
2014-09-21 Lang HamesRemove redundant if test.
2014-09-21 Sanjay PatelRefactor reciprocal square root estimate into target...
2014-09-21 Sanjay Patelmop up: "Don’t duplicate function or class name at...
2014-09-21 Chandler Carruth[x86] With the stronger canonicalization of shuffles...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering to re-use...
2014-09-21 Chandler Carruth[x86] Refactor the logic to form SHUFPS instruction...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the basics...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering how to...
2014-09-21 Chandler Carruth[x86] Begin teaching the new vector shuffle lowering...
2014-09-21 Chandler Carruth[x86] Explicitly lower to a blend early if it is trivia...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering of v4f64...
2014-09-21 Chandler Carruth[x86] Switch the blend implementation to use a MVT...
2014-09-21 Chandler Carruth[x86] Remove some essentially lying comments from the...
2014-09-21 Chandler Carruth[x86] Fix a helper to reflect that what we actually...
2014-09-21 Chandler Carruth[x86] Teach the new vector shuffle lowering the first...
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-09-20 NAKAMURA TakumiRTDyldMemoryManager::getSymbolAddress(): Make sure...
2014-09-20 Sanjay Patelmop up: "Don’t duplicate function or class name at...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 Chandler Carruth[x86] Teach the new vector shuffle lowering to use...
2014-09-20 David MajnemerMC: Fix MCSectionCOFF::PrintSwitchToSection
2014-09-20 Lang Hames[MCJIT] Make RTDyldMemoryManager::getSymbolAddress...
2014-09-20 Justin Bognerllvm-cov: Allow creating CoverageMappings from filenames
2014-09-20 Justin Bognerllvm-cov: Disentangle the coverage data logic from...
2014-09-20 Justin Bognerllvm-cov: Move some reader debug output out of the...
2014-09-20 Lenny MaioraniUsing a deque to manage the stack of nodes is faster...
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-09-20 Chandler Carruth[x86] Teach the v4f32 path of the new shuffle lowering...
2014-09-20 Chandler Carruth[x86] Refactor the code for emitting INSERTPS to reuse...
2014-09-20 Chandler Carruth[x86] Generalize the single-element insertion lowering...
2014-09-20 Chandler Carruth[x86] Replace some duplicated logic reasoning about...
2014-09-20 Peter CollingbourneFix crash with an insertvalue that produces an empty...
2014-09-19 Robin Morisset[X86] Erase some obsolete comments from README.txt
2014-09-19 Eric Christopherconstify the TargetMachine being passed through the...
2014-09-19 Chris BienemanConverting InstrProf's error_category to a ManagedStati...
2014-09-19 Duncan P. N. Exon... DIBuilder: Delete dead code, NFC
2014-09-19 Chris BienemanConverting SpillPlacement's BlockFrequency threshold...
2014-09-19 Juergen Ributzka[FastIsel][AArch64] Fix a think-o in address computation.
2014-09-19 Chris BienemanConverting object's error_category to a ManagedStatic...
2014-09-19 Chandler Carruth[x86] Hoist a function up to the rest of the non-type...
2014-09-19 Chris BienemanConverting the JITDebugLock mutex to a ManagedStatic...
2014-09-19 Chandler Carruth[x86] Hoist the actual lowering logic into a helper...
2014-09-19 Chris BienemanConverting FuncNames to a ManagedStatic to avoid static...
2014-09-19 Tom StellardR600/SI: Fix config value for number of gprs
2014-09-19 Chris BienemanEliminating static destructor for the BitCodeErrorCateg...
2014-09-19 Chandler Carruth[x86] Fully generalize the zext lowering in the new...
2014-09-19 Matt ArsenaultAdd hsail and amdil64 to Triple
2014-09-19 David BlaikieOmit DW_TAG_subprograms for subprograms without inlined...
2014-09-19 Frederic RissChange DwarfCompileUnit::createGlobalVariable to getOrC...
2014-09-19 Frederic RissTurn local DWARFContext helpers getFileNameForUnit...
2014-09-19 Benjamin KramerElide unnecessary DenseMap copy.
2014-09-19 Hal FinkelOptionally enable more-aggressive FMA formation in...
2014-09-19 Chandler Carruth[x86] Recognize that we can use duplication to widen...
2014-09-19 Chandler Carruth[x86] Teach the new vector shuffle lowering to also...
2014-09-19 Chandler Carruth[x86] Add a dedicated lowering path for zext-compatible...
2014-09-19 Jiangning LiuOptimize sext/zext insertion algorithm in back-end.
2014-09-19 David BlaikieOmit DW_AT_frame_base under -gmlt for size
2014-09-19 David BlaikieDescribe the -gmlt optimization committed in the previo...
2014-09-19 David BlaikieOmit all the extra static attributes on subprograms...
2014-09-19 Hans WennborgFix an it's vs. its typo.
2014-09-19 Matt ArsenaultR600: Better fix for bug 20982
2014-09-18 Matt ArsenaultUse cast<> instead of unchecked dyn_cast<>
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-18 Quentin Colombet[ARM] Do not perform a tail call when the caller return...
next