summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Remove unnecessary space.Bill Wendling2011-08-08
* strengthen up an assertion: you can't create a constant structChris Lattner2011-08-07
* Fix typo. Thanks, Andy!Jakob Stoklund Olesen2011-08-06
* Made SCEV's UDiv expressions more canonical. When dividing aAndrew Trick2011-08-06
* Reject RS_Spill ranges from local splitting as well.Jakob Stoklund Olesen2011-08-05
* Only mark remainder intervals as RS_Spill after per-block splitting.Jakob Stoklund Olesen2011-08-05
* Remember to update LiveDebugVariables after per-block splitting.Jakob Stoklund Olesen2011-08-05
* Extract per-block splitting into its own method.Jakob Stoklund Olesen2011-08-05
* Delete getMultiUseBlocks and splitSingleBlocks.Jakob Stoklund Olesen2011-08-05
* Also use shouldSplitSingleBlock() in the fallback splitting mode.Jakob Stoklund Olesen2011-08-05
* Split around single instructions to enable register class inflation.Jakob Stoklund Olesen2011-08-05
* ARM load instruction shifted register index operands.Jim Grosbach2011-08-05
* ARM indexed load assembly parsing and encoding.Jim Grosbach2011-08-05
* Detect proper register sub-classes.Jakob Stoklund Olesen2011-08-05
* ARM refactor indexed store instructions.Jim Grosbach2011-08-05
* Fix liveness computations in BranchFolding.Jakob Stoklund Olesen2011-08-05
* ARM simplify the postidx_reg operand encoding.Jim Grosbach2011-08-05
* ARM use a dedicated printer for postidx_reg operands.Jim Grosbach2011-08-05
* Add missing register constraint for some VLD3/VLD4 pseudo instructions.Bob Wilson2011-08-05
* Silence unused variable warnings in release builds.Chandler Carruth2011-08-05
* Fix http://llvm.org/bugs/show_bug.cgi?id=10583\n - test for 1 and 2 byte fixu...Jason W Kim2011-08-05
* Temporarily revert r135528 which distinguishes between two copies of oneChandler Carruth2011-08-05
* Fix broken encodings for the Thumb2 LDRD/STRD instructions.Owen Anderson2011-08-04
* ARM assembly parsing and encoding for LDR instructions.Jim Grosbach2011-08-04
* Count the total amount of stack space used in compiled functions.Jakob Stoklund Olesen2011-08-04
* Print DBG_VALUE variable's location info as a comment.Devang Patel2011-08-04
* Increment counter inside insertDebugValue().Devang Patel2011-08-04
* We need to map DebugLoc. It leads to Fuction * (through subprogram entry node...Devang Patel2011-08-04
* Linke NamedMDNodes after linking global values as comment suggests.Devang Patel2011-08-04
* allow \r's in .s files.Chris Lattner2011-08-04
* Introduce adjustFixupOffset that adjusts the fixup offset of a relocation.Roman Divacky2011-08-04
* Add counter.Devang Patel2011-08-04
* Fix an obvious type. Patch by Ivan Krasin.Evan Cheng2011-08-04
* Fix an obvious type. Patch by Ivan Krasin.Evan Cheng2011-08-04
* LDCL_POST and STCL_POST need one's-complement offsets, rather than two's comp...Owen Anderson2011-08-04
* Add obviously missing "break". Noticed by Andrey Karpov withDuncan Sands2011-08-04
* Add an assert to check that the Addend fits the file format.Rafael Espindola2011-08-04
* Fix what seems an obvious typo. Patch by Ivan Krasin. ProblemDuncan Sands2011-08-04
* Reverting r136884 updateUnloop, which crashed a linux builder.Andrew Trick2011-08-04
* Fix http://llvm.org/bugs/show_bug.cgi?id=10568Jason W Kim2011-08-04
* Only access both operands of an INSERT_SUBVECTOR if it is an INSERT_SUBVECTOR.Bill Wendling2011-08-04
* ARM refactoring assembly parsing of memory address operands.Jim Grosbach2011-08-03
* An algorithm for incrementally updating LoopInfo within aAndrew Trick2011-08-03
* whitespaceAndrew Trick2011-08-03
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-03
* Fix broken encoding of tCBNZ.Owen Anderson2011-08-03
* Enable compact region splitting by default.Jakob Stoklund Olesen2011-08-03
* Do not drop undef debug values. These are used as range termination marker by...Devang Patel2011-08-03
* Be more conservative when forming compact regions.Jakob Stoklund Olesen2011-08-03
* Fix some warnings from Clang in release builds:Chandler Carruth2011-08-03