2015-06-23 |
Weiming Zhao | Fix PR13851: Preserve metadata for the unswitched branch |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Rafael Espindola | Remove broken banner. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Rafael Espindola | Add a test for the previous commit. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Rafael Espindola | Handle multiple symbols having the same address. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
David Majnemer | [InstCombine] Optimize subtract of selects into a selec... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Rafael Espindola | Fix tests when X86 is not enabled. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Rafael Espindola | Compute correct symbol sizes for MachO and COFF. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Rafael Espindola | Extract an utility for computing symbol sizes on MachO... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Matt Arsenault | AMDGPU: Use getAsInteger instead of atoi |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Sanjoy Das | [FaultMaps] Move FaultMapParser to Object/ |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Sanjoy Das | Fix a typo in a comment in FaultMaps.h. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-23 |
NAKAMURA Takumi | llvm/tools/llvm-objdump/CMakeLists.txt: Update libdeps... |
commit | commitdiff | tree | snapshot |
2015-06-23 |
Sanjay Patel | [x86] generalize reassociation optimization in machine... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Justin Bogner | Re-apply "InstrProf: When reading, copy the data instea... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Justin Bogner | InstrProf: Add a test for multiple copies of the same... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Pete Cooper | Create Value.def helper. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Evgeniy Stepanov | Fix PR23914. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Logan Chien | Code cleanup: Remove std::move() around xvalue (NFC) |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Adam Nemet | [LoopDist] Improve variable names and comments in LoopV... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
David Blaikie | Modify ParseArgs to return the InputArgList by value... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Chris Bieneman | [CMake] Treating LLVM_INCLUDE_TOOLS, which is a bool... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Pawel Bylica | Revert r240291: causes problems in self-hosted builds. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Pilgrim | [X86][FMA4] FMA4 ops can perform unaligned folded loads. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Peter Collingbourne | Linker: Do not expect comdat to exist in source module. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Joseph Tremoulet | Fix line endings (NFC) |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Frederic Riss | [Object] Search for architecures by name in MachOUniver... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Pawel Bylica | Set missing x86 arch in a CodeGen regression test. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Hans Wennborg | test-release.sh: Minor fixes. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Pilgrim | [X86][AVX2] Added missing stack folding tests for vpshu... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Tom Stellard | R600/SI: Use ELF64 format instead of ELF32 |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Tom Stellard | R600: Use EM_AMDGPU for the ELF Machine type |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Tom Stellard | Support/ELF: Add EM_AMDGPU |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Ahmed Bougacha | [X86] Teach load folding to accept scalar _Int users... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Alex Lorenz | MIR Serialization: Introduce a lexer for machine instru... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Peter Collingbourne | SafeStack: Create the unsafe stack pointer on demand. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Pete Cooper | Move MCSymbol Value in to the union of Offset and Commo... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Pete Cooper | Change .thumb_set to have the same error checks as... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Krzysztof Parzyszek | Remove "const" from the MachineFunction reference in... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Justin Bogner | docs: Update allowed values for LLVM_USE_SANITIZER |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Sanjay Patel | [x86] set default reciprocal (division and square root... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Sanjoy Das | Fix MSVC build (again!). |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Do not pass -allow-shlib-undefined to the Solaris linker. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Sanjoy Das | Fix MSVC build. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Remove the IsStreamed member variable. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Sanjoy Das | [FaultMaps] Add a parser for the __llvm__faultmaps... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Sanjoy Das | [NFC] Capitalization in documentation. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Bring r240130 back. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Avoid a Symbol -> Name -> Symbol conversion. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Alex Lorenz | MIR Serialization: Serialize machine instruction names. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Pawel Bylica | Fix shl folding in DAG combiner. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Add a triple to the test to fix it on some hosts. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Joseph Tremoulet | [ORC] Add NullResolver |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Support Solaris unused sections' gc link syntax. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Toma Tabacu | [mips] [IAS] Add support for LAReg with identical sourc... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Elena Demikhovsky | AVX-512: added VPSHUFB instruction - all SKX forms |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Do not pass optimization flags to Solaris' linker. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Use right syntax to pass version script to Solaris... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Toma Tabacu | [mips] [IAS] Add support for LASym with identical sourc... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Elena Demikhovsky | AVX-512: All forms of VCOPMRESS VEXPAND instructions, |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Alexander Kornienko | Removing empty directories. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Elena Demikhovsky | Reverted AVX-512 vector shuffle |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Michael Kuperstein | [X86] Allow more call sequences to use push instruction... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Elena Demikhovsky | AVX-512: Added intrinsics for VPERMT2W/D/Q/PS/PD and |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Chandler Carruth | [PM/AA] Hoist the AliasResult enum out of the AliasAnal... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Chandler Carruth | [PM/AA] Rework the names and comments in AliasSetTracke... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Rafael Espindola | Add the testcase from pr23900. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Simon Pilgrim | [X86] Code tidyup - Use SDValue bool operator. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Duncan P. N... | AsmPrinter: Don't emit empty .debug_loc entries |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Duncan P. N... | AsmPrinter: Rewrite initialization of DbgVariable, NFC |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Simon Pilgrim | [X86][SSE] Added missing stack folding test for CVTSD2S... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
NAKAMURA Takumi | OptTable.h: Prune a couple of \param(s), since Arg... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
David Blaikie | Devirtualize ArgList's dtor now that -Wvirtual-dtor... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
David Blaikie | ArrayRef-ify libDriverMain |
commit | commitdiff | tree | snapshot |
2015-06-21 |
David Blaikie | ArrayRef-ify ParseArgs |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Rui Ueyama | Object: Add load configuration structure for 64 bit... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Hans Wennborg | Switch lowering: add heuristic for filling leaf nodes... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Simon Pilgrim | [X86][SSE] Fix PerformSExtCombine bug that accessed... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Benjamin Kramer | [PPC] Factor vector removal into a function and remove... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Benjamin Kramer | [SwitchLowering] Remove quadratic vector removal. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Simon Pilgrim | [X86][SSE][CostModel] Added full set of sitofp/uitofp... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Yaron Keren | Update ELFObjectWriter::reset() following r238073. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Yaron Keren | Rangify for loops in Inliner::runOnSCC(), NFC. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Justin Bogner | IndVarSimplify: Avoid UB from binding a reference to... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
NAKAMURA Takumi | Reformat. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
NAKAMURA Takumi | Revert r240040, "[BranchFolding] Replace custom Machine... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
NAKAMURA Takumi | TargetInstrInfo.h: Fix r240192. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Justin Bogner | Revert "InstrProf: When reading, copy the data instead... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Peter Collingbourne | Use correct escaping for semicolon on Windows. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Justin Bogner | InstrProf: When reading, copy the data instead of takin... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Peter Collingbourne | LibDriver tests require x86 target. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Peter Collingbourne | LibDriver: implement /libpath and $LIB; ignore /ignore... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Keno Fischer | [MCJIT] Add a FindGlobalVariableNamed utility |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Justin Bogner | LowerSwitch: Avoid some undefined behaviour |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Sanjoy Das | [Statepoint] Remove unnecessary argument from Statepoin... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Sanjoy Das | [Statepoint][NFC] Fix include guard style. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Nico Weber | Revert 240130, it caused crashes (repro in PR23900). |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Sanjay Patel | name change: hasPattern() -> getMachineCombinerPatterns... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Sanjoy Das | [CallGraph] Given -print-callgraph a stable printing... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Dan Liew | Try to fix generation of LLVMExports.cmake under Visual... |
commit | commitdiff | tree | snapshot |
next |