summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* fix a variety of issues were we'd start DebugTimer but Chris Lattner2010-03-291-40/+11
* Refactor code to push DILocation prcessing into DwarfDebug.cpp from AsmPrinte...Devang Patel2010-03-294-37/+54
* Revert 99772.Devang Patel2010-03-284-45/+37
* add a statistic for the # times isel has to backtrack.Chris Lattner2010-03-281-1/+3
* Refactoring. Push DILocation processing in to DwarfDebug from AsmPrinter.Devang Patel2010-03-284-37/+45
* finally remove the immAllOnesV_bc/immAllZerosV_bc patternsChris Lattner2010-03-281-1/+1
* comply with the wishes of a fixme.Chris Lattner2010-03-281-3/+0
* now that (parallel) is gone and a variety of bugs in targetsChris Lattner2010-03-281-8/+4
* add an optimized form of OPC_EmitMergeInputChains for the 1, 0 and Chris Lattner2010-03-281-0/+29
* don't add nodes to the now-dead nodes list multiple times, thisChris Lattner2010-03-281-2/+3
* don't add flag nodes with chain results to the NowDeadNodesChris Lattner2010-03-281-2/+3
* improve -debug-only=isel comments for cases when we don't enter aChris Lattner2010-03-271-4/+8
* Forgot the part where we handle the ".llvm.eh.catch.all.value".Bill Wendling2010-03-271-2/+11
* Return if we changed anything or not.Bill Wendling2010-03-271-11/+9
* If a selector has a call to ".llvm.eh.catch.all.value" that we haven'tBill Wendling2010-03-271-8/+38
* If we mark clean-ups as clean-ups, then it could break when inlining through anBill Wendling2010-03-261-7/+215
* Add few missed libcalls and correct names for others.Anton Korobeynikov2010-03-261-4/+16
* Debug info shouldn't affect kills.Dale Johannesen2010-03-261-0/+3
* LiveVariables should clear kill / dead markers first. This allows us to remov...Evan Cheng2010-03-262-6/+8
* Try trivial remat before the coalescer gives up on a vr / physreg coalescing ...Evan Cheng2010-03-261-1/+7
* Handle DEBUG_VALUE in this pass.Dale Johannesen2010-03-261-11/+14
* Code clean up.Evan Cheng2010-03-251-11/+10
* fix a valgrind error on copy-constructor-synthesis.cpp, which is caused whenChris Lattner2010-03-251-2/+3
* Remove an unused option.Evan Cheng2010-03-251-59/+29
* Add comment.Devang Patel2010-03-251-0/+3
* Scheduler assumes SDDbgValue nodes are in source order. That's true currently...Evan Cheng2010-03-251-0/+8
* Change tblgen to emit FOOISD opcode names as twoChris Lattner2010-03-251-3/+9
* Remove a fixme that doesn't make sense any more.Evan Cheng2010-03-251-2/+0
* Make sure SDDbgValue.Invalid is initialized to false by all the constructors.Evan Cheng2010-03-251-2/+2
* Make the NDEBUG assertion stronger and more clear what is Chris Lattner2010-03-251-5/+20
* reapply 99444/99445, which I speculatively reverted inChris Lattner2010-03-252-78/+95
* Change how dbg_value sdnodes are converted into machine instructions. Their p...Evan Cheng2010-03-256-112/+187
* Avoid being influenced by dbg_value instructions.Evan Cheng2010-03-252-2/+2
* revert 99444/99445. This doesn't cause the failure of Chris Lattner2010-03-242-95/+78
* remove dead argument.Chris Lattner2010-03-242-5/+3
* split EmitNode in half to reduce indentation.Chris Lattner2010-03-242-78/+97
* Use SP filename directly instead of SP's context's filename.Devang Patel2010-03-241-2/+2
* Revert Edwin's change that is breaking MultiSource/Applications/ClamAV/clamscan.Bob Wilson2010-03-241-3/+1
* Fix memory leak in liveintervals: the destructor for VNInfos must be called,Torok Edwin2010-03-241-1/+3
* dbg_value may end a block.Evan Cheng2010-03-241-4/+4
* Remove the ConvertActions table and associated code, which is unused.Dan Gohman2010-03-241-1/+0
* Revert 99335. getTypeToExpandTo's iterative behavior is actuallyDan Gohman2010-03-231-3/+2
* Remove getTypeToExpandTo, since it isn't adding much valueDan Gohman2010-03-231-2/+3
* Ignore dbg_value's.Evan Cheng2010-03-231-5/+7
* Code clean up.Evan Cheng2010-03-231-6/+6
* Fix PR6673: updating the callback should not clear the map.Chris Lattner2010-03-221-1/+5
* Emit DW_AT_low_pc and DW_AT_high_pc attributes for TAG_compile_unit.Devang Patel2010-03-221-4/+8
* DW_AT_stmt_list attribute attached with a compile unit encodes offset of line...Devang Patel2010-03-224-77/+4
* Reduce indentation.Evan Cheng2010-03-221-35/+34
* Fix a memory leak from DIE::addSiblingOffset() by adding the DIEValueJeffrey Yasskin2010-03-223-5/+9
OpenPOWER on IntegriCloud