aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* a few more trivial updates. This fixes PerformInsertVectorEltInMemory to notChris Lattner2010-09-212-15/+13
* convert the targets off the non-MachinePointerInfo of getLoad.Chris Lattner2010-09-2111-102/+116
* add some accessorsChris Lattner2010-09-211-0/+7
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-215-29/+40
* update the X86 backend to use the MachinePointerInfo version of oneChris Lattner2010-09-211-38/+44
* Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner2010-09-211-0/+9
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-2110-66/+85
* add some helpful accessors.Chris Lattner2010-09-211-0/+8
* add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner2010-09-211-18/+47
* simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner2010-09-212-6/+6
* chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner2010-09-212-12/+4
* don't implicitly drop the offset of a machinememoperand when legalizing atomics.Chris Lattner2010-09-211-2/+2
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-213-24/+15
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-219-30/+42
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-212-9/+16
* refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner2010-09-211-5/+5
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-211-1/+7
* Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola2010-09-211-4/+1
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-213-11/+36
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-201-7/+2
* When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson2010-09-201-2/+13
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-203-167/+59
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-201-2/+5
* Avoid splitting critical edge twice for a set of PHI uses.Evan Cheng2010-09-201-17/+23
* Fix the "unable to rename temporary" lit test failing on Windows. rename is n...Francois Pichet2010-09-201-4/+11
* Revert r114312 while I sort out some issues.Owen Anderson2010-09-191-1/+1
* Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know,Owen Anderson2010-09-191-1/+1
* Add one more Core i7 model number.Jakob Stoklund Olesen2010-09-191-0/+2
* idiom recognition should catch this.Chris Lattner2010-09-191-0/+32
* add a readme.Chris Lattner2010-09-191-0/+25
* add corei7, the laptop version.Chris Lattner2010-09-191-0/+1
* X86Subtarget.h: Fix Cygwin's TD.NAKAMURA Takumi2010-09-181-1/+1
* Add the exit instruction to the PTX target.Eric Christopher2010-09-1822-16/+705
* Fix build.Michael J. Spencer2010-09-181-0/+1
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-181-0/+13
* Unbreak msvc build.Benjamin Kramer2010-09-181-1/+1
* do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif2010-09-181-1/+1
* do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif2010-09-181-4/+4
* Fixed non-const iterator error.Lang Hames2010-09-181-1/+1
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-187-2300/+309
* Fix code that break critical edges for PHI uses. Watch out for multiple PHIs ...Evan Cheng2010-09-181-71/+66
* Invert the logic of reachesChainWithoutSideEffects(). What we want to check ...Owen Anderson2010-09-181-7/+7
* Thumb opcodes for thumb calls.Eric Christopher2010-09-181-1/+5
* Add addrmode5 fp load support. Swap float/thumb operand adding to handleEric Christopher2010-09-181-5/+21
* Floating point stores have a 3rd addressing mode type.Eric Christopher2010-09-181-1/+9
* factor out a simple helper function to create a label for PC-relativeJim Grosbach2010-09-181-19/+17
* PC-relative pseudo instructions are lowered and printed directly. Any encounterJim Grosbach2010-09-181-3/+2
* Fix vmov.f64 disassembly on targets where sizeof(long) != 8.Benjamin Kramer2010-09-171-2/+2
* Add MC-inst handling for tPICADDJim Grosbach2010-09-171-0/+26
* Add target-specific DAG combiner for BUILD_VECTOR and VMOVRRD. An i64Bob Wilson2010-09-171-0/+27