2009-04-07 |
Torok Edwin | fix style.
|
commit | commitdiff | tree |
2009-04-07 |
Torok Edwin | Another attempt at fixing PR2975.
|
commit | commitdiff | tree |
2009-04-06 |
Torok Edwin | revert r68457, its crashing in make check.
|
commit | commitdiff | tree |
2009-04-06 |
Torok Edwin | fix (part of) memory leak on shutdown. See PR2975.
|
commit | commitdiff | tree |
2009-03-11 |
Torok Edwin | Make Print callable from a pass's print method: add...
|
commit | commitdiff | tree |
2009-03-10 |
Torok Edwin | Global variables don't have a corresponding llvm.dbg...
|
commit | commitdiff | tree |
2009-02-20 |
Torok Edwin | add note about sin
|
commit | commitdiff | tree |
2009-02-04 |
Torok Edwin | Alphabetize includes. Update comment.
|
commit | commitdiff | tree |
2009-02-04 |
Torok Edwin | mention that PIC is needed for libLTO and libLLVMgold
|
commit | commitdiff | tree |
2009-02-04 |
Torok Edwin | remove printf - it was there only for debugging!
|
commit | commitdiff | tree |
2009-02-04 |
Torok Edwin | add support for .a files containing LLVM IR to the...
|
commit | commitdiff | tree |
2009-02-02 |
Torok Edwin | Only force SSE level if it is not correct.
|
commit | commitdiff | tree |
2009-02-02 |
Torok Edwin | remove #if 0 code on Bill's request.
|
commit | commitdiff | tree |
2009-02-01 |
Torok Edwin | add 2 more testcases for -mattr=-sse (r63495).
|
commit | commitdiff | tree |
2009-02-01 |
Torok Edwin | Implement -mno-sse: if SSE is disabled on x86-64, don...
|
commit | commitdiff | tree |
2009-01-27 |
Torok Edwin | APInt's countLeadingOnes() was broken for negative...
|
commit | commitdiff | tree |
2009-01-25 |
Torok Edwin | should have removed the + when manually applying a...
|
commit | commitdiff | tree |
2009-01-25 |
Torok Edwin | revert this patch for now, because Codegen does still...
|
commit | commitdiff | tree |
2009-01-25 |
Torok Edwin | testcase for llvm-gcc part of PR3402.
|
commit | commitdiff | tree |
2009-01-25 |
Torok Edwin | If user explicitly asks not to use SSE, don't force...
|
commit | commitdiff | tree |
2009-01-24 |
Torok Edwin | add note about possible GEP improvement with fields...
|
commit | commitdiff | tree |
2009-01-24 |
Torok Edwin | testcase for PR3381.
|
commit | commitdiff | tree |
2009-01-24 |
Torok Edwin | void* is represented as pointer to empty struct {}.
|
commit | commitdiff | tree |
2009-01-05 |
Torok Edwin | This test passes again, unXFAIL.
|
commit | commitdiff | tree |
2008-12-16 |
Torok Edwin | add testcase for -print-dbginfo
|
commit | commitdiff | tree |
2008-12-16 |
Torok Edwin | Add -print-dbginfo pass that prints LLVM IR with comments...
|
commit | commitdiff | tree |
2008-12-16 |
Torok Edwin | Add utility functions to search for DbgStopPointInst...
|
commit | commitdiff | tree |
2008-12-16 |
Torok Edwin | use different name for parameter to make it clear that...
|
commit | commitdiff | tree |
2008-12-13 |
Torok Edwin | Fix getFieldAs() to use the parameter instead of 6.
|
commit | commitdiff | tree |
2008-12-11 |
Torok Edwin | fix grammar, thanks Duncan!
|
commit | commitdiff | tree |
2008-12-11 |
Torok Edwin | introduce BasicBlock::getUniquePredecessor()
|
commit | commitdiff | tree |
2008-11-29 |
Torok Edwin | protect against negative values that would exceed allowed...
|
commit | commitdiff | tree |
2008-11-24 |
Torok Edwin | NULL, unique pointers from malloc(0), and freed pointers...
|
commit | commitdiff | tree |
2008-11-16 |
Torok Edwin | If SI->size() is 0, we are not allowed to dereference...
|
commit | commitdiff | tree |
2008-10-31 |
Torok Edwin | Add an assert to catch user errors like:
|
commit | commitdiff | tree |
2008-10-29 |
Torok Edwin | fix typo
|
commit | commitdiff | tree |
2008-10-28 |
Torok Edwin | fix prototype of print, it is (llvm/Pass.h):
|
commit | commitdiff | tree |
2008-10-28 |
Torok Edwin | fix duplicate anchor names, and broken anchor links...
|
commit | commitdiff | tree |
2008-10-27 |
Torok Edwin | Avoid crashing if instruction is not part of a loop.
|
commit | commitdiff | tree |
2008-10-27 |
Torok Edwin | export an ID for the instructionNamer, allowing analysis...
|
commit | commitdiff | tree |
2008-10-24 |
Torok Edwin | move the note to the correct README
|
commit | commitdiff | tree |
2008-10-24 |
Torok Edwin | add note about va_arg code on x86 and x86-64
|
commit | commitdiff | tree |
2008-10-22 |
Torok Edwin | Regenerate configure
|
commit | commitdiff | tree |
2008-10-21 |
Torok Edwin | Fix make check on Solaris 10/x86: the default grep...
|
commit | commitdiff | tree |
2008-05-09 |
Torok Edwin | put LibCallAliasAnalysis into anonymous namespace to...
|
commit | commitdiff | tree |
2008-05-04 |
Torok Edwin | processStore may delete the instruction, avoid
|
commit | commitdiff | tree |
2008-05-03 |
Torok Edwin | Implement destructor for PostDominatorTree to eliminate...
|
commit | commitdiff | tree |
2008-04-20 |
Torok Edwin | g++-4.3 build-fix: CHAR_BIT requires <climits>.
|
commit | commitdiff | tree |
2008-04-06 |
Torok Edwin | Prefer to expand mask for xor to -1, so we have a chance...
|
commit | commitdiff | tree |
2008-04-06 |
Torok Edwin | -fPIC is required on x86-64 when building shared objects.
|
commit | commitdiff | tree |
2008-04-04 |
Torok Edwin | strdup needs <cstring>. This fixes a build error with...
|
commit | commitdiff | tree |
2008-04-02 |
Torok Edwin | Add new file Support/DataFlow.h.
|
commit | commitdiff | tree |
2008-03-31 |
Torok Edwin | test commit
|
commit | commitdiff | tree |
|