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 |
2015-01-07 |
Matthias Braun | RegisterCoalescer: Fix valuesIdentical() in some subran... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Wrap to 80 columns. No behavior change. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Matthias Braun | LiveInterval: Implement feedback by Quentin Colombet. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Philip Reames | [GC] improve testing around gc.relocate and fix a test |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Ahmed Bougacha | [CodeGen] Add MVT::isValid to replace manual validity... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tom Stellard | R600/SI: Commute instructions to enable more folding... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Nico Weber | Add help text for mmacosx-version-min=, mios-version... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Marshall Clow | Missed a typename |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Greg Clayton | Fix inlined test cases so they print out the correct... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Duncan P. N... | IR: Add MDNode::getDistinct() |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tom Stellard | R600/SI: Only fold immediates that have one use |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Sean Silva | Test commit. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Marshall Clow | libc++ implements its' hash objects as deriving from... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Marshall Clow | In C++03, a bunch of the arithmetic/logical/comparison... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Duncan P. N... | IR: Add MDNode::isDistinct() |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Sean Silva | [LangRef] PR22118: Hyphen is allowed in IR identifiers. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Adrian Prantl | Update a comment. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Vince Harron | lldb-platform - static link all llvm dependencies |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Duncan P. N... | Linker: Don't use MDNode::replaceOperandWith() |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tobias Grosser | todo: Remove some redundant topics |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Chandler Carruth | Test commit to check the new git mirror. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Alexey Samsonov | XFAIL several MCJIT EH tests under ASan and MSan bootstrap. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Ahmed Bougacha | [CodeGen] Use MVT iterator_ranges in legality loops... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tobias Grosser | www: Make sure the main content pane does not overlap... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tobias Grosser | todo: Adding native OpenSCoP support to Polly does... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Kaelyn Takata | Handle OpaqueValueExprs more intelligently in the Trans... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tobias Grosser | Add updated TODO list |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Ahmed Bougacha | [CodeGen] Add iterator_range for the MVT::SimpleValueTy... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Alexey Samsonov | Fix uninitialized memory read in llvm-dsymutil for... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Rafael Espindola | Add a test that would have found the issue in r224935. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Chandler Carruth | [git] Mark the llgo directory in the LLVM gitignore. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Kevin Enderby | Slightly refactor things for llvm-objdump and the ... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Tom Stellard | R600/SI: Remove VReg_32 register class |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Marshall Clow | Add tests to check the typedefs from the result of... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Olivier Sallenave | More FMA folding opportunities. |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Adrian Prantl | Reapply: Teach SROA how to update debug info for fragme... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Adrian Prantl | Debug info: Allow aggregate types to be described by... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Colin LeMahieu | [Hexagon] Fix 225372 USR register is not fully complete... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Marshall Clow | Missed one comparison test in r225375 |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Marshall Clow | In C++03, a bunch of the arithmetic/logical/comparison... |
commit | commitdiff | tree | snapshot |
2015-01-07 |
Colin LeMahieu | [Hexagon] Adding floating point classification and... |
commit | commitdiff | tree | snapshot |
next |