aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix .cfi_personality on 32 bit systems.Rafael Espindola2010-12-261-1/+1
* Add support for @note. Patch by Jörg Sonnenberger.Rafael Espindola2010-12-264-1/+19
* sketch more of this out.Chris Lattner2010-12-261-20/+64
* Add basic support for .cfi_personality.Rafael Espindola2010-12-265-21/+91
* move isBytewiseValue out to ValueTracking.h/cppChris Lattner2010-12-263-69/+77
* actually add the file...Chris Lattner2010-12-261-0/+103
* Start of a pass for recognizing memset and memcpy idioms.Chris Lattner2010-12-265-0/+10
* Simplify code.Benjamin Kramer2010-12-261-1/+1
* fix some sort of weird pastoChris Lattner2010-12-261-60/+0
* add a noteChris Lattner2010-12-261-0/+91
* Generalize a previous change, fixing PR8855 - an valid large immediateChris Lattner2010-12-252-6/+10
* don't lose TD infoChris Lattner2010-12-252-3/+3
* switch the inliner alignment enforcement stuff to use theChris Lattner2010-12-251-27/+8
* Move getOrEnforceKnownAlignment out of instcombine into Transforms/Utils.Chris Lattner2010-12-255-103/+115
* Support/PathV1: Deprecate makeAbsolute and remove Unix impl because it annoys...Michael J. Spencer2010-12-252-13/+3
* Header warning patrol.Eric Christopher2010-12-251-2/+2
* Fix a thinko pointed out by Frits van Bommel: looking through global variable...Benjamin Kramer2010-12-241-22/+19
* Merge IsFixupFullyResolved and IsSymbolRefDifferenceFullyResolved. We nowRafael Espindola2010-12-246-223/+108
* MemCpyOpt: Turn memcpys from a constant into a memset if possible.Benjamin Kramer2010-12-242-3/+64
* MC/Mach-O/ARM: Start handling some Thumb branches.Daniel Dunbar2010-12-242-0/+153
* Minor cleanup related to my latest scheduler changes.Andrew Trick2010-12-242-4/+6
* Fix a few cases where the scheduler is not checking for phys reg copies. The ...Andrew Trick2010-12-242-4/+11
* Trailing whitespace.Jim Grosbach2010-12-241-96/+96
* Various bits of framework needed for precise machine-level selectionAndrew Trick2010-12-2431-185/+715
* whitespaceAndrew Trick2010-12-2419-422/+422
* Simplify a check for implicit defs and remove a FIXME.Cameron Zwarich2010-12-241-8/+6
* In llvm-mc parse a Hash token as a full line comment. Allows handling ofKevin Enderby2010-12-242-2/+15
* Use a StringSwitch<> instead of a manually constructed string matcher.Jim Grosbach2010-12-241-10/+7
* When determining if we can fold (x >> C1) << C2, the bits that we need to ver...Owen Anderson2010-12-232-1/+21
* Code clean up. No functionality change.Evan Cheng2010-12-231-49/+48
* Remove dead patterns.Jim Grosbach2010-12-231-26/+0
* Recognize a few more documented register name aliases for ARM in the asm lexer.Jim Grosbach2010-12-231-0/+18
* Radar 8803471: Fix expansion of ARM BCCi64 pseudo instructions.Bob Wilson2010-12-232-0/+4
* Do not re-test for the existence of pthread.h.Oscar Fuentes2010-12-231-3/+0
* XFAIL vg_leak the new test as the rest.Torok Edwin2010-12-231-0/+1
* It is possible for SimplifyCFG to cause PHI nodes to become redundant too lat...Owen Anderson2010-12-231-1/+10
* Flag -> Glue, the ongoing sagaChris Lattner2010-12-2324-133/+133
* flags -> glue for selectiondagChris Lattner2010-12-2311-114/+113
* sdisel flag -> glue.Chris Lattner2010-12-233-86/+85
* continue renaming flag -> glue.Chris Lattner2010-12-235-71/+71
* Fix OCaml bindings crash, PR8847.Torok Edwin2010-12-234-519/+535
* Remove/fix invalid README entries. The well thought out strcpy function doesn...Benjamin Kramer2010-12-231-21/+2
* Remove some obsolete README items, add a new one off the top of my head.Benjamin Kramer2010-12-231-78/+26
* Reorganize ListScheduleBottomUp in preparation for modeling machine cycles an...Andrew Trick2010-12-231-130/+153
* Converted LiveRegCycles to LiveRegGens. It's easier to work with and allows m...Andrew Trick2010-12-231-17/+18
* In CheckForLiveRegDef use TRI->getOverlaps.Andrew Trick2010-12-231-6/+9
* Fixes PR8823: add-with-overflow-128.llAndrew Trick2010-12-232-15/+34
* Preserve the address space when generating bitcasts for MemTransferInst in Co...Mon P Wang2010-12-231-3/+16
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-2320-37/+31
* Default to armv7 instead of armv6.Bill Wendling2010-12-231-1/+1