summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Fix for PR4235: to build a floating-point value from integer parts, Eli Friedman2009-05-201-5/+19
* Revert last commit. It was wrong.Bill Wendling2009-05-181-2/+1
* Don't call RegionInlinedFnEnd if our optimization level isn't -O0.Bill Wendling2009-05-181-1/+2
* Add an assert to turn a segfault on an unsupported inlineDan Gohman2009-05-141-0/+2
* Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presenceJim Grosbach2009-05-131-6/+0
* Add support for GCC compatible builtin setjmp and longjmp intrinsics. This isJim Grosbach2009-05-121-0/+6
* --- Reverse-merging r71370 into '.':Bill Wendling2009-05-101-34/+58
* A debug function start was not being recorded when the optimization level wasn'tBill Wendling2009-05-091-58/+34
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-091-9/+9
* Mirror how Fast ISel determines if a region.end intrinsic is the end of anBill Wendling2009-05-081-15/+12
* Do not emit bit tests if target does not support natively left shiftAnton Korobeynikov2009-05-081-0/+4
* Revert 71165. It did more than just revert 71158 and it introducedDan Gohman2009-05-071-2/+1
* Temporarily revert r71158. It was causing a failure during a full bootstrap:Bill Wendling2009-05-071-1/+2
* Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth...Argyrios Kyrtzidis2009-05-071-6/+5
* Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ...Chris Lattner2009-05-041-5/+6
* -Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.Argyrios Kyrtzidis2009-05-041-3/+2
* Revert r70803 for now, it causes a regression.Argyrios Kyrtzidis2009-05-031-1/+2
* -Remove the DwarfWriter::RecordSourceLine calls from the instruction selectors.Argyrios Kyrtzidis2009-05-031-2/+1
* -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe...Argyrios Kyrtzidis2009-05-031-74/+74
* Make DebugLoc independent of DwarfWriter.Argyrios Kyrtzidis2009-04-301-24/+13
* fix a regression handling indirect results: these need to be consideredChris Lattner2009-04-301-8/+13
* Instead of passing in an unsigned value for the optimization level, use an enum,Bill Wendling2009-04-291-7/+7
* Implement review feedback for vector shuffle work.Nate Begeman2009-04-291-32/+19
* Second attempt:Bill Wendling2009-04-291-10/+11
* r70270 isn't ready yet. Back this out. Sorry for the noise.Bill Wendling2009-04-281-11/+10
* Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want toBill Wendling2009-04-281-10/+11
* 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan.Nate Begeman2009-04-271-87/+66
* Revert 69952. Causes testsuite failures on linux x86-64.Rafael Espindola2009-04-241-66/+87
* PR2957Nate Begeman2009-04-241-87/+66
* Factor out a bit of code that appears in several places into aDan Gohman2009-04-231-9/+13
* Handle Void types in ComputeValueVTs. This doesn't currently occur,Dan Gohman2009-04-231-0/+3
* Inline asm's were still introducing bogus dependencies;Dale Johannesen2009-04-181-1/+7
* Do not treat beginning of inlined scope as beginning of normal function scope...Devang Patel2009-04-161-0/+10
* Record line number at the beginning of a func.start.Devang Patel2009-04-161-1/+1
* In -fast mode do what FastISel does.Devang Patel2009-04-161-30/+65
* Do not force asm's to be chained if they don't touchDale Johannesen2009-04-141-0/+3
* Make these errors more noticable in build logs.Daniel Dunbar2009-04-131-5/+5
* Right now, Debugging information to encode scopes (DW_TAG_lexical_block) reli...Devang Patel2009-04-131-13/+11
* Reapply 68847.Devang Patel2009-04-131-0/+22
* Revert r68847. It breaks the build on non-Darwin targets, with this messageDan Gohman2009-04-111-22/+0
* Keep track of inlined functions and their locations. This information is coll...Devang Patel2009-04-111-0/+22
* Remove the obsolete SelectionDAG::getNodeValueTypes and simplifyDan Gohman2009-04-091-27/+18
* Generalize ExtendUsesToFormExtLoad to be usable for ANY_EXTEND,Dan Gohman2009-04-091-2/+18
* Don't copy the operand of a SwitchInst into virtual registers asDan Gohman2009-04-091-3/+13
* Revert prev. patch for now.Devang Patel2009-04-071-4/+6
* Right now DBG_LABEL are required for llvm.dbg.region_start and llvm.dbg.regio...Devang Patel2009-04-071-6/+4
* Fix live-out reg logic to not insert over-aggressive AssertZExtDan Gohman2009-03-311-3/+3
* Revert 67132. This is breaking some objective-c apps.Evan Cheng2009-03-251-3/+13
* When optimizing with debug info, don't keep theDale Johannesen2009-03-251-4/+5
* more tidying: name the components of PhysReg in the case whenChris Lattner2009-03-241-8/+9
OpenPOWER on IntegriCloud