summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* For new archive member we only need to store the full path.Rafael Espindola2015-07-152-6/+5
* [LoopUnswitch] Add an else clause to IsTrivialUnswitchCondition() when checki...Chen Li2015-07-151-1/+2
* TargetRegisterInfo: Provide a way to check assigned registers in getRegAlloca...Matthias Braun2015-07-157-9/+15
* MIR Serialization: Serialize references from the stack objects to named allocas.Alex Lorenz2015-07-152-6/+21
* Add a "debugger tuning" concept that allows us to fine-tune how wePaul Robinson2015-07-152-10/+71
* Fix mergefunc infinite loopJF Bastien2015-07-151-2/+6
* Simplify a few uses of remove_filename by using parent_path instead.Rafael Espindola2015-07-152-5/+3
* Handle the error of trying to convert a regular archive to a thin one.Rafael Espindola2015-07-151-0/+3
* Rename doFunction() in BFI to calculate() and change its parameters from poin...Cong Hou2015-07-152-2/+2
* Analyze recursive PHI nodes in BasicAATobias Edler von Koch2015-07-151-0/+26
* Revert "Refactor optimizeUncoalescable logic"Bruno Cardoso Lopes2015-07-151-246/+127
* Revert "Look through PHIs to find additional register sources"Bruno Cardoso Lopes2015-07-152-267/+83
* Test commit.Cong Hou2015-07-151-1/+0
* Debug Info: Add basic support for external types references.Adrian Prantl2015-07-155-3/+40
* Add missing load/store flags to thumb2 instructions.Pete Cooper2015-07-151-1/+4
* [PPC64LE] Fix vec_sld semantics for little endianBill Schmidt2015-07-151-4/+7
* Look through PHIs to find additional register sourcesBruno Cardoso Lopes2015-07-152-83/+267
* Refactor optimizeUncoalescable logicBruno Cardoso Lopes2015-07-151-127/+246
* [PPC] Disassemble little endian ppc instructions in the right byte orderBenjamin Kramer2015-07-151-8/+17
* -Added API for retrieving the default FPU of a CPU from TargetParser.Alexandros Lamprineas2015-07-151-84/+95
* [PM/AA] Fix *numerous* serious bugs in GlobalsModRef found byChandler Carruth2015-07-151-22/+31
* [SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...Alexey Bataev2015-07-151-23/+31
* [PowerPC] Use the MachineCombiner to reassociate fadd/fmulHal Finkel2015-07-153-0/+303
* [PowerPC] Extend physical register live range in PPCVSXFMAMutateHal Finkel2015-07-151-2/+15
* [MachineCombiner] Work with itinerariesHal Finkel2015-07-151-4/+9
* [AArch64] Fix problems in decoding generic MSR instructionsPetr Pavlu2015-07-151-0/+3
* [PM/AA] Cleanup some loops to be range-based. NFC.Chandler Carruth2015-07-151-20/+19
* AVX : Fix ISA disabling in case AVX512VL , some instructions should be disabl...Igor Breger2015-07-152-30/+31
* Initial support for writing thin archives.Rafael Espindola2015-07-152-14/+25
* Use enum instead of unsigned. NFC.Pete Cooper2015-07-152-2/+4
* Use cast<> instead of dyn_cast to remove llvm_unreachable. NFC.Pete Cooper2015-07-151-4/+2
* Use another foreach loop. NFCPete Cooper2015-07-151-2/+1
* Use getAnyExtOrTrunc helper instead of manually doing ext/trunc check. NFC.Pete Cooper2015-07-151-14/+5
* Use getZExtOrTrunc helper instead of manually doing zext/trunc check. NFC.Pete Cooper2015-07-152-4/+2
* [LoopUnrolling] Handle cast instructions.Michael Zolotukhin2015-07-151-0/+15
* Change conditional to assert. NFC.Pete Cooper2015-07-151-3/+2
* Use getStoreSize() instead of getStoreSizeInBits()/8. NFC.Pete Cooper2015-07-151-2/+1
* Use a range loop.Rafael Espindola2015-07-141-4/+2
* Use more foreach loops in SelectionDAG. NFCPete Cooper2015-07-144-42/+39
* Create a wrapper pass for BlockFrequencyInfo.Wei Mi2015-07-143-36/+52
* WebAssembly: fix build breakage.JF Bastien2015-07-145-8/+9
* [PowerPC] Support symbolic targets in patchpointsHal Finkel2015-07-141-57/+71
* [InstCombine] Generalize sub of selects optimization to all BinaryOperatorsDavid Majnemer2015-07-142-26/+27
* [LAA] Introduce RuntimePointerChecking::PointerInfo, NFCAdam Nemet2015-07-142-31/+35
* [LAA] Lift RuntimePointerCheck out of LoopAccessInfo, NFCAdam Nemet2015-07-144-55/+53
* [PowerPC] Use the ABI indirect-call protocol for patchpointsHal Finkel2015-07-141-1/+43
* Add support for reading members out of thin archives.Rafael Espindola2015-07-141-1/+22
* Add allnodes() iterator range to SelectionDAG. NFC.Pete Cooper2015-07-144-20/+12
* Constify parameters in SelectionDAG methods. NFCPete Cooper2015-07-141-3/+3
* Remove unnecessary .getNode() in SelectionDAG. NFC.Pete Cooper2015-07-141-22/+20
OpenPOWER on IntegriCloud