summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Don't generate Dwarf line table entries for source line 0.Caroline Tice2009-09-11
* Fix PR4948 (and a leak): by not destroying the DwarfExceptionDuncan Sands2009-09-11
* Make fast-isel try ISD::FNEG before resorting to bitcasts and xors.Dan Gohman2009-09-11
* Reapply r81171 with a fix: don't try to use i64 when itDan Gohman2009-09-11
* Don't swap the operands of a subtraction when trying to create aBob Wilson2009-09-10
* Exit early if exception handling isn't supported.Bill Wendling2009-09-10
* Comment and whitespace cleanups. No intentional functionality change.Bill Wendling2009-09-10
* Revert part of my r81424 patch. I removed what looked like superfluous paddingBill Wendling2009-09-10
* Don't hardcode the TType format size. In fact, rework the code so that it's moreBill Wendling2009-09-10
* Remove the "#if 0" that Noone loved. It wasn't really necessary, because theBill Wendling2009-09-10
* Revert r81171 which was causing pr4927.Bob Wilson2009-09-10
* Pull check for SJLJ EH into a boolean and use that.Bill Wendling2009-09-10
* Use the SizeOfEncodedValue function instead of magic variables for theBill Wendling2009-09-10
* Add helpful comment.Bill Wendling2009-09-10
* Believe it or not, this is a simplification. :-)Bill Wendling2009-09-09
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Use the EOL that takes the encoding and translates it into DWARF-English.Bill Wendling2009-09-09
* Early exit from function.Bill Wendling2009-09-09
* Small amount of code clean-up: Don't use ".size()" when not necessary.Bill Wendling2009-09-09
* Removed static qualifier from a few index related methods. These methods may ...Lang Hames2009-09-09
* Preserve ProfileInfo.Andreas Neustifter2009-09-09
* When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman2009-09-09
* change selectiondag to add the sign extended versions of immediate operandsChris Lattner2009-09-08
* When emitting a label for a PostCall safe point, the machineNicolas Geoffray2009-09-08
* When remat'ing and destination virtual register has a sub-register index. Mak...Evan Cheng2009-09-08
* Fix an abort on a store of an empty struct member. getValue returnsDan Gohman2009-09-08
* Fix a thinko: When lowering fneg with xor, bitcast the operandsDan Gohman2009-09-07
* Simplify. Testing shows that this is not equivalent to BBI = CR.CaseBB + 1.Duncan Sands2009-09-06
* Mark more constants unsigned, as warned about by icc (#68).Duncan Sands2009-09-06
* Remove some not-really-used variables, as warnedDuncan Sands2009-09-06
* It's a bool, so treat it like one. Fixes a MSVC warning.Benjamin Kramer2009-09-06
* Remove some unused variables and methods warned about byDuncan Sands2009-09-06
* Detect VLAs.Devang Patel2009-09-05
* Ignore malformed global variable debug info.Devang Patel2009-09-04
* Replaces uses of unsigned for indexes in LiveInterval and VNInfo withLang Hames2009-09-04
* Use delete[] to match new[] (found by valgrind).Duncan Sands2009-09-04
* Run branch folding if if-converter make some transformations.Evan Cheng2009-09-04
* Fix comment for consistency sake.Evan Cheng2009-09-04
* If there's a calling convention attach it to the rewind function call.Eric Christopher2009-09-04
* Funky indentation.Evan Cheng2009-09-03
* LLVM currently represents floating-point negation as -0.0 - x. FixDan Gohman2009-09-03
* Don't crash when target has no itineraries.David Goodwin2009-09-03
* Create our own block initializer for kill fixups as the scheduling one wasn't...David Goodwin2009-09-03
* Overhaul the TwoAddressInstructionPass to simplify the logic, especiallyBob Wilson2009-09-03
* Recognize more opportunities to use SSE min and max instructions,Dan Gohman2009-09-03
* Fixed a test that ensures the LocalRewriter does not attempt toLang Hames2009-09-03
* Rearrange code to eliminate redundancy and avoid gotos.Bob Wilson2009-09-02
* Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.Sandeep Patel2009-09-02
* Avoid calling removeVirtualRegisterKilled which iterates over the operandsBob Wilson2009-09-01
* Refactor some code into separate functions. No functional changes.Bob Wilson2009-09-01