oota-llvm.git
2015-06-16 Craig Topper[TableGen] Remove unused method declaration. NFC
2015-06-16 Philip ReamesRevert 239795
2015-06-16 Ahmed Bougacha[AArch64] Generalize extract-high DUP extension to...
2015-06-16 Ahmed Bougacha[AArch64] Robustize neon-2velem-high test. NFC.
2015-06-16 Philip ReamesMove logic from JumpThreading into LazyValue info to...
2015-06-16 Duncan P. N... modules: Add explicit dependency on intrinsics_gen
2015-06-16 Philip Reames[InstCombine] Propagate non-null facts to call parameters
2015-06-16 Duncan P. N... modules: Mark CodeGen/DIEValues.def as a textual inclusion
2015-06-16 Duncan P. N... modules: Move ProfileKinds to an anonymous namespace
2015-06-16 Alex LorenzMIR Serialization: Print and parse simple machine funct...
2015-06-15 Alex LorenzMIR Serialization: move the MIR printer out of the...
2015-06-15 Reid Kleckner[X86] Try to shorten dwarf CFI emission
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Alex LorenzMIR Serialization: Create dummy functions when the...
2015-06-15 Alex LorenzMIR Serialization: Report an error when machine functio...
2015-06-15 Peter CollingbourneAdd safestack attribute to LLVMAttribute enum and Go...
2015-06-15 Colin LeMahieu[Hexagon] Using readobj rather than objdump.
2015-06-15 Colin LeMahieu[Hexagon] PC-relative offsets are relative to packet...
2015-06-15 Simon Pilgrim[X86][SSE] Added tests for vector i8/i16 to f32/f64...
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Rafael EspindolaDon't indent inside a namespace. NFC.
2015-06-15 Rafael EspindolaReplace @ with the more common \. NFC.
2015-06-15 Rafael EspindolaDon't repeat names in comments and start functions...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Eric ChristopherRemove duplicate conditional in if-stmt.
2015-06-15 Rafael EspindolaCleanup the constructor of BitcodeReader. NFC.
2015-06-15 Sanjoy DasAdd "REQUIRES: asserts" to test case that uses -debug...
2015-06-15 Sanjoy DasUnbreak docs build from r239740.
2015-06-15 Sanjoy DasUnbreak the build from r239740.
2015-06-15 Colin LeMahieu[Hexagon] Moving pass declarations out of header and...
2015-06-15 Sanjoy Das[CodeGen] Add a pass to fold null checks into nearby...
2015-06-15 Sanjoy Das[TargetInstrInfo] Add new hook: AnalyzeBranchPredicate.
2015-06-15 Sanjoy Das[TargetInstrInfo] Rename getLdStBaseRegImmOfs and imple...
2015-06-15 Sanjoy Das[CodeGen] Introduce a FAULTING_LOAD_OP pseudo-op.
2015-06-15 Sanjoy Das[NFC] Extract X86MCInstLower::LowerMachineOperand.
2015-06-15 Yaron KerenDe-duplicate common expression, NFC.
2015-06-15 Yaron KerenRangify several for loops, NFC.
2015-06-15 Evgeny AstigeevichOn behalf of Alexandros Lamprineas:
2015-06-15 Benjamin Kramer[LinkerTest] Use LLVMDisposeMessage to free error string.
2015-06-15 Rafael EspindolaAvoid a "always true" warning from gcc.
2015-06-15 Rafael Espindolagold-plugin: save the .o when given -save-temps.
2015-06-15 Daniel SandersRevert r239721 - Replace string GNU Triples with llvm...
2015-06-15 Daniel SandersReplace string GNU Triples with llvm::Triple in InitMCO...
2015-06-15 Arnaud A. de... [MachineSink] Improve runtime performance. NFC.
2015-06-15 Jingyue Wu[ValueTracking] do not overwrite analysis results alrea...
2015-06-15 Rui Ueyama[Support][Endian] Define |= and &= for u{big,little...
2015-06-15 Hao Liu[AArch64] Delete two empty files, which should be remov...
2015-06-15 Hao Liu[AArch64] Revert r239711 again. We need to discuss...
2015-06-15 Hao Liu[AArch64] Match interleaved memory accesses into ldN...
2015-06-14 NAKAMURA Takumi[CMake] Try to fix r239612, not to miss resources/windo...
2015-06-14 Benjamin Kramer[InstSimplify] fsub nnan x, x -> 0.0 is valid without...
2015-06-14 Benjamin Kramer[InstSimplify] Add self-fdiv identities for -ffinite...
2015-06-14 Igor BregerAVX-512: Implemented DAG lowering for shuff62x2/shufi62...
2015-06-14 Michael KupersteinAdd support for parsing the XOR operator in Intel synta...
2015-06-14 Igor BregerAVX-512: Implemented cvtsi2ss/d cvtusi2ss/d instruction...
2015-06-14 NAKAMURA TakumiAsmPrinter.cpp: Avoid crashes for targeting like "arm...
2015-06-14 NAKAMURA TakumiReformat.
2015-06-13 Colin LeMahieu[Hexagon] Adding some codegen tests and updating some...
2015-06-13 Benjamin Kramer[Statepoints] Skip a vector copy when uniquing values.
2015-06-13 Benjamin Kramer[ExecutionEngine] ArrayRefize argument passing.
2015-06-13 Yaron KerenC++11 Rangify loops in AssemblyWriter::printModule...
2015-06-13 Rafael EspindolaDon't use std::errc.
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP(BSWAP(x)) -> x combine pattern.
2015-06-13 Sanjay Patelhoist loop-invariant; NFCI
2015-06-13 Sanjay Patelremove function names from comments and clean up; NFC
2015-06-13 Simon Pilgrim[SelectionDAG] Added assertions + UNDEF handling for...
2015-06-13 Sanjay Patelremove unnecessary casts; NFCI
2015-06-13 Simon Pilgrim[DAGCombiner] Added BSWAP vector constant folding support.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Benjamin Kramer[LinkerTest] Don't leak error string.
2015-06-13 Simon PilgrimStripped trailing whitespace. NFC.
2015-06-13 Rafael EspindolaBring in a BumpPtrStringSaver from lld and simplify...
2015-06-13 Eric Fiselier[LIT] Fix failing LIT tests
2015-06-13 Tom StellardAMDGPU: s/R600/AMDGPU/ in the Makefiles
2015-06-13 Tom Stellardconfigure: Remove non-portable fall-through operator: ;&
2015-06-13 Matthias BraunRename TargetSubtargetInfo::enablePostMachineScheduler...
2015-06-13 Matthias BraunMachineLICM: Use TargetSchedModel instead of just itine...
2015-06-13 Tom StellardR600 -> AMDGPU rename
2015-06-13 Matt WalaRevert 239644.
2015-06-12 Tim NorthoverAArch64: map bare-metal arm64-macho triple to MachO...
2015-06-12 Eli BenderskyFix returning error message in LLVMLinkModules
2015-06-12 Lang Hames[Orc] Tidy up initialization based on review feedback...
2015-06-12 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-06-12 Lang Hames[Orc] Tidy up the CompileOnDemand layer based on commit...
2015-06-12 Lang Hames[Orc] Fix a bug in the CompileOnDemand layer where...
2015-06-12 Tom StellardR600/SI: Add assembler support for FLAT instructions
2015-06-12 Yaron KerenRangify several for loops in ValueEnumerator constructor.
2015-06-12 Colin LeMahieu[Hexagon] Making intrinsic tests agnostic to register...
2015-06-12 Douglas KatzmanWrap some long lines in LLVMBuild files. NFC
2015-06-12 Douglas KatzmanAdd 'shave' processor name to Triple
2015-06-12 David BlaikieRefix a use of explicit pointer types in GEP constant...
2015-06-12 Matt WalaFix a typo in a comment in MemCpyOpt (test commit)
2015-06-12 Yaron KerenRangify two for loops in BitcodeReader.cpp.
2015-06-12 Pete CooperRemove unnecessary MCExpr.h include from MCSymbol.h
2015-06-12 Pete CooperRemove a bunch of inline keywords from User. NFC.
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-12 Rafael EspindolaHave the ELF symbol predicates match more directly...
next