summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* refix PR1143 by making basicaa analyze zexts of indices aggresively,Chris Lattner2010-08-18
* If any def of a machine-sink candidate has local uses, it's obviously not saf...Evan Cheng2010-08-18
* GetLinearExpression is only called when TD is non-null, pass as Chris Lattner2010-08-18
* rework GEP decomposition to make a new VariableGEPIndex struct instead ofChris Lattner2010-08-18
* Enable ARM base register reuse to local stack slot allocation. Whenever a newJim Grosbach2010-08-18
* Make raw_fd_ostream consider itself the owner of STDOUT_FILENO whenDan Gohman2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Tidy.Dan Gohman2010-08-18
* Minor simplification. Gets rid of a needless temporary.Bill Wendling2010-08-18
* Use ConstantRange to propagate information through value definitions.Owen Anderson2010-08-18
* Thinking about it, we don't need MachineDominatorTree after all. The DomValueJakob Stoklund Olesen2010-08-18
* Revert r111394. It was too aggressive.Jakob Stoklund Olesen2010-08-18
* Aggressively prune the DFS when inserting phi-defs.Jakob Stoklund Olesen2010-08-18
* Add the LiveIntervalMap class. Don't hook it up yet.Jakob Stoklund Olesen2010-08-18
* Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. TheDaniel Dunbar2010-08-18
* Improve whitespace.Bill Wendling2010-08-18
* Marked with ATTRIBUTE_USED so that clang doesn't complain.Bill Wendling2010-08-18
* Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i...Owen Anderson2010-08-18
* MC/ELF: Allow null values in virtual sections, ELF doesn't use specialDaniel Dunbar2010-08-18
* move gep decomposition out of ValueTracking into BasicAA. The form ofChris Lattner2010-08-18
* Add hook for re-using virtual base registers for local stack slot access.Jim Grosbach2010-08-18
* Preserve subregs on PHI source operands. Patch by Krister Wombell!Jakob Stoklund Olesen2010-08-18
* Fix a bug with insertelement on SPU. Kalle Raiskila2010-08-18
* Remove all traces of v2[i,f]32 on SPU. Kalle Raiskila2010-08-18
* Change SPU C calling convention to match that described in Kalle Raiskila2010-08-18
* fix PR7589: In brief:Chris Lattner2010-08-18
* Fix PR7755: knowing something about an inval for a predChris Lattner2010-08-18
* fit in 80 colsChris Lattner2010-08-18
* remove some dead code.Chris Lattner2010-08-18
* remove some dead code.Chris Lattner2010-08-18
* remove some code that is dead now that lea's are modeled with segment registers.Chris Lattner2010-08-18
* remove dead prototype.Chris Lattner2010-08-18
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-18
* Revert r111321. This doesn't fix a problem.Dan Gohman2010-08-18
* stomp some more undefined behavior, PR7775.Chris Lattner2010-08-18
* include config.h to get config params, hopefully unbreaking mingw builder.Chris Lattner2010-08-17
* Fix the rest of rdar://8318441 which happens when a raw_fd_ostreamChris Lattner2010-08-17
* report_fatal_error can't use errs(), because errs() can call Chris Lattner2010-08-17
* Temporarily revert r110987 as it's causing some miscompares inEric Christopher2010-08-17
* Tweak IVUsers' concept of "interesting" to exclude add recurrencesDan Gohman2010-08-17
* Add materialization of virtual base registers for frame indices allocated intoJim Grosbach2010-08-17
* CrashRecovery: Clear the current context on the first crash, to avoid re-ente...Daniel Dunbar2010-08-17
* CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th...Daniel Dunbar2010-08-17
* CrashRecovery: Make CrashRecoveryContext static methods thread safe.Daniel Dunbar2010-08-17
* Make fast scheduler handle asm clobbers correctly.Dale Johannesen2010-08-17
* Revert part of one of the prev. patches - tailjmp will follow later.Anton Korobeynikov2010-08-17
* More fixes for win64:Anton Korobeynikov2010-08-17
* Enable more win64 calls folding opportunities.Anton Korobeynikov2010-08-17
* PHI elimination shouldn't require machineloopinfo since it's used at -O0. Mov...Evan Cheng2010-08-17
* Machine CSE preserves CFG. Pass manager was freeing machineloopinfo after mac...Evan Cheng2010-08-17