summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* RegisterPressure: ArrayRefize some functions for better readability. No funct...Benjamin Kramer2012-04-29
* Fix some formatting, grammar and style issues and add a couple of missing com...Eli Bendersky2012-04-29
* Don't update spill weights when joining intervals.Jakob Stoklund Olesen2012-04-28
* Spring cleaning - Delete dead code.Jakob Stoklund Olesen2012-04-28
* Fix a problem with blocks that need to be split twice.Jakob Stoklund Olesen2012-04-28
* Reapply 155668: Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick2012-04-28
* ARM: Thumb add(sp plus register) asm constraints.Jim Grosbach2012-04-27
* ARM: Tweak tADDrSP definition for consistent operand order.Jim Grosbach2012-04-27
* Revert r155745Derek Schuff2012-04-27
* Fix fastcc structure return with fast-isel on x86-32Derek Schuff2012-04-27
* Track worst case alignment padding more accurately.Jakob Stoklund Olesen2012-04-27
* Temporarily revert r155668: Fix the SD scheduler to avoid gluing.Andrew Trick2012-04-27
* Use 'unsigned' instead of 'int' in several places when retrieving number of v...Craig Topper2012-04-27
* Add x86-specific DAG combine to simplify:Chad Rosier2012-04-27
* [Support/YAMLParser] Fix ASan found bugs.Michael J. Spencer2012-04-27
* Tidy up spacing.Craig Topper2012-04-27
* Don't vectorize target-specific types (ppc_fp128, x86_fp80, etc.).Hal Finkel2012-04-27
* Change recurse depth limit to uint32 to fix warning.David Blaikie2012-04-27
* Miscellaneous accumulated cleanups.Dan Gohman2012-04-27
* Fix the order of the operands in the llvm.fma intrinsic patterns for ARM,Lang Hames2012-04-27
* Add an early bailout to IsValueFullyAvailableInBlock from deeply nested blocks.Mon P Wang2012-04-27
* Reapply r155682, making constant folding more consistent, with a fix to workDan Gohman2012-04-27
* Fix ARM assembly parsing for upper case condition codes on IT instructions.Richard Barton2012-04-27
* X86: Don't emit conditional floating point moves on when targeting pre-pentiu...Benjamin Kramer2012-04-27
* [asan] small optimization: do not emit "x+0" instructions Kostya Serebryany2012-04-27
* Refactor IT handling not to store the bottom bit of the condition code in the...Richard Barton2012-04-27
* Revert r155682, "Use ConstantExpr::getExtractElement when constant-folding ve...NAKAMURA Takumi2012-04-27
* [tsan] Atomic support for ThreadSanitizer, patch by Dmitry VyukovKostya Serebryany2012-04-27
* Implement a bastardized ABI.Evan Cheng2012-04-27
* - thumbv6 shouldn't imply +thumb2. Cortex-M0 doesn't suppport 32-bit Thumb2Evan Cheng2012-04-27
* Use ConstantExpr::getExtractElement when constant-folding vectorsDan Gohman2012-04-27
* Break up getProfitableChainIncrement().Jakob Stoklund Olesen2012-04-26
* Turn IVChain into a struct.Jakob Stoklund Olesen2012-04-26
* Add instcombine patterns for the following transformations:Chad Rosier2012-04-26
* Fix the SD scheduler to avoid gluing the same node twice.Andrew Trick2012-04-26
* ARM: Thumb ldr(literal) base address alignment is 32-bits.Jim Grosbach2012-04-26
* Trivial change to set UseLeaForSP flag in addition to togglingPreston Gurd2012-04-26
* [Support/YAML] Properly fix unitialized variable warning by inserting aMichael J. Spencer2012-04-26
* Use VLD1 in NEON extenting-load patterns instead of VLDR.Tim Northover2012-04-26
* Test commit.Tim Northover2012-04-26
* Enable detection of AVX and AVX2 support through CPUID. Add AVX/AVX2 to corei...Craig Topper2012-04-26
* Teach the reassociate pass to fold chains of multiplies with repeatedChandler Carruth2012-04-26
* If triple is armv7 / thumbv7 and a CPU is specified, do not automatically assumeEvan Cheng2012-04-26
* Don't forget to reset 'first operand' flag when we're setting the MDNodeOpera...Bill Wendling2012-04-26
* Print IV chain numbers while collecting them.Jakob Stoklund Olesen2012-04-25
* Remove more dead code.Jakob Stoklund Olesen2012-04-25
* Unify internal representation of ARM instructions with a register right-shift...Richard Barton2012-04-25
* Remove the -disable-cross-class-join option.Jakob Stoklund Olesen2012-04-25
* Cross-class joining is winning.Jakob Stoklund Olesen2012-04-25
* Add ifdef around getSubtargetFeatureName in tablegen output file so that only...Craig Topper2012-04-25