2014-12-31 |
Saleem Abdulrasool | ReaderWriter: teach PE/COFF backend about ARM NT |
commit | commitdiff | tree | snapshot |
2014-12-31 |
David Blaikie | XFAIL test on win32 due to missing __complex support |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Sanjay Patel | InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Avoid building compiler-rt with LTO. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Add r224985 back with a fix. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | Reverting 225045 and 225043 and XFAIL multiline.ll... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Add a test for the recent compiler-rt build failure. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | [Hexagon] Removing assertion to appease buildbot until... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Revert "Remove doesSectionRequireSymbols." |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | [Hexagon] Changing an llvm_unreachable to an assertion... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Tom Stellard | r600: get_work_dim: Update metadata syntax for LLVM 3.6 |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Tom Stellard | Require LLVM 3.6 and bump version to 0.1.0 |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Ted Kremenek | [analyzer] Include a couple more comments on using... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Ted Kremenek | [analyzer] Change ccc-analyzer to mimick behavior on... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Craig Topper | [X86] Update disassembler tests for absolute move instr... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Craig Topper | [X86] Fix disassembly of absolute moves to work correct... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Craig Topper | [x86] Simplify detection of jcxz/jecxz/jrcxz in disasse... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
David Majnemer | InstCombine: try to transform A-B < 0 into A < B |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Andrew Wilkins | [llgo] Elide alloca for unused received values in select |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Alexey Samsonov | Revert "merge consecutive stores of extracted vector... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Peter Collingbourne | irgen: modify the ABI to use init guards instead of... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Peter Collingbourne | irgen: make it possible to use a custom importer |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Peter Collingbourne | irgen: return a types.Package to the compiler client |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Peter Collingbourne | irgen: introduce ManglePackagePath function |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Peter Collingbourne | irgen, driver: modify Compiler.Compile to take a FileSe... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | [Hexagon] Adding accumulating add/sub, doubleword logic... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Zachary Turner | Update the website with information about LLDB on Windows. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Zachary Turner | Fix HTML formatting and non-conformance. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
David Blaikie | Handle PPC64 return type (signext i32 rather than plain... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Fix a test case to not depend on asm comment syntax... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Generalize even further, for ARM comment syntax (@) |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding double-logic on predicate instructions. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Generalize test case to handle different asm syntax... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Kostya Serebryany | [asan] fix coverage between fork() and exec(): reinitia... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding newvalue compare and jumps. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | RTDyldMemoryManager.cpp: Make the reference to __morest... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Saleem Abdulrasool | Driver: unify compiler-rt component selection |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Saleem Abdulrasool | Driver: whitespace |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | DebugInfo: Omit is_stmt from line table entries on... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding postincrement register newvalue stores. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Removing old newvalue store variants. Adding... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Zoran Jovanovic | [mips][microMIPS] Relocate with symbol for micromips... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed store new-value variants. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed store of immediates. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed stores. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Nico Weber | Remove a comment that appears a second time 22 lines... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | x86_64: Fix calls to __morestack under the large code... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Kostya Serebryany | [asan] add flag coverage_pcs. When false, the coverage... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Reapply debug info changes now that more precise column... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Reapply "DebugInfo: Generalize debug info location... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Kostya Serebryany | [asan] change _sanitizer_cov_module_init to accept... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Michael Kuperstein | [COFF] Don't try to add quotes to already quoted linker... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding reg-reg indexed load forms. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Saleem Abdulrasool | Driver: use the canonical library prefix on Windows |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Yaron Keren | Add non-const version getFileSystemOpts() access function. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | The __morestack function is only available on i386... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | Make the __morestack function available to the JIT... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Dropping old combine instructions without... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding compare byte/halfword reg-reg/reg... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Hafiz Abid... | Cleanup lldb-mi test cases. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Updating constant extender def, adding alu... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Timur Iskhodzhanov | Follow-up to r224987: fix a lint warning |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Timur Iskhodzhanov | [ASan/Win] Sort the list of modules when we fail to... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Elena Demikhovsky | Some code improvements in Masked Load/Store. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rafael Espindola | Remove doesSectionRequireSymbols. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Elena Demikhovsky | reverted prev commit (it was a mistake) |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Elena Demikhovsky | v |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Keno Fischer | Add a public accessor for GlobalCtors in CodeGenModule |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Philip Reames | Add IRBuilder routines for gc.statepoints, gc.results... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rafael Espindola | Simplify test a bit. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Zotov | [OCaml] Fix bitrot in tests. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Zotov | [lit] Make config.llvm_lib_dir available on cmake,... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Zotov | [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Craig Topper | Testcases for r224939. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Saleem Abdulrasool | Driver: unify addClangRT{Linux,Windows} |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Nico Weber | Don't crash on an invalid trailing return type on a... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rafael Espindola | Convert test to llvm-readobj. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Alexey Samsonov | Revert "UBSan: Teach isDerivedFromAtOffset and findBase... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Semantic tests for memory invalidation at statepoints |
commit | commitdiff | tree | snapshot |
2014-12-29 |
David Blaikie | Revert "DebugInfo: Generalize debug info location handling" |
commit | commitdiff | tree | snapshot |
2014-12-29 |
David Blaikie | Revert "Reapply debug info changes now that r224385... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Carry facts about nullness and undef across GC relocation |
commit | commitdiff | tree | snapshot |
2014-12-29 |
David Majnemer | Fix build breakage |
commit | commitdiff | tree | snapshot |
2014-12-29 |
David Majnemer | Parse: Recover more gracefully from extra :: tokens... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Refine the notion of MayThrow in LICM to include a... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Chandler Carruth | [cmake/multilib] Teach llgo to respect the LLVM_LIBDIR_... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
David Blaikie | PR22051: Missing debug location on calls in dtor thunks... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Chandler Carruth | [go] Teach the go cmake build functions to funnel the... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Loading from null is valid outside of addrspace 0 |
commit | commitdiff | tree | snapshot |
2014-12-29 |
David Blaikie | Use std::find_if instead of manual loop. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Rafael Espindola | Convert test to llvm-readobj. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Nico Weber | Crash even less on malformed attributes in an incorrect... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Adding allocframe, post-increment circular... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Alexey Samsonov | Fix use-after-destruction introduced in r224924. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Fixing 224952 where an addressing mode update... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Saleem Abdulrasool | Driver: convert a couple more instances to range based... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Alexey Samsonov | Remove unnecessary StringRef->std::string conversion. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Adding post-increment register form stores... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Replacing the remaining postincrement stores... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Rafael Espindola | Convert test to FileCheck. NFC. |
commit | commitdiff | tree | snapshot |
next |