summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-21
* ugh, missed a file.Chris Lattner2010-09-21
* update the X86 backend to use the MachinePointerInfo version of oneChris Lattner2010-09-21
* Fix a bug where the x86 backend would lower memcpy/memset of segment relative...Chris Lattner2010-09-21
* reimplement memcpy/memmove/memset lowering to use MachinePointerInfoChris Lattner2010-09-21
* add some helpful accessors.Chris Lattner2010-09-21
* add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take aChris Lattner2010-09-21
* simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac...Chris Lattner2010-09-21
* chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo,Chris Lattner2010-09-21
* don't implicitly drop the offset of a machinememoperand when legalizing atomics.Chris Lattner2010-09-21
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-21
* convert targets to the new MF.getMachineMemOperand interface.Chris Lattner2010-09-21
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-21
* refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner2010-09-21
* random cruft in my tree.Chris Lattner2010-09-21
* fix rdar://8453210, a crash handling a call through a GS relative load.Chris Lattner2010-09-21
* Revert unrelated change that was accidentally included in the previous commit.Rafael Espindola2010-09-21
* Implement support for .local and its "interesting" interactions with .comm.Rafael Espindola2010-09-21
* Enable machine sinking critical edge splitting. e.g.Evan Cheng2010-09-20
* Relax this check to silently swallow FE_INEXACT, following directionsDan Gohman2010-09-20
* CombinerAA is now reordering these stores.Owen Anderson2010-09-20
* When TCO is turned on, it is possible to end up with aliasing FrameIndex's. ...Owen Anderson2010-09-20
* Simplify ARM callee-saved register handling by removing the distinctionJim Grosbach2010-09-20
* Produce a R_X86_64_32 when the value is >=0.Rafael Espindola2010-09-20
* Avoid splitting critical edge twice for a set of PHI uses.Evan Cheng2010-09-20
* Fix the "unable to rename temporary" lit test failing on Windows. rename is n...Francois Pichet2010-09-20
* fix a bug I introduced back in the hayday of version #2.Chris Lattner2010-09-20
* test/CodeGen/X86: Add explicit triplet -mtriple=i686-linux to 3 tests incompa...NAKAMURA Takumi2010-09-19
* Revert r114312 while I sort out some issues.Owen Anderson2010-09-19
* Tentatively enabled DAGCombiner Alias Analysis by default. As far as I know,Owen Anderson2010-09-19
* Add one more Core i7 model number.Jakob Stoklund Olesen2010-09-19
* Using regexp-opt for keyword regex declarations makes the word lists moreMisha Brukman2010-09-19
* idiom recognition should catch this.Chris Lattner2010-09-19
* add a readme.Chris Lattner2010-09-19
* add corei7, the laptop version.Chris Lattner2010-09-19
* X86Subtarget.h: Fix Cygwin's TD.NAKAMURA Takumi2010-09-18
* Add the exit instruction to the PTX target.Eric Christopher2010-09-18
* Handle the odd case where we only have one instruction.Eric Christopher2010-09-18
* Fix build.Michael J. Spencer2010-09-18
* Make sure the STT_FILE symbol is the first one in the symbol table.Rafael Espindola2010-09-18
* Unbreak msvc build.Benjamin Kramer2010-09-18
* restrict dyn_cast_or_null to pointer types, just like cast_or_null; re-commit...Gabor Greif2010-09-18
* back out r114279 as some darwin buildbots get errors compiling clang:Gabor Greif2010-09-18
* restrict dyn_cast_or_null to pointer types, just like cast_or_nullGabor Greif2010-09-18
* do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif2010-09-18
* do not rely on the implicit-dereference semantics of dyn_cast_or_nullGabor Greif2010-09-18
* remove CallSite::get; it is still present (as protected) in the baseclass, us...Gabor Greif2010-09-18
* Fixed non-const iterator error.Lang Hames2010-09-18
* Added a separate class (PBQPBuilder) for PBQP Problem construction. This clas...Lang Hames2010-09-18
* docs: Tweak wording.Michael J. Spencer2010-09-18