Rework r233647, "llvm/examples: Suppress building a few JIT examples."
[oota-llvm.git] / lib / CodeGen /
2015-03-31 Sanjay Pateltypos; NFC
2015-03-31 James Molloy[SDAG] Move TRUNCATE splitting logic into a helper...
2015-03-31 Duncan P. N. Exon... DebugInfo: Remove LexicalBlockFile scope/context distin...
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Duncan P. N. Exon... LexicalScopes: Cleanup remaining uses of DebugLoc
2015-03-30 Duncan P. N. Exon... DebugLoc: Remove getFromDILexicalBlock()
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use debug info hierarchy pervasively
2015-03-30 David MajnemerSilence an unused variable warning.
2015-03-30 David Majnemer[WinEH] Run cleanup handlers when an exception is thrown
2015-03-30 Duncan P. N. Exon... LexicalScopes: Use MDLocation directly instead of DebugLoc
2015-03-30 Quentin Colombet[RegisterCoalescer] Fix a potential misuse of direct...
2015-03-30 Duncan P. N. Exon... DwarfDebug: Avoid creating new DebugLocs in the backend
2015-03-30 David Blaikie[opaque pointer type] More IRBuilder::createGEP (non...
2015-03-30 Duncan P. N. Exon... CodeGen: Use the new DebugLoc API, NFC
2015-03-30 Duncan P. N. Exon... SelectionDAG: Reflow code to use early returns, NFC
2015-03-29 Simon PilgrimUse SDValue bool check to tidyup some possible vector...
2015-03-29 Simon PilgrimUse SDValue bool check to tidyup some possible Reassoci...
2015-03-28 Simon Pilgrim[DAGCombiner] Fixed incorrect test for buildvector...
2015-03-28 Ahmed Bougacha[CodeGen] "PromoteInteger" f32 to f64 doesn't make...
2015-03-27 Andrew KaylorFixing a bug with optimized catch-all handlers in WinEH...
2015-03-27 Sanjay Patelfix typo and 80-col; NFC
2015-03-27 Ahmed Bougacha[CodeGen] Don't attempt a tail-call with a non-forwarde...
2015-03-27 Ahmed Bougacha[CodeGen] Don't attempt a tail-call with implicit sret.
2015-03-27 Quentin Colombet[RegisterCoalescer] Refine the terminal rule to still...
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-27 Andrew TrickComplete the MachineScheduler fix made way back in...
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.
next