oota-llvm.git
2013-07-09 Peter CollingbourneImplement categories for special case lists.
2013-07-09 Peter CollingbourneAdd some SpecialCaseList unit tests.
2013-07-09 Peter CollingbourneIntroduce a SpecialCaseList ctor which takes a MemoryBu...
2013-07-09 Peter CollingbourneRename BlackList class to SpecialCaseList and move...
2013-07-09 David MajnemerInstSimplify: X >> X -> 0
2013-07-09 Adrian Prantlmove test into the appropriate subdir.
2013-07-09 Adrian PrantlTypo.
2013-07-09 Nadav RotemFix PR16571, which is a bug in the code that checks...
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-07-09 Michael GottesmanFixed up the comments in FastISel.h so that they confor...
2013-07-09 Michael GottesmanAdded "mode: c++" to FastISel.h header.
2013-07-09 Stephen LinAppease buildbots after r185956: just set -mcpu explici...
2013-07-09 Stephen LinAppease Atom buildbot after r185956 (explicitly turn...
2013-07-09 Hal FinkelWidenVecRes_BUILD_VECTOR must use the first operand...
2013-07-09 Bill Schmidt[PowerPC] Better fix for PR16556.
2013-07-09 Stephen LinAttempt to appease buildbot after r185956 by explicitly...
2013-07-09 Stephen LinAArch64/PowerPC/SystemZ/X86: This patch fixes the inter...
2013-07-09 Hal FinkelDon't crash in SE dealing with ashr x, -1
2013-07-09 David MajnemerValueTracking: Fix bugs in isKnownToBeAPowerOfTwo
2013-07-09 Nadav RotemSet the default insert point to the first instruction...
2013-07-09 Nadav RotemIRBuilder: add an assertion that checks if we try to...
2013-07-09 Hal FinkelDAGCombine tryFoldToZero cannot create illegal types...
2013-07-09 Ulrich Weigand[PowerPC] Revert r185476 and fix up TLS variant kinds
2013-07-09 Vincent LejeuneR600: Do not predicated basic block with multiple alu...
2013-07-09 Vincent LejeuneR600: Fix a rare bug where swizzle optimization returns...
2013-07-09 Vincent LejeuneR600: Fix wrong export reswizzling
2013-07-09 Vincent LejeuneR600: Use DAG lowering pass to handle fcos/fsin
2013-07-09 Vincent LejeuneR600: Print Export Swizzle
2013-07-09 Rafael EspindolaAdd missing getters. They will be used in llvm-ar.
2013-07-09 Rafael EspindolaArchive members cannot be larger than 4GB. Return a...
2013-07-09 Rafael EspindolaWe never compare iterators from two archives. Assert...
2013-07-09 Rafael EspindolaAdd getHeader helper and move ToHeader to the cpp file.
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{A, N...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VRINT{Z, X...
2013-07-09 Alexey SamsonovDocument LLVM_USE_SANITIZER CMake option
2013-07-09 Ulrich Weigand[PowerPC] Support ".machine any"
2013-07-09 Alexander PotapenkoRevert r185872 - "Stop emitting weak symbols into the...
2013-07-09 Joey GoulyAdd MC assembly/disassembly support for VCVT{A, N,...
2013-07-09 Richard Sandiford[SystemZ] Use MVC for simple load/store pairs
2013-07-09 Richard Sandiford[SystemZ] Use "STC;MVC" for memset
2013-07-09 David MajnemerInstCombine: Fix typo in comment for visitICmpInstWithI...
2013-07-09 David MajnemerInstCombine: variations on 0xffffffff - x >= 4
2013-07-09 David MajnemerInstCombine: X & -C != -C -> X <= u ~C
2013-07-09 Ulrich Weigand[PowerPC] Support .llong and fix .word
2013-07-09 David MajnemerCommit r185909 was a misapplied patch, fix it
2013-07-09 David MajnemerInstCombine: add more transforms
2013-07-09 Hal FinkelPPC: Allocate RS spill slot for unaligned i64 load...
2013-07-09 Rafael EspindolaCompute the size of an archive member in the constructor.
2013-07-09 Rafael EspindolaRemove declare but not implemented methods.
2013-07-09 Rafael EspindolaMove some code out of line. No functionality change.
2013-07-09 Jim GrosbachX86: Add comment.
2013-07-09 Jim GrosbachX86 fast-isel: Avoid explicit AH subreg reference for...
2013-07-09 Sean SilvaMake BinaryRef output correctly in case of empty data.
2013-07-09 Stephen LinStyle fixes: remove unnecessary braces for one-statemen...
2013-07-09 Eric ChristopherRevert "DebugInfo: remove unused helper function getDIC...
2013-07-08 Eli BenderskyFix comment
2013-07-08 Nadav RotemThis patch changes the saved IRBuilder insert point...
2013-07-08 Michael Gottesman[objc-arc] Fix assertion in EraseInstruction so that...
2013-07-08 Nadav RotemFix a bug in IRBuilder::ClearInsertionPoint. The IR...
2013-07-08 Bill WendlingDon't run internalize if we're outputing bit-code and...
2013-07-08 Manman RenDebugInfo: remove unused helper function getDIComposite...
2013-07-08 Eric ChristopherCEHCK->CHECK typo fix.
2013-07-08 Eric ChristopherFix up whitespace.
2013-07-08 Bill WendlingStop emitting weak symbols into the "coal" sections.
2013-07-08 Eric ChristopherNo ',' between programs.
2013-07-08 Eric ChristopherUpdate comment to avoid mentioning DbgValues which...
2013-07-08 Manman RenRevert r185852.
2013-07-08 Matt ArsenaultFind xdot or xdot.py.
2013-07-08 Matt ArsenaultAllow llvm_find_program to find alternate names
2013-07-08 Ulrich Weigand[PowerPC] Always use "assembler dialect" 1
2013-07-08 Hal FinkelPPC: Mark vector CC action for SETO and SETONE as Expand
2013-07-08 Benjamin KramerIR headers moved to llvm/IR some aeons ago, update...
2013-07-08 Joey GoulyAdd a comment to this change, requested by Eric Christo...
2013-07-08 Manman RenStringRef: add DenseMapInfo for StringRef.
2013-07-08 Argyrios Kyrtzidis[ADT/NullablePtr] Allow implicit conversion of Nullable...
2013-07-08 Reid KlecknerReland "Use Clang's __has_* macros in Compiler.h ....
2013-07-08 Stephen LinUpdate docs to say that a FunctionPass should not inspe...
2013-07-08 Manman RenDebug Info: clean up usage of Verify.
2013-07-08 Jim GrosbachARM: Improve codegen for generic vselect.
2013-07-08 David BlaikieDebugInfo: Correct comment & re-format a nearby loop
2013-07-08 Shuxin Yang Fix a SCEV update problem.
2013-07-08 David BlaikieDebugInfo: Simplify Address Pool index handling.
2013-07-08 Quentin ColombetRevert: "Use Clang's __has_* macros in Compiler.h to...
2013-07-08 Hal FinkelPPC: Mark vector FREM as Expand by default
2013-07-08 Rafael Espindolaclang-format this enum.
2013-07-08 Rafael EspindolaWe now always create files with the correct permissions...
2013-07-08 Reid KlecknerAttempt to fix Compiler.h for some self-hosting bots
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-08 Reid KlecknerUse Clang's __has_* macros in Compiler.h to test for...
2013-07-08 Rafael EspindolaCreate files with the correct permission instead of...
2013-07-08 Ulrich Weigand[PowerPC] Support time base instructions
2013-07-08 Ulrich Weigand[PowerPC] Support basic compare mnemonics
2013-07-08 Manuel KlimekFixes problem when calling llvm-ar from an unmodifiable...
2013-07-08 Hal FinkelImprove the comment from r185794 (re: PromoteIntRes_BUI...
2013-07-08 Bill Schmidt[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_...
2013-07-08 Reid KlecknerConvert an OCaml binding grep test to FileCheck
2013-07-08 David MajnemerInstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
2013-07-08 Nico RieckReuse %rax after calling __chkstk on win64
2013-07-08 Nico RieckRevert "Proper va_arg/va_copy lowering on win64"
2013-07-08 Richard Sandiford[SystemZ] Remove unwanted part from last commit
next