oota-llvm.git
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Asaf Badouh[x86] change FP scalar builtin naming convention
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-23 Chandler Carruth[GMR] Add a late run of GlobalsModRef to the main pass...
2015-07-23 Rafael EspindolaSupport printing relocations in files with no section...
2015-07-23 Rafael EspindolaUse typdef to simplify the code. NFC.
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Yaron KerenAvoid using -Wl,-z,defs on Cygwin.
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Chandler Carruth[GMR] Switch the function info we store for every funct...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Craig Topper[ScalarEvolution] Change addRequired to addRequiredTran...
2015-07-23 Craig TopperReplace a 0 with nullptr. NFC
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-23 Jingyue Wu[NVPTX] run LSR before straight-line optimizations
2015-07-23 Rafael EspindolaRefactor duplicated code and check for invalid symbol...
2015-07-23 Chandler Carruth[GMR] Further improve the FunctionInfo API inside of...
2015-07-22 Chandler Carruth[GMR] Wrap all of the per-function information behind...
2015-07-22 Frederic Riss[dsymutil] Check archive members timestamps.
2015-07-22 Chandler Carruth[PM/AA] Cleanup comments, formatting, and organization...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Chandler Carruth[GMR] Continue my quest to remove linked datastructures...
2015-07-22 David Majnemer[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-22 Anthony PeschRevert "Improve merging of stores from static construct...
2015-07-22 Anthony PeschRevert "IPO: Avoid brace initialization of a map, some...
2015-07-22 Chandler Carruth[GMR] Make the collection of readers and writers of...
2015-07-22 Rafael EspindolaForce the gnu archive format to fix the test on darwin.
2015-07-22 Sanjay Patelfix typo; NFC
2015-07-22 Sanjay Patelfix indent; NFC
2015-07-22 Justin BognerIPO: Avoid brace initialization of a map, some versions...
2015-07-22 Reid Kleckner[lit] Fix launching executables relative to the cwd...
2015-07-22 Bruno Cardoso... [PeepholeOptimizer] Refactor optimizeUncoalescable...
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-22 Alex LorenzMIR Serialization: Serialize the machine instruction...
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Anthony PeschImprove merging of stores from static constructors...
2015-07-22 Alex LorenzMIR Parser: Extract the MDNode parsing code into a...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Rafael EspindolaFix fetching the symbol table of a thin archive.
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-22 Anthony PeschTest commit, added blank line
2015-07-22 Chad RosierSimplify switch as all cases other than default return...
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
2015-07-22 Yaron KerenRemove C++98 workaround in llvm::sys::DontRemoveFileOnS...
2015-07-22 Renato Golin[Release] Allow release testers to disable certain...
2015-07-22 Alex LorenzMIR Serialization: Serialize the metadata machine operands.
2015-07-22 Quentin Colombet[ARM] Make the frame lowering code ready for shrink...
2015-07-22 Rafael EspindolaDelete ELFEntityIterator. NFC.
2015-07-22 Asaf Badouh[X86][AVX512] add reduce/range/scalef/rndScale
2015-07-22 Chandler Carruth[GMR] Add a flag to enable GlobalsModRef in the normal...
2015-07-22 Benjamin Kramer[dsymutil] Remove extra semicolon. NFC.
2015-07-22 Chandler Carruth[GMR] Switch from std::set to SmallPtrSet. NFC.
2015-07-22 Chandler Carruth[GMR] Only look in the associated allocs map for an...
2015-07-22 Chandler Carruth[GMR] Switch to a DenseMap and clean up the iteration...
2015-07-22 Chandler CarruthFix a -Winconsistent-missing-override failure in the...
2015-07-22 Michael KupersteinFix test from r242886 to use the right triple.
2015-07-22 Chandler Carruth[PM/AA] Try to fix libc++ build bots which require...
2015-07-22 Michael Kuperstein[X86] Add .intel_syntax noprefix directive to intel...
2015-07-22 Michael KupersteinFix mem2reg to correctly handle allocas only used in...
2015-07-22 Kuba Brecka[asan] Improve moving of non-instrumented allocas
2015-07-22 Chandler Carruth[PM/AA] Remove all of the dead AliasAnalysis pointers...
2015-07-22 Chandler Carruth[PM/AA] Remove the last of the legacy update API from...
2015-07-22 Chandler Carruth[PM/AA] Switch to an early-exit. NFC. This was split...
2015-07-22 Chandler Carruth[PM/AA] Put the 'final' keyword in the correct place...
2015-07-22 Chandler Carruth[PM/AA] Replace the only use of the AliasAnalysis:...
2015-07-22 Elena DemikhovskyAVX-512: Added intrinsics for VCVT* instructions.
2015-07-22 Chen Li[LoopUnswitch] Code refactoring to separate trivial...
2015-07-22 Jingyue Wu[BranchFolding] do not iterate the aliases of virtual...
2015-07-22 Chandler Carruth[SROA] Fix a nasty pile of bugs to do with big-endian...
2015-07-22 Richard SmithSetVector: add reverse_iterator support.
2015-07-21 Alexey Samsonov[Fuzzer] Rely on $PATH expansion instead of hardcoding...
2015-07-21 Alexey Samsonov[Fuzzer] Clearly separate regular and DFSan tests....
2015-07-21 Frederic Riss[dsymutil] Implement ODR uniquing for C++ code.
2015-07-21 Alex LorenzMIR Serialization: Start serializing the CFI operands...
2015-07-21 Nick LewyckyFix a performance problem in memcpyopt by removing...
2015-07-21 Jingyue Wu[MDA] change BlockScanLimit into a command line option.
2015-07-21 Bruno Cardoso... [AsmPrinter] Check for valid constants in handleIndirec...
2015-07-21 Michael J.... [Object][ELF] Handle files with no section header strin...
2015-07-21 Bill Schmidt[PPC64LE] More vector swap optimization TLC
2015-07-21 Alex LorenzMIR Parser: Reuse the function 'lexName' when lexing...
2015-07-21 Sanjoy Das[SCEV][NFC] Fix a typo in a comment.
2015-07-21 Rafael EspindolaDon't iterate over the program headers in the construct...
2015-07-21 Tanya LattnerRemove oversight group. Replace with LLVM Foundation...
2015-07-21 Rafael EspindolaMake printValue a member function.
2015-07-21 Rafael EspindolaRemove always null argument.
2015-07-21 Philip Reames[RewriteStatepointsForGC] minor style cleanup
2015-07-21 David BlaikieAdd some utilities to iterator_range for trimming a...
2015-07-21 Rafael EspindolaRemove getDynamicSymbolName.
2015-07-21 Rafael EspindolaRemove getStaticSymbolName.
2015-07-21 Chad RosierFollow up to r242810. NFC.
2015-07-21 Chad Rosier[AArch64] Simplify the passing of arguments. NFC.
2015-07-21 Reid KlecknerRe-land 242726 to use RAII to do cleanup
2015-07-21 Philip Reames[RewriteStatepointsForGC] Hoist some code out of a...
2015-07-21 Arnold SchwaighoferMergeFunc: Transfer the callee's attributes when replac...
2015-07-21 Alex LorenzMIR Serialization: Serialize the external symbol machin...
2015-07-21 Philip Reames[RewriteStatepointsForGC] Delete trivial code
2015-07-21 Rafael EspindolaRemove dead code.
2015-07-21 Alex LorenzIR: Extract a function 'printLLVMNameWithoutPrefix...
next