platform/upstream/llvm.git
2015-02-23 Bob WilsonFix incorrect immediate size for AddrModeT2_i8s4 in...
2015-02-23 Benjamin KramerSync the __builtin_expects for our 3 quadratically...
2015-02-23 Johannes Doerfert[FIX] 2 broken tests
2015-02-23 Johannes DoerfertUse ScalarEvolution to create tight bounds on the param...
2015-02-23 Bruno Cardoso... [X86] Add specific mtriple in order to appease builbots
2015-02-23 Ed MasteExit early from DumpELFProgramHeaders if parse fails
2015-02-23 Ed Masteelf-core: correct "no sections" to "no segments."
2015-02-23 Bruno Cardoso... [X86][MMX] Add MMX instructions to foldable tables
2015-02-23 Bruno Cardoso... [X86][MMX] Support folding loads in psll, psrl and...
2015-02-23 Bruno Cardoso... [X86][MMX] Add tests for pslli, psrli and psrai intrinsics
2015-02-23 Elena DemikhovskyAVX-512: recommitted 229837 + bugfix + test
2015-02-23 Johannes Doerfert[NFC] Unify the use of Context.CurRegion
2015-02-23 Elena Demikhovskyrestructured X86 scalar unary operation templates
2015-02-23 Johannes Doerfert[REFACTOR] Replace Pass* from BlockGen by the DomTree
2015-02-23 Shankar Easwaran[ELF][Writer] Use llvm::StringMap instead
2015-02-23 Shankar Easwaran[ELF] Add comments in the ELF reader
2015-02-23 Benjamin Kramer[llvm-pdbdump] Remove unused variables.
2015-02-23 Pavel LabathDisable file descriptor leak tests on python >=2.7.8
2015-02-23 NAKAMURA TakumiOrc/JITSymbol.h requires not "Compiler.h" but "DataType...
2015-02-23 Tamas BerghammerFix the communication in qPlatform_[mkdir,chmod]
2015-02-23 Tamas BerghammerSet error status when failed to catch stop after launch
2015-02-23 Pavel LabathSupport evaluation of DWARF expressions setting CFA
2015-02-23 Pavel LabathUnwindPlan::Row refactor -- add support for CFA set...
2015-02-23 Mohit K. Bhakkad[TSan][Clang][MIPS] Enabled thread option for MIPS64...
2015-02-23 Ed SchoutenUse compiler provided endianness definitions if available.
2015-02-23 Ed SchoutenAdd C11 *_DECIMAL_DIG.
2015-02-23 David MajnemerAsmParser: Check ConstantExpr insertvalue operands...
2015-02-23 Zachary Turner[llvm-pdbdump] Fix builders again.
2015-02-23 Zachary Turner[llvm-pdbdump] Very minor code cleanup.
2015-02-23 Zachary Turner[llvm-pdbdump] Add an option to dump full class definit...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Tidy up the lazy_irgen tutorial...
2015-02-23 Lang Hames[Orc][Kaleidoscope] Remove dead AST map in SessionContext.
2015-02-23 Nico WeberTry to fix reST markup for an external link.
2015-02-23 Nico WeberRemove comment addressed by d0k in r229327.
2015-02-23 Alexander KornienkoFixed script name in the clang-tidy documentation.
2015-02-23 David BlaikieFix Makefile build
2015-02-23 David Blaikie[orc] Add a trivial unit test to get the ball rolling
2015-02-23 Shankar Easwaran[ELF] Add section group/COMDAT support.
2015-02-23 Shankar Easwaran[ELF] Add .gnu.linkonce support.
2015-02-23 David MajnemerAsmParser: Call instructions can't have an alignment
2015-02-22 Shankar Easwaran[Core,MachO,Test] Remove trailing whitespace.
2015-02-22 Shankar Easwaran[ELF] Add symbol to ELFReference.
2015-02-22 Shankar Easwaran[Core] Fix handling of Section Groups.
2015-02-22 Shankar Easwaran[ELF][X86_64] R_X86_64_16 relocation support
2015-02-22 David MajnemerAsmParser: Check ConstantExpr GEP operands for validity
2015-02-22 David Majnemerllvm-pdbdump: Fix gcc/clang build
2015-02-22 Zachary Turner[llvm-pdbdump] Fix a few compilation failures.
2015-02-22 David BlaikieAdd missing header
2015-02-22 Zachary Turner[llvm-pdbdump] Rewrite dumper using visitor pattern.
2015-02-22 Ismail PazarbasiUnix/BSD system calls are prefixed with SYS_ on FreeBSD...
2015-02-22 Zachary Turner[llvm-pdbdump] Simplify options and output.
2015-02-22 David BlaikieRoll condition into an assert then wrap it 'ifndef...
2015-02-22 JF BastienUse common parse routine to read alignment values from...
2015-02-22 Renato GolinRevert "[ASan] Make the argument of '__sanitizer_annota...
2015-02-22 Hal Finkel[LICM] Refactor to expose functionality as utility...
2015-02-22 Simon Pilgrim[DagCombiner] Generalized BuildVector Vector Concatenation
2015-02-22 Hal Finkel[DAGCombine] Don't assume integer-type legailty in...
2015-02-22 Hal Finkel[SDAG] Use correct alignments on expanded vector trunc...
2015-02-22 Dmitri GribenkoRevert r230171 "TSan runtime: unbreak the build with...
2015-02-22 Kuba BreckaWhitespace fix for r230172.
2015-02-22 Kuba BreckaFix gc-test.cc to work under higher -O levels
2015-02-22 Dmitri GribenkoTSan runtime: unbreak the build with ccache
2015-02-22 NAKAMURA TakumiFix a warning on HexagonMCCodeEmitter::MCII. [-Wunused...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts to mark...
2015-02-22 NAKAMURA TakumiRewriteStatepointsForGC.cpp: Fix for -Asserts. [-Wunuse...
2015-02-22 NAKAMURA TakumiLowerBitSets.cpp: Prune incorrect \param(s). [-Wdocumen...
2015-02-22 Chandler CarruthSwitch to use override, fixes -Winconsistent-missing...
2015-02-22 Craig Topper[X86] Add some missing redundant MMX and SSE encodings...
2015-02-22 Zachary TurnerRemove log statements from config scripts.
2015-02-22 Zachary TurnerReally fix the build this time.
2015-02-22 Zachary TurnerAttempt to fix the builders.
2015-02-22 Zachary Turner[llvm-pdbdump] Resubmit "Add some tests for llvm-pdbdump".
2015-02-22 Larisse VoufoRelax the requirement on sized deallocation a bit:...
2015-02-22 Larisse VoufoFix typo.
2015-02-22 Larisse VoufoMove -fdefine-sized-deallocation and -fno-sized-dealloc...
2015-02-22 Davide Italiano[ELF] Teach GNU Driver about --stats.
2015-02-22 David MajnemerCOFF: Add 'IMAGE_SCN_CNT_INITIALIZED_DATA' to all DWARF...
2015-02-22 David MajnemerCOFF: Consistently format the DWARF sections
2015-02-22 Lang Hames[Orc] Remove redundant using directive.
2015-02-22 Lang Hames[Orc] Add header comment to IndirectionUtils.cpp.
2015-02-22 Nico WeberRemove two unused methods. No behavior change.
2015-02-21 Sanjoy DasIRCE: generalize InductiveRangeCheck::computeSafeIterat...
2015-02-21 Sanjoy DasIRCE: use SCEVs instead of llvm::Value's for intermediate
2015-02-21 Matt ArsenaultR600/SI: Use v_madmk_f32
2015-02-21 Matt ArsenaultR600/SI: Try to use v_madak_f32
2015-02-21 Matt ArsenaultR600/SI: Don't crash when getting immediate operand...
2015-02-21 Matt ArsenaultR600/SI: Fix mad*k definitions
2015-02-21 Simon Pilgrim[X86][SSE] Added shuffle based integer zero extension...
2015-02-21 Justin Bognerdocs: Mention that assertions must be enabled to use...
2015-02-21 Lang Hames[Orc] Move Orc code into a namespace (llvm::orc), updat...
2015-02-21 Benjamin KramerMachineInstr: Use range-based for loops. NFC.
2015-02-21 Benjamin KramerCalling memmove on a MachineOperand is totally safe.
2015-02-21 Johannes DoerfertRemove leftover code
2015-02-21 Shankar Easwaran[ELF] Remove FIXME(s) that are already fixed.
2015-02-21 Shankar Easwaran[ELF][Writer] Use Path to create AtomSection.
2015-02-21 Benjamin KramerRemove dead prototype.
2015-02-21 Benjamin KramerX86: Remove custom lowering of SIGN_EXTEND_INREG
2015-02-21 Eric ChristopherUnconditionally create a new MCInstrInfo in the asm...
2015-02-21 Eric ChristopherRemove obsolete comment.
2015-02-21 Eric ChristopherHave the MipsAsmPrinter fp stub emission code take...
next