summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Simplify this code; LoopInfo::getCanonicalInductionVariable will onlyDan Gohman2010-07-20
* Make getOrInsertCanonicalInductionVariable guarantee that itsDan Gohman2010-07-20
* Change an argument from an Instruction* to a Value*, which is allDan Gohman2010-07-20
* Minor code cleanups.Dan Gohman2010-07-20
* Appease the colonials.Jakob Stoklund Olesen2010-07-20
* Using BIC for immediates needs an extra bump for its complexity to getJim Grosbach2010-07-20
* Beginning SplitKit - utility classes for live range splitting.Jakob Stoklund Olesen2010-07-20
* Removed un-used code.Jim Grosbach2010-07-20
* Updated css classes for the pressure table legend.Lang Hames2010-07-20
* Oops - I tables render poorly in Chrome without this explicit height specific...Lang Hames2010-07-20
* Use run-length encoding to represent identical adjacent cells in the pressureLang Hames2010-07-20
* Added support for turning HTML indentation on and off (indentation off by def...Lang Hames2010-07-20
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-20
* Speculatively revert r108813, in an attempt to get the self-host buildbots wo...Owen Anderson2010-07-20
* Fix Mips PR7473. Patch by stetorvs@gmail.comBruno Cardoso Lopes2010-07-20
* Switched to rendering after allocation (but before rewriting) in PBQP.Lang Hames2010-07-20
* Reapply r108794, a fix for the failing test from last time.Owen Anderson2010-07-20
* Constify some arguments.Eric Christopher2010-07-20
* Revert r108794, "Separate PassInfo into two classes: a constructor-freeDaniel Dunbar2010-07-20
* Separate PassInfo into two classes: a constructor-free superclass (StaticPass...Owen Anderson2010-07-20
* Minor code simplification.Dan Gohman2010-07-20
* Don't hoist things out of a large switch inside aDale Johannesen2010-07-20
* Add AVX vbroadcast new instructionBruno Cardoso Lopes2010-07-20
* Update CMake files.Daniel Dunbar2010-07-20
* Correct line info for declarations/definitions. Radar 8063111.Stuart Hastings2010-07-19
* sink the arm implementations of ASmPrinter and MCInstLowerChris Lattner2010-07-19
* fix a layering problem by moving the x86 implementationChris Lattner2010-07-19
* Add 256-bit vaddsub, vhadd, vhsub, vblend and vdpp instructions!Bruno Cardoso Lopes2010-07-19
* Fix memory leak reported by valgrind. Devang Patel2010-07-19
* After a custom inserter, in a block which has constant instructions,Dan Gohman2010-07-19
* ARM has to provide its own TargetLowering::findRepresentativeClass because it...Evan Cheng2010-07-19
* Change the implemented interfaces list on PassInfo from a std::vector to a ma...Owen Anderson2010-07-19
* MC/Mach-O: Silently ignore .file directives instead of error'ing out onDaniel Dunbar2010-07-19
* X86: Mark JMP{32,64}[mr] as requires 32-bit/64-bit mode. They are the sameDaniel Dunbar2010-07-19
* Tweak per Chris' comments.Owen Anderson2010-07-19
* Teach computeRegisterProperties() to compute "representative" register class ...Evan Cheng2010-07-19
* Spillers may alter MachineLoopInfo when breaking critical edges, so make itJakob Stoklund Olesen2010-07-19
* Fix PR 7662.Devang Patel2010-07-19
* Since ARM emits inline jump tables as part of the ConstantIsland pass,Jim Grosbach2010-07-19
* revert so I can get the right PR# in the log message.Jim Grosbach2010-07-19
* Since ARM emits inline jump tables as part of the ConstantIsland pass,Jim Grosbach2010-07-19
* Update CMake build.Benjamin Kramer2010-07-19
* Expose BasicBlock::moveBefore and moveAfter in C API, patchDuncan Sands2010-07-19
* Render MachineFunctions to HTML pages, with options to render registerLang Hames2010-07-19
* precompute 20 tagsGabor Greif2010-07-19
* Fix indentation.Duncan Sands2010-07-19
* Expose JIT::recompileAndRelinkFunction for use through the C API.Duncan Sands2010-07-19
* Remove r108639 now that it is handled by InstCombine instead.Owen Anderson2010-07-19
* Reimplement r108639 in InstCombine rather than DAGCombine.Owen Anderson2010-07-19
* X86-64: Mark WINCALL and more tail call instructions as code gen only.Daniel Dunbar2010-07-19