PR19598: Provide the ability to RAUW a declaration with itself, creating a non-tempor...
[oota-llvm.git] / lib /
2014-05-06 David BlaikiePR19598: Provide the ability to RAUW a declaration...
2014-05-06 Eric ChristopherRevert "Walk back commits for unused function parameter...
2014-05-06 Duncan P. N. Exon... blockfreq: Move include to .cpp
2014-05-06 Richard SmithRe-commit r208025, reverted in r208030, with a fix...
2014-05-06 Richard SmithRevert r208025, which made buildbots unhappy for unknow...
2014-05-06 Reid KlecknerFix i128 div/mod on mingw64
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Rename IsVolatile -> IsVolatileS...
2014-05-06 Richard SmithAdd llvm::function_ref (and a couple of uses of it...
2014-05-06 Reid KlecknerInclude intrin.h before windows.h as a workaround for...
2014-05-06 Argyrios Kyrtzidis[Support/MemoryBuffer] Move the IsVolatile check inside...
2014-05-06 Nick LewyckyDetabify.
2014-05-05 Nick LewyckyImprove 'tail' call marking in TRE. A bootstrap of...
2014-05-05 Eric ChristopherWalk back commits for unused function parameters -...
2014-05-05 Yi JiangReapply: Add slp vectorization to LTO passes. The bug...
2014-05-05 Eric ChristopherRemove a now unnecessary function since all calls have...
2014-05-05 Eric ChristopherRemove a call to std::exit in a library. Make "Help...
2014-05-05 Argyrios Kyrtzidis[Support/MemoryBuffer] Introduce a boolean parameter...
2014-05-05 Eric ChristopherFix typo.
2014-05-05 Tom StellardR600: Expand i64 ISD:SUB
2014-05-05 Eric ChristopherRemove unused argument from AddFeature.
2014-05-05 Rafael EspindolaUse a range loop.
2014-05-05 Filipe CabecinhasRevert "Optimize shufflevector that copies an i64/f64...
2014-05-05 Filipe CabecinhasOptimize shufflevector that copies an i64/f64 and zeros...
2014-05-05 Marek OlsakR600/SI: allow 5 more input SGPRs to a shader
2014-05-05 Yi JiangAlways set alignment of vectorized LD/ST in SLP-Vectori...
2014-05-05 Duncan P. N. Exon... LTO: -internalize sets visibility to default
2014-05-05 Kaelyn TakataSelect bdver2 instead of bdver1 if TBM support is prese...
2014-05-05 Timur Iskhodzhanov[ASan/Win] Fix issue 305 -- don't instrument .CRT initi...
2014-05-05 Rafael EspindolaTrivial simplification. No functionality change.
2014-05-04 Saleem AbdulrasoolCodeGen: correct memset emittance for WoA
2014-05-04 Saleem AbdulrasoolMC: support FK_SecRel_4 for Windows on ARM
2014-05-04 Benjamin KramerLoopUnroll: If we're doing partial unrolling, use the...
2014-05-04 Arnold SchwaighoferSLPVectorizer: Bring back the insertelement patch ...
2014-05-04 Elena DemikhovskyAVX-512: minor change in rndscale intrinsic
2014-05-04 Chandler Carruth[LCG] Add the last (and most complex) of the edge inser...
2014-05-04 Saleem AbdulrasoolX86: further range-loopify AsmPrinter
2014-05-04 Saleem AbdulrasoolX86: remove X86COFFMachineModuleInfo
2014-05-04 Saleem AbdulrasoolX86: repair export compatibility with MinGW/cygwin
2014-05-04 Saleem AbdulrasoolX86: refactor export directive generation
2014-05-03 David MajnemerIR: Cleanup AttributeSet::get for AttrBuilder
2014-05-03 Juergen Ributzka[TBAA] Fix handling of mixed TBAA (path-aware and non...
2014-05-03 Rafael EspindolaFix pr19645.
2014-05-03 Joey Gouly[ARM64] Correctly select ANDWri in FastISel.
2014-05-03 Benjamin KramerSLPVectorizer: Lazily allocate the map for block numbering.
2014-05-03 Rafael EspindolaRename member variable to try to fix the bots.
2014-05-03 Simon Atanasyan[ELFYAML] Group ELF header falgs to target specific...
2014-05-03 Simon Atanasyan[ELFYAML] Add more SHT_xxx flags to the YAML section...
2014-05-03 Karthik BhatVectorize intrinsic math function calls in SLPVectorizer.
2014-05-02 David BlaikieTry simplifying LexicalScopes ownership again.
2014-05-02 Benjamin KramerSatisfy GCC's urgent need for parentheses around ‘...
2014-05-02 Rafael EspindolaAliases are always definitions. Delete dead code.
2014-05-02 Eric ChristopherClean up constructor logic and member access for LoopVe...
2014-05-02 Justin Bognerllvm-cov: Fix handling of line zero appearing in a...
2014-05-02 Nico WeberTeach GlobalDCE how to remove empty global_ctor entries.
2014-05-02 Akira Hatanaka[GVN] Pass the phi-translated address of a load instead...
2014-05-02 Saleem AbdulrasoolMC: place .file records into the correct section
2014-05-02 Tim NorthoverDAGCombine: prevent formation of illegal ConstantFP...
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-05-02 Tom StellardR600/SI: Add processor type for Mullins.
2014-05-02 Tom StellardR600: Expand vector sin and cos.
2014-05-02 Tom StellardR600: Expand TruncStore i64 -> {i16,i8}
2014-05-02 Tom StellardR600/SI: Only create one instruction when spilling...
2014-05-02 Tim NorthoverAArch64/ARM64: add patterns for post-indexed ST1 ops.
2014-05-02 Tim NorthoverARM64: refactor NEON post-indexed loads & stores (MC).
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-05-02 Benjamin KramerAllow SelectionDAG::FoldConstantArithmetic to work...
2014-05-02 Nick LewyckyFold strlen(expr ? "str1" : "str2") to x ? len1 : len2...
2014-05-01 Juergen Ributzka[Stackmaps] Pacify windows buildbot.
2014-05-01 Juergen Ributzka[Stackmaps] Add command line option to specify the...
2014-05-01 Juergen Ributzka[Stackmaps] Refactor serialization code. No functional...
2014-05-01 Juergen Ributzka[Stackmaps] Replace the custom ConstantPool class with...
2014-05-01 Michael J. Spencer[IR] Make {extract,insert}element accept an index of...
2014-05-01 Pranav BhandarkarRemove HexagonTargetMachine::addPassesForOptimizations...
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-05-01 David BlaikieFix uninitialized variable introduced in r207739.
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Benjamin KramerUpdate and sort CMakeLists.
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 David BlaikiePR19623: Implement typedefs of void.
2014-05-01 Aaron BallmanFixing a cast-qual warning. getBufferStart() and getBuf...
2014-05-01 Matt ArsenaultR600/SI: Fix verifier error with pseudo store instructions.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Bradley Smith[ARM64] Prefer generation of bzero on Darwin only
2014-05-01 Rafael EspindolaMake getBaseSymbol non recursive.
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Don't lookup the child SCC twice. Spotted this...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-05-01 Chandler CarruthRevert r205965, which essentially reverts r205018 for...
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 Daniel Sanders[mips] Removed two-operand alias for sllv, sr[al]v...
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-05-01 Saleem AbdulrasoolARM: fix memory leak, simplify WoA stack probing
2014-05-01 Saleem AbdulrasoolARM: support expanding external symbols in 32-bit moves
2014-05-01 Richard SmithSpeculatively roll back r207724-r207726, which are...
2014-05-01 Joerg SonnenbergerIf necessary for indirect encodings, emit stubs.
next