oota-llvm.git
2014-05-02 Tim NorthoverDAGCombine: prevent formation of illegal ConstantFP...
2014-05-02 Benjamin KramerAdd a description for AMD's bdver4 (aka Excavator).
2014-05-02 Tom StellardR600/SI: Add processor type for Mullins.
2014-05-02 Tom StellardR600: Expand vector sin and cos.
2014-05-02 Tom StellardR600: Expand TruncStore i64 -> {i16,i8}
2014-05-02 Tom StellardR600/SI: Only create one instruction when spilling...
2014-05-02 Tim NorthoverAArch64/ARM64: add patterns for post-indexed ST1 ops.
2014-05-02 Tim NorthoverARM64: refactor NEON post-indexed loads & stores (MC).
2014-05-02 Tim NorthoverAArch64/ARM64: support indexed loads/stores on vector...
2014-05-02 Benjamin KramerAllow SelectionDAG::FoldConstantArithmetic to work...
2014-05-02 Yaron KerenCode style fix from Duncan P. N. Exon Smith.
2014-05-02 Nick LewyckyFold strlen(expr ? "str1" : "str2") to x ? len1 : len2...
2014-05-01 Juergen Ributzka[Stackmaps] Pacify windows buildbot.
2014-05-01 Juergen Ributzka[Stackmaps] Add command line option to specify the...
2014-05-01 Juergen Ributzka[Stackmaps] Refactor serialization code. No functional...
2014-05-01 Juergen Ributzka[Stackmaps] Replace the custom ConstantPool class with...
2014-05-01 Michael J.... [IR] Make {extract,insert}element accept an index of...
2014-05-01 Pranav BhandarkarRemove HexagonTargetMachine::addPassesForOptimizations...
2014-05-01 Peter Zotov[OCaml] Add an ocamlfind package llvm.all_backends.
2014-05-01 Reed KotlerAdd basic functionality for assignment of ints.
2014-05-01 David BlaikieFix uninitialized variable introduced in r207739.
2014-05-01 Rafael EspindolaDon't propagate StorageClass and ComplexType to aliases.
2014-05-01 Benjamin KramerUpdate and sort CMakeLists.
2014-05-01 Eli BenderskyAdd an optimization that does CSE in a group of similar...
2014-05-01 David BlaikieDebugInfo: Correct the attribute type kind.
2014-05-01 David BlaikiePR19623: Implement typedefs of void.
2014-05-01 Aaron BallmanFixing a cast-qual warning. getBufferStart() and getBuf...
2014-05-01 Matt ArsenaultR600/SI: Fix verifier error with pseudo store instructions.
2014-05-01 Rafael EspindolaCompute the correct section for zed = foo + 1 in COFF.
2014-05-01 Rafael EspindolaMove getBaseSymbol somewhere the COFF writer can use.
2014-05-01 Bradley Smith[ARM64] Prefer generation of bzero on Darwin only
2014-05-01 Rafael EspindolaMake getBaseSymbol non recursive.
2014-05-01 Rafael EspindolaDon't force symbols to be globals in .thumb_set.
2014-05-01 Yaron KerenUpdate post-r203364 lists.cs.uiuc.edu/pipermail/llvm...
2014-05-01 Tim NorthoverAArch64/ARM64: rewrite test to use FileCheck & add...
2014-05-01 Tim NorthoverAArch64/ARM64: port basic disassembly tests to ARM64.
2014-05-01 Tim NorthoverAArch64/ARM64: print BFM instructions as BFI or BFXIL
2014-05-01 Chandler Carruth[LCG] Add the other simple edge insertion API to the...
2014-05-01 Chandler Carruth[LCG] Don't lookup the child SCC twice. Spotted this...
2014-05-01 Chandler Carruth[LCG] Add some basic methods for querying the parent...
2014-05-01 Simon Atanasyan[llvm-readobj] Transform 'switch' with the only 'case...
2014-05-01 Richard BartonCorrection to assert statemtent to allow 32-bit unsigne...
2014-05-01 Chandler CarruthRevert r205965, which essentially reverts r205018 for...
2014-05-01 Simon Atanasyan[llvm-readobj] Add support for Mips specific ELF header...
2014-05-01 Chandler Carruth[LCG] Fix a bad bug in the new fancy iterator scheme...
2014-05-01 Bradley Smith[ARM64] Conditionalize CPU specific system registers...
2014-05-01 Matheus Almeida[mips] Move expansion of .cpsetup to target streamer.
2014-05-01 Daniel Sanders[mips] Removed two-operand alias for sllv, sr[al]v...
2014-05-01 Oliver StannardRecord the DWARF version in MCContext
2014-05-01 Saleem AbdulrasoolARM: fix memory leak, simplify WoA stack probing
2014-05-01 Saleem AbdulrasoolARM: support expanding external symbols in 32-bit moves
2014-05-01 Richard SmithSpeculatively roll back r207724-r207726, which are...
2014-05-01 Joerg SonnenbergerIf necessary for indirect encodings, emit stubs.
2014-05-01 Rafael EspindolaStart fixing pr19147.
2014-04-30 David BlaikieLexicalScopes: Use unique_ptr to manage ownership of...
2014-04-30 David BlaikieForgotten reformatting.
2014-04-30 David BlaikieLexicalScopes: use unique_ptr to own LexicalScope objects.
2014-04-30 Joerg SonnenbergerAdd missing breaks.
2014-04-30 Joerg SonnenbergerSwitch over getArch()'s result.
2014-04-30 Alexey SamsonovUse a single data structure to store all user variables...
2014-04-30 David BlaikieRevert "Emit DW_AT_object_pointer once, on the declarat...
2014-04-30 Joerg SonnenbergerPrepare support of Itanium ABI on ARM as opposed to...
2014-04-30 David BlaikieDebugInfo: Omit DW_AT_artificial on DW_TAG_formal_param...
2014-04-30 Joerg SonnenbergerRestore condition incorrectly changed in r96289 to...
2014-04-30 Alexey SamsonovConvert more loops to range-based equivalents
2014-04-30 Gerolf HoflehnerPatch for function cloning to inline all blocks whose...
2014-04-30 Rafael EspindolaProvide a version of getSymbolOffset that returns false...
2014-04-30 Alexey SamsonovSlightly simplify code in DwarfDebug::beginFunction
2014-04-30 Alexey SamsonovMove logic for calculating DBG_VALUE history map into...
2014-04-30 James MolloyMove a testcase from ELF to ARM64, incorrectly placed...
2014-04-30 David BlaikieEmit DW_AT_object_pointer once, on the declaration...
2014-04-30 Alexey SamsonovDon't expect to find fpcmp and PerfectShuffle when...
2014-04-30 Jay FoadRemove unused field hash_state::seed.
2014-04-30 Weiming Zhao[ARM64] Prevent bit extraction to be adjusted by follow...
2014-04-30 Reid KlecknerFix the clang-cl self-host build by defining ~DwarfDebu...
2014-04-30 James MolloyAdd a testcase for r207627.
2014-04-30 Hans WennborgUse the new StringTableBuilder in yaml2elf
2014-04-30 Yi JiangRevert r207571 - Add slp vectorization to LTO passes
2014-04-30 Michael Zolotukhin[X86] Never hoist the shift value of a shift instruction.
2014-04-30 Alexey SamsonovConvert several loops over MachineFunction basic blocks...
2014-04-30 Carlo Kok[IPO/MergeFunctions] changes so it doesn't try to bitca...
2014-04-30 David MajnemerIR: Conservatively verify inalloca arguments
2014-04-30 Rafael EspindolaSimplify ELFObjectWriter::SymbolValue.
2014-04-30 Matheus Almeida[mips] Add instruction alias (negu).
2014-04-30 Matheus Almeida[mips] Add instruction alias (sltu).
2014-04-30 Hans WennborgELFObjectWriter: deduplicate suffices in strtab
2014-04-30 Tim NorthoverARM64: print fp immediates without using scientific...
2014-04-30 Tim NorthoverAArch64/ARM64: implement remaining TLS relocations...
2014-04-30 Tim NorthoverAArch64/ARM64: add specific diagnostic for MRS/MSR...
2014-04-30 Tim NorthoverAArch64/ARM64: accept and print floating-point immediat...
2014-04-30 David MajnemerIR: Alloca clones should remember inalloca state
2014-04-30 Matheus Almeida[mips] Add instruction alias (dsll and dsrl).
2014-04-30 Douglas GregorFix a use of uninitialized memory in SmallVector's...
2014-04-30 Rafael EspindolaRelax the test a bit.
2014-04-30 Tom StellardR600/SI: Use VALU instructions for copying i1 values
2014-04-30 Tom StellardR600/SI: Teach moveToVALU how to handle some SMRD instr...
2014-04-30 Chad Rosier[ARM64][fast-isel] Fast-isel doesn't know how to handle...
2014-04-30 Rafael EspindolaRename the test, it is testing the symver directive.
2014-04-30 Matheus Almeida[mips] Add instruction alias (sll and srl).
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
next