summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Make sure DAGCombiner doesn't introduce multiple loads from the same memory l...Eli Friedman2011-12-26
* Fix a typo in the widening of vectors in PromoteIntRes. Patch by Shemer Anat.Nadav Rotem2011-12-25
* drop unneeded config.h includesDylan Noblesmith2011-12-22
* Hoisted some loop invariant smallvector lookups out of a MachineLICM loopPete Cooper2011-12-22
* Changed MachineLICM to use a worklist list MachineCSE instead of recursion.Pete Cooper2011-12-22
* Revert patch from 147090. There is not point to make code less readable if weJakub Staszak2011-12-21
* - Change a few operator[] to lookup which is cheaper.Jakub Staszak2011-12-21
* Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header inclu...Lang Hames2011-12-21
* Remove disused STL header include.Lang Hames2011-12-21
* Move common code into an MRI function.Jakob Stoklund Olesen2011-12-21
* Fix assert condition.Lang Hames2011-12-20
* Add some constantness to BranchProbabilityInfo and BlockFrequnencyInfo.Jakub Staszak2011-12-20
* Fix up the CMake build for the new files added in r146960, they'reChandler Carruth2011-12-20
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Add basic generic CodeGen support for half.Dan Gohman2011-12-20
* Add a if-conversion optimization that allows 'true' side of a diamond to beEvan Cheng2011-12-19
* Attempt to fix PR11607 by shuffling around which class defines which methods.Eli Friedman2011-12-19
* Handle sub-register operands in recomputeRegClass().Jakob Stoklund Olesen2011-12-19
* Allow inlining of functions with returns_twice calls, if they have theJoerg Sonnenberger2011-12-18
* Add back the MC bits of 126425. Original patch by Nathan Jeffords. I added theRafael Espindola2011-12-17
* Resolve part of a fixme and add a new one.Eric Christopher2011-12-16
* Add a fixme here.Eric Christopher2011-12-16
* Extraneous whitespace and 80-col.Eric Christopher2011-12-16
* Move parts of lib/Target that use CodeGen into lib/CodeGen.Nick Lewycky2011-12-15
* Update DebugLoc while merging nodes at -O0.Devang Patel2011-12-15
* Don't try to form FGETSIGN after legalization; it is possible in some cases, ...Eli Friedman2011-12-15
* Enable synthesis of FLOG2 and FEXP2 SelectionDAG nodes from libm calls. Thes...Owen Anderson2011-12-15
* Move Instruction::isSafeToSpeculativelyExecute out of VMCore andDan Gohman2011-12-14
* Do not sink instruction, if it is not profitable.Devang Patel2011-12-14
* Reapply r146481 with a fix to create the Builder value in the correct place andBill Wendling2011-12-14
* Model ARM predicated write as read-mod-write. e.g.Evan Cheng2011-12-14
* llvm/lib/CodeGen: Fix cmake build since r146542.NAKAMURA Takumi2011-12-14
* Add missing cases to SDNode::getOperationName(). Patch by Micah Villmow.Eli Friedman2011-12-14
* Allow target to specify register output dependency. Still default to one.Evan Cheng2011-12-14
* Revert r146481 to review possible miscompilations.Bill Wendling2011-12-14
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-14
* DW_AT_virtuality is also defined to be constant, not flag.Nick Lewycky2011-12-14
* [fast-isel] Remove SelectInsertValue() as fast-isel wasn't designed to handle Chad Rosier2011-12-13
* Avoid using the 'insertvalue' instruction here.Bill Wendling2011-12-13
* DW_AT_accessibility is "constant" class, not form class, so it may not useNick Lewycky2011-12-13
* Initial CodeGen support for CTTZ/CTLZ where a zero input produces anChandler Carruth2011-12-13
* [fast-isel] Guard "exhastive" fast-isel output with -fast-isel-verbose2.Chad Rosier2011-12-13
* LLVMBuild: Introduce a common section which currently has a list of theDaniel Dunbar2011-12-12
* Fixed register allocator splitting a live range on a spilling variable.Pete Cooper2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* [fast-isel] SelectInsertValue seems to be causing miscompiles for ARM. Disab...Chad Rosier2011-12-10
* Typo.Chad Rosier2011-12-10
* [fast-isel] Add support for selecting insertvalue.Chad Rosier2011-12-09
* Move isUnpredicatedTerminator() default implementation to TargetInstrInfoImpl...Evan Cheng2011-12-09
* Fix comment.Devang Patel2011-12-09