summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* Refactor.Devang Patel2012-01-13
* Convert SHUFPD with the same register for both sources to PSHUFD if it would ...Craig Topper2012-01-13
* use v8i32 as optimal mem type over v8f32 if AVX2 is enabled. Similar to SSE2 ...Craig Topper2012-01-13
* Make X86 instruction selection use 256-bit VPXOR for build_vector of all ones...Craig Topper2012-01-13
* Add patterns for v16i16 and v32i8 immAllZerosV to select VPXOR to match v4i64...Craig Topper2012-01-13
* Added the MachineSchedulerPass skeleton.Andrew Trick2012-01-13
* wrong filenameAndrew Trick2012-01-13
* 80-col violationAndrew Trick2012-01-13
* Use 8i32 constant pool entry for converting AVX2_SETALLONES. Possibly fixes P...Craig Topper2012-01-13
* Fix typo in PerformAddCombine that caused any vector type to be checked for h...Craig Topper2012-01-13
* Delete CodeInit and CodeRecTy from TableGen.Jakob Stoklund Olesen2012-01-13
* Use uniqued StringInit pointers for lookups.Jakob Stoklund Olesen2012-01-13
* DAGCombine's logic for forming pre- and post- indexed loads / stores were beingEvan Cheng2012-01-13
* Fix off-by-one error.Bill Wendling2012-01-13
* Implement proper ObjC ARC objc_retainBlock "escape" analysis, so thatDan Gohman2012-01-13
* Added MVT::v2f16Pete Cooper2012-01-12
* Revert accidental commit.Bill Wendling2012-01-12
* Fix the code that was WRONG.Bill Wendling2012-01-12