oota-llvm.git
2015-02-05 Hal Finkel[PowerPC] Generate pre-increment floating-point ld...
2015-02-05 Colin LeMahieu[Hexagon] Renaming A2_subri, A2_andir, A2_orir. Fixing...
2015-02-05 Ahmed Bougacha[CodeGen] Add hook/combine to form vector extloads...
2015-02-05 Ahmed Bougacha[CodeGen] Add isLoadExtLegalOrCustom helper to TargetLo...
2015-02-05 Andrew TrickX86 ABI fix for return values > 24 bytes.
2015-02-05 Colin LeMahieu[Hexagon] Renaming A2_addi and formatting.
2015-02-05 Sanjay Patelmove fold comments to the corresponding fold; NFC
2015-02-05 Colin LeMahieu[Hexagon] Since decoding conflicts have been resolved...
2015-02-05 Sylvestre LedruIdentical code for different branches (CID 1254883)
2015-02-05 Hans WennborgLowerSwitch: Use ConstantInt for CaseRange::{Low,High}
2015-02-05 Hans WennborgLowerSwitch: remove default args from CaseRange ctor...
2015-02-05 Sylvestre Ledrurevert 228308. The code has changed since the review
2015-02-05 Sylvestre LedruIdentical code for different branches (CID 1254883)
2015-02-05 Tom StellardR600/SI: Fix bug in TTI loop unrolling preferences
2015-02-05 Tom StellardR600/SI: Fix bug from insertion of llvm.SI.end.cf into...
2015-02-05 Bill Schmidt[PowerPC] Implement the vclz instructions for PWR8
2015-02-05 Rafael EspindolaAdd a FIXME.
2015-02-05 Aaron BallmanRemoving an unused variable warning I accidentally...
2015-02-05 Aaron BallmanSilencing an MSVC warning about a switch statement...
2015-02-05 Bruno Cardoso... [X86][MMX] Handle i32->mmx conversion using movd
2015-02-05 Bruno Cardoso... [X86][MMX] Add several bitcast tests
2015-02-05 Bruno Cardoso... [X86][MMX] Move MMX DAG node to proper file
2015-02-05 Michael KupersteinTeach isDereferenceablePointer() to look through bitcas...
2015-02-05 Craig Topper[X86] Add xrstors/xsavec/xsaves/clflushopt/clwb/pcommit...
2015-02-05 Craig Topper[X86] Remove two feature flags that covered sets of...
2015-02-05 Matt ArsenaultR600/SI: Fix i64 truncate to i1
2015-02-05 Larisse VoufoDisable enumeral mismatch warning when compiling llvm...
2015-02-05 Matt ArsenaultAdd addrspacecast node to tablegen
2015-02-05 Matt ArsenaultAdd support for double / float to EndianStream
2015-02-05 Michael ZolotukhinImplement new heuristic for complete loop unrolling.
2015-02-05 Cameron EsfahaniValue soft float calls as more expensive in the inliner.
2015-02-05 Ahmed Bougacha[ARM] Use patterns instead of hardcoded regs in test...
2015-02-05 Ahmed Bougacha[ARM] Make testcase more explicit. NFC.
2015-02-05 Reid KlecknerTry to fix the build in MCValue.cpp
2015-02-05 Sean SilvaFixup.
2015-02-05 Duncan P. N... IR: Split out getOperandAs(), NFC
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2015-02-05 Duncan P. N... IR: Rename 'operator ==()' to 'isKeyOf()', NFC
2015-02-05 Duncan P. N... ADT: Add int64_t interoperability to APSInt
2015-02-05 Colin LeMahieu[Hexagon] Deleting unused instructions and adding isCod...
2015-02-04 Colin LeMahieu[Hexagon] Updating load extend to i64 patterns.
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...
next