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