CodeGen: Use handy new-fangled post-increment, NFC
[oota-llvm.git] / lib /
2015-01-08 Duncan P. N. Exon... CodeGen: Use handy new-fangled post-increment, NFC
2015-01-08 Akira Hatanaka[ARM] Fix a bug in constant island pass that was trigge...
2015-01-08 Duncan P. N. Exon... CodeGen: Use range-based for loops, NFC
2015-01-08 Matt ArsenaultFix fcmp + fabs instcombines when using the intrinsic
2015-01-08 Eric ChristopherMake the TargetMachine in MipsSubtarget a reference...
2015-01-08 Eric ChristopherUpdate include - this class doesn't use the target...
2015-01-08 Eric ChristopherFix a couple of odd formatting issues.
2015-01-08 Eric ChristopherThis routine is in InstrInfo, there's no need to access...
2015-01-08 Ahmed Bougacha[X86] Reflow comment. NFC.
2015-01-08 Rafael Espindolaclang-format. NFC.
2015-01-08 Justin HibbitsAdd saving and restoring of r30 to the prologue and...
2015-01-08 Rafael EspindolaExplicitly handle LinkOnceODRAutoHideLinkage. NFC....
2015-01-08 Rafael EspindolaUpdate naming style and clang-format. NFC.
2015-01-08 Kristof BeylsFix large stack alignment codegen for ARM and Thumb2...
2015-01-08 Tom StellardR600/SI: Remove SIISelLowering::legalizeOperands()
2015-01-08 Elena DemikhovskyMasked Load/Store - fixed a bug in type legalization.
2015-01-08 Michael KupersteinFix include ordering, NFC.
2015-01-08 Michael Kuperstein[X86] Don't try to generate direct calls to TLS globals
2015-01-08 Michael KupersteinMove SPAdj logic from PEI into the targets (NFC)
2015-01-08 Craig Topper[X86] Don't print 'dword ptr' or 'qword ptr' on the...
2015-01-08 Adrian PrantlRevert "Reapply: Teach SROA how to update debug info...
2015-01-08 Quentin Colombet[RegAllocGreedy] Introduce a late pass to repair broken...
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-08 Nick LewyckyRemove empty statement. No functionality change.
2015-01-08 Matthias BraunX86: VZeroUpperInserter: shortcut should not trigger...
2015-01-08 Matthias BraunRegisterCoalescer: Do not remove IMPLICIT_DEFS if they...
2015-01-07 Matthias BraunRegisterCoalescer: Fix valuesIdentical() in some subran...
2015-01-07 Matthias BraunLiveInterval: Implement feedback by Quentin Colombet.
2015-01-07 Philip Reames[GC] improve testing around gc.relocate and fix a test
2015-01-07 Tom StellardR600/SI: Commute instructions to enable more folding...
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::getDistinct()
2015-01-07 Tom StellardR600/SI: Only fold immediates that have one use
2015-01-07 Adrian PrantlUpdate a comment.
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
2015-01-07 Ahmed Bougacha[CodeGen] Use MVT iterator_ranges in legality loops...
2015-01-07 Tom StellardR600/SI: Remove VReg_32 register class
2015-01-07 Olivier SallenaveMore FMA folding opportunities.
2015-01-07 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-07 Adrian PrantlDebug info: Allow aggregate types to be described by...
2015-01-07 Colin LeMahieu[Hexagon] Fix 225372 USR register is not fully complete...
2015-01-07 Colin LeMahieu[Hexagon] Adding floating point classification and...
2015-01-07 Tom StellardR600/SI: Add a V_MOV_B64 pseudo instruction
2015-01-07 Colin LeMahieu[Hexagon] Adding encodings for v5 floating point instru...
2015-01-07 Colin LeMahieu[Hexagon] Adding encoding for popcount, fastcorner...
2015-01-07 Tom StellardR600/SI: Teach SIFoldOperands to split 64-bit constants...
2015-01-07 Olivier SallenaveTest commit
2015-01-07 Ahmed Bougacha[X86] Fix 512->256 typo in comments. NFC.
2015-01-07 Philip ReamesAdd a missing file from 225365
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-07 David MajnemerX86: Allow the stack probe size to be configurable...
2015-01-07 Tom StellardR600/SI: Refactor SIFoldOperands to simplify immediate...
2015-01-07 Ahmed Bougacha[X86] Teach FCOPYSIGN lowering to recognize constant...
2015-01-07 Jonas PaulssonNew method SDep::isNormalMemoryOrBarrier() in ScheduleD...
2015-01-07 Jonas PaulssonFix typos in comment and option help texts.
2015-01-07 Asiri RathnayakeFix regression in r225266.
2015-01-07 Craig Topper[X86] Merge a switch statement inside a default case...
2015-01-07 Craig Topper[X86] Don't mark the shift by 1 instructions as isConve...
2015-01-07 Craig Topper[X86] Remove some unused TYPE enums from the disassembler.
2015-01-07 Karthik BhatRevert r225165 and r225169
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-07 Tom StellardR600/SI: Add check for amdgcn triple forgotten in r225276.
2015-01-07 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedAdd for...
2015-01-07 David MajnemerInstCombine: Just a small tidy-up
2015-01-07 Hal Finkel[PowerPC] Transform a README.txt entry into a FIXME
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Matt ArsenaultR600/SI: Add combine for isinfinite pattern
2015-01-06 Matt ArsenaultR600/SI: Pattern match isinf to v_cmp_class instructions
2015-01-06 Matt ArsenaultR600/SI: Add basic DAG combines for fp_class
2015-01-06 Matt ArsenaultR600/SI: Add class intrinsic
2015-01-06 Rafael EspindolaChange the .ll syntax for comdats and add a syntactic...
2015-01-06 Hal Finkel[PowerPC] Reuse a load operand in int->fp conversions
2015-01-06 Colin LeMahieu[Hexagon] Adding compound jump encodings.
2015-01-06 Tom StellardR600/SI: Insert s_waitcnt before s_barrier instructions.
2015-01-06 Tom StellardR600/SI: Fix dependency calculation for DS writes instr...
2015-01-06 Adrian PrantlRevert "Reapply: Teach SROA how to update debug info...
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding for misc v4 instructions...
2015-01-06 Sanjoy DasThis patch teaches IndVarSimplify to add nuw and nsw...
2015-01-06 Colin LeMahieu[Hexagon] Adding encoding information for absolute...
2015-01-06 Mehdi AminiSelectionDAGBuilder: move constant initialization out...
2015-01-06 Tom StellardR600/SI: Add a stub GCNTargetMachine
2015-01-06 Tom StellardTriple: Add amdgcn triple
2015-01-06 Tom StellardR600/SI: Remove MachineFunction dump from AsmPrinter
2015-01-06 Andrea Di Biagio[CodeGenPrepare] Improved logic to speculate calls...
2015-01-06 Adrian PrantlReapply: Teach SROA how to update debug info for fragme...
2015-01-06 Filipe CabecinhasDon't loop endlessly for MachO files with 0 ncmds
2015-01-06 Colin LeMahieu[Hexagon] Fix 225267. GP register is not yet fully...
2015-01-06 Adrian PrantlImplement a very basic colored syntax highlighting...
2015-01-06 Colin LeMahieu[Hexagon] Adding dealloc_return encoding and absolute...
2015-01-06 Asiri Rathnayake[ARM] Cleanup so_imm* tblgen defintions
2015-01-06 Matt ArsenaultConvert fcmp with 0.0 from casted integers to icmp
2015-01-06 Craig Topper[X86] Add OpSize32 to XBEGIN_4. Add XBEGIN_2 with OpSize16.
2015-01-06 David MajnemerInstCombine: Bitcast call arguments from/to pointer...
2015-01-06 Craig Topper[X86] Make isel select the 2-byte register form of...
2015-01-06 Hal Finkel[PowerPC] Remove old README.txt entry regarding struct...
2015-01-06 David MajnemerX86: Don't make illegal GOTTPOFF relocations
2015-01-06 Hal Finkel[PowerPC] Add some missing names in getTargetNodeName
2015-01-06 Hal Finkel[PowerPC] Improve int_to_fp(fp_to_int(x)) combining
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Craig Topper[X86] Remove 16-bit and 32-bit offset jump instructions...
2015-01-06 Craig Topper[X86] Make isel select the shorter form of jump instruc...
next