oota-llvm.git
2015-02-03 Kostya Serebryany[fuzzer] Add proper dependensices to the fuzzer tests
2015-02-03 Chandler Carruth[x86] Add two truly horrific test cases for the new...
2015-02-03 Chandler Carruth[x86] Update the indent and layout of some tests in...
2015-02-03 Duncan P. N... AsmParser: Recognize DW_TAG_* constants
2015-02-03 Duncan P. N... IR: Assembly and bitcode for GenericDebugNode
2015-02-03 Marek OlsakR600/SI: Remove the -CHECK suffix from all FileCheck...
2015-02-03 Marek OlsakR600/SI: Remove useless patterns in VALU which are...
2015-02-03 Marek OlsakR600/SI: Rewrite VOP1InstSI to contain a pseudo and...
2015-02-03 Marek OlsakR600/SI: Fix B64 VALU shifts on VI
2015-02-03 Justin BognerInstrProf: Remove CoverageMapping::HasCodeBefore, it...
2015-02-03 Chandler Carruth[x86] Tweak my update script to use test case function...
2015-02-03 Duncan P. N... Support: Add string => unsigned mapping for DW_TAG
2015-02-03 Duncan P. N... Support: Re-implement dwarf::TagString() using a .def...
2015-02-03 Duncan P. N... Support: Stop stringifying DW_TAG_{lo,hi}_user
2015-02-03 Simon PilgrimFixed signed/unsigned comparison warning.
2015-02-03 Colin LeMahieu[Hexagon] Converting XTYPE/SHIFT intrinsics. Cleaning...
2015-02-03 Simon PilgrimFixed unused variable warning.
2015-02-03 Daniel BerlinAllow PRE to insert no-cost phi nodes
2015-02-03 Simon Pilgrim[X86][SSE] Added general integer shuffle matching for...
2015-02-03 Colin LeMahieu[Hexagon] Updating XTYPE/PRED intrinsics.
2015-02-03 Kostya Serebryany[fuzzer] update the include line to use the new header...
2015-02-03 Jingyue WuAdd straight-line strength reduction to LLVM
2015-02-03 Colin LeMahieu[Hexagon] Updating XTYPE/PERM intrinsics.
2015-02-03 Simon Pilgrim[X86][AVX2] Enabled shuffle matching for the AVX2 zero...
2015-02-03 Rafael EspindolaFix duplicated symbol error.
2015-02-03 Rafael EspindolaFix typo in test/CodeGen/X86/sibcall.ll (pr22331).
2015-02-03 Colin LeMahieu[Hexagon] Adding missing vector multiply instruction...
2015-02-03 Sanjay PatelMerge consecutive 16-byte loads into one 32-byte load...
2015-02-03 Sanjay Patelremove variable names from comments; NFC
2015-02-03 Manman Ren[LTO API] split lto_codegen_compile to lto_codegen_opti...
2015-02-03 Hans WennborgFix ProgramFiles path for 64-bit Windows installer
2015-02-03 Colin LeMahieu[Hexagon] Converting complex number intrinsics and...
2015-02-03 Colin LeMahieu[Hexagon] Adding vector intrinsics for alu32/alu and...
2015-02-03 Adam Nemet[LoopVectorize] Fix rebase glitch in r227751
2015-02-03 Jingyue WuRemove usernames from TODOs, NFC
2015-02-03 Marek OlsakR600/SI: Don't generate non-existent LSHL, LSHR, ASHR...
2015-02-03 Marek OlsakR600/SI: Remove VOP2_REV definitions from target-specif...
2015-02-03 Marek OlsakR600/SI: Trivial instruction definition corrections...
2015-02-03 Marek OlsakR600/SI: Determine target-specific encoding of READLANE...
2015-02-03 Marek OlsakR600/SI: Fix dependency between instruction writing...
2015-02-03 Sanjay PatelFix program crashes due to alignment exceptions generat...
2015-02-03 Bill SchmidtDisable 32-bit tests in tls-pic.ll until they can be...
2015-02-03 Bill SchmidtFurther revise too-restrictive test CodeGen/PowerPC...
2015-02-03 Bill SchmidtFurther revise too-restrictive test CodeGen/PowerPC...
2015-02-03 Bill SchmidtRevise too-restrictive test CodeGen/PowerPC/tls-pic.ll
2015-02-03 Bill Schmidt[PowerPC] Yet another approach to __tls_get_addr
2015-02-03 Sanjay PatelImprove test to actually check for a folded load.
2015-02-03 Bruno Cardoso... [X86][MMX] Improve transfer from mmx to i32
2015-02-03 Renato GolinAdding AArch64 support to ASan instrumentation
2015-02-03 Craig Topper[X86] Make fxsave64/fxrstor64/xsave64/xsrstor64/xsaveop...
2015-02-03 Craig Topper[X86] Add Requires[In64BitMode] around MOVSX64rr32...
2015-02-03 Eric ChristopherOnly access TLOF via the TargetMachine, not TargetLowering.
2015-02-03 Eric ChristopherDefine a runOnMachineFunction for the Hexagon AsmPrinte...
2015-02-03 Eric ChristopherMigrate away from using a Subtarget except for the...
2015-02-03 Lang Hames[PBQP Regalloc] Pre-spill vregs that have no legal...
2015-02-03 NAKAMURA TakumiResurrect initializers for NumLoads and NumStores in...
2015-02-03 Andrew KaylorReally, really, really don't build llvm-pdbdump on...
2015-02-03 Rafael EspindolaPropagate a better error message to the C api.
2015-02-03 Rafael EspindolaUse a non-fatal diag handler in the C API. FIxes PR22368.
2015-02-03 Justin BognerInstrProf: Simplify RawCoverageMappingReader's API...
2015-02-03 Justin BognerInstrProf: Simplify some logic by using ArrayRef::slice...
2015-02-02 Alex RosenbergRevert part of r227437 as it was unnecessary. Thanks...
2015-02-02 Eric ChristopherMigrate to using the subtarget on the machine function...
2015-02-02 Eric ChristopherUse the function template getSubtarget off of the machi...
2015-02-02 Eric ChristopherUse the cached subtarget on the MachineFunction.
2015-02-02 Eric ChristopherRemove dead header.
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Justin BognerInstrProf: Remove an unused header (NFC)
2015-02-02 Eric ChristopherRemove dead code in the HexagonMCInst classes. This...
2015-02-02 Eric Christopher80-col fixup.
2015-02-02 Eric ChristopherRemove unused class variables and update all callers...
2015-02-02 Eric ChristopherMigrate the HexagonSplitConst32AndConst64 pass from...
2015-02-02 Eric ChristopherRemove #if'd code and update comment.
2015-02-02 Eric ChristopherMove HexagonMachineScheduler to use the subtarget off...
2015-02-02 Eric ChristopherCache and use the subtarget that owns the target lowering.
2015-02-02 Bruno Cardoso... [X86][MMX] Add tests for MMX extract element
2015-02-02 Bruno Cardoso... [X86][MMX] Cleanup shuffle, bitcast and insert element...
2015-02-02 Alexei Starovoitovbpf: Use the getSubtarget call off of the MachineFuncti...
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-02 Duncan P. N... Fix the -Werror build, NFC
2015-02-02 Duncan P. N... IR: Allow GenericDebugNode construction from MDString
2015-02-02 Duncan P. N... IR: Extract DEFINE_MDNODE_GET(), NFC
2015-02-02 Duncan P. N... IR: Separate helpers for string operands, NFC
2015-02-02 Lang Hames[Orc] Make OrcMCJITReplacement::addObject calls transfe...
2015-02-02 Rafael EspindolaMove simple case earlier and use a continue.
2015-02-02 Eric ChristopherMigrate HexagonISelDAGToDAG to setting a subtarget...
2015-02-02 Eric ChristopherUse the getSubtarget call off of the MachineFunction...
2015-02-02 Eric ChristopherRemove unused class variables and update calls to get...
2015-02-02 Eric ChristopherSink queries into asserts since the variable is unused...
2015-02-02 Duncan P. N... IR: Split out DebugInfoMetadata.h, NFC
2015-02-02 Eric ChristopherUpdate CMake build for removed files.
2015-02-02 Eric ChristopherGet TargetRegisterInfo and TargetInstrInfo off of the...
2015-02-02 Eric ChristopherUse the function template getSubtarget to remove an...
2015-02-02 Eric ChristopherGrab TargetInstrInfo off of the MachineFunction and...
2015-02-02 Eric ChristopherRemove unused files.
2015-02-02 David BlaikieSTLExtras: Provide less/equal functors with templated...
2015-02-02 Adrian PrantlDebug Info: Relax assertion in isUnsignedDIType() to...
2015-02-02 Duncan P. N... Fix some file headers, NFC
2015-02-02 Duncan P. N... Support: Add missing header to BlockFrequencyTest.cpp...
next