2015-01-09 |
Suyog Sarda | Assumption that "VectorizedValue" will always be an... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Manuel Klimek | Add the shifted cursor position to XML output, so it... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Olivier Goffart | Fix test from my previous commit |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Parse: Don't crash when namespace is in GNU statement... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Olivier Goffart | Fix crash in typo correction while correcting enum... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Tobias Grosser | Adjust test for the new 'distinct' metadata nodes |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: RecordDecl shouldn't have a FunctionDecl as a... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Saleem Abdulrasool | ARM: add support for R_ARM_ABS16 |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Saleem Abdulrasool | test: add additional test for SVN r225507 |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Don't crash when specializing a global scope... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Saleem Abdulrasool | ARM: add support for R_ARM_ABS8 relocations |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Remove some dead code from CreateNewFunctionDecl |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Parse: Don't crash when trailing return type is missing |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Saleem Abdulrasool | Driver: begin threading frontend support for SymbolRewriter |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Matthias Braun | RegisterCoalescer: Fix removeCopyByCommutingDef with... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Matthias Braun | RegisterCoalescer: Some cleanup in removeCopyByCommutin... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Matthias Braun | RegisterCoalescer: No need to set kill flags, they... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Matthias Braun | RegisterCoalescer: Turn some impossible conditions... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Duncan P. N... | Bitcode: Share logic for last instruction, NFC |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Duncan P. N... | Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hal Finkel | [PowerPC] Add a flag for experimenting with subreg... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Siva Chandra | [InlineTest] getRerunArgs returns an empty string if... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Justin Bogner | InstrProf: Don't emit counter increments in dead code |
commit | commitdiff | tree | snapshot |
2015-01-09 |
David Majnemer | Sema: Dependent array designators cannot be checked |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hal Finkel | [PowerPC] Fold [sz]ext with fp_to_int lowering where... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hal Finkel | [DAGCombine] Remainder of fix to r225380 (More FMA... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Chandler Carruth | [x86] Add a flag to control the vector shuffle legality... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Richard Smith | PR22117: Fix a case where we would get confused about... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Richard Smith | Don't invent a '$auto-x-y' name for auto types in gener... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Richard Trieu | Use APSInt::isSameValue instead of operator== in a... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Chandler Carruth | Cleaup ValueHandle to no longer keep a PointerIntPair... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Enrico Granata | Dynamic values have been around (and stable and reliabl... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hal Finkel | Partial fix to r225380 (More FMA folding opportunities) |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Kuba Brecka | [asan] Adding a regression test for https://code.google... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Philip Reames | [REFACTOR] Push logic from MemDepPrinter into getNonLoc... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Hans Wennborg | ReleaseNotes.rst: these are for 3.6 |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Philip Reames | [Refactor] Have getNonLocalPointerDependency take the... |
commit | commitdiff | tree | snapshot |
2015-01-09 |
Tobias Grosser | Add experimental support for unsigned expressions |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | LangRef: Add usage points for distinct MDNodes |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Kostya Serebryany | [asan] make a test consume 2x less RAM (we observe... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | IR: Drop TODO now that PR22111 is finished |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | Utils: Keep distinct MDNodes distinct in MapMetadata() |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | IR: Add 'distinct' MDNodes to bitcode and assembly... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | IR: Add 'distinct' MDNodes to bitcode and assembly |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Sanjay Patel | remove function names from comments; NFC |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Alexey Samsonov | Fix memory leaks in GetListOfModules() users. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Hal Finkel | [PowerPC] Mark all instructions as non-cheap for Machin... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Hal Finkel | [MachineLICM] A command-line option to hoist even cheap... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Alexey Samsonov | [Sanitizer] Remove the hardcoded limit of address range... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | CodeGen: Use handy new-fangled post-increment, NFC |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Akira Hatanaka | [ARM] Fix a bug in constant island pass that was trigge... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Duncan P. N... | CodeGen: Use range-based for loops, NFC |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Matt Arsenault | Fix fcmp + fabs instcombines when using the intrinsic |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Tobias Grosser | Add support for pointer types in expressions |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Enrico Granata | This patch fixes my think-o in ValueObject::UpdateValue... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Eric Christopher | The Kaleidoscope tutorial should be using "mcjit" for... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Tobias Grosser | Fix a crash in our error reporting |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Lang Hames | [MCJIT] Remove a few redundant MCJIT tests, and drop... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Eric Christopher | Make the TargetMachine in MipsSubtarget a reference... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Eric Christopher | Update include - this class doesn't use the target... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Eric Christopher | Fix a couple of odd formatting issues. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Eric Christopher | This routine is in InstrInfo, there's no need to access... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Ahmed Bougacha | [X86] Reflow comment. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Rafael Espindola | clang-format. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Rafael Espindola | Make this test a bit stricter. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Justin Hibbits | Add saving and restoring of r30 to the prologue and... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Rafael Espindola | Explicitly handle LinkOnceODRAutoHideLinkage. NFC.... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Rafael Espindola | Update naming style and clang-format. NFC. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Manuel Klimek | Improve clang-format.el. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Kristof Beyls | Fix large stack alignment codegen for ARM and Thumb2... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Tom Stellard | R600/SI: Remove SIISelLowering::legalizeOperands() |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Daniel Jasper | clang-format: Force line break between "endl" and ... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Viktor Kutuzov | [Sanitizers] Fix internal_lseek() to work on FreeBSD |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Logan Chien | Frontend: Fix SourceColumnMap assertion failure on... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Elena Demikhovsky | Masked Load/Store - fixed a bug in type legalization. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Michael Kuperstein | Fix a think-o in the test for r225438. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Michael Kuperstein | Fix include ordering, NFC. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Michael Kuperstein | [X86] Don't try to generate direct calls to TLS globals |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Michael Kuperstein | Move SPAdj logic from PEI into the targets (NFC) |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Mohit K. Bhakkad | [LLDB][MIPS] Adding SoftwareBreakpointTrapOpcode and... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Daniel Jasper | clang-format: Improve template parameter detection. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Craig Topper | Fix test case I missed in r225432. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Andrew Wilkins | [llgo] irgen: generate switch instructions |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Craig Topper | [X86] Don't print 'dword ptr' or 'qword ptr' on the... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Jason Molenda | Have AssemblyParse_x86::get_non_call_site_unwind_plan... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Marshall Clow | In early C++11 standard drafts, std::function derived... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Marshall Clow | Add checks to make sure the hash functor has the right... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Saleem Abdulrasool | PE/COFF: add support to import functions in ARM NT |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Jason Molenda | Rearrange RegisterContextLLDB::SavedLocationForRegister... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Richard Trieu | Attempt to fix test from r225423 to get build bots... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Vince Harron | Added documentation for test timeout |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Adrian Prantl | Revert "Reapply: Teach SROA how to update debug info... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Richard Trieu | When the diagnostic text is simply "%0", sanitize the... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Quentin Colombet | [RegAllocGreedy] Introduce a late pass to repair broken... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Ahmed Bougacha | [SelectionDAG] Allow targets to specify legality of... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Nick Lewycky | Remove empty statement. No functionality change. |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Matthias Braun | X86: VZeroUpperInserter: shortcut should not trigger... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Enrico Granata | Fix a problem where a ValueObject could fail to update... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Kevin Enderby | Run clang-format on tools/llvm-objdump/MachODump.cpp... |
commit | commitdiff | tree | snapshot |
2015-01-08 |
Matthias Braun | RegisterCoalescer: Do not remove IMPLICIT_DEFS if they... |
commit | commitdiff | tree | snapshot |
next |