summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
...
* [SelectionDAG] Fixed issue with uitofp vector constant folding being treated ...Simon Pilgrim2015-03-231-4/+2
* Refactor how passes get a symbol at the end of a section.Rafael Espindola2015-03-231-9/+2
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-2314-0/+14
* [winehprepare] Update and sort includes. NFC.Benjamin Kramer2015-03-231-1/+2
* Another set of missing raw_ostream.h. Still no functional change.Benjamin Kramer2015-03-231-0/+1
* More missing includes only visible to MSVC.Benjamin Kramer2015-03-231-0/+1
* Purge unused includes throughout libSupport.Benjamin Kramer2015-03-231-0/+1
* Move private classes into anonymous namespacesBenjamin Kramer2015-03-233-0/+6
* Fix sign extension for MIPS64 in makeLibCall functionPetar Jovanovic2015-03-231-3/+4
* [SDAG] Don't widen VSETCC during type legalization for split operandsHal Finkel2015-03-231-0/+10
* Cache the Function dependent subtarget on the MachineFunction.Eric Christopher2015-03-211-1/+1
* Change getISAEncoding to use the target triple to determineEric Christopher2015-03-211-2/+1
* [CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzable terminators.Ahmed Bougacha2015-03-211-0/+6
* Fixing a bug with WinEH PHI handlingAndrew Kaylor2015-03-201-1/+19
* Remove dead calls and function arguments dealing with TRI in StackMaps.Eric Christopher2015-03-201-4/+2
* Don't declare all text sections at the start of the .sRafael Espindola2015-03-201-2/+4
* AsmPrinter: Check subprogram before using itDuncan P. N. Exon Smith2015-03-201-2/+5
* DwarfDebug: Check for null DebugLocsDuncan P. N. Exon Smith2015-03-201-13/+15
* SelectionDAGBuilder: Rangeify a loop. NFC.Hans Wennborg2015-03-201-8/+6
* SelectionDAGBuilder::handleJTSwitchCase, simplify loop; NFCHans Wennborg2015-03-201-9/+4
* [ARM] Fix handling of thumb1 out-of-range frame offsetsJohn Brawn2015-03-201-5/+7
* Rewrite StackMap location handling to pre-compute the dwarf registerEric Christopher2015-03-201-83/+95
* At the beginning of doFinalization set the MachineFunction toEric Christopher2015-03-201-0/+5
* [MBP] Don't outline short optional branchesDaniel Jasper2015-03-201-2/+25
* Rewrite SelectionDAGBuilder::Clusterify to run in linear time. NFC.Hans Wennborg2015-03-202-46/+37
* Use the cached subtarget on the MachineFunction when the AsmPrinterEric Christopher2015-03-191-1/+1
* Use the cached subtarget off of the machine function.Eric Christopher2015-03-191-8/+7
* Fix a nasty bug in DAGCombine of STORE nodes.Owen Anderson2015-03-191-3/+8
* Remove unused headers.Eric Christopher2015-03-191-4/+0
* Add an MCSubtargetInfo variable to the TargetMachine.Eric Christopher2015-03-191-2/+8
* Add a TargetMachine local MCRegisterInfo and MCInstrInfo so thatEric Christopher2015-03-191-13/+14
* WinEH: Make llvm.eh.actions emission match the EH docsReid Kleckner2015-03-191-8/+5
* Verifier: Remove the separate -verify-di passDuncan P. N. Exon Smith2015-03-191-9/+1
* Switch lowering: extract NextBlock function. NFC.Hans Wennborg2015-03-192-54/+24
* Switch lowering: remove unnecessary ConstantInt casts. NFC.Hans Wennborg2015-03-192-34/+29
* Internalize PEI. NFC.Benjamin Kramer2015-03-192-79/+48
* SelectionDAGBuilder: update comment in HandlePHINodesInSuccessorBlocks.Hans Wennborg2015-03-191-2/+2
* Do not track subregister liveness when it brings no benefitsMatthias Braun2015-03-196-11/+12
* SelectionDAGIsel: Fix comment about terminators being "handled below".Hans Wennborg2015-03-191-3/+2
* [CodeGenPrepare] Remove broken, dead, code.Quentin Colombet2015-03-181-26/+6
* Revert "Add a TargetMachine local MCRegisterInfo and MCInstrInfo so that"Eric Christopher2015-03-181-11/+9
* Add a TargetMachine local MCRegisterInfo and MCInstrInfo so thatEric Christopher2015-03-181-9/+11
* Use WinEHPrepare to outline SEH finally blocksReid Kleckner2015-03-181-41/+109
* [ARM] Align stack objects passed to memory intrinsicsJohn Brawn2015-03-181-0/+36
* DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)David Majnemer2015-03-181-0/+26
* COFF: Let globals with private linkage reside in their own sectionDavid Majnemer2015-03-171-0/+16
* XformToShuffleWithZero - Added clearer early outs and general tidy up. NFCISimon Pilgrim2015-03-171-31/+38
* Emit the offset directly instead of creating a dummy expression.Rafael Espindola2015-03-171-26/+1
* Revert "COFF: Let globals with private linkage reside in their own section"David Majnemer2015-03-171-24/+0
* Revert "Address review comments"David Majnemer2015-03-171-2/+7
OpenPOWER on IntegriCloud