2014-12-04 |
Adrian Prantl | Simplify implementation and testcase of r223401 based... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Aaron Ballman | Adding a FIXME to the code, based on a discussion in... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Alexey Samsonov | Fix UBSan report in StringMap implementation. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Adrian Prantl | Debug info: If the RegisterCoalescer::reMaterializeTriv... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Eric Christopher | Fix a bunch of -Winconsistent-missing-override warnings. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hans Wennborg | Add some tests for SimplifyCFG's TurnSwitchRangeIntoICm... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hans Wennborg | Add some tests for SimplifyCFG's ConstantFoldTerminator... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Also use --icf=safe if we are being linked by gold. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Zachary Turner | Fix a minor error where I forgot to declare a variable. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Zachary Turner | Revert "Use timeout when reading debugserver's port... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Yaron Keren | Silence warning: "NOMINMAX" redefined. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Roman Divacky | Add a FIXME as requested by Renato Golin. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Yaron Keren | Silence warning: variable 'buffer' set but not used. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
David Majnemer | Revert "Fix a build breakage. Looks like the LLVM side... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hans Wennborg | CMake: build DLLs in the right directory and include... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Peter Collingbourne | Roll gofrontend to 2a85649c19e1. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Matt Arsenault | Add attributes for AMDGPU register limits. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Bruno Cardoso... | [x86] Fix isOffsetSuitableForCodeModel kernel code... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Weiming Zhao | [AArch64] Combining Load and IntToFp should check for... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Asiri Rathnayake | Fix yet another unseen regression caused by r223113 |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Jonathan Roelofs | Fix thumbv4t indirect calls |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Enrico Granata | We should not pretend that an int is a valid ObjC point... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Philip Reames | Add a test case for argument type coercion in an invoke... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Greg Clayton | Remove dead code from SymbolFileDWARF: |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Enrico Granata | Fix a build breakage. Looks like the LLVM side of this... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Philip Reames | Add a section to Statepoint docs mentioning shared... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rui Ueyama | Revert "Rewrite InputGraph's Group" |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Detect if the linker is gold and if so always use ... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hal Finkel | Revert "r223364 - Revert r223347 which has caused crash... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Philip Reames | Fix a typo: use of cast where dyn_cast was intended |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Daniel Sanders | test-release.sh: Add a way to specify --build to configure |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Remove dead code. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Daniel Jasper | clang-format: [JS] Don't put top-level dict literals... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Asiri Rathnayake | Fix a minor regression introduced in r223113 |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Use size_type in the interface exposed by SmallVector. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Alexander Potapenko | Revert r223347 which has caused crashes on bootstrap... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Revert "[Thumb/Thumb2] Added restrictions on PC, LR... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Michael Kuperstein | [X86] Improve a dag-combine that handles a vector extra... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Simon Atanasyan | [ELF] Adjust ELF header entry symbol value if this... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Faisal Vali | Fix PR21684 - Ellipsis following an 'auto' parameter... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Jyoti Allur | [Thumb/Thumb2] Added restrictions on PC, LR, SP in... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Alexander Potapenko | [msan] Put the coverage files for coverage-levels.cc... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Andrea Di Biagio | [X86] Simplify code. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hafiz Abid... | Cleanup of the fix done recently for a lldb-mi hang... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Alexander Kornienko | Make getInsertArgumentAdjuster insert extra arguments... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Daniel Sanders | test-release.sh: Correct the logged configure command... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Patrik Hagglund | Use DomTree in MachineSink to sink over diamonds. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Simon Pilgrim | [InstCombine] Minor optimization for bswap with binary ops |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Elena Demikhovsky | Masked Load / Store Intrinsics - the CodeGen part. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hal Finkel | Restrict somewhat the memory-allocation pointer cmp... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Jean-Daniel... | Add missing test file |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Daniel Jasper | clang-format: More restrictively classify import declar... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Yaron Keren | clang-formatted ranged loops and assignment, NFC. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Jean-Daniel... | Add mach-o LC_RPATH support to llvm-objdump |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Alexey Bataev | [OPENMP] Codegen for 'omp master' directive |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rui Ueyama | [PECOFF] Improve /export compatibility. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Sameer Sahasrabuddhe | Always emit kernel arg info for SPIR. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Michael Liao | [X86] Clean up whitespace as well as minor coding style |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Saleem Abdulrasool | CodeGen: refactor ARM builtin handling |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Revert "Add missing test dependency and use a more... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Add missing test dependency and use a more canonical... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Colin LeMahieu | [Hexagon] Adding lit exception if Hexagon isn't built. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Colin LeMahieu | [Hexagon] Marking some instructions as CodeGenOnly... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hans Wennborg | CMake: try to actually fix the regexes for setting... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
NAKAMURA Takumi | Introduce "llvm-ranlib" as a name of targets since... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
NAKAMURA Takumi | Sort by alphabetical order. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rui Ueyama | Rewrite InputGraph's Group |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Michael Liao | [X86] Restore X86 base pointer after call to llvm.eh... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Hal Finkel | [PowerPC] 'cc' should be an alias only to 'cr0' |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Philip Reames | Minor typo and link fixes for Statepoint documentation |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rui Ueyama | [PECOFF] Improve compatibility of /export option. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
NAKAMURA Takumi | HexagonMCInst.h: Qualify constants explicitly to appeas... |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | For copy, cmake needs the full path to llvm-ar. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Matt Arsenault | Allow target to specify prefix for labels |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Philip Reames | A few more checks for gc.statepoints in the Verifier |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Rafael Espindola | Add missing dependency on llvm-ar. Should hopefully... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Reid Kleckner | Add test for __umulh |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Hal Finkel | [PowerPC] Fix inline asm memory operands not to use r0 |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Quentin Colombet | [RegAllocFast] Handle implicit definitions conservatively. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Reid Kleckner | Implement __umulh with __int128 arithmetic |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Rafael Espindola | This reverts commit r223306 and r223277. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Kostya Serebryany | [msan] allow -fsanitize-coverage=N together with -fsani... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Kostya Serebryany | [msan] allow -fsanitize-coverage=N together with -fsani... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Kostya Serebryany | [msan] allow -fsanitize-coverage=N together with -fsani... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Jacques Pienaar | Test commit. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Rafael Espindola | Make llvm-ar a real build target and install it. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Zachary Turner | Improve the comments on PutSTDIN, GetSTDOUT, and GetSTDERR. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Chris Matthews | Add a test-case for lit xunit output |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Kevin Enderby | Move tests for llvm-objdump for universal files to... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Chris Matthews | Don't allow test-suite names with . in them in xml... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Rafael Espindola | Split the set of identified struct types into opaque... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Kevin Enderby | Add support to llvm-objdump for Mach-O universal files... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Sanjay Patel | fix typos, grammar, formatting; NFC |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Philip Reames | Strength Verifier checks around the types involved... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Matthias Braun | correct spelling, NFC |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Zachary Turner | Manually call ModulesDidLoad when the executable is... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Zachary Turner | Correctly shutdown when DoDestroy is called with an... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Reid Kleckner | CUDA host device code with two code paths |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Matthias Braun | [SimplifyLibCalls] Improve double->float shrinking... |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Matthias Braun | [SimplifyLibCalls] Enable double to float shrinking... |
commit | commitdiff | tree | snapshot |
next |