aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Silence anonymous type in anonymous union warnings.Eric Christopher2013-03-155-196/+245
* Unaligned loads should use the VMOVUPS opcode.Nadav Rotem2013-03-141-1/+1
* Remove some unused variables to clean the Clang -Werror buildDavid Blaikie2013-03-141-2/+0
* [mips] Set isAllocatable bit of unallocatable register classes to 0.Akira Hatanaka2013-03-141-8/+13
* Prepare for adding InstrSchedModel annotations to X86 instructions.Jakob Stoklund Olesen2013-03-141-0/+26
* Add a new method which enables one to change register classes.Reed Kotler2013-03-141-0/+8
* [fast-isel] The X86FastISel::FastLowerArguments function doesn't properly handleChad Rosier2013-03-141-0/+3
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-143-108/+52
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-149-11/+16
* Use frame-index scavenging for PPC register spillingHal Finkel2013-03-142-26/+10
* Not all PPC functions with a frame pointer need a RS spill slotHal Finkel2013-03-141-1/+1
* ARM cost model: Increase cost of some vector selects we do terrible onArnold Schwaighofer2013-03-141-0/+24
* [mips] Fix filename in comment and delete unnecessary lines of code.Akira Hatanaka2013-03-141-5/+1
* Hexagon: Removed asserts regarding alignment and offset.Jyotsna Verma2013-03-141-5/+4
* Android uses cacheflush(long start, long end, long flags) for MIPS.Akira Hatanaka2013-03-141-0/+9
* LoopVectorize: Invert case when we use a vector cmp value to query select costArnold Schwaighofer2013-03-141-1/+1
* Add back lines which were accidentally deleted in CMakeLists.txt.Akira Hatanaka2013-03-141-0/+2
* [mips] Define function MipsSEDAGToDAGISel::selectAddESubE.Akira Hatanaka2013-03-142-31/+31
* Add a comment about overlapping PPC frame offsetsHal Finkel2013-03-141-0/+3
* [mips] Rename functions and variables to start with proper case.Akira Hatanaka2013-03-147-57/+57
* Add header file MipsISelDAGToDAG.h.Akira Hatanaka2013-03-141-0/+93
* [mips] Define two subclasses of MipsDAGToDAGISel. Mips16DAGToDAGISel is forAkira Hatanaka2013-03-146-648/+900
* Perform factorization as a last resort of unsafe fadd/fsub simplification.Shuxin Yang2013-03-141-5/+91
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-145-78/+90
* [ASan] emit instrumentation for initialization order checking by defaultAlexey Samsonov2013-03-141-2/+2
* PR14972: SROA vs. GVN exposed a really bad bug in SROA.Chandler Carruth2013-03-141-117/+124
* Fix the name of a variable to match its declaration. Fixes build failure from...Craig Topper2013-03-141-1/+1
* Fix a bug in the calculation of the VEX.B bit for FMA4 rr with the VEX.W bit ...Craig Topper2013-03-142-0/+13
* Teach X86 MC instruction lowering that VMOVAPSrr and other VEX-encoded regist...Craig Topper2013-03-141-0/+42
* Fix PR15309Michael Liao2013-03-141-1/+2
* Remove accidentally committed debug line.Nick Lewycky2013-03-141-1/+0
* Refactor GCOV's six constructor arguments into a struct with a getter thatNick Lewycky2013-03-141-42/+59
* [Support] Fix lifetime of file descriptors when using MemoryBuffer.Michael J. Spencer2013-03-144-24/+37
* No functionality change. Rename emitGCNO() to the more sensibleNick Lewycky2013-03-131-7/+7
* Reset some of the target options which affect code generation.Bill Wendling2013-03-132-0/+27
* Remove the unused 4th operand for DIFile debug info metadataDavid Blaikie2013-03-132-2/+1
* Add some additonal attribute helper functions. Test will be on followReed Kotler2013-03-131-0/+7
* R600: Remove unused Outputs variableVincent Lejeune2013-03-132-2/+0
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-131-1/+3
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-131-1/+1
* Check register classes also when changing them.Jakob Stoklund Olesen2013-03-131-0/+1
* Fix a performance regression when combining to smaller types in icmp (shl %v,...Arnaud A. de Grandmaison2013-03-131-3/+4
* Add one more overload to make VS2008's debug mody happy.Benjamin Kramer2013-03-131-0/+3
* [mips] Define two subclasses of MipsTargetLowering. Mips16TargetLowering is forAkira Hatanaka2013-03-139-878/+1106
* Refactor filename/directory in DICompileUnit into a DIFileDavid Blaikie2013-03-132-12/+10
* Don't crash if write_impl() leaves less buffer space available than expected.Matt Beaumont-Gay2013-03-121-1/+6
* Remove unused "isMain" field from DICompileUnitDavid Blaikie2013-03-122-11/+9
* [Support][Path] Don't inf loop if creating the parent directory fails.Michael J. Spencer2013-03-121-1/+7
* Update debug info test cases with empty SplitDebugFilename field.David Blaikie2013-03-121-4/+4
* ARM cost model: Increase the cost for vector casts that use the stackArnold Schwaighofer2013-03-121-0/+8