2009-11-12 |
Chris Lattner | implement a nice little efficiency hack in the inliner... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Evan Cheng | RegScavenger::enterBasicBlock should always reset regis... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Evan Cheng | - Teach LSR to avoid changing cmp iv stride if it will... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Evan Cheng | Use table to separate opcode from operands. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Evan Cheng | isLegalICmpImmediate should take a signed integer;... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Oscar Fuentes | CMake: Hopefully unbreak the build by mimicking the... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Rafael Espindola | Add the --with-c-include-dirs to llvm's configure. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Oscar Fuentes | CMake: Pass -lm to check_symbol_exists for detecting... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | use getPredicateOnEdge to fold comparisons through... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | various fixes to the lattice transfer functions. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | switch jump threading to use getPredicateOnEdge in... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | Add a new getPredicateOnEdge method which returns more... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Jim Grosbach | Move the utility function UpdateTerminator() from CodeP... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Jim Grosbach | Revert 86857. It's causing consumer-typeset to fail... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Eric Christopher | Use stubs when we have them, otherwise use code we... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Daniel Dunbar | Add the braces gcc suggested. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Nick Lewycky | Add CreateNUWAdd and CreateNUWSub to complement the... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | should not commit when distracted. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Dan Gohman | Make the BranchFolderPass class local to BranchFolding... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | We now thread some impossible condition information... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Dan Gohman | Minor code cleanups. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | with the new code we can thread non-instruction values... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | this argument can be an arbitrary value, it doesn't... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | expose edge information and switch j-t to use it. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Lang Hames | Fixed an iteration condition in PreAllocSplitting.... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Chris Lattner | move some stuff into DEBUG's and turn on lazy-value... |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Eric Christopher | Fix typo, cleanup whitespace. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Devang Patel | Do not use StringRef in DebugInfo interface. |
commit | commitdiff | tree | snapshot |
2009-11-12 |
Dan Gohman | Tail merge at any size when there are two potentials... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Bill Wendling | Don't mark a call as potentially throwing if the functi... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Bruno Cardoso... | A real solution for the first part of PR5445 |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | make LazyValueInfo actually to some stuff. This isn... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | pass TD into a SimplifyCmpInst call. Add another case... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Promote MergePotentialsElt and SameTailElt to be regula... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Kenneth Uildriks | x86 users can now return arbitrary sized structs. ... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Revert this line of 86871. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Devang Patel | If doesSupportDebugInformation() is false then do not... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Check in the changes to this file too. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Add support for tail duplication to BranchFolding,... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jakob Stoklund... | Fix liveness calculation when splitting critical edges... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Devang Patel | Reenable StackTracke.cpp test. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Devang Patel | Add SetDebugLocation() variant to |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Evan Cheng | Add TargetLowering::isLegalICmpImmediate. It tells... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jim Grosbach | Do jump table adjustment before constant island allocation |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Fix indentation level. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Whitespace cleanups. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Prefix MBB numbers with "BB#" in debug output to make... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Minor code simplification. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Fix a copy+pasto in a comment. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Set isBarrier = 1 on return instructions, as they are... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Dan Gohman | Use a tab in INT3's asm string, for consistency. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | another const prop failure. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | Reject duplicate case values in a switch, PR5450. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Duncan Sands | Don't trivially delete unused calls to llvm.invariant... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Evan Cheng | Add nounwind. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | remove the now dead condprop pass, PR3906. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jeffrey Yasskin | Fix JITTest.ModuleDeletion in -Asserts mode (which... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | remove condprop testcases. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Daniel Dunbar | Add StringRef::split(StringRef), to complement StringRe... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Rafael Espindola | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Sandeep Patel | Show command-line args and features passed into backend... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Daniel Dunbar | Add missing run line. Devang, please check. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Daniel Dunbar | Fix -Asserts warning. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Jim Grosbach | The TBB and TBH instructions for Thumb2 are really... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | stub out some LazyValueInfo interfaces, and have JumpTh... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Bill Wendling | Fix test to work on every platform. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Bill Wendling | Fix test to work on every platform. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Devang Patel | XFAIL for now. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Bill Wendling | Make sure that the exception handling data has the... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Daniel Dunbar | Add Triple::str() which returns the contents of the... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Devang Patel | Do not assume first function scope seen represents... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Daniel Dunbar | Add From arguments to StringRef search functions, and... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Daniel Dunbar | llvm-gcc/clang don't (won't?) need this hack. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | oops, didn't mean to commit this, no harm, but add... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | Stub out a new lazy value info pass, which will eventually |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | add a fixme |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Chris Lattner | remove redundant foward declaration. This function... |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Devang Patel | While creating DbgScopes, do not forget parent scope. |
commit | commitdiff | tree | snapshot |
2009-11-11 |
Evan Cheng | Block terminator may be a switch. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | jump threading does everything that condprop does any... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | I did this a week or two ago |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Devang Patel | Ignore variable if scope info is not available. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Bill Wendling | Test this on Darwin only. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dale Johannesen | Emit correct code when making a ConstantPool entry... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Devang Patel | Implement support to debug inlined functions. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | in -dot-cfg and -dot-cfg-only, when rendering switch... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | implement a TODO by teaching jump threading about ... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | move some generally useful functions out of jump threading |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dan Gohman | Don't mark conditional branch instructions as control... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Bill Wendling | Modify how the prologue encoded the "move" information... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Devang Patel | Process InlinedAt location info. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | fix a crash in SCCP handling extractvalue of an array... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Jakob Stoklund... | Teach PHIElimination to split critical edges when ... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Jakob Stoklund... | Refactoring: Extract method PHIElimination::isLiveOut(). |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Chris Lattner | Make jump threading eliminate blocks that just contain... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Evan Cheng | Generalize lsr code that optimize loop to count down... |
commit | commitdiff | tree | snapshot |
2009-11-10 |
Dan Gohman | Optimize test more. |
commit | commitdiff | tree | snapshot |
next |