oota-llvm.git
2014-03-24 David BlaikieDebugInfo: Don't emit relocations to abbreviations...
2014-03-24 David BlaikieDwarfDebug: Remove an unused parameter
2014-03-24 Matt ArsenaultR600: Don't viewCFG() under DEBUG() except on failure.
2014-03-24 David BlaikieRemove unused parameter
2014-03-24 Matt ArsenaultR600/SI: Fix extra mov from legalizing 64-bit SALU...
2014-03-24 Matt ArsenaultR600/SI: Sub-optimial fix for 64-bit immediates with...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit bit ops that require the VALU.
2014-03-24 Yaron KerenIn Release modes, Visual Studio complains that the...
2014-03-24 Matt ArsenaultR600: Implement isNarrowingProfitable.
2014-03-24 Matt ArsenaultR600/SI: Move splitting 64-bit immediates to separate...
2014-03-24 Aaron BallmanAdding some very nascent information about the clang...
2014-03-24 Ulrich Weigand[PowerPC] Generate little-endian object files
2014-03-24 Quentin Colombet[X86][ISelDAG] Add missing fallback patterns for avx2...
2014-03-24 Matt ArsenaultR600/SI: Fix 64-bit private loads.
2014-03-24 Hans WennborgVS integration installer: set SUCCESS=1 if we find...
2014-03-24 Eli BenderskyAdd test to test/CodeGen/NVPTX for "alloca buffer"...
2014-03-24 Adam Nemet[X86] Fix non-determinism in LowerVectorAllZeroTest
2014-03-24 Daniel Sanders[mips] Add error message when trying to use $at in...
2014-03-24 Eli BenderskyRemoves the NVPTXSplitBBatBar pass.
2014-03-24 Tom StellardR600/SI: Fix warning with gcc 4.8.2
2014-03-24 Tom StellardR600/SI: Promote fp64 SELECT to i64
2014-03-24 Tom StellardSelectionDAG: Allow promotion of SELECT nodes from...
2014-03-24 Tom StellardR600: Reorganize tablegen instruction definitions
2014-03-24 Will Schmidt[PPC64LE] ELFv2 ABI updates for the .opd section
2014-03-24 Daniel Sanders[mips] Add regression tests for parenthetic expressions...
2014-03-24 Daniel Sanders[mips] Allow dsubu to take an immediate as an alias...
2014-03-24 Hal Finkel[PowerPC] Mark many instructions as commutative
2014-03-24 Daniel Sanders[mips] Implement shorthand add / sub forms for MIPS.
2014-03-24 Justin Holewinski[NVPTX] Add isel patterns for addrspacecast
2014-03-24 Renato GolinUpdate release notes with EHABI current behaviour
2014-03-24 Hal Finkel[PowerPC] Don't schedule VSX copy legalization unless...
2014-03-24 Hal Finkel[PowerPC] Update comment re: VSX copy-instruction selection
2014-03-24 Rafael EspindolaTeach llvm-readobj to print human friendly description...
2014-03-24 Karthik BhatAllow constant folding of ceil function whenever feasible
2014-03-24 Rafael EspindolaAdd back tests that were reverted in r204203.
2014-03-24 Rafael EspindolaPropagate section from base to derived symbol.
2014-03-24 Duncan P. N... InstrProf: Silence spurious warnings in GCC 4.8
2014-03-23 NAKAMURA TakumiSupportTests.LockFileManagerTest: Add assertions for...
2014-03-23 Arnaud A. de... ARM: no need to update SplatBits as it is not used
2014-03-23 Justin Bognerllvm-profdata: Check for bad data in the show command
2014-03-23 Justin Bognerllvm-profdata: Use Format.h instead of handrolling...
2014-03-23 David MajnemerWinCOFF: Add support for -ffunction-sections
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-23 Hal Finkel[PowerPC] Make use of VSX f64 <-> i64 conversion instru...
2014-03-23 Lang HamesRevert r204076 for now - it caused significant regressi...
2014-03-23 Duncan P. N... InstrProf: Check pointer size in raw profile
2014-03-23 Rafael EspindolaPropagate types from symbol to aliases.
2014-03-23 NAKAMURA Takumi[CMake] LLVMProfileData: No need to add LINK_LIBS here...
2014-03-23 NAKAMURA Takumillvm-profdata doesn't require LLVMCore.
2014-03-22 Justin Bognerllvm-profdata: Don't pipe stderr into show for the...
2014-03-22 Craig TopperPrune includes in ARM target.
2014-03-22 Saleem AbdulrasoolARM IAS: properly handle function entries in .thumb
2014-03-22 Hal Finkel[PowerPC] Fix the VSX v2f64 return register
2014-03-22 Hal Finkel[TableGen] Don't assert, produce an error, when an...
2014-03-22 NAKAMURA Takumillvm-profdata: Avoid F_Text in "merge" for now, since...
2014-03-22 Juergen Ributzka[Constant Hoisting] Erase dead cast instructions.
2014-03-22 Juergen Ributzka[Constant Hoisting] Fix multiple entries for the same...
2014-03-22 Andrea Di Biagio[DAG] Fix an assertion failure caused by an invalid...
2014-03-22 NAKAMURA TakumiSuppress SupportTests.LockFileManagerTest on win32...
2014-03-21 Adrian PrantlDelete stale comment. Thanks, Eric!
2014-03-21 Adrian PrantlDwarf Debug: Remove some cargo-cult type uniquing....
2014-03-21 Rafael EspindolaFix the value computation in
2014-03-21 Arnaud A. de... Remove some dead assignements found by scan-build
2014-03-21 Manman RenRegister allocator: add condition to hoist a spill...
2014-03-21 Argyrios Kyrtzidis[Support] Follow up to r204426, for LockFileManager...
2014-03-21 Duncan P. N... InstrProf: Cleanup binary profdata testcase
2014-03-21 Duncan P. N... InstrProf: Move constructor to the header
2014-03-21 Duncan P. N... InstrProf: Change magic number to have non-text characters
2014-03-21 Duncan P. N... InstrProf: Use move semantics with unique_ptr
2014-03-21 Duncan P. N... InstrProf: Detect magic numbers in a more scalable way
2014-03-21 Duncan P. N... InstrProf: Actually detect bad headers
2014-03-21 Juergen Ributzka[RuntimeDyld] Fix comment for previous commit (r204439)
2014-03-21 Juergen Ributzka[RuntimeDyld] clang-format files.
2014-03-21 David BlaikieDebugInfo: Omit DW_AT_addr_base from skeletal type...
2014-03-21 Chad Rosier[AArch64] Add SchedRW lists to NEON instructions.
2014-03-21 Justin BognerProfileData: Avoid double underscores in header guards
2014-03-21 Duncan P. N... InstrProf: Read raw binary profile in llvm-profdata
2014-03-21 Justin BognerProfileData: Avoid brace initialization, windows doesn...
2014-03-21 Matt ArsenaultR600/SI: Move instruction patterns to scalar versions.
2014-03-21 Rafael EspindolaRemove redundant test.
2014-03-21 Rafael EspindolaMove codegen test over to MC.
2014-03-21 Justin BognerProfileData: Introduce InstrProfWriter using the naive...
2014-03-21 Rafael EspindolaConvert test to using cfi.
2014-03-21 Paul RobinsonRefactor llvm/test/lit.cfg to use lit.util.which.
2014-03-21 Justin Bognerllvm-profdata: Implement show command
2014-03-21 Rafael EspindolaRemove redundant test.
2014-03-21 Justin BognerProfileData: Introduce the InstrProfReader interface...
2014-03-21 Rafael EspindolaSplit out the MC part of this test.
2014-03-21 Daniel Sanders[mips] Correct lowering of VECTOR_SHUFFLE to VSHF.
2014-03-21 Renato GolinAdd overall description, file comments, some structure
2014-03-21 Tom StellardR600/SI: Handle MUBUF instructions in SIInstrInfo:...
2014-03-21 Tom StellardR600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()
2014-03-21 Tom StellardR600/SI: Use SGPR_(32|64) reg clases when lowering...
2014-03-21 Tom StellardSink: Don't sink static allocas from the entry block
2014-03-21 Richard Sandiford[SystemZ] Use "let Predicates =" for blocks of new...
2014-03-21 Richard Sandiford[SystemZ] Add support for z196 float<->unsigned conversions
2014-03-21 Matheus Almeida[mips] Update namespace.
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-21 Kevin QinFix test command line to avoid generating output file.
2014-03-21 Juergen Ributzka[Constant Hoisting] Make the constant materialization...
next