2009-03-29 |
Chris Lattner | Add a simple type-safe bit-mangling pointer union class... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Allow a specific PointerIntPair instance to use a speci... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Add a PointerLikeTypeTraits specialization for uintptr_t |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Value* only has 2 bits free as well. |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | Replace the PointerLikeTypeTraits::getNumLowBitsAvailable |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | rename PointerLikeTypeInto to PointerLikeTypeTraits... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | now that you can put a PointerIntPair in a SmallPtrSet... |
commit | commitdiff | tree | snapshot |
2009-03-29 |
Chris Lattner | teach SmallPtrSet that PointerIntPair is "basically... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Rafael Espindola | Use array_lengthof |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Rafael Espindola | Have only one definition of X86AddrNumOperands. |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Rafael Espindola | Make code a bit less brittle by no hardcoding the number |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Arnold Schwaighofer | Make check in CheckTailCallReturnConstraints for ignora... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Bill Wendling | Update the Visual Studio docs. Patch by Stefanus! |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Arnold Schwaighofer | Enable tail call optimization for functions that return... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | declare everything as class to avoid angering the VC... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | add a traits class for SmallPtrSet that allows us to... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Evan Cheng | Optimize some 64-bit multiplication by constants into... |
commit | commitdiff | tree | snapshot |
2009-03-28 |
Chris Lattner | move a large method out of line. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Fix what surely must be a copy+pasto. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Initialize LiveOutInfo's APInt members to zero, as... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Jim Grosbach | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Gabor Greif | "ghostify" the ilist<Function> sentinel |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mike Stump | Allow invertable -xno- style optins as well. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Revert r67844. This fixes the llvm-gcc-4.2 build on... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Julien Lerouge | Fix build on MacOS 10.4 systems (suggested by Mike... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dan Gohman | Fix this test so that it doesn't spuriously fail due... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Espindola | Avoid hardcoding that X86 addresses have 4 operands. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Espindola | Use less hard coded constants to make the code less... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | Reapply r66415, which was reverted in r66426 for |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Rafael Espindola | I am trying to add a segment to the X86 addresses match... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | Revert r67798: it breaks llvm-gcc bootstrap on x86... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mikhail Glushenkov | Documentation update. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Mikhail Glushenkov | -write-graph now can be used with -o. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | Revert previous change in favour of an explanatory |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Duncan Sands | A Release-Asserts build makes it sound like assertions |
commit | commitdiff | tree | snapshot |
2009-03-27 |
John Mosby | Shrink wrapping in PEI: initial release. Finishing... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Evan Cheng | Add a __builtin___memset_chk test. |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Dale Johannesen | One more place to skip debug info. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Devang Patel | While hoisting an instruction, update alias info set... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Mike Stump | Update to account for driver renaming. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Evan Cheng | -no-implicit-float means explicit fp operations are... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Evan Cheng | Add -march=x86. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Mikhail Glushenkov | Fix misc. small issues with debug visualization. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Evan Cheng | tADDhirr is a thumb instruction. Do not allow this... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Owen Anderson | Don't assign a new stack slot if the pre-alloc splitter... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Jim Grosbach | fix a few spelling errors and typos |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Jim Grosbach | Use 'bool' for FoundRC |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Bill Wendling | Add -f to RUN line. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Bill Wendling | Pull transform from target-dependent code into target... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | no need for eh info |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | fix warning in -asserts mode. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | fix some warnings in release-asserts mode. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | fix an apparently real bug exposed by a warning in... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Chris Lattner | fix warning in -asserts build. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Bill Wendling | Add testcase for r67728. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Bill Wendling | Match this pattern so that we can generate simpler... |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Bill Wendling | Doxygen-ify comments. |
commit | commitdiff | tree | snapshot |
2009-03-26 |
Dale Johannesen | Skip debug info one more place. (This one gets |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Devang Patel | Before deleting a basic block, give other loop passes... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Jim Grosbach | Modify getRegisterValueType() to allow for a register... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | Add a test case for PR3779: when to promote the functio... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | Revert 67132. This is breaking some objective-c apps. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | One more test. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Dale Johannesen | When optimizing with debug info, don't keep the |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | Add __builtin___memcpy_chk tests. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Duncan Sands | These tests pass on linux. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | Add a __builtin_object_size test. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Chris Lattner | Fix a bug in our autoupgrade support: in an argument... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Gabor Greif | do not rely on callee being operand 0 |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Devang Patel | Do not ignore DW_TAG_class_type! |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | CodeGen still defaults to non-verbose asm, but llc... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | CodeGen still defaults to non-verbose asm, but llc... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Evan Cheng | Don't print global names twice with -asm-verbose. |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Dan Gohman | Revert r67655 and r67656, as they are breaking the... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Chris Lattner | Fix PR3874 by restoring a condition I removed, but... |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Devang Patel | Do not ignore DW_TAG_class_type! |
commit | commitdiff | tree | snapshot |
2009-03-25 |
Dan Gohman | LLVM's master Makefile.common is in LLVM_SRC_ROOT,... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Chris Lattner | oops, I intended to remove this, not comment it out... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Regenerate configure. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Fix paths; AutoRegen.sh changes its current working... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Update for autoconf 2.6x; |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Misha Brukman | Converted a1.ll to unittests. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Duncan Sands | Mention explicitly that the Ada front-end will not... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Evan Cheng | Fix PR3845: Avoid stale MachineInstruction pointer... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Fix bash-isms. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Set the svn:mime-type to text/x-sh, so that diffs work. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Gabor Greif | simplify logic and get rid of the assumption that opera... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Chris Lattner | canonicalize inttoptr and ptrtoint instructions which... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dale Johannesen | fix one more fp80 case (used only by Interpreter) |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Chris Lattner | two changes: |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dale Johannesen | Change JIT for different layout of fp80. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Add a testcase for the scheduling heuristic introduced... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Chris Lattner | more tidying: name the components of PhysReg in the... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Chris Lattner | Tidy a bit more. |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Chris Lattner | simplify this code a bit now that "allocation to a... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | I was convinced that it's ok to allow a second i8 retur... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Minor compile-time optimization; don't bother checking |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Dan Gohman | Add a pre-pass to the burr-list scheduler which makes... |
commit | commitdiff | tree | snapshot |
2009-03-24 |
Evan Cheng | Do not emit comments unless -asm-verbose. |
commit | commitdiff | tree | snapshot |
next |