oota-llvm.git
2014-07-09 Daniel SandersAdd ability to emit internal instruction representation...
2014-07-09 Chandler Carruth[x86] Re-apply a variant of the x86 side of r212324...
2014-07-09 Timur Iskhodzhanov[ASan/Win] Don't instrument COMDAT globals. Properly...
2014-07-09 Dmitri GribenkoSourceMgr: consistently use 'unsigned' for the memory...
2014-07-09 Alp TokerProspective -fsanitize=memory build fix following r212586
2014-07-09 Nikola SmiljanicUse correct memeber when displaying StringMap's size.
2014-07-09 Alp TokerCMake: make __DATE__, __TIME__ etc. macro usage an...
2014-07-09 Alp TokerCMake: fix compiler feature detection
2014-07-09 Chandler Carruth[SDAG] At the suggestion of Hal, switch to an output...
2014-07-09 Ehsan Akhgari[ms-coff] Add a test for proper handling of full Window...
2014-07-08 NAKAMURA TakumiMipsTargetStreamer.h: Avoid "using" to appease msc17.
2014-07-08 Kevin EnderbyChanged the lvm-nm alias "-s" for -print-armap to ...
2014-07-08 Jim GrosbachAArch64: Better codegen for loading from __fp16.
2014-07-08 Hal FinkelImprove BasicAA CS-CS queries
2014-07-08 Tobias GrosserDominanceInfo is strongly preferred over RegionInfo
2014-07-08 Kevin EnderbyAdd support for BSD format Archive map symbols (aka...
2014-07-08 Pete CooperRevert "GlobalDCE: Delete available_externally initiali...
2014-07-08 Ulrich Weigand[PowerPC] Implement atomic NAND operations as actual...
2014-07-08 Andrea Di Biagio[DAG] Teach how to combine a pair of shuffles into...
2014-07-08 Benjamin KramerFix some Twine locals.
2014-07-08 Timur Iskhodzhanov[ASan/Win] Don't instrument private COMDAT globals...
2014-07-08 Daniel Sanders[mips] Fixed struct/class mismatch introduced in r212522.
2014-07-08 Daniel SandersFix r212522 - [mips] Improve encapsulation of the ...
2014-07-08 Daniel Sanders[mips] Improve encapsulation of the .MIPS.abiflags...
2014-07-08 Renato GolinRevert "Refactor ARM subarchitecture parsing"
2014-07-08 Arnaud A. de... Truncate the immediate in logical operation to the...
2014-07-08 Vladimir MedicMips.abiflags is a new implicitly generated section...
2014-07-08 Chandler Carruth[x86,SDAG] Sink the logic for folding shuffles of splat...
2014-07-08 Chandler Carruth[SDAG] Actually check for a non-constant splat and...
2014-07-08 Chandler Carruth[SDAG] Build up a more rich set of APIs for querying...
2014-07-08 Alexey Samsonov[ASan] Completely remove sanitizer blacklist file from...
2014-07-08 Adam Nemet[X86] AVX512: Only allow k1-k7 as predicates to vpcmp*
2014-07-08 Alexey SamsonovKill unnecessary include
2014-07-07 Andrea Di Biagio[x86] Fix assertion failure caused by a wrong combine...
2014-07-07 Sanjay Patelfixed some typos
2014-07-07 Juergen Ributzka[FastISel][X86] Fix smul.with.overflow.i8 lowering.
2014-07-07 Louis GerbargAllow AArch64FastISel to degrade graceully in the prese...
2014-07-07 Sanjay PatelFix for PR17073 ( llvm.org/pr17073 ), simplifycfg illeg...
2014-07-07 Rafael EspindolaUse raw_fd_ostream instead of std::ofstream.
2014-07-07 Renato GolinRefactor ARM subarchitecture parsing
2014-07-07 Ulrich Weigand[PowerPC] Fix testcase regression
2014-07-07 Ulrich Weigand[PowerPC] Fix no-assert build
2014-07-07 Ulrich Weigand[PowerPC] Fix "byval align" arguments
2014-07-07 Chandler Carruth[x86] Revert r212324 which was too aggressive w.r.t...
2014-07-07 Matt ArsenaultR600: Fix mishandling of load / store chains.
2014-07-07 Matt ArsenaultFix typo, weird indentation
2014-07-07 Tim Northover[testing]: lld generally lives in tools/, so fix llvm...
2014-07-07 Benjamin KramerMake helper functions static.
2014-07-07 Tim NorthoverX86: revert unintentional change to X86FastISel.
2014-07-07 Evgeniy Stepanov[asan] Generate asm instrumentation in MC.
2014-07-07 Evgeniy Stepanov[msan] Fix handling of phi in blacklisted functions.
2014-07-07 Benjamin KramerInstCombine: Simplify code, no functionality change.
2014-07-07 Chandler Carruth[x86] Teach the new vector shuffle lowering code to...
2014-07-07 Tim NorthoverCodeGen: it turns out that NAND is not the same thing...
2014-07-07 Saleem AbdulrasoolARM: properly lower dllimport'ed global values
2014-07-07 Saleem AbdulrasoolARM: correctly mangle dllimport symbols
2014-07-07 Saleem AbdulrasoolARM: unify symbol name retrieval
2014-07-07 Kevin Qin[AArch64] Normalize all constants to build a vector.
2014-07-06 Sanjay Patelfixed typos in comments
2014-07-06 Sanjay Patelfixed some typos in comments
2014-07-06 Saleem AbdulrasoolAArch64: whitespace cleanup
2014-07-06 Aaron BallmanThese should be EXPECT_TRUE, not EXPECT_FALSE. Amends...
2014-07-06 Aaron BallmanFixing compile errors related to changes with MemoryBuf...
2014-07-06 Rafael EspindolaUpdate the MemoryBuffer API to use ErrorOr.
2014-07-06 Rafael EspindolaDeclare variable on first use.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Rafael EspindolaThis only needs a StringRef.
2014-07-06 Alp TokerFix the MSVC build following r212382
2014-07-06 Alp TokerSourceMgr: make valid buffer IDs start from one
2014-07-06 Alp TokerDon't use StringRef iterator functions for data access
2014-07-05 Alp TokerRemove IntrusiveRefCntPtr::getPtr() function
2014-07-05 Matt ArsenaultUse cast<> instead of dyn_cast + assert
2014-07-05 Matt ArsenaultFix grammar
2014-07-05 Saleem AbdulrasoolARM: mark matching ARM intrinsics as MSBuiltin
2014-07-05 Ehsan AkhgariRevert r212375 because of test failures
2014-07-05 Ehsan AkhgariAdd a test case for the tilde operator in Microsoft...
2014-07-05 Simon Atanasyan[llvm-readobj] Fix output of MIPS GOT without local...
2014-07-05 Rafael EspindolaThis only needs a StringRef. No functionality change.
2014-07-05 David MajnemerADT: Add a drop_back() helper to ArrayRef
2014-07-05 Alp TokerDeprecate IntrusiveRefCntPtr::getPtr() in favour of...
2014-07-05 David MajnemerMC: make MCSymbolData::dump work on const objects
2014-07-05 Rafael EspindolaMake a helper function static. No functionality change.
2014-07-04 David MajnemerMC: Correct comment in ExportSymbol
2014-07-04 David MajnemerMC: Cleanup COFFAsmParser::ParseSectionFlags
2014-07-04 Rafael EspindolaMake RecordStreamer.h private.
2014-07-04 David MajnemerIR: Fold away compares between GV GEPs and GVs
2014-07-04 Rafael EspindolaFix a bug in the conversion to ErrorOr.
2014-07-04 Rafael EspindolaRevert "Convert a few std::strings to StringRef."
2014-07-04 Sanjay Patelfixed typos
2014-07-04 Rafael EspindolaIgnore llvm specific symbols in the LTOModule.
2014-07-04 Ehsan AkhgariAdd support for parsing the not operator in Microsoft...
2014-07-04 Rafael EspindolaIgnore llvm.* globals.
2014-07-04 Saleem AbdulrasoolTableGen: introduce support for MSBuiltin
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-04 Rafael EspindolaAvoid mangling names twice. No functionality change.
2014-07-04 Rafael EspindolaMark intrinsic functions as llvm-specific.
2014-07-04 Daniel Sanders[mips][mips64r6] Set ELF e_flags for MIPS32r6/MIPS64r6...
2014-07-04 Daniel Sanders[mips] Add tests for the 'ret', 'call', and 'indirectbr...
2014-07-04 Rafael EspindolaDon't include llvm.metadata variables in archive symbol...
2014-07-04 Rafael EspindolaChange LTOModule`s getTargetTriple and setTargetTriple...
next