summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-18[PM/AA] Remove the last relics of the separate IPA library from LLVM,Chandler Carruth29-105/+19
2015-08-18MIR Parser: Implicit register verifier should accept unexpected implicitAlex Lorenz2-0/+43
2015-08-18[LVI] Use a SmallDenseMap instead of std::map for ValueCacheEntryTyBruno Cardoso Lopes1-1/+2
2015-08-18use minSize wrapper; NFCISanjay Patel3-6/+3
2015-08-18[LVI] Improve LazyValueInfo compile time performanceBruno Cardoso Lopes1-29/+32
2015-08-18[AArch64] Simplify the logic for computing in bounds offset. NFC.Chad Rosier1-10/+6
2015-08-18[mips] Expand JAL instructions when PIC is enabled.Daniel Sanders4-0/+323
2015-08-18[MC] Convert another bunch of tests from macho-dump to llvm-readobj.Davide Italiano12-68/+196
2015-08-18[mips][microMIPS] Implement DDIV, DMOD, DDIVU and DMODU instructionsZoran Jovanovic5-0/+72
2015-08-18[mips][microMIPS] Implement SW and SWE instructionsZoran Jovanovic7-0/+105
2015-08-18[mips] Make the MipsAsmParser capable of knowing whether PIC mode is enabled ...Daniel Sanders1-0/+15
2015-08-18[Support] On Windows, generate PDF files for graphs and open with associated ...Michael Kruse1-23/+49
2015-08-18[Support] Always wait for GraphViz before opening the viewerMichael Kruse1-1/+1
2015-08-18[mips] Correct -Woverflow warning in r245208 without changing signedness of t...Daniel Sanders1-2/+2
2015-08-18Fixed max/min typo in test namesSimon Pilgrim2-152/+152
2015-08-18[X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN testsSimon Pilgrim2-0/+3260
2015-08-18[X86][SSE] Added extra vector truncation tests.Simon Pilgrim1-54/+386
2015-08-18Add unit test for isLayoutIdentical(empty, empty).Yaron Keren1-0/+8
2015-08-18Revert "Constant propagation after hiting llvm.assume"Justin Bogner2-190/+3
2015-08-18Constant propagation after hiting llvm.assumePiotr Padlewski2-3/+190
2015-08-17Doxygen: add build option to use svg instead of png files for graphsHans Wennborg4-1/+15
2015-08-17Add an exposed variable for which c++ compiler we're using for ourEric Christopher2-3/+8
2015-08-17[WebAssembly] Don't default to ELF in the triple.Dan Gohman1-0/+5
2015-08-17Align SP adjustment in function getSPAdjustGuozhi Wei4-2/+61
2015-08-17[WebAssembly] Make getArchTypePrefix return "wasm".Dan Gohman1-2/+2
2015-08-17MIR Serialization: Serialize the local offsets for the stack objects.Alex Lorenz4-3/+55
2015-08-17MIR Serialization: Serialize the memory operand's range metadata node.Alex Lorenz5-5/+38
2015-08-17MIR Serialization: Serialize the memory operand's noalias metadata node.Alex Lorenz5-4/+15
2015-08-17MIR Serialization: Serialize the memory operand's alias scope metadata node.Alex Lorenz5-3/+45
2015-08-17MIR Serialization: Serialize the memory operand's TBAA metadata node.Alex Lorenz6-11/+119
2015-08-17[WinEHPrepare] Replace unreasonable funclet terminators with unreachableDavid Majnemer2-37/+96
2015-08-17[SPARC]: recognize '.' as the start of an assembler expression.Douglas Katzman2-0/+8
2015-08-17[ARM] Fix crash when targetting CPU without NEONJames Molloy2-3/+4
2015-08-17[ScalarEvolutionExpander] Reuse findExistingExpansion during expansion cost c...Igor Laevsky1-19/+11
2015-08-17[CostModel][AArch64] Increase cost of vector insert element and add missing c...Silviu Baranga2-2/+34
2015-08-17[CostModel][ARM] Increase cost of insert/extract operationsSilviu Baranga2-258/+266
2015-08-17[BasicAliasAnalysis] Do not check ModRef table for intrinsicsIgor Laevsky1-7/+0
2015-08-17Take alignment into account in isSafeToSpeculativelyExecute and isSafeToLoadU...Artur Pilipenko4-52/+158
2015-08-17Extend MCAsmLexer so that it can peek forward several tokensBenjamin Kramer3-5/+30
2015-08-17Correcting a -Woverflow warning where 0xFFFF was overflowing an implicit cons...Aaron Ballman1-1/+1
2015-08-17[WinEHPrepare] Fix catchret successor phi demotionJoseph Tremoulet2-0/+122
2015-08-17Revert "Disable targetdatalayoutcheck"Tobias Grosser2-0/+14
2015-08-17Disable targetdatalayoutcheckTobias Grosser2-14/+0
2015-08-17[mips] [IAS] Add support for the DLA pseudo-instruction and fix problems with...Daniel Sanders9-431/+1534
2015-08-17[GMR] isNonEscapingGlobalNoAlias() should look through Bitcasts/GEPs when loo...Michael Kuperstein2-2/+3
2015-08-17Remove hand-rolled matching for fmin and fmax.James Molloy1-98/+2
2015-08-17Rip out hand-rolled matching code for VMIN, VMAX, VMINNM and VMAXNMJames Molloy1-194/+0
2015-08-17Generate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.James Molloy3-17/+38
2015-08-17Fix PR24469 resulting from r245025 and re-enable dead store elimination acros...Karthik Bhat3-51/+439
2015-08-17Revert "[InstCombinePHI] Partial simplification of identity operations."David Majnemer2-238/+1