aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Simplify code. No functionality change.Benjamin Kramer2013-05-281-3/+2
* Remove double semicolons.Benjamin Kramer2013-05-283-62/+62
* Convert sqrt functions into sqrt instructions when -ffast-math is in effect.Preston Gurd2013-05-271-0/+3
* Fix PR16143: Insert DEBUG_VALUE before terminator.Andrew Trick2013-05-261-1/+1
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-258-159/+14
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-2515-1209/+1213
* Track IR ordering of SelectionDAG nodes 1/4.Andrew Trick2013-05-252-7/+15
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-244-7/+7
* Fix PR16110: Handle DBG_VALUE in ConnectedVNInfoEqClasses::Distribute().Jakob Stoklund Olesen2013-05-231-2/+10
* InlineSpiller: Store bucket pointers instead of iterators.Benjamin Kramer2013-05-231-9/+9
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-19/+12
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-229-38/+34
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-8/+4
* Simplify logic now that r182490 is in place. No functional change intended.Chad Rosier2013-05-221-15/+14
* Unify formatting of debug output.Adrian Prantl2013-05-222-3/+3
* Drop @llvm.annotation and @llvm.ptr.annotation intrinsics during codegen.Justin Holewinski2013-05-212-0/+11
* DAGCombine: Avoid an edge case where it tried to create an i0 type for (x & 0...Benjamin Kramer2013-05-211-1/+2
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-211-3/+14
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-0/+3
* The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...Bill Wendling2013-05-202-5/+5
* No need to store the TargetMachine variable in this class.Bill Wendling2013-05-201-4/+2
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-1810-61/+81
* Replace redundant codeMatt Arsenault2013-05-171-7/+2
* Add missing -*- C++ -*- to headersMatt Arsenault2013-05-171-1/+1
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-161-1/+7
* Remove addFrameMove.Rafael Espindola2013-05-161-33/+0
* DAGCombine: Also shrink eq compares where the constant is exactly as large as...Benjamin Kramer2013-05-161-1/+1
* Add TargetRegisterInfo::getCoveringLanes().Jakob Stoklund Olesen2013-05-161-2/+4
* Fix legalization of SETCC with promoted integer intrinsicsHal Finkel2013-05-151-2/+13
* Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)Derek Schuff2013-05-151-11/+8
* Use only explicit bool conversion operatorsDavid Blaikie2013-05-151-1/+1
* Make getCompileUnit non-const and return the current DIE if itEric Christopher2013-05-142-3/+3
* Add bitcast to store of personality function.Kai Nacke2013-05-141-1/+3
* StackColoring: don't clear an instruction's mem operand if the underlyingAkira Hatanaka2013-05-141-0/+5
* Assert that DIEEntries are constructed with non-null DIEsDavid Blaikie2013-05-141-1/+3
* Remove redundant variable introduced by r181682.Bob Wilson2013-05-131-1/+0
* Fix PR15950 A bug in DAG Combiner about undef maskHao Liu2013-05-131-10/+25
* Remove the MachineMove class.Rafael Espindola2013-05-135-38/+65
* StringRefize some debug accel table bits.Benjamin Kramer2013-05-113-7/+7
* Change getFrameMoves to return a const reference.Rafael Espindola2013-05-111-3/+4
* Remove more dead code.Rafael Espindola2013-05-112-13/+0
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-2/+18
* DAGCombiner: Generate a correct constant for vector types when folding (xor (...Benjamin Kramer2013-05-101-2/+1
* Teach SelectionDAG to constant fold all-constant FMA nodes the same way that ...Owen Anderson2013-05-091-0/+15
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-091-15/+11
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-081-11/+15
* DAGCombiner: Simplify inverted bit testsDavid Majnemer2013-05-081-0/+9
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-1/+3
* Finish renaming constructImportedModuleDIE to constructImportedEntityDIEDavid Blaikie2013-05-082-7/+7
* Pass the MDNode in and do the insertion at compile unit creation timeEric Christopher2013-05-083-7/+7