aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-10Add some braces to make newer GCCs happy and update CMakeLists.Benjamin Kramer
2009-09-10Cleaned up code by factoring out common portions of edge loading into function.Andreas Neustifter
2009-09-10Correctly handle the case where a comparison is created in one BasicBlock andNick Lewycky
2009-09-10Comment and whitespace cleanups. No intentional functionality change.Bill Wendling
2009-09-10Revert part of my r81424 patch. I removed what looked like superfluous paddingBill Wendling
2009-09-10Add a test case for r81431.Evan Cheng
2009-09-10Remove prcontext.Daniel Dunbar
2009-09-10Add malloc call utility functions. Patch by Victor Hernandez.Evan Cheng
2009-09-10Don't hardcode the TType format size. In fact, rework the code so that it's moreBill Wendling
2009-09-10Proper support of non-lazy indirect symbols.Evan Cheng
2009-09-10Remove the "#if 0" that Noone loved. It wasn't really necessary, because theBill Wendling
2009-09-10MC: Give target specific parsers access to the MCStreamer.Daniel Dunbar
2009-09-10Revert r81171 which was causing pr4927.Bob Wilson
2009-09-10Pull check for SJLJ EH into a boolean and use that.Bill Wendling
2009-09-10Use the SizeOfEncodedValue function instead of magic variables for theBill Wendling
2009-09-10Add helpful comment.Bill Wendling
2009-09-09Believe it or not, this is a simplification. :-)Bill Wendling
2009-09-09Fix double load / store multiple encoding.Evan Cheng
2009-09-09canonicalize namespace gymnasticsChris Lattner
2009-09-09Testcase for (llvm-gcc) 81399. Adjust an olderDale Johannesen
2009-09-09Fix pr4939: Change FPCCToARMCC to translate SETOLE to ARMCC::LS.Bob Wilson
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-09Fix a subtle bug in "return;" generation which caused us to missChris Lattner
2009-09-09Add comment re: clang dependency.Daniel Dunbar
2009-09-09Added an abstract superclass, MCDisassembler, forSean Callanan
2009-09-09Use the EOL that takes the encoding and translates it into DWARF-English.Bill Wendling
2009-09-09Early exit from function.Bill Wendling
2009-09-09Small amount of code clean-up: Don't use ".size()" when not necessary.Bill Wendling
2009-09-09add a gross hack to get "SrcLine" comments to show up with theChris Lattner
2009-09-09hoist the call to processDebugLoc out of the generatedChris Lattner
2009-09-09Removed static qualifier from a few index related methods. These methods may ...Lang Hames
2009-09-09Reverted r81358.Andreas Neustifter
2009-09-09Fix SplitCriticalEdge to properly update LCSSA form when splitting aDan Gohman
2009-09-09Fix build, add missing simicolon.Benjamin Kramer
2009-09-09Reflow comment.Mike Stump
2009-09-09Preserve ProfileInfo.Andreas Neustifter
2009-09-09Add the first functions for updating ProfileInfo.Andreas Neustifter
2009-09-09Cleaned up code by factoring out common portions of edge loading into funcion.Andreas Neustifter
2009-09-09Take lock before removing a node from MDNodeSet.Devang Patel
2009-09-09Enable MDNode uniquing.Devang Patel
2009-09-09Fix an 80-column violation.Dan Gohman
2009-09-09Gracefully destroy MDNodes.Devang Patel
2009-09-09Hide all cscope files.Andreas Neustifter
2009-09-09Updated svn:ignore to hide *.cmx files.Andreas Neustifter
2009-09-09revert r81335, which breaks the build.Chris Lattner
2009-09-09When widening a vector load, use the correct chain. This fixes PR4891.Dan Gohman
2009-09-09Fixed wrong storage option for ProfileVerifierDisableAssertions.Andreas Neustifter
2009-09-09Updated ProfileInfo to have clean seperation between different sentinels.Andreas Neustifter
2009-09-09Add a shortcut for OS X to Path::GetMainExecutable. This gives a nice speedup onBenjamin Kramer
2009-09-09Copy-pasto.Mikhail Glushenkov