oota-llvm.git
2015-02-04 Kostya Serebryany[fuzzer] add flag prefer_small_during_initial_shuffle...
2015-02-04 Colin LeMahieu[Hexagon] Cleaning up i1 load and extension patterns.
2015-02-04 Colin LeMahieu[Hexagon] Simplifying more load and store patterns...
2015-02-04 Reid KlecknerRemove useless call to isOSCygMing()
2015-02-04 Tom StellardR600/SI: Enable subreg liveness by default
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some load and store patterns.
2015-02-04 Duncan P. N... AsmParser: Split out LineField, NFC
2015-02-04 Colin LeMahieu[Hexagon] Converting absolute-address load patterns...
2015-02-04 Colin LeMahieu[Hexagon] Converting atomic store/load to use AddrGP...
2015-02-04 Reid KlecknerDon't warn or note if bash is missing
2015-02-04 Colin LeMahieu[Hexagon] Simplifying some store patterns. Adding...
2015-02-04 Filipe CabecinhasHandle LLVM_USE_SANITIZER=Address;Undefined (and the...
2015-02-04 Kostya Serebryany[fuzzer] add -runs=N to limit the number of runs per...
2015-02-04 Duncan P. N... Fix GCC error caused by r228211
2015-02-04 Duncan P. N... IR: Reduce boilerplate in DenseMapInfo overrides, NFC
2015-02-04 Duncan P. N... AsmParser: Move MDField details to source file, NFC
2015-02-04 Duncan P. N... AsmParser: Simplify assertion, NFC
2015-02-04 Duncan P. N... AsmParser: Remove dead code, NFC
2015-02-04 Duncan P. N... AsmParser: Simplify MDUnsignedField
2015-02-04 Duncan P. N... IR: Initialize MDNode abbreviations en masse, NFC
2015-02-04 Duncan P. N... IR: Define MDNode uniquing sets automatically, NFC
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Rafael EspindolaDon' try to make sections in comdats SHF_MERGE.
2015-02-04 Sean Silva[docs] Put an explicit link to InAlloca.rst
2015-02-04 Tom StellardR600/SI: Expand misaligned 16-bit memory accesses
2015-02-04 Tom StellardR600/SI: Make more store operations legal
2015-02-04 Tom StellardR600: Don't promote i64 stores to v2i32 during DAG...
2015-02-04 Tom StellardStructurizeCFG: Remove obsolete fix for loop backedge...
2015-02-04 Tom StellardStructurizeCFG: Use a reverse post-order traversal
2015-02-04 Colin LeMahieu[Hexagon] Adding selection for GlobalAddress and conver...
2015-02-04 Bill SchmidtAdd missing test case from r228046
2015-02-04 Duncan P. N... Utils: Resolve cycles under distinct MDNodes
2015-02-04 Matthias BraunMachineCSE: Clear dead-def flag on CSE.
2015-02-04 Reid KlecknerAdd range adapters predecessors() and successors()...
2015-02-04 Kostya Serebryany[fuzzer] make multi-process execution more verbose...
2015-02-04 Colin LeMahieu[Hexagon] Replacing some load patterns with cleaner...
2015-02-04 Michael KupersteinFixes a bug in vector load legalization that confused...
2015-02-04 Ismail DonmezRevert test commit
2015-02-04 Ismail DonmezTest commit
2015-02-04 Juergen RibutzkaAdd missing include.
2015-02-04 Colin LeMahieu[Hexagon] Adding missing isCodeGenOnly = 0
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Alexey SamsonovSpecialCaseList: Add support for parsing multiple input...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-02-04 Colin LeMahieu[Hexagon] Adding encoding bits for indirect long load...
2015-02-04 Bradley Smith[ARM] Fix subtarget feature set truncation when using...
2015-02-04 Zoran Jovanovic[mips][microMIPS] Implement CodeGen support for SW16...
2015-02-04 Daniel Sanders[mips] Make MipsSubtarget::hasMips*() functions consist...
2015-02-04 Daniel Sanders[mips] Remove unused check prefix from tests. NFC.
2015-02-04 Aaron BallmanFixing a -Wsign-compare warning; NFC
2015-02-04 Renato GolinAdding support to LLVM for targeting Cortex-A72
2015-02-04 Rafael EspindolaFix warning: "function declaration isn’t a prototype"
2015-02-04 Justin BognerInstrProf: std::to_string needs to #include <string>
2015-02-04 Chandler Carruth[x86] Give movss and movsd execution domains in the...
2015-02-04 Chandler Carruth[x86] Remove a low-value test that was just checking...
2015-02-04 Chandler Carruth[x86] Mechanically update a bunch of tests' check lines...
2015-02-04 Chandler Carruth[x86] Teach the test update script to strip trailing...
2015-02-04 Renato GolinReverting VLD1/VST1 base-updating/post-incrementing...
2015-02-04 Chandler Carruth[x86] Include the destination register in the check...
2015-02-04 Chandler Carruth[x86] Add some tests I missed in the prior commit to...
2015-02-04 Chandler Carruth[x86] Start to introduce bit-masking based blend lowering.
2015-02-04 Chandler Carruth[x86] Add missing patterns for andps, orps, xorps,...
2015-02-04 Chandler Carruth[x86] Add tests for blends-with-zero on 4-element vectors.
2015-02-04 Bill SchmidtReplace tabs with spaces from r228116. Oops.
2015-02-04 Bill Schmidt[PowerPC] Handle 32-bit targets properly in PPCTLSDynam...
2015-02-04 Philip ReamesFix a warning in non-asserts builds
2015-02-04 Frederic RissFix some unnoticed/unwanted behavior change from r222319.
2015-02-04 Kostya Serebryany[fuzzer]: fix exit code, add more diagnostics
2015-02-04 Kostya Serebryany[sanitizer] add another workaround for PR 17409: when...
2015-02-04 Kevin EnderbyAdd code to llvm-objdump so the -section option with...
2015-02-04 Chandler Carruth[x86] Refresh the checks of a number of tests using
2015-02-04 Chandler Carruth[x86] Switch to using the long '--check-prefix' form...
2015-02-04 Chandler Carruth[x86] Port this test to use utils/update_llc_test_check...
2015-02-04 Peter CollingbourneMisc documentation/comment fixes.
2015-02-04 Philip ReamesClang format of a file introduced in 228090 (NFC)
2015-02-04 Philip ReamesAdd a pass for inserting safepoints into (nearly) arbit...
2015-02-04 Sanjay Patelimproved CHECK
2015-02-04 Galina KistanovaAdded missing header for the explicit dependency on...
2015-02-04 Justin BognerInstrProf: Add some unit tests for CoverageMapping
2015-02-04 Justin BognerInstrProf: Use a stable sort when reading coverage...
2015-02-04 Colin LeMahieu[Hexagon] Revert change to isCodeGenOnly = 1 in r228080
2015-02-04 Colin LeMahieu[Hexagon] Changing some isCodeGenOnly to isAsmParserOnl...
2015-02-04 Owen AndersonRemove a gross usage of environment variables in Machin...
2015-02-03 Justin BognerInstrProf: Make CounterMappingRegions less confusing...
2015-02-03 Arnaud A. de... [PBQP] Provide more information in the debug prints
2015-02-03 Philip ReamesUse ImmutableCallSite for statepoint verification.
2015-02-03 Adam Nemet[LV] Split off memcheck block really at the first check
2015-02-03 Chandler Carruth[x86] Fix signed vs. unsigned comparison.
2015-02-03 Simon PilgrimFixed unused variable warning.
2015-02-03 Colin LeMahieu[Hexagon] Marking a bunch of non-encoded instructions...
2015-02-03 Hans Wennborg[CMake] add_llvm_library: don't use .imp suffix for...
2015-02-03 Arnaud A. de... [PBQP] Constify Graph::getEdgeNode1Id and Graph::getEdg...
2015-02-03 Simon Pilgrim[X86][SSE] psrl(w/d/q) and psll(w/d/q) bit shifts for...
2015-02-03 Bill Schmidt[PowerPC] Implement the vpopcnt instructions for POWER8
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...
next