Require a GC strategy be specified for functions which use gc.statepoint
[oota-llvm.git] / lib / CodeGen /
2015-03-27 Philip ReamesRequire a GC strategy be specified for functions which...
2015-03-27 Philip ReamesAllow explicit spill slots to be specified for a gc...
2015-03-27 David MajnemerWinEH: Create a parent frame alloca for HandlerType...
2015-03-27 Andrew TrickFix a bug in SelectionDAG scheduling backtracking code...
2015-03-27 Ahmed Bougacha[AsmPrinter] Don't assert on GOT equivalent non-constan...
2015-03-26 Ahmed BougachaDeduplicate a bunch of setOpActions into an MVT range...
2015-03-26 Ahmed Bougacha[CodeGen] Report error rather than crash when unable...
2015-03-26 Ahmed Bougacha[CodeGen] Don't pretend we can expand f16 libcalls.
2015-03-26 Sanjay Patelrevert inadvertent change
2015-03-26 Sanjay Patelcomment cleanup; NFC
2015-03-26 Sanjay Patelfix indent; NFC
2015-03-26 Quentin Colombet[RegisterCoalescer] Add a rule to consider more profita...
2015-03-25 Simon Pilgrim[DAGCombiner] Add support for TRUNCATE + FP_EXTEND...
2015-03-25 Matthias BraunRegisterCoalescer: Fix implicit def handling in registe...
2015-03-25 Matthias BraunMachineVerifier: slightly simplify code that is only...
2015-03-25 Reid KlecknerWinEH: Create an unwind help alloca for __CxxFrameHandl...
2015-03-25 Paul Robinson'optnone' should not disable DAG combiner.
2015-03-24 Reid KlecknerX86: Fix frameescape when not using an FP
2015-03-24 David BlaikieOpaque Pointer Types: GEP API migrations to specify...
2015-03-24 Benjamin KramerInternalize the StackMapLiveness pass.
2015-03-23 Simon Pilgrim[SelectionDAG] Fixed issue with uitofp vector constant...
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-23 Benjamin KramerRe-sort includes with sort-includes.py and insert raw_o...
2015-03-23 Benjamin Kramer[winehprepare] Update and sort includes. NFC.
2015-03-23 Benjamin KramerAnother set of missing raw_ostream.h. Still no function...
2015-03-23 Benjamin KramerMore missing includes only visible to MSVC.
2015-03-23 Benjamin KramerPurge unused includes throughout libSupport.
2015-03-23 Benjamin KramerMove private classes into anonymous namespaces
2015-03-23 Petar JovanovicFix sign extension for MIPS64 in makeLibCall function
2015-03-23 Hal Finkel[SDAG] Don't widen VSETCC during type legalization...
2015-03-21 Eric ChristopherCache the Function dependent subtarget on the MachineFu...
2015-03-21 Eric ChristopherChange getISAEncoding to use the target triple to determine
2015-03-21 Ahmed Bougacha[CodeGen][IfCvt] Don't re-ifcvt blocks with unanalyzabl...
2015-03-20 Andrew KaylorFixing a bug with WinEH PHI handling
2015-03-20 Eric ChristopherRemove dead calls and function arguments dealing with...
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 Duncan P. N. Exon... AsmPrinter: Check subprogram before using it
2015-03-20 Duncan P. N. Exon... DwarfDebug: Check for null DebugLocs
2015-03-20 Hans WennborgSelectionDAGBuilder: Rangeify a loop. NFC.
2015-03-20 Hans WennborgSelectionDAGBuilder::handleJTSwitchCase, simplify loop...
2015-03-20 John Brawn[ARM] Fix handling of thumb1 out-of-range frame offsets
2015-03-20 Eric ChristopherRewrite StackMap location handling to pre-compute the...
2015-03-20 Eric ChristopherAt the beginning of doFinalization set the MachineFunct...
2015-03-20 Daniel Jasper[MBP] Don't outline short optional branches
2015-03-20 Hans WennborgRewrite SelectionDAGBuilder::Clusterify to run in linea...
2015-03-19 Eric ChristopherUse the cached subtarget on the MachineFunction when...
2015-03-19 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-19 Owen AndersonFix a nasty bug in DAGCombine of STORE nodes.
2015-03-19 Eric ChristopherRemove unused headers.
2015-03-19 Eric ChristopherAdd an MCSubtargetInfo variable to the TargetMachine.
2015-03-19 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-19 Reid KlecknerWinEH: Make llvm.eh.actions emission match the EH docs
2015-03-19 Duncan P. N. Exon... Verifier: Remove the separate -verify-di pass
2015-03-19 Hans WennborgSwitch lowering: extract NextBlock function. NFC.
2015-03-19 Hans WennborgSwitch lowering: remove unnecessary ConstantInt casts...
2015-03-19 Benjamin KramerInternalize PEI. NFC.
2015-03-19 Hans WennborgSelectionDAGBuilder: update comment in HandlePHINodesIn...
2015-03-19 Matthias BraunDo not track subregister liveness when it brings no...
2015-03-19 Hans WennborgSelectionDAGIsel: Fix comment about terminators being...
2015-03-18 Quentin Colombet[CodeGenPrepare] Remove broken, dead, code.
2015-03-18 Eric ChristopherRevert "Add a TargetMachine local MCRegisterInfo and...
2015-03-18 Eric ChristopherAdd a TargetMachine local MCRegisterInfo and MCInstrInf...
2015-03-18 Reid KlecknerUse WinEHPrepare to outline SEH finally blocks
2015-03-18 John Brawn[ARM] Align stack objects passed to memory intrinsics
2015-03-18 David MajnemerDAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x)
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Simon PilgrimXformToShuffleWithZero - Added clearer early outs and...
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 David MajnemerRevert "COFF: Let globals with private linkage reside...
2015-03-17 David MajnemerRevert "Address review comments"
2015-03-17 David MajnemerAddress review comments
2015-03-17 David MajnemerCOFF: Let globals with private linkage reside in their...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-17 Rafael EspindolaRemove the error prone GetTempSymbol API.
2015-03-17 Rafael EspindolaConvert the last 4 users of GetTempSymbol to createTemp...
2015-03-17 Rafael EspindolaMake EmitFunctionHeader a private helper.
2015-03-17 Rafael EspindolaConvert the easy cases of GetTempSymbol to createTempSy...
2015-03-17 Rafael EspindolaDon't duplicate comment from the .h. NFC.
2015-03-17 Rafael EspindolaMove the EH symbol to the asm printer and use it for...
2015-03-17 Rafael EspindolaRemove dead code. NFC.
2015-03-17 Rafael EspindolaReplace a use of GetTempSymbol with createTempSymbol.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-03-16 Gabor Horvath[llvm] Replacing asserts with static_asserts where...
2015-03-15 Sanjay Patelremove function names from comments; NFC
2015-03-15 Sanjay Patelfix typo: NFC
2015-03-15 David Blaikie[opaque pointer type] IRBuilder gep migration progress
2015-03-14 Daniel Jasper[MachineLICM] First steps of sinking GEPs near calls.
2015-03-13 Benjamin KramerBranchFolding: MergePotentialsElt has a total order...
2015-03-13 Daniel SandersRecommit r232027 with PR22883 fixed: Add infrastructure...
2015-03-13 Hao Liu[MachineCopyPropagation] Fix a bug causing incorrect...
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-13 Eric ChristopherUse the cached subtarget off of the machine function.
2015-03-12 Sanjay Patel[X86, AVX2] Replace inserti128 and extracti128 intrinsi...
2015-03-12 Eric ChristopherRemove unused headers.
2015-03-12 Hal FinkelRevert "r232027 - Add infrastructure for support of...
2015-03-12 Sanjay Patel[X86, AVX] replace vextractf128 intrinsics with generic...
2015-03-12 Daniel SandersAdd infrastructure for support of multiple memory const...
next