aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2012-12-06Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...NAKAMURA Takumi
2012-12-06[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.Chad Rosier
2012-12-06Let targets provide hooks that compute known zero and ones for any_extendEvan Cheng
2012-12-06change MCContext to work on the doInitialization/doFinalization modelPedro Artigas
2012-12-06Set the 'MadeChange' variable if we are deleting blocks.Bill Wendling
2012-12-06Have CannotBeNegativeZero() be aware of the nsz fast-math flagMichael Ilseman
2012-12-05RegPressureTracker::dump(): Remove unnecessary argument.Andrew Trick
2012-12-05Change std::vector to SmallVector<4> and remove some unused methods.Eli Bendersky
2012-12-05Define new-value store instructions with base+immediate addressing modeJyotsna Verma
2012-12-05Fix name. The array is unboundED.Bill Wendling
2012-12-05RegisterPressureTracker: fix findUseBetween to handle DebugValueAndrew Trick
2012-12-05RegisterPressureTracker: unify virtual registers and physical regunits.Andrew Trick
2012-12-05RegisterPresssureTracker: Track live physical register by unit.Andrew Trick
2012-12-05Cost Model: change the default cost of control flow instructions (br / ret / ...Nadav Rotem
2012-12-05Correct ARM NOP encodingDavid Sehr
2012-12-05[NVPTX] Fix crash with unnamed struct argumentsJustin Holewinski
2012-12-05Use multiclass to define store instructions with base+immediate offsetJyotsna Verma
2012-12-05Adjust JIT target triple on OS X to match the current architecture.Bob Wilson
2012-12-05Fix misplaced closing brace.Matthew Curtis
2012-12-05Try to unbreak the build on hosts that don't transitively pull in a definitio...Benjamin Kramer
2012-12-05Remove unused MachineInstr constructors.Jakob Stoklund Olesen
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby
2012-12-05- Added calls to doInitialization/doFinalization to immutable passesPedro Artigas
2012-12-05[msan] Instrument bswap intrinsic.Evgeniy Stepanov
2012-12-05[msan] Initialize callbacks in runOnFunction as opposed to doInitialization.Evgeniy Stepanov
2012-12-05[msan] Change linkage type of __msan_track_origins.Evgeniy Stepanov
2012-12-05Simplified BLEND pattern matching for shuffles.Elena Demikhovsky
2012-12-05Added RegisterPressureTracker::dump() for debugging.Andrew Trick
2012-12-05Copy clang/Driver/<Option parsing stuff> to llvm.Michael J. Spencer
2012-12-04Remove bundling from the MCAssembler interfaceDavid Sehr
2012-12-05Add x86 isel lowering logic to form bit test with inverted condition. e.g.Evan Cheng
2012-12-04Appease GCC's -Wparentheses.Matt Beaumont-Gay
2012-12-04Split up the ParseOptionalAttrs method into three different methods for eachBill Wendling
2012-12-04Removing an include of a deleted headerEli Bendersky
2012-12-04LoopVectorizer: Increase the number of pointers that can be tested at runtime...Nadav Rotem
2012-12-04Enable if-conversion during vectorization.Nadav Rotem
2012-12-04ARM custom lower ctpop for vector types. Patch by Pete Couperus.Evan Cheng
2012-12-04Fix a bug in vectorization of if-converted reduction variables. If theNadav Rotem
2012-12-04Speed up the AllocationOrder class a bit.Jakob Stoklund Olesen
2012-12-04 For rdar://12329730, last piece.Shuxin Yang
2012-12-04Comment change made in r169304 as requested by Eric Christopher.David Blaikie
2012-12-04Define store instructions with base+register offset addressing modeJyotsna Verma
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Revert the LOCALMODs implementing Nacl for the legacy JITEli Bendersky
2012-12-04Make NaCl naming consistent. The triple OSType is called NaCl and is representedEli Bendersky
2012-12-04Fix NOP encodingDavid Sehr
2012-12-04Add support for reduction variables when IF-conversion is enabled. Nadav Rotem
2012-12-04Add patterns to define 'combine', 'tstbit', 'ct0/cl0' (count trailing/leading...Jyotsna Verma
2012-12-04Add constant extender support to ALU32 instructions for V2.Jyotsna Verma