summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
...
* DebugInfo: Reuse existing LexicalScope to retrieve the scope's MDNode, rather...David Blaikie2014-06-05
* DebugInfo: Roll argument insertion into variable insertion to ensure argument...David Blaikie2014-06-05
* PR19388: DebugInfo: Emit dead arguments in their originally declared order.David Blaikie2014-06-05
* DebugInfo: Add comments/assert description to r209674 based on Eric Christoph...David Blaikie2014-06-05
* DebugInfo: Reapply r209984 (reverted in r210143), asserting that abstract Dbg...David Blaikie2014-06-04
* Don't emit structors for available_externally globals (PR19933)Hans Wennborg2014-06-04
* Add a subtarget hook: enablePostMachineScheduler.Andrew Trick2014-06-04
* Move GenericScheduler and PostGenericScheduler into a header.Andrew Trick2014-06-04
* DebugInfo: Partial revert r209984 due to more cases where abstract DbgVariabl...David Blaikie2014-06-04
* Calculate dead instructions when a live interval is created.Pete Cooper2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* InitLibcallNames can take a Triple instead of a TargetMachine.Eric Christopher2014-06-02
* DebugInfo: Assert that DbgVariables have associated DIEsDavid Blaikie2014-06-01
* Fix typosAlp Toker2014-05-31
* [SelectionDAG] Force cycle detection in AssignTopologicalOrder before abortingAdam Nemet2014-05-31
* [SelectionDAG] Pass DAG to checkForCyclesAdam Nemet2014-05-31
* [X86] Add two combine rules to simplify dag nodes introduced during type lega...Andrea Di Biagio2014-05-30
* Convert a vselect into a concat_vector if possibleFilipe Cabecinhas2014-05-30
* Roll DbgVariable::setMInsn into the constructor. No functional changes.Adrian Prantl2014-05-30
* Fix MIPS exception personality encoding.Logan Chien2014-05-30
* [pr19636] Fix known bit computation in urem instruction with power of two.Rafael Espindola2014-05-30
* SelectionDAG: skip barriers for unordered atomic operationsTim Northover2014-05-30
* ARM & AArch64: make use of common cmpxchg idioms after expansionTim Northover2014-05-30
* Remove use of comma operator.Richard Trieu2014-05-30
* Debug Info: Remove unused code. The MInsn of an _abstract_ variable isAdrian Prantl2014-05-29
* Fix an assertion failure caused by v1i64 in DAGCombiner Shrink.Hao Liu2014-05-29
* [x86] Fold extract_vector_elt of a load into the Load's address computation.Michael J. Spencer2014-05-29
* Fix wrong setcc result type when legalizing uaddo/usuboMatt Arsenault2014-05-28
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Revert "[DAGCombiner] Split up an indexed load if only the base pointer value...Hal Finkel2014-05-28
* Change representation of instruction ranges where variable is accessible.Alexey Samsonov2014-05-27
* Factor out looking for prologue end into a functionAlexey Samsonov2014-05-27
* Don't pre-populate the set of keys in the map with variable locations history.Alexey Samsonov2014-05-27
* DebugInfo: partially revert cleanup committed in r209680David Blaikie2014-05-27
* DebugInfo: Simplify solution to avoid DW_AT_artificial on inlined parameters.David Blaikie2014-05-27
* DebugInfo: Create abstract function definitions even when concrete definition...David Blaikie2014-05-27
* DebugInfo: Avoid an extra map lookup when finding abstract subprogram DIEs.David Blaikie2014-05-27
* DebugInfo: Lazily construct subprogram definition DIEs.David Blaikie2014-05-27
* DebugInfo: Lazily attach definition attributes to definitions.David Blaikie2014-05-27
* DebugInfo: Separate out the addition of subprogram attribute additions so tha...David Blaikie2014-05-27
* ARM: teach AAPCS-VFP to deal with Cortex-M4.Tim Northover2014-05-27
* DwarfUnit: Remove some misleading no-op code introduced in r204162.David Blaikie2014-05-26
* DebugInfo: Fix inlining with #file directives a little harderDavid Blaikie2014-05-25
* MachineVerifier: Clean up some syntactic weirdness left behind by find&replace.Benjamin Kramer2014-05-24
* CodeGen: Make MachineBasicBlock::back skip to the beginning of the last bundle.Benjamin Kramer2014-05-24
* DebugInfo: Put concrete definitions referencing abstract definitions in the s...David Blaikie2014-05-23
* Add FIXME comment based on code review feedback by Hal Finkel on r209338David Blaikie2014-05-23
* Rename a couple of variables to be more accurate.David Blaikie2014-05-23
* DebugInfo: Fix cross-CU references for scopes (and variables within those sco...David Blaikie2014-05-23
* Return false if we're not going to do anything.Eric Christopher2014-05-22