summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add 148175 back. I am unable to reproduce any non determinism in a dragoneggRafael Espindola2012-01-17
* Changed flag operand of ISD::FP_ROUND to TargetConstant as it should not get ...Pete Cooper2012-01-17
* Fix typo in comment.Lang Hames2012-01-17
* Tidy up.Jim Grosbach2012-01-16
* ExecutionEngine interface to re-map addresses for engines that support it.Jim Grosbach2012-01-16
* MCJIT handle a few more simple x86 relocations for MachO.Jim Grosbach2012-01-16
* Removing unused default switch cases in switches over enums that already acco...David Blaikie2012-01-16
* Cleanup PPC RLWINM8 vs RLWINMHal Finkel2012-01-16
* AggressiveAntiDepBreaker needs to skip debug values because a debug value doe...Hal Finkel2012-01-16
* Extract method for detecting constant unallocatable physregs.Jakob Stoklund Olesen2012-01-16
* MCJIT support for non-function sections.Jim Grosbach2012-01-16
* Fixed comment in loop-unswitch.Stepan Dyatkovskiy2012-01-16
* Give better scavenger errors by invoking the verifier.Jakob Stoklund Olesen2012-01-16
* Add a new kind of MachineOperand: MO_RegisterMask.Jakob Stoklund Olesen2012-01-16
* Make sure the non-SSE lowering for fences correctly clobbers EFLAGS. PR11768.Eli Friedman2012-01-16
* Get rid of unused codegen-only instruction.Eli Friedman2012-01-16
* Give priority to AVX over SSE for 128-bit floating point unpck instructions.Craig Topper2012-01-16
* A fix for the previous commit: "integer constant is too large for ‘long’ ...Eli Bendersky2012-01-16
* Adding a basic ELF dynamic loader and MC-JIT for ELF. Functionality is curren...Eli Bendersky2012-01-16
* Refactor variables unused under non-assert builds (& remove two entirely unus...David Blaikie2012-01-16
* Changed intrinsic ID operand to a target constant as its not used in any arit...Pete Cooper2012-01-16
* [AVX] Optimize x86 VSELECT instructions using SimplifyDemandedBits.Nadav Rotem2012-01-15
* Return an ArrayRef from ShuffleVectorSDNode::getMask and push it through Code...Benjamin Kramer2012-01-15
* DAGCombiner: Deduplicate code.Benjamin Kramer2012-01-15
* Cosmetic patch for r148215.Stepan Dyatkovskiy2012-01-15
* Fixup for r148132. Type replacement for LoopsProperties: from DenseMap to std...Stepan Dyatkovskiy2012-01-15
* Remove SetWorkingDirectory from the Process interface. Nothing in LLVMChandler Carruth2012-01-15
* Remove dead code.David Blaikie2012-01-15
* Truncate of undef is just undef of smaller size.Craig Topper2012-01-15
* Fix the memop type on a couple 256-bit AVX instructions that were using f128m...Craig Topper2012-01-14
* Add a bunch of AVX instructions to the folding tables. Also fixed the alignme...Craig Topper2012-01-14
* Speculatively revert commit 148175 (rafael), to see if this fixesDuncan Sands2012-01-14
* Fix a corner case hit by redundant phi elimination running after LSR.Andrew Trick2012-01-14
* Only emit the Leh_func_endN symbol when needed.Rafael Espindola2012-01-14
* misched: Initial code for building an MI level scheduling DAGAndrew Trick2012-01-14
* Move physreg dependency generation into aptly named addPhysRegDeps.Andrew Trick2012-01-14
* misched: Added ScheduleDAGInstrs::IsPostRAAndrew Trick2012-01-14
* misched: Invoke the DAG builder on each sequence of schedulable instructions.Andrew Trick2012-01-14
* Move things around to make the file navigable, even though it will probably b...Andrew Trick2012-01-14
* After r147827 and r147902, it's now possible for unallocatable registers to beEvan Cheng2012-01-14
* Fix pasto from r146196.Chad Rosier2012-01-14
* Fix an unused variable warning that Chad noticed.Dan Gohman2012-01-14
* Remove previous commit while I debug the bot failures.Rafael Espindola2012-01-13
* Use RegisterTuples to generate pseudo-registers.Jakob Stoklund Olesen2012-01-13
* Remove label that is not used anymore.Rafael Espindola2012-01-13
* Speculatively revert r148132+r148133 to try and fix a buildbot failure.Eli Friedman2012-01-13
* Remove pointless mode line in .cpp file.Andrew Trick2012-01-13
* Revert r148131, it was committed before it was ready.Devang Patel2012-01-13
* Cosmetic patch for r148132.Stepan Dyatkovskiy2012-01-13
* LoopUnswitch: All helper data that is collected during loop-unswitch iteratio...Stepan Dyatkovskiy2012-01-13