2015-07-23 |
Tamas Berghammer | Remove XFAIL from ReturnValueTestCase after rL242972 |
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 |
Pavel Labath | Add jstopinfo support to llgs |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Bruce Mitchener | [lldb-mi] Remove unwanted comment blocks. |
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 |
Asaf Badouh | [X86][AVX512BW] add madd and maddubs intrinsics |
commit | commitdiff | tree | snapshot |
2015-07-23 |
NAKAMURA Takumi | Fix the shell script check_clang_tidy.sh in r242984. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
NAKAMURA Takumi | Appease test/clang-tidy/misc-unused-parameters.cpp... |
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 |
Davide Italiano | Add test to verify we emit warning when the deprecated... |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Dawn Perchik | Fix comment in test. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Evgeniy Stepanov | Revert r242975. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Richard Smith | ArrayRef-ize a pointer/length pair. |
commit | commitdiff | tree | snapshot |
2015-07-23 |
Chandler Carruth | [GMR] Further improve the FunctionInfo API inside of... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Evgeniy Stepanov | [sanitizer] Implement logging to syslog. |
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 |
Hans Wennborg | Downgrade error about adding 'dllimport' to used free... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Greg Clayton | Fix TestReturnValue.py after 242903 changes that added... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Majnemer | Move EHPersonality to CGCleanup |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Majnemer | [MS Compat] Allow _Atomic(Type) and 'struct _Atomic... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Greg Clayton | Don't specify languages when setting breakpoints in... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Jason Molenda | Fix the variable used to reply to the qGDBServerVersion |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Justin Bogner | Mark this test as XFAIL with older compilers, since... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Evgeniy Stepanov | [asan] Enable build of asan-rt on android/aarch64. |
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 |
Richard Smith | Fix dumb use-after-free bug introduced in r242868. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Eric Fiselier | Merge C++03 and C++11 implementations of mem_fn and... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Reid Kleckner | [asan] Remove CHECK line for kernel32.dll |
commit | commitdiff | tree | snapshot |
2015-07-22 |
David Majnemer | [MSVC Compatibility] Use a better predicate for __BOOL_... |
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 |
Reid Kleckner | [asan] Disable ctrl+c test until I figure out how to... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Eric Fiselier | Remove almost everything in <__functional_base_03> |
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 |
Reid Kleckner | [asan] Make __asan_handle_no_return tolerate unregister... |
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 |
Enrico Granata | Set the live address on child const results in a way... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hans Wennborg | Update version to 3.8.0svn |
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 |
Reid Kleckner | [asan] Test clang's SEH implementation as well as MSVC's |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Chaoren Lin | Xtimeout TestProcessAttach for Linux. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hans Wennborg | Fix -Wextra-semi warnings. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hans Wennborg | Fix -Wextra-semi warnings. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Sean Callanan | Don't complete an EnumDecl if it's already complete... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Greg Clayton | Improved the packet dumper to escape the response strin... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Aaron Ballman | Something was unbalanced, and it wasn't the parentheses... |
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 |
Greg Clayton | Fix warnings related to virtual functions not being... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Greg Clayton | Don't water JSONGenerator objects down into ObjectSP... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Alex Lorenz | MIR Serialization: Serialize the metadata machine operands. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Aaron Ballman | Balancing parenthesis in comments and documentation... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Yaron Keren | Add cygwin x86_64 target. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Bruce Mitchener | Fix warnings. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Daniel Jasper | misc-unused-parameters: Fix handling of parameters... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Bruce Mitchener | [lldb-mi] Remove unused bool results. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Tamas Berghammer | XFAIL TestReturnValue on Linux-x86_64 with clang |
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 |
Samuel Antao | [OpenMP] Make target data directive generate unexpected... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Reid Kleckner | [mingw] Add support for -rtlib option and -stdlib optio... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Renato Golin | Pass -I options to integrates and external assemblers |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Tamas Berghammer | Improve SysV ABI for ARM to handle return values with... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Kuba Brecka | [asan] Display ASan history threads in reverse chronolo... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Rafael Espindola | Delete ELFEntityIterator. NFC. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Bruce Mitchener | [lldb-mi tests] Fix typo of sensitive. |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Hubert Tong | [CONCEPTS] Add diagnostics: non-defining function;... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
NAKAMURA Takumi | StmtOpenMP.h: Fix a couple of \param(s) in r242785... |
commit | commitdiff | tree | snapshot |
2015-07-22 |
Chandler Carruth | [PM/AA] Update to reflect the new LLVM API which no... |
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 |
next |