2008-10-05 |
Anton Korobeynikov | Emit type-correct constant null. Also fix a typo. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Anton Korobeynikov | Fix weird think-o and unbreak build on all gcc-3.4... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | this case is matched now. |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | rewrite bswap matching to be more general, allowing... |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Steve Naroff | Update VC++ project file |
commit | commitdiff | tree | snapshot |
2008-10-05 |
Chris Lattner | fix a bug where the bswap matcher could match a case... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | wrap some long lines and expand i32 mul's to libcalls... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Oscar Fuentes | CMake: Reflected changes on source file structure.... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Dan Gohman | Update the documentation for first-class aggregates... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | add a note about inline asm |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | improve description of param/ret attrs |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | improve descriptions of function attrs |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | notes are gone. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | comment cleanups |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Chris Lattner | Make GenLibDeps.pl more robust in the face of broken... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Duncan Sands | Ignore loads from and stores to local memory (i.e.... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Nick Lewycky | Allow the construction of SCEVs with SCEVCouldNotComput... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Anton Korobeynikov | Revert r56675 - it breaks unwinding runtime everywhere. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Argyrios Kyrtzidis | Add implementations for sys::Memory::setWritable and... |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Argyrios Kyrtzidis | Fix compilation error on MSVC. |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Dan Gohman | Fix fast-isel's handling of atomic instructions. They may |
commit | commitdiff | tree | snapshot |
2008-10-04 |
Dan Gohman | Fix a bug in the local allocator's liveness computation... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dale Johannesen | Make atomic Swap work, 64-bit on x86-32. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Clean up some multiple-return-value code that is no... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Change PointerType::get -> getUnqual |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Mikhail Glushenkov | Rename llvmc2/core to llvmc2/driver. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Another dependency fix, prevent ObjDir from having... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Devang Patel | Fix function attribute verification check. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dale Johannesen | Pass MemOperand through for 64-bit atomics on 32-bit, |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Add IS_CLEANING_TARGET Makefile variable. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Devang Patel | Nick Lewycky's patch. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Nuno Lopes | update svn:ignore |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Evan Cheng | New test case. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Use -1ULL instead of uint64_t(-1), at Anton's suggestion. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Devang Patel | Verify function attributes. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Evan Cheng | Fix typos pointed out by Duncan. Also untabify these... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Daniel Dunbar | Unbreak build. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Avoid creating two TargetLowering objects for each... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Remove an unused field. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jim Grosbach | On Darwin ARM, memory needs special handling to do... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jim Grosbach | Indexing off by one resulted in errant encoding of... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Jim Grosbach | NeedStub/DoesntNeedStub logic was reversed, leading... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Nuno Lopes | regenerate |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Nuno Lopes | fix more memleaks in ResolveTypeTo() and ParseGlobalVar... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Nuno Lopes | regenerate with bison 2.3 |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Switch the MachineOperand accessors back to the short... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Nuno Lopes | fix memleak in FunctionHeaderH |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Mikhail Glushenkov | Rename llvmc2/src to llvmc2/core. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Mikhail Glushenkov | Fix build breakage when objdir!=srcdir (proper fix). |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Mikhail Glushenkov | Fix build breakage (again) when srcdir != objdir, other... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Duncan Sands | The result of getSetCCResultType (eg: i32) may be larger |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Duncan Sands | Teach internalize to preserve the callgraph. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Nicolas Geoffray | Acquire the lock only when necessary. More precisely... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Owen Anderson | SplitBlock should only attempt to update LoopInfo if... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Implement fast-isel support for zero-extending from i1. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Fix X86FastISel to handle dynamic allocas that have... |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Bill Wendling | Unbreak the build. |
commit | commitdiff | tree | snapshot |
2008-10-03 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Jim Grosbach | Add support for Canadian Cross builds where the host... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Mikhail Glushenkov | Fix build breakage. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Optimize conditional branches in X86FastISel. This... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Add a new MachineBasicBlock utility function, isLayoutS... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Mikhail Glushenkov | Build system tweaks to make it more convenient for... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Andrew Lenharth | fix build gcc 4.3 |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Owen Anderson | Use a multimap rather than a map for holding the list... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dale Johannesen | Handle some 64-bit atomics on x86-32, some of the time. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Bill Wendling | Avoid name shadowing with E variable defined in for... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Devang Patel | Remove redundant check. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Evan Cheng | A Partitioned Boolean Quadratic Programming (PBQP)... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Oscar Fuentes | CMake: Added Host.cpp to lib/System/CMakeLists.txt. |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Rename IRBuilder::IsNonNull -> IsNotNull in response... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Fix a think-o in isSafeToMove. This fixes it from think... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Dan Gohman | Work around an interaction between fast-isel and regall... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Bill Wendling | "The original bug was a complaint that _mm_srli_si128... |
commit | commitdiff | tree | snapshot |
2008-10-02 |
Daniel Dunbar | Add llvm::sys::{osName,osVersion} for retrieving operat... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Disable fast-isel for this test, as it doesn't emit... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Devang Patel | Attributes noinline alwaysinline are incompatible |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Devang Patel | Remove OptimizeForSize global. Use function attribute... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Enable FastISel by default (on x86 and x86-64) with... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Chris Lattner | add a new form of Type::dump that takes a module for... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Make some implicit conversions explicit, to avoid compi... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Split this test and move it into target-specific direct... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Split x86's ADJCALLSTACK instructions into 32-bit and... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Jim Grosbach | Fix typo s/ther/there/ |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Duncan Sands | Factorize code: remove variants of "strip off |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Fold trivial two-operand tokenfactors where the operand... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Don't prepend a space character for constants in Value... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | nounwind-ify this test. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Nuno Lopes | revert the addition of Preverves(CallGraph), per Duncan... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Mark CALL instructions as having a Use of ESP/RSP. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Don't leave an output file in the test directory. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Call ScalarEvolution's deleteValueFromRecords before... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Bill Wendling | Moved this option to the front-end. |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Bill Wendling | Implement the -fno-builtin option in the front-end... |
commit | commitdiff | tree | snapshot |
2008-10-01 |
Dan Gohman | Use explicit target-triples to unbreak this test on... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Owen Anderson | Mark merged-in VNInfo's as being PHIKilled. |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Owen Anderson | Fix a simple error in renumbering kill markaers, that... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Bill Wendling | Just don't transform this memset into "bzero" if no... |
commit | commitdiff | tree | snapshot |
2008-09-30 |
Nuno Lopes | add preserversCFG() + preservers(CallGraph) |
commit | commitdiff | tree | snapshot |
next |