Age | Commit message (Expand) | Author |
2009-01-19 | Now not UINT_TO_FP is legal (it's marked custom), dag combiner won't | Evan Cheng |
2009-01-19 | Fix PR3016, a bug which can occur do to an invalid assumption: | Chris Lattner |
2009-01-19 | reduce indentation by using 'continue', no functionality change. | Chris Lattner |
2009-01-19 | Fix some problems in SpeculativelyExecuteBB. Basically, | Chris Lattner |
2009-01-18 | Make this a bit more explicit about which cases need the | Chris Lattner |
2009-01-18 | Fix rdar://6505632, an llc crash on 483.xalancbmk | Chris Lattner |
2009-01-18 | Few targets like PIC16 wants libcall generation for illegal type i16. | Sanjiv Gupta |
2009-01-18 | CMake: Add lib/Analysis/CaptureTracking.cpp | Oscar Fuentes |
2009-01-18 | BasicAliasAnalysis and FunctionAttrs were both | Duncan Sands |
2009-01-18 | Simplify extract element based on comments from Duncan Sands. | Mon P Wang |
2009-01-18 | Forgot this in the previous checkin: fopen now has nocapture, realloc is | Nick Lewycky |
2009-01-18 | Fix copy and pasted typos that prevented strtok_r, realloc, getenv, ungetc, | Nick Lewycky |
2009-01-18 | add a comment | Gabor Greif |
2009-01-17 | switch over some other methods from indices to iterators | Gabor Greif |
2009-01-17 | make comparisons a bist faster | Gabor Greif |
2009-01-17 | Remove tabs. | Devang Patel |
2009-01-17 | Refactor code | Devang Patel |
2009-01-17 | Testcase for last commit. | Bill Wendling |
2009-01-17 | Extend thi | Bill Wendling |
2009-01-17 | Fix MatchAddress bug that's preventing negative displacement from being folde... | Evan Cheng |
2009-01-17 | Assign argument type to appropriate DIE. | Devang Patel |
2009-01-17 | Remove dead code. | Devang Patel |
2009-01-17 | Disable composite type debug info for now. | Devang Patel |
2009-01-17 | Temporarily revert my last change. It is causing a bootstrap failure. | Bill Wendling |
2009-01-17 | Implement a special algorithm for converting uint_to_fp for i32 values on | Bill Wendling |
2009-01-17 | CMake: Add lib/Target/IA64/IA64Subtarget.cpp | Oscar Fuentes |
2009-01-17 | speed up iterative loop by using iterators. changes direction, but functional... | Gabor Greif |
2009-01-17 | introduce typedef for complicated vector, and use it too | Gabor Greif |
2009-01-17 | Simplify extract element of a scalar to vector. | Mon P Wang |
2009-01-16 | typo | Gabor Greif |
2009-01-16 | Fix PPC ISD::Declare isel and eliminate the need for PPCTargetLowering::Lower... | Evan Cheng |
2009-01-16 | Support for multi-valued options in CommandLine | Mikhail Glushenkov |
2009-01-16 | Give IA64 a TargetSubtarget subclass, so that it can | Dan Gohman |
2009-01-16 | Instead of adding dependence edges between terminator instructions | Dan Gohman |
2009-01-16 | If an anti-dependence uses a non-allocatable register, set AntiDepReg | Dan Gohman |
2009-01-16 | Use the getNode() accessor instead of accessing the Node | Dan Gohman |
2009-01-16 | Disable the post-RA scheduler on this test, since it uses a | Dan Gohman |
2009-01-16 | Fix the check for an empty basic block to check for an empty SUnits | Dan Gohman |
2009-01-16 | Avoid triggering an assertion failure when an instruction pattern | Dan Gohman |
2009-01-16 | new nodes should be added to the worklist, not old nodes. | Chris Lattner |
2009-01-16 | Fix comments. | Devang Patel |
2009-01-16 | CreateVirtualRegisters does trivial copy coalescing. If a node def is used by... | Evan Cheng |
2009-01-16 | remove a dead method. | Chris Lattner |
2009-01-16 | don't assert and die on out of range (undefined) shifts. This fixes | Chris Lattner |
2009-01-16 | Fix PR3335 by not turning a store to one address space into a store to another. | Chris Lattner |
2009-01-16 | reduce indentation by using early exits, no functionality change. | Chris Lattner |
2009-01-16 | Use lightweight DebugInfo objects directly. | Devang Patel |
2009-01-16 | Add support for non-zero __builtin_return_address values on X86. | Bill Wendling |
2009-01-16 | Change isGVCompilationDisabled() semantics again. It should abort on any GV t... | Evan Cheng |
2009-01-16 | use specialized accessor instead of plain getOperand(0) | Gabor Greif |