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