aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-19mv CodeGen/DebugLoc.h Support/DebugLoc.hDevang Patel
2009-06-19Move up dwarf writer initialization in common AsmPrinter class.Devang Patel
2009-06-19Revert 73718. It's breaking 254.gap.Evan Cheng
2009-06-19Unbreak cyclic depsAnton Korobeynikov
2009-06-19Fix bad paste-o in the MSVC atomics.Owen Anderson
2009-06-19Forgot to remove some explicit locking when it became implicit in the ValueMap.Owen Anderson
2009-06-19Fences are expensive. Avoid doing them when we're not in multithreaded mode.Owen Anderson
2009-06-19Make ScalarEvolution::print print getSCEVAtScope values forDan Gohman
2009-06-19Move the memory fences out of the path for single-threaded mode.Owen Anderson
2009-06-19Don't (unconditionally) use getSCEVAtScope to simplify the stepDan Gohman
2009-06-19Fix incorrect comment pointed out by Duncan.Owen Anderson
2009-06-19Clean up nightly tester to use Perl's File::Find.Bob Wilson
2009-06-19Fix a major typo.Owen Anderson
2009-06-19make jump threading handle lexically identical compare instructionsChris Lattner
2009-06-19fix the sparc codegen to not depend on the sparc asmprinter.Chris Lattner
2009-06-19Add support for AuroraUX. Patch by evocallaghan.Duncan Sands
2009-06-19Since -Wno-long-long is ignored without -pedantic,Duncan Sands
2009-06-19Add comments.Evan Cheng
2009-06-19Fix for PR2484: add an SSE1 pattern for a shuffle we normally prefer to Eli Friedman
2009-06-19Should be using Bcc (average) latency to determine if-conversion threshold, n...Evan Cheng
2009-06-19Minor cleanup; fixes review comments for a previous patch. Sorry for Eli Friedman
2009-06-19Teach jump threading to look at comparisons between phi nodes and non-constants.Nick Lewycky
2009-06-19Misc tweaks to Intel asm printing to make it more compatible with MASM. Eli Friedman
2009-06-19Improve tail call elim to move loads above readonly callsChris Lattner
2009-06-19part of PR4405: disable a contentious optimization forChris Lattner
2009-06-19More VNInfo tweaking, plus a little progress on intra-block splitting.Lang Hames
2009-06-19Transfer dead markers when a ldrd is changed into a ldm or a pair of ldr.Evan Cheng
2009-06-19Include DataTypes.h for 'uint64_t'.Zhongxing Xu
2009-06-19Latency information for ARM v6. It's rough and not yet hooked up. Right now ...Evan Cheng
2009-06-19Mark a few Thumb instructions commutable; just happened to spot this Eli Friedman
2009-06-19Fix weird class-size-being-different problems. At some level this is being c...Owen Anderson
2009-06-19add a file I missed, this goes with r73743Chris Lattner
2009-06-19Add some scaffolding for a new experimental asmprinterChris Lattner
2009-06-19merge the common darwin settings from the X86/PPC/ARM targetsChris Lattner
2009-06-18fix build problem pointed out by John Thompson!Chris Lattner
2009-06-18move mangler quote handling from asm printers to TargetAsmInfo.Chris Lattner
2009-06-18minor cleanupChris Lattner
2009-06-18simplify macro debug info directive handling.Chris Lattner
2009-06-18Remove UseThumbBacktraces. Just check if subtarget is darwin.Evan Cheng
2009-06-18fix file headerChris Lattner
2009-06-18Add a skeleton driver for new machine code level fun. llvm-mc is meantChris Lattner
2009-06-18new testcase for rdar://6983634Chris Lattner
2009-06-18Add a parent pointer to SCEV, in preparation for getting rid of the global un...Owen Anderson
2009-06-18Improved PHI def marking, replaced some gotos with breaks.Lang Hames
2009-06-18Allow user to specify separate SVN url for llvm and the test suite.Evan Cheng
2009-06-18Simplify.Owen Anderson
2009-06-18Simplify.Owen Anderson
2009-06-18Add a SmartScopedLock, and use it to simplify code.Owen Anderson
2009-06-18Simplify with SmartRWMutex.Owen Anderson
2009-06-18On Darwin, ams printer should output a second label before a jump table so th...Evan Cheng