oota-llvm.git
2015-07-10 Quentin Colombet[ShrinkWrap][PEI] Do not insert epilogue for unreachabl...
2015-07-10 David Majnemer[MC] Switch static const to an enum to silence MSVC...
2015-07-10 Evgeniy StepanovFix AArch64 prologue for empty frame with dynamic allocas.
2015-07-10 Jingyue Wu[TTI] BasicTTIImpl assumes no vector registers
2015-07-10 JF BastienFix `llvm-config` to emit the linker flag for the combi...
2015-07-10 Michael J.... [Object][ELF] Handle the dynamic string table in files...
2015-07-10 Jan Wen VoungFix enum BitcodeError to not define a zero-valued error...
2015-07-10 Adam Nemet[LoopDist/LoopVer] Move LoopVersioning to a new module...
2015-07-10 Adam Nemet[LoopDist] Move loop-versioning helper functions to...
2015-07-10 Matthias BraunARMLoadStoreOpt: Merge subs/adds into LDRD/STRD; Factor...
2015-07-10 Fiona GlaserComputeKnownBits: be a bit smarter about ADDs
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Create LDRD/STRD on thumb2
2015-07-10 JF BastienWebAssembly: basic instructions todo, and basic registe...
2015-07-10 Alex LorenzMIR Serialization: Initial serialization of stack objects.
2015-07-10 JF BastienTarget RegisterInfo: devirtualize TargetFrameLowering
2015-07-10 Matthias BraunARMLoadStoreOptimizer: Rewrite LDM/STM matching logic.
2015-07-10 Eli BenderskyActually support volatile memcpys in NVPTX lowering
2015-07-10 Nemanja IvanovicNFC. Added a blank line for consistency.
2015-07-10 Benjamin Kramer[InstSimplify] Fold away ord/uno fcmps when nnan is...
2015-07-10 James MolloyAdd support for fast-math flags to the FCmp instruction.
2015-07-10 Nemanja IvanovicAdd missing builtins to the PPC back end for ABI compli...
2015-07-10 Alexey BataevDisable loop re-rotation for -Oz (patch by Andrey Turetsky)
2015-07-10 Pawel Bylica[llvm-stress] Enhance scalar type selection from comman...
2015-07-10 NAKAMURA Takumillvm/Object/ELF.h: Appease g++-4.7.2.
2015-07-10 David MajnemerRevert the new EH instructions
2015-07-10 Daniel JasperAdd missing 'const'. I don't think this is strictly...
2015-07-10 David MajnemerTighten the verifier check for catchblock.
2015-07-10 David MajnemerAddress Joseph's review comments.
2015-07-10 David MajnemerAddress Reid's review feedback.
2015-07-10 David MajnemerNew EH representation for MSVC compatibility
2015-07-10 Bjorn Steinbrink[InstCombine] Employ AliasAnalysis in FindAvailableLoad...
2015-07-10 Bjorn Steinbrink[InstCombine] Properly combine metadata when replacing...
2015-07-10 Jingyue Wu[NVPTX] declare no vector registers
2015-07-10 Reid Kleckner[WinEH] Make sure LSDA tables are 4 byte aligned
2015-07-09 Eli BenderskyReplace index-loops by range-based loops
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-07-09 Michael J.... Fix shadowing.
2015-07-09 Michael J.... [Object][ELF] Support dumping hash-tables from files...
2015-07-09 Alex LorenzMIR Serialization: Serialize the virtual register defin...
2015-07-09 Adam Nemet[LAA] Fix grammar in debug output
2015-07-09 Adam Nemet[LAA] Hide NeedRTCheck logic completely inside canCheck...
2015-07-09 Reid Kleckner[WinEH] Give up on using CSRs across 32-bit invokes...
2015-07-09 Reid KlecknerExpose sjlj preparation through opt for my own debuggin...
2015-07-09 Alex LorenzMIR Parser: Report an error when parsing machine functi...
2015-07-09 Tom StellardAMDGPU: Add helper function for implicit parameter...
2015-07-09 JF BastienUnbreak WebAssembly build
2015-07-09 JF BastienWebAssembly: add placeholder intrinsics header
2015-07-09 Sanjoy Das[ImplicitNullChecks] Fix a memory leak.
2015-07-09 Sanjoy Das[ImplicitNullChecks] Be smarter in picking the memory op.
2015-07-09 Rafael EspindolaCreate BSD archives by default on OS X.
2015-07-09 Alex LorenzMIR Serialization: Serialize the simple MachineFrameInf...
2015-07-09 Rafael Espindolallvm-ar: Pad the symbol table to 4 bytes.
2015-07-09 Matt ArsenaultAMDGPU/R600: Return correct chain when lowering loads
2015-07-09 Sanjoy Das[IndVars] Try to use existing values in RewriteLoopExit...
2015-07-09 Simon Atanasyan[llvm-readobj] Print MIPS PLT table
2015-07-09 Simon Atanasyan[yaml2obj] Initialize sh_addralign field for the .symta...
2015-07-09 Simon Atanasyan[ELF] Explicitly configure sections alignment in the...
2015-07-09 David Majnemer[llvm-readobj] Re-add sanity checking which was acciden...
2015-07-09 David Majnemer[llvm-objdump] Require that jump targets shown in ...
2015-07-09 Reid KlecknerRemove dead code from old 64-bit SEH lowering
2015-07-09 Pat GavlinAllow {e,r}bp as the target of {read,write}_register.
2015-07-09 Sanjay Patelfix an invisible bug when combining repeated FP divisors
2015-07-09 Juergen Ributzka[StackMap] Use lambdas to specify the sort and erase...
2015-07-09 Juergen Ributzka[StackMap] Rename variables to be more consistent....
2015-07-09 Juergen Ributzka[StackMaps] Use emplace_back when possible. NFC.
2015-07-09 Silviu BarangaAdd a test of a regression discovered during testing...
2015-07-09 Tom StellardAMDGPU/SI: The SIShrinkInstructions pass should only...
2015-07-09 Tom StellardAMDGPU/SI: Fix crash on physical registers in SIInstrIn...
2015-07-09 Rafael EspindolaAdd missing file from previous commit.
2015-07-09 Rafael EspindolaBasic support for BSD symbol tables in archives.
2015-07-09 Krzysztof Parzyszek[Hexagon] Add missing preamble to a source file
2015-07-09 Rafael EspindolaRemove redundant variable. NFC.
2015-07-09 Silviu BarangaDon't rely on the DepCands iteration order when constru...
2015-07-09 Rafael EspindolaAdd a helper to printing BE of LE depending on the...
2015-07-09 Mehdi AminiRe-instate the EVT parameter to getScalarShiftAmountTy...
2015-07-09 Pawel BylicaReapply fixed r241790: Fix shift legalization and lower...
2015-07-09 Rafael EspindolaExtract printBSDMemberHeader.
2015-07-09 Krzysztof Parzyszek[Hexagon] Add support for atomic RMW operations
2015-07-09 Arnaud A. de... [AArch64] Select SBFIZ or UBFIZ instead of left + right...
2015-07-09 Scott Douglass[ARM] Thumb1 3 to 2 operand convertion for commutative...
2015-07-09 Scott Douglass[ARM] Don't be overzealous converting Thumb1 3 to 2...
2015-07-09 Scott Douglass[ARM] Add Thumb2 ADD with PC narrowing from 3 operand...
2015-07-09 Scott Douglass[ARM] Refactor converting Thumb1 from 3 to 2 operand...
2015-07-09 Scott Douglass[ARM] Add ADD tests for Thumb2 narrowing (nfc)
2015-07-09 Renato GolinTest for 241794 (nest attribute in AArch64)
2015-07-09 Renato GolinAdd support for nest attribute to AArch64 backend
2015-07-09 Tamas BerghammerAdd getSizeInBits function to the APFloat class
2015-07-09 Pawel BylicaRevert r241790: Fix shift legalization and lowering...
2015-07-09 Pawel BylicaFix shift legalization and lowering for big constants.
2015-07-09 Elena DemikhovskyExtended syntax of vector version of getelementptr...
2015-07-09 Adam Nemet[LAA] Fix line break in comment
2015-07-09 Adam Nemet[LAA] Rename IsRTNeeded to IsRTCheckAnalysisNeeded
2015-07-09 Justin Bognerllvm-readobj: Fix an unused variable after r241764
2015-07-09 Adrian PrantlTemporarily reverting 241765, 241768, and 241772 to...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetSelectionDAGInfo...
2015-07-09 Mehdi AminiRemove getDataLayout() from TargetLowering
2015-07-09 Mehdi AminiMake isLegalAddressingMode() taking DataLayout as an...
2015-07-09 Mehdi AminiMake getByValTypeAlignment() taking DataLayout as an...
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
next