oota-llvm.git
2014-01-09 Rafael EspindolaUse the existing typedef to avoid forming a reference...
2014-01-09 Andrew Trickllvm.experimental.stackmap: fix encoding of large const...
2014-01-09 David BlaikieSimplify/collapse/denest a conditions/blocks.
2014-01-08 David Blaikiellvm-dwarfdump: reorder dwo sections to immediately...
2014-01-08 Rafael EspindolaFix the C++03 build.
2014-01-08 Rafael EspindolaUse getError and remove the error_code operator.
2014-01-08 Chandler CarruthRemove vestigal bits of MC from the mangler. It no...
2014-01-08 Hal FinkelConservatively handle multiple MMOs in MIsNeedChainEdge
2014-01-08 Matt ArsenaultMove declaration of variables down to first use.
2014-01-08 Matt ArsenaultAdd missing definitions of key_type and value_type...
2014-01-08 Rafael EspindolaAdd get and getError methods to ErrorOr.
2014-01-08 Ana Pazos[AArch64][NEON] Added UXTL and UXTL2 instruction aliases
2014-01-08 Roman DivackyForce emit a relocation for @gnu_indirect_function...
2014-01-08 David Woodhouse[x86] Remove OpSize16 flag from MOV32r0
2014-01-08 Andrea Di BiagioTeach the DAGCombiner how to fold 'vselect' dag nodes...
2014-01-08 Rafael EspindolaAdd missing rename from the previous commit.
2014-01-08 Rafael EspindolaRename get to getStorage and getError to getErrorStorage.
2014-01-08 Lang HamesAdd missing test case for r198737.
2014-01-08 Nico RieckRemove mention of old deleted test scripts from testing...
2014-01-08 Richard Sandiford[DAGCombiner] Factor duplicated rotate code into a...
2014-01-08 Alp Tokerlit: Provide file location in cfg error messages
2014-01-08 David Woodhouse[x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8
2014-01-08 David Woodhouse[x86] Add JMP_2 and other 16-bit PC-relative branch...
2014-01-08 David Woodhouse[x86] Do not relax PUSHi16 to PUSHi32 (PR18414)
2014-01-08 David Woodhouse[x86] Make AsmParser validate registers for memory...
2014-01-08 David Woodhouse[x86] Fix MOV8ao8 et al for 16-bit mode, fix up disasse...
2014-01-08 David Woodhouse[x86] Use 16-bit addressing where possible in 16-bit...
2014-01-08 David Woodhouse[x86] Fix JCXZ,JECXZ_32 for 16-bit mode
2014-01-08 David Woodhouse[x86] Disambiguate RET[QL] and fix aliases for 16-bit...
2014-01-08 David Woodhouse[x86] Disambiguate [LS][IG]DT{32,64}m and add 16-bit...
2014-01-08 David Woodhouse[x86] Add JMP16[rm],CALL16[rm] instructions, and fix...
2014-01-08 David Woodhouse[x86] Add PUSHA16,POPA16 instructions, and fix aliases...
2014-01-08 David Woodhouse[x86] Add OpSize16 to instructions that need it
2014-01-08 Rafael EspindolaUse -std=gnu99 in tools/llvm-c-test/CMakeLists.txt
2014-01-08 Alp TokerCMake: Provide LLVM_PLUGIN_EXT definition
2014-01-08 Elena DemikhovskyAVX-512: Added more intrinsics for pmin/pmax, pabs...
2014-01-08 Iain Sandoe[patch] Adjust behavior of FDE cross-section relocs...
2014-01-08 Kevin Qin[AArch64 NEON] Fix generating incorrect value type...
2014-01-08 Venkatraman... [SparcV9] Rename operands in some sparc64 instructions...
2014-01-08 Venkatraman... [Sparc] Correct the mask for fixup_sparc_br19.
2014-01-08 Venkatraman... [Sparc] Add support for parsing branch instructions...
2014-01-08 Lang HamesRe-apply r196639: Add support for archives and object...
2014-01-08 Saleem Abdulrasooltests: disable ARM unwinding tests if ARM is unavailable
2014-01-08 Saleem AbdulrasoolARM IAS: properly handle expression operands
2014-01-08 Saleem Abdulrasoolllvm-readobj: add support for ARM EHABI unwind info
2014-01-08 Hao LiuFix a bug about generating undef operand when optimisin...
2014-01-08 David Woodhouse[x86] Kill gratuitous X86_{32,64}TargetMachine subclass...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Roman DivackyIn the ELFWriter when writing aliased (.set) symbols...
2014-01-07 Cameron McInallyFix uninitialized variable warning in DataLayout.
2014-01-07 Rafael EspindolaDon't assert with private type info variables.
2014-01-07 Benjamin KramerEmit arange padding with a single directive.
2014-01-07 David PeixottoAdd ARM fconsts/fconstd aliases for vmov.f32/vmov.f64
2014-01-07 Logan Chien[arm] Fix an incorrect comment in ARMUnwindOpAsm.h.
2014-01-07 Chandler CarruthTry to fix the windows build. The comments in other...
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-07 Hao Liu[AArch64]Add support to spill/fill D tuples such as...
2014-01-07 NAKAMURA Takumi[CMake] Introduce llvm_update_compile_flags(target_name...
2014-01-07 Hao Liu[AArch64]Add support to copy D tuples such as DPair...
2014-01-07 Venkatraman... [Sparc] Add support for parsing sparc asm modifiers...
2014-01-07 Andrew TrickFix for PR18396: Assertion: MO->isDead "Cannot fold...
2014-01-07 Andrew TrickReapply r198654 "indvars: sink truncates outside the...
2014-01-07 Kevin Qin[AArch64 NEON] Fixed incorrect immediate used in BIC...
2014-01-07 Saleem AbdulrasoolARM IAS: allow more depth in contextual diagnostics
2014-01-07 Saleem AbdulrasoolARM IAS: refactor unwind context
2014-01-07 Saleem AbdulrasoolARM Streamer: print out tag names
2014-01-07 Saleem AbdulrasoolARM IAS: improve .eabi_attribute handling
2014-01-07 Saleem AbdulrasoolMCParser: introduce Note and use it for ARM AsmParser
2014-01-07 Mingjie XingFix comment of findGCD.
2014-01-07 Andrew TrickRevert "indvars: sink truncates outside the loop."
2014-01-07 Venkatraman... [Sparc] Add support for parsing memory operands in...
2014-01-07 Andrew Trickindvars: sink truncates outside the loop.
2014-01-07 Andrew Trick80 col. comment.
2014-01-06 Jack Carter[Mips] TargetStreamer Support for .abicalls and .set...
2014-01-06 Kevin EnderbyFor the 'C' disassembler API, add a new ReferenceType...
2014-01-06 Rafael EspindolaImprove documentation of the 'a' specifier and the...
2014-01-06 Matt ArsenaultFix c++ mode comments
2014-01-06 Andrew TrickReapply r198478 "Fix PR18361: Invalidate LoopDispositio...
2014-01-06 Jean-Daniel... Introduce a cmake LLVM_ENABLE_LIBCXX build parameter...
2014-01-06 Rafael EspindolaRemove dead code.
2014-01-06 Tim NorthoverARM MachO: sort out isTargetDarwin/isTargetIOS/......
2014-01-06 Robert LyttonXCore Target: correct callee save register spilling...
2014-01-06 Robert LyttonXCore target: Lower EH_RETURN
2014-01-06 Robert LyttonXCore target: Lower FRAME_TO_ARGS_OFFSET
2014-01-06 Robert LyttonXCore target: Lower RETURNADDR
2014-01-06 Robert LyttonXCore target: Optimise entsp / retsp selection
2014-01-06 Robert LyttonXCore target: Refactor LR handling
2014-01-06 Robert LyttonXCore target: Refactor the loading of constants into...
2014-01-06 Robert LyttonXCore target: fix handling of unsized global arrays...
2014-01-06 Tim NorthoverARM: keep special non-AEABIness of "-darwin-eabi" tripl...
2014-01-06 Elena DemikhovskyAVX-512: added intrinsic vcvtpd2ps (with rounding mode...
2014-01-06 Venkatraman... [Sparc] Explicitly cast -1 to unsigned to fix buildbot...
2014-01-06 Venkatraman... [Sparc] Add initial implementation of disassembler...
2014-01-06 David MajnemerMC: Fatally error if subtraction operand is bad
2014-01-06 Craig TopperThe rest of r198588. Remove SegOvrBits from X86 TSFlags...
2014-01-06 Craig TopperRemove SegOvrBits from X86 TSFlags since they weren...
2014-01-06 Craig TopperRemove argument to fix build bot failure.
2014-01-06 Craig TopperAdd OpSize16 bit, for instructions which need 0x66...
2014-01-06 Bill WendlingRemove unnecessary #includes.
next