Update CMake files.
[oota-llvm.git] / lib /
2009-09-11 Ted KremenekUpdate CMake files.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Jim GrosbachRevert array initialization regclass change so that...
2009-09-11 Jim GrosbachUpdate register class references to use the global...
2009-09-11 Sean CallananAdded ADC, SUB, SBB, and OR instructions that operate
2009-09-11 Chris Lattnerfix pasto
2009-09-11 Caroline TiceDon't generate Dwarf line table entries for source...
2009-09-11 Chris Lattnerfix some fixmes: emit stubs in sorted order.
2009-09-11 Duncan SandsFix PR4948 (and a leak): by not destroying the DwarfExc...
2009-09-11 Chris Lattnerturn on -experimental-asm-printer for x86 / AT&T by...
2009-09-11 Chris Lattnerreject attempts to take the address of an intrinsic...
2009-09-11 Andreas NeustifterBugfix. Sorry.
2009-09-11 Andreas NeustifterMake ProfileEstimator even more robust on general CFGs.
2009-09-11 Chris Lattnerswitch HiddenGVStubs to be a DenseMap instead of a...
2009-09-11 Chris LattnerFix a bug I introduced in FnStubs generation, switch...
2009-09-11 Chris Lattnerchange FnStubs from being a StringMap<std::string>...
2009-09-11 Chris LattnerprintInstruction() no longer prints a \n after itself...
2009-09-11 Chris Lattnerreimplement X86ATTAsmPrinter::GetGlobalAddressSymbol...
2009-09-11 Chris Lattnerfix prefix ordering, it's L_foo not _Lfoo
2009-09-11 Chris Lattneradd a new Mangler::getNameWithPrefix API which returns the
2009-09-11 Chris Lattnerconvert X86ATTAsmPrinter::GetExternalSymbolSymbol to...
2009-09-11 Chris Lattnerrearrange some code, export a SmallString version of...
2009-09-11 Evan ChengFollow up to 81494. When the folded reload is narrowed...
2009-09-11 Evan ChengIt's not legal to fold a load from a narrower stack...
2009-09-11 Dan GohmanMake fast-isel try ISD::FNEG before resorting to bitcas...
2009-09-11 Dan GohmanReapply r81171 with a fix: don't try to use i64 when it
2009-09-11 Dan GohmanFix indentation.
2009-09-11 Dan GohmanTeach lib/VMCore/ConstantFold.cpp how to set the inboun...
2009-09-10 Dan GohmanFactor out the code for checking that all indices in...
2009-09-10 Dan GohmanGive these files top-level comments that describe the...
2009-09-10 Devang PatelFix whitespaces.
2009-09-10 Bob WilsonDon't swap the operands of a subtraction when trying...
2009-09-10 Dale JohannesenFix uppercaseo.
2009-09-10 Kevin EnderbyAdded the ParseInstruction() hook for target specific...
2009-09-10 Victor HernandezFit code within 80 columns
2009-09-10 Sean CallananAdded XOR instructions for rAX and immediates of
2009-09-10 Sean CallananAdded MOV instructions between rAX and memory offsets,
2009-09-10 Sean CallananAdded a variety of PUSH and POP instructions, including
2009-09-10 Bill WendlingExit early if exception handling isn't supported.
2009-09-10 Andreas NeustifterMake ProfileEstimator more robust on general CFGs.
2009-09-10 Benjamin KramerAdd some braces to make newer GCCs happy and update...
2009-09-10 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-10 Nick LewyckyCorrectly handle the case where a comparison is created...
2009-09-10 Bill WendlingComment and whitespace cleanups. No intentional functio...
2009-09-10 Bill WendlingRevert part of my r81424 patch. I removed what looked...
2009-09-10 Evan ChengAdd malloc call utility functions. Patch by Victor...
2009-09-10 Bill WendlingDon't hardcode the TType format size. In fact, rework...
2009-09-10 Evan ChengProper support of non-lazy indirect symbols.
2009-09-10 Bill WendlingRemove the "#if 0" that Noone loved. It wasn't really...
2009-09-10 Bob WilsonRevert r81171 which was causing pr4927.
2009-09-10 Bill WendlingPull check for SJLJ EH into a boolean and use that.
2009-09-10 Bill WendlingUse the SizeOfEncodedValue function instead of magic...
2009-09-10 Bill WendlingAdd helpful comment.
2009-09-09 Bill WendlingBelieve it or not, this is a simplification. :-)
2009-09-09 Evan ChengFix double load / store multiple encoding.
2009-09-09 Chris Lattnercanonicalize namespace gymnastics
2009-09-09 Bob WilsonFix pr4939: Change FPCCToARMCC to translate SETOLE...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Daniel DunbarAdd comment re: clang dependency.
2009-09-09 Sean CallananAdded an abstract superclass, MCDisassembler, for
2009-09-09 Bill WendlingUse the EOL that takes the encoding and translates...
2009-09-09 Bill WendlingEarly exit from function.
2009-09-09 Bill WendlingSmall amount of code clean-up: Don't use ".size()"...
2009-09-09 Chris Lattneradd a gross hack to get "SrcLine" comments to show...
2009-09-09 Chris Lattnerhoist the call to processDebugLoc out of the generated
2009-09-09 Lang HamesRemoved static qualifier from a few index related metho...
2009-09-09 Andreas NeustifterReverted r81358.
2009-09-09 Dan GohmanFix SplitCriticalEdge to properly update LCSSA form...
2009-09-09 Benjamin KramerFix build, add missing simicolon.
2009-09-09 Mike StumpReflow comment.
2009-09-09 Andreas NeustifterPreserve ProfileInfo.
2009-09-09 Andreas NeustifterAdd the first functions for updating ProfileInfo.
2009-09-09 Andreas NeustifterCleaned up code by factoring out common portions of...
2009-09-09 Devang PatelTake lock before removing a node from MDNodeSet.
2009-09-09 Devang PatelEnable MDNode uniquing.
2009-09-09 Dan GohmanFix an 80-column violation.
2009-09-09 Devang PatelGracefully destroy MDNodes.
2009-09-09 Chris Lattnerrevert r81335, which breaks the build.
2009-09-09 Dan GohmanWhen widening a vector load, use the correct chain...
2009-09-09 Andreas NeustifterFixed wrong storage option for ProfileVerifierDisableAs...
2009-09-09 Andreas NeustifterUpdated ProfileInfo to have clean seperation between...
2009-09-09 Benjamin KramerAdd a shortcut for OS X to Path::GetMainExecutable...
2009-09-09 Mikhail GlushenkovCheck that the 'kill' call succeeded.
2009-09-09 Anton KorobeynikovProvide proper section flags for various BSS flavours
2009-09-09 Anton KorobeynikovWhitespace cleanup
2009-09-09 Chris Lattnerdisable the new asmprinter by default. Both the Mangle...
2009-09-09 Evan ChengCast MO.getImm() to unsigned before comparing with...
2009-09-09 Evan ChengMake sure to make stub region writable before emission...
2009-09-09 Evan ChengFix arm jit encoding bug introduced by 75048. Some...
2009-09-09 Evan ChengMake sure the memory range is writable before memset...
2009-09-09 Evan ChengRemove comments which don't add much to .s readibility.
2009-09-09 Chris Lattnerturn the mcinst asmprinter on by default for x86, tweak...
2009-09-09 Chris Lattnertidy up
2009-09-09 Chris Lattnermake sure to send external symbols through the mangler,
2009-09-09 Chris Lattnerallow @ in symbol names without quoting the identifier...
2009-09-09 Bill WendlingFix PR4865. This syncs up the JIT's DWARF emitter with...
2009-09-09 Chris Lattneradd support for @PLT and friends on external symbols...
2009-09-08 Daniel DunbarAdd Triple::getArchTypeForDarwinArchName, which convert...
2009-09-08 Daniel DunbarImprove JIT error message for users crazy enough to...
2009-09-08 Chris Lattnerparenthesize symbol names that start with $, fixing...
next