2015-06-22 |
Rafael Espindola | Support Solaris unused sections' gc link syntax. |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Marshall Clow | Make seeking on an ostream that has eofbit set work... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Jaydeep Patil | Test Commit |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Aaron Ballman | Don't use &* when get() will suffice; NFC. |
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 | 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 |
Simon Atanasyan | [Mips] Support R_MICROMIPS_HI0_LO16 relocation handling |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Support R_MICROMIPS_LITERAL relocation handling |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Support R_MIPS_LITERAL relocation handling |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Support R_MICROMIPS_SUB relocation handling |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Reject R_MIPS_GPREL32 against external symbols |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Fix test case - do not use R_MIPS_GPREL32 agains... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Reject position-dependent relocations in case... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Fix test case - do not use R_MIPS_HI16 for share... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Support R_MICROMIPS_HIGHER / R_MICROMIPS_HIGHEST... |
commit | commitdiff | tree | snapshot |
2015-06-22 |
Simon Atanasyan | [Mips] Support R_MIPS_HIGHER / R_MIPS_HIGHEST relocatio... |
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-22 |
Davide Italiano | Remove incomplete comment. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Saleem Abdulrasool | Sema: add a helper for enumerating the TST id (NFC) |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Rui Ueyama | COFF: Support delay-load import tables. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Simon Pilgrim | [X86] Code tidyup - Use SDValue bool operator. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Nico Weber | Clean up CLCompatOptions.td a bit. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Justin Bogner | ASTReader: Treat InputFileOffsets as unaligned to avoid UB |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Justin Bogner | Revert "ASTReader: Copy input file offset data to avoid... |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Saleem Abdulrasool | Sema: convert decl + while loop into for loop (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 |
Davide Italiano | [Codegen] Don't crash if destructor is not accessible. |
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 | Update for ParseARgs ArrayRef-ification |
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 ParseArgs |
commit | commitdiff | tree | snapshot |
2015-06-21 |
David Blaikie | ArrayRef-ify Driver::parse and related functions. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
David Blaikie | ArrayRef-ify ParseArgs |
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 | COFF: Use short varaible name. NFC. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Rui Ueyama | COFF: Support exception table. |
commit | commitdiff | tree | snapshot |
2015-06-21 |
Rui Ueyama | Object: Add load configuration structure for 64 bit... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Rui Ueyama | COFF: Combine add{Object,Archive,Bitcode,Import} functi... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Justin Bogner | ASTReader: Copy input file offset data to avoid unalign... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Adrian Prantl | Add missing dependency clangFrontend to clangQuery. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Adrian Prantl | Add missing dependency clangFrontend to unit test. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Adrian Prantl | Introduce a PCHContainerOperations interface (NFC). |
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 |
Yaron Keren | Avoid clearing an empty PrioritizedCXXGlobalInits, NFC |
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 |
Rui Ueyama | COFF: Fix common symbol alignment. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Rui Ueyama | COFF: Fix a common symbol bug. |
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 | ASTContext.h: Fix utf8 chars in comments. |
commit | commitdiff | tree | snapshot |
2015-06-20 |
NAKAMURA Takumi | TargetInstrInfo.h: Fix r240192. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2015-06-20 |
NAKAMURA Takumi | SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumen... |
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 |
Richard Smith | [modules] When determining whether a definition of... |
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 |
Richard Smith | [modules] Refactor and slightly simplify class definiti... |
commit | commitdiff | tree | snapshot |
2015-06-20 |
Nico Weber | Suppress bogus gcc -Wreturn-type warnings. |
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 |
Douglas Gregor | Yet another MSVC-related fix. |
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 |
Douglas Gregor | Try to fix the MSVC build |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Douglas Gregor | Stop moving attributes off of a block literal's decl... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Douglas Gregor | Handle 'instancetype' in ParseDeclarationSpecifiers. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Douglas Gregor | Make -Wnullability-completeness work with -Wsystem... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Douglas Gregor | CF_RETURNS_[NOT_]RETAINED on a param makes the inner... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Douglas Gregor | Allow the cf_returns_[not_]retained attributes to appea... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Peter Collingbourne | COFF: Take reference to argument vector using std:... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Rui Ueyama | COFF: Fix precedence between LIB and /libpath. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Dan Liew | Try to fix generation of LLVMExports.cmake under Visual... |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Rui Ueyama | COFF: Add search paths in the correct order. |
commit | commitdiff | tree | snapshot |
2015-06-19 |
Alexey Samsonov | [Sanitizers] Provide better diagnostic for sanitizers... |
commit | commitdiff | tree | snapshot |
next |