aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-05Add braces around something that throws me for a loop.Cameron Zwarich
2011-10-05There is no point in setting out-parameters for a ComplexPattern function whenCameron Zwarich
2011-10-05Also update the EH with bitcode. I missed this earlier. Thanks to Duncan for ...Bill Wendling
2011-10-05Fix a broken assert found by -Wparentheses.Chandler Carruth
2011-10-05Fix disabled SCEV analysis caused r141161 and add unit test.Andrew Trick
2011-10-05Add more initializers to quiet a clang warning.Eric Christopher
2011-10-05Change C++ style comments to C style comments in X86 disassembler. Patch from...Craig Topper
2011-10-05Avoid exponential recursion in SCEV getConstantEvolvingPHI and EvaluateExpres...Andrew Trick
2011-10-05Insert space.Akira Hatanaka
2011-10-05Do not examine variadic or implicit operands if instruction is a return (jr).Akira Hatanaka
2011-10-05Clean up function Filler::delayHasHazard. Akira Hatanaka
2011-10-05Remove function Filler::insertCallUses.Akira Hatanaka
2011-10-05Clean up Filler::findDelayInstr.Akira Hatanaka
2011-10-05Remove function Filler::isDelayFiller. Check if I is the same instruction thatAkira Hatanaka
2011-10-05Clean up Filler::runOnMachineBasicBlock. Change interface ofAkira Hatanaka
2011-10-05Define a statistic for the number of slots that were filled with useful Akira Hatanaka
2011-10-05Remove unnecessary check. isDelayFiller(MBB, I) will evaluate to true beforeAkira Hatanaka
2011-10-05Add comments and move assignment statement. If sawStore is true, sawLoad doesAkira Hatanaka
2011-10-05Correct description string of enable-mips-delay-filler.Akira Hatanaka
2011-10-05Look at the number of entries in the jump table and jump to a 'trap' block ifBill Wendling
2011-10-05Checkpoint for SJLJ EH code.Bill Wendling
2011-10-05Also add <imp-use,kill> flags for redefined super-registers.Jakob Stoklund Olesen
2011-10-05Also add <def,undef> flags when coalescing sub-registers.Jakob Stoklund Olesen
2011-10-04Teach the MC to output code/data region marker labels in MachO and ELF modes....Owen Anderson
2011-10-04Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby
2011-10-04Create a mapping between the landing pad basic block and the call site index ...Bill Wendling
2011-10-04Allow <undef> flags on def operands as well as uses.Jakob Stoklund Olesen
2011-10-04Replace snprintf with raw_string_ostream.Francois Pichet
2011-10-04Allow Operator ArgumentsDavid Greene
2011-10-04Unbreak CMake build.Ted Kremenek
2011-10-04Put GCOVFile and other related interface in a common header so that llvm-cov ...Devang Patel
2011-10-04Unbreak MSVC build.Francois Pichet
2011-10-04Teach PPCInstrInfo to handle sub-classes.Jakob Stoklund Olesen
2011-10-04tblgen: add preprocessor as a separate modeChe-Liang Chiou
2011-10-04Set operation actions to legal types only.Nadav Rotem
2011-10-04Operations should be custom lowered only if their type is legal.Nadav Rotem
2011-10-04The product of two chrec's can always be represented as a chrec.Nick Lewycky
2011-10-04Add support in the disassembler for ignoring the L-bit on certain VEX instruc...Craig Topper
2011-10-04LSR should avoid redundant edge splitting.Andrew Trick
2011-10-04whitespaceAndrew Trick
2011-10-04Remove last references to hotpatch.Rafael Espindola
2011-10-04Generic cleanup.Bill Wendling
2011-10-03ARM assembly parsing and encoding for VMOV immediate.Jim Grosbach
2011-10-03Tidy up. 80 columns.Jim Grosbach
2011-10-03Use the PC label ID rather than '1'. Add support for thumb-2, because I heard...Bill Wendling
2011-10-03Don't carry over the dispatchsetup hack from the old system.Bill Wendling
2011-10-03ARM parsing/encoding for VCMP/VCMPE.Jim Grosbach
2011-10-03Fix typo in comments.Nick Lewycky
2011-10-03Check-pointing the new SjLj EH lowering.Bill Wendling
2011-10-03Add support for 64-bit logical NOR.Akira Hatanaka