2009-02-06 |
Evan Cheng | Change -1 => negative number. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Dan Gohman | Move ScheduleDAGInstrs.h to be a private header. Front... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Evan Cheng | Document the meaning of -1 for getCopyCost. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Dan Gohman | Tidy up the ScheduleDAG class definition a little.... |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Roman Levenstein | Don't pass BitVectors by value, pass them by reference. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Nick Lewycky | Correct strange whitespace. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Devang Patel | Ignore DbgInfoIntrinsics. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Chris Lattner | fix PR3489, use bits instead of bytes. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Dale Johannesen | get rid of some non-DebugLoc getTargetNode variants. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Nick Lewycky | Free the buffer. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Evan Cheng | Fix test. It produces unexpected code if sse4.1 is on. |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Dale Johannesen | Get rid of one more non-DebugLoc getNode and |
commit | commitdiff | tree | snapshot |
2009-02-06 |
Owen Anderson | Fix a crasher: we need to check that the function is... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Owen Anderson | Refactor my previous change to maintain the distinction... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Devang Patel | Ignore dbg intrinsics while propagating conditional... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | isAsCheapAsMove instructions can have register src... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dale Johannesen | Remove a non-DebugLoc version of getNode. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Devang Patel | Revert rev. 63876. It is causing llvm-gcc bootstrap... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dan Gohman | Delete some trailing whiespaces. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dale Johannesen | Remove 3 non-DebugLoc variants of getNode. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Mike Stump | FIx spelling. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Mike Stump | Probe for flags before using them to try to help compil... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Devang Patel | Remove dead blocks in the end. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Devang Patel | Ignore dbg intrinsics while propagating conditional... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | testcase for rdar://6551276 and llvm-gcc r63873 |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | fix PR3488: llvm-ar r doesn't replace existing files |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Duncan Sands | Revert the previous commit. It seems it didn't |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Duncan Sands | Stop llvm-config thinking that there are circular |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | Machine LICM increases register pressure and it almost... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | Turn on machine LICM in non-fast mode. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | Teach machine licm to CSE hoisted instructions. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | ReMaterializeTrivialDef need to trim the live interval... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | A few more isAsCheapAsAMove. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Evan Cheng | Clarify comments. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | if we have a large GEP offset on a 32-bit or other... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Owen Anderson | Pre-alloc splitting needs to be more careful to avoid... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Chris Lattner | PR3485, document alignment on byref. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Nick Lewycky | It's not obvious, but lto_module_create_from_memory... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Mon P Wang | Fix a bug where we were not emitting a cvt rnd sat... |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Nick Lewycky | Remove accidentally included debug message! |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dale Johannesen | Reapply 63765. Patches for clang and llvm-gcc to follow. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dale Johannesen | Get rid of 3 non-DebugLoc getNode variants. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Devang Patel | Ignore dbg intrinsics while folding switch instruction. |
commit | commitdiff | tree | snapshot |
2009-02-05 |
Dale Johannesen | Remove non-DebugLoc versions of getMergeValues, ZeroExt... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Remove non-DebugLoc forms of CopyToReg and CopyFromReg. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Reverting 63765. This broke the build of both clang |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Devang Patel | Ignore dbg intrinsics. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Mon P Wang | Add test case for r63760. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Nate Begeman | Remove now-incorrect test. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Torok Edwin | Alphabetize includes. Update comment. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Stuart Hastings | 80 column rule. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Remove non-DebugLoc versions of getLoad and getStore. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Nate Begeman | New feature: add support for target intrinsics being... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Mon P Wang | Avoids generating a legalization assert for the case... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Torok Edwin | mention that PIC is needed for libLTO and libLLVMgold |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | Bill implemented this. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | add a note, this is why we're faster at SciMark-MonteCa... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Evan Cheng | Skip over zero registers. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | allow main to have any integer type. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Torok Edwin | remove printf - it was there only for debugging! |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Torok Edwin | add support for .a files containing LLVM IR to the... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dan Gohman | Minor code cleanups; no functionality change. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Stuart Hastings | Since I'm obliged to work with a development OS that... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Duncan Sands | Allow the inverse transform x86_fp80 -> i80 (also |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Duncan Sands | Fix PR3468: a crash when constant folding a bitcast of |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Evan Cheng | Don't call isInvariantLoad twice. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Evan Cheng | Don't bother hoisting out a "cheap" instruction if... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Evan Cheng | For now, only hoist re-materilizable instructions.... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Nick Lewycky | Regenerate. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Nick Lewycky | Reapply patch from r62553, with a fix to avoid looking... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Owen Anderson | Finish making AliasAnalysis aware of the fact that... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Remove non-DebugLoc forms of the exotic forms |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | fix a pretty serious bug in StringMap where GetOrCreate... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Chris Lattner | add a friend needed by a stringmap change. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Remove some more non-DebugLoc versions of construction |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Check in file I forgot. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Remove a few non-DebugLoc versions of node creation |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Mon P Wang | Fixes a case where we generate an incorrect mask for... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Devang Patel | While folding vallue comparison terminators ignore... |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Patch up omissions in DebugLoc propagation. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Dale Johannesen | Fill in more omissions in DebugLog propagation. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Bill Wendling | Constify and don't return a reference. |
commit | commitdiff | tree | snapshot |
2009-02-04 |
Devang Patel | Ignore dbg intrinsics while hoisting common code in... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | DebugLoc propagation; adjustment to things omitted |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Erm. Would be nice to initialize this variable. . . |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Add getDebugLocTuple to retrieve the DebugLocTuple... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Add getter for the index. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | Need this file too. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | Add some DL propagation to places that didn't |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | Do not let dbg intrinsic block folding of two entry... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | If "optimize for size" attribute is set then block... |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | DebugLoc propgation |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | More whitespace fixin'. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Bill Wendling | Whitespace and comment changes. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | teach "convert from scalar" to handle loads of fca's. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | refactor the interface to ConvertUsesOfLoadToScalar, |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Dale Johannesen | DebugLoc propagation. done with file. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | convert ConvertUsesOfLoadToScalar to use IRBuilder, |
commit | commitdiff | tree | snapshot |
2009-02-03 |
Chris Lattner | switch ConvertScalar_InsertValue to use an IRBuilder, no |
commit | commitdiff | tree | snapshot |
next |