2010-09-21 |
Chris Lattner | continue MachinePointerInfo'izing, eliminating use... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert dagcombine off the old form of getLoad. This... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Benjamin Kramer | Make CreateComplexVariable independent of SmallVector. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | simplify DAGCombiner::SimplifySelectOps step #2/2. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | substantially reduce indentation and simplify DAGCombin... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | Trailing whitespace, 80-col violations. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | llvmc: split llvm_gcc_based into llvm_gcc_{pch,comp... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | llvmc: Allow multiple output languages. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | Trailing whitespace. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Lang Hames | Fixed ambiguous call. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Gabor Greif | Fix buglet when the TST instruction directly uses the... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Lang Hames | Added an additional PBQP problem builder which adds... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Gabor Greif | Move the search for the appropriate AND instruction |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Mikhail Glushenkov | llvmc: put linker options in a separate OptList. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | a few more trivial updates. This fixes PerformInsertVe... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert the targets off the non-MachinePointerInfo... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | add some accessors |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | it's more elegant to put the "getConstantPool" and |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | ugh, missed a file. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | update the X86 backend to use the MachinePointerInfo... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | Fix a bug where the x86 backend would lower memcpy... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | reimplement memcpy/memmove/memset lowering to use Machi... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | add some helpful accessors. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | add overloads for SelectionDAG::getLoad, getStore,... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | simplify interface to SelectionDAG::getMemIntrinsicNode... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | chagne interface to SelectionDAG::getAtomic to take... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | don't implicitly drop the offset of a machinememoperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | force clients of MachineFunction::getMachineMemOperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | convert targets to the new MF.getMachineMemOperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | start pushing MachinePointerInfo out through the Machin... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | refactor the Value*/offset pair from MachineMemOperand... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | random cruft in my tree. |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Chris Lattner | fix rdar://8453210, a crash handling a call through... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Rafael Espindola | Revert unrelated change that was accidentally included... |
commit | commitdiff | tree | snapshot |
2010-09-21 |
Rafael Espindola | Implement support for .local and its "interesting"... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Evan Cheng | Enable machine sinking critical edge splitting. e.g. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Dan Gohman | Relax this check to silently swallow FE_INEXACT, follow... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Owen Anderson | CombinerAA is now reordering these stores. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Owen Anderson | When TCO is turned on, it is possible to end up with... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Jim Grosbach | Simplify ARM callee-saved register handling by removing... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Rafael Espindola | Produce a R_X86_64_32 when the value is >=0. |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Evan Cheng | Avoid splitting critical edge twice for a set of PHI... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Francois Pichet | Fix the "unable to rename temporary" lit test failing... |
commit | commitdiff | tree | snapshot |
2010-09-20 |
Chris Lattner | fix a bug I introduced back in the hayday of version #2. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
NAKAMURA Takumi | test/CodeGen/X86: Add explicit triplet -mtriple=i686... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Owen Anderson | Revert r114312 while I sort out some issues. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Owen Anderson | Tentatively enabled DAGCombiner Alias Analysis by defau... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Jakob Stoklund... | Add one more Core i7 model number. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Misha Brukman | Using regexp-opt for keyword regex declarations makes... |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Chris Lattner | idiom recognition should catch this. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Chris Lattner | add a readme. |
commit | commitdiff | tree | snapshot |
2010-09-19 |
Chris Lattner | add corei7, the laptop version. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
NAKAMURA Takumi | X86Subtarget.h: Fix Cygwin's TD. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Eric Christopher | Add the exit instruction to the PTX target. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Eric Christopher | Handle the odd case where we only have one instruction. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Michael J.... | Fix build. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Rafael Espindola | Make sure the STT_FILE symbol is the first one in the... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Benjamin Kramer | Unbreak msvc build. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Gabor Greif | restrict dyn_cast_or_null to pointer types, just like... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Gabor Greif | back out r114279 as some darwin buildbots get errors... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Gabor Greif | restrict dyn_cast_or_null to pointer types, just like... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Gabor Greif | do not rely on the implicit-dereference semantics of... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Gabor Greif | do not rely on the implicit-dereference semantics of... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Gabor Greif | remove CallSite::get; it is still present (as protected... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Lang Hames | Fixed non-const iterator error. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Lang Hames | Added a separate class (PBQPBuilder) for PBQP Problem... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Michael J.... | docs: Tweak wording. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Evan Cheng | Fix code that break critical edges for PHI uses. Watch... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Owen Anderson | Invert the logic of reachesChainWithoutSideEffects... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Eric Christopher | Thumb opcodes for thumb calls. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Daniel Dunbar | lit: Bump version to 0.2.0dev, for no apparent reason. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Daniel Dunbar | lit: Tweak setup.py. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Daniel Dunbar | lit: These TODOs are done(ish). |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Eric Christopher | Add addrmode5 fp load support. Swap float/thumb operan... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Eric Christopher | Floating point stores have a 3rd addressing mode type. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Rafael Espindola | Add test that was missing in my previous commit. |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Jim Grosbach | factor out a simple helper function to create a label... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Jim Grosbach | PC-relative pseudo instructions are lowered and printed... |
commit | commitdiff | tree | snapshot |
2010-09-18 |
Dan Gohman | Attempt to XFAIL this test on arm-linux, which is inexp... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Benjamin Kramer | Fix vmov.f64 disassembly on targets where sizeof(long... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | Add MC-inst handling for tPICADD |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Bob Wilson | Add target-specific DAG combiner for BUILD_VECTOR and... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | Teach the (non-MC) instruction printer to use the canno... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Rafael Espindola | Avoid relocations in a common case. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Evan Cheng | Teach machine sink to |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Eric Christopher | Rework arm fast isel branch and compare code. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Evan Cheng | Machine CSE was forgetting to clear some data structures. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | Update tests to handle MC-inst instruction printing... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Evan Cheng | Fix a potential bug that can cause miscomparison with... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jakob Stoklund... | Don't include <fenv.h> now that we have llvm/System... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | FileCheck-ize |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | Hook up verbose asm comment printing for SOImm operands... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | trailing whitespace |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | Move thumb2 tests to the thumb2 directory |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Oscar Fuentes | cmake: test for the presence of fenv.h |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | tweak test to check instructions rather than relying... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Dan Gohman | Fix this test to avoid an "inexact" fold. |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Dan Gohman | Avoid emitting a PIC base register if no PIC addresses... |
commit | commitdiff | tree | snapshot |
2010-09-17 |
Jim Grosbach | tweak test to check instructions rather than relying... |
commit | commitdiff | tree | snapshot |
next |