aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2010-09-21it's more elegant to put the "getConstantPool" andChris Lattner
2010-09-21update the X86 backend to use the MachinePointerInfo version of oneChris Lattner
2010-09-21Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner
2010-09-21reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner
2010-09-21add some helpful accessors.Chris Lattner
2010-09-21add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner
2010-09-21simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner
2010-09-21chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner
2010-09-21don't implicitly drop the offset of a machinememoperand when legalizing atomics.Chris Lattner
2010-09-21force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner
2010-09-21convert targets to the new MF.getMachineMemOperand interface.Chris Lattner
2010-09-21start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner
2010-09-21refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner
2010-09-21fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner
2010-09-21Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola
2010-09-21Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola
2010-09-20Enable machine sinking critical edge splitting. e.g.Evan Cheng
2010-09-20When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson
2010-09-20Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach
2010-09-20Produce a R_X86_64_32 when the value is >=0.Rafael Espindola
2010-09-20Avoid splitting critical edge twice for a set of PHI uses.Evan Cheng
2010-09-20Fix the "unable to rename temporary" lit test failing on Windows. rename is n...Francois Pichet
2010-09-19Revert r114312 while I sort out some issues.Owen Anderson
2010-09-19Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know,Owen Anderson
2010-09-19Add one more Core i7 model number.Jakob Stoklund Olesen
2010-09-19idiom recognition should catch this.Chris Lattner
2010-09-19add a readme.Chris Lattner
2010-09-19add corei7, the laptop version.Chris Lattner
2010-09-18X86Subtarget.h: Fix Cygwin's TD.NAKAMURA Takumi
2010-09-18Add the exit instruction to the PTX target.Eric Christopher
2010-09-18Fix build.Michael J. Spencer
2010-09-18Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola
2010-09-18Unbreak msvc build.Benjamin Kramer
2010-09-18do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif
2010-09-18do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif
2010-09-18Fixed non-const iterator error.Lang Hames
2010-09-18Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames
2010-09-18Fix code that break critical edges for PHI uses. Watch out for multiple PHIs ...Evan Cheng
2010-09-18Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson
2010-09-18Thumb opcodes for thumb calls.Eric Christopher
2010-09-18Add addrmode5 fp load support. Swap float/thumb operand adding to handleEric Christopher
2010-09-18Floating point stores have a 3rd addressing mode type.Eric Christopher
2010-09-18factor out a simple helper function to create a label for PC-relativeJim Grosbach
2010-09-18PC-relative pseudo instructions are lowered and printed directly. Any encounterJim Grosbach
2010-09-17Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer
2010-09-17Add MC-inst handling for tPICADDJim Grosbach
2010-09-17Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson
2010-09-17Teach the (non-MC) instruction printer to use the cannonical names for push/pop,Jim Grosbach
2010-09-17Avoid relocations in a common case.Rafael Espindola
2010-09-17Teach machine sink toEvan Cheng