summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* signficant cleanups to EmitGlobalConstant (including streamerization Chris Lattner2010-01-20
* Fix/strengthen verification of llvm.dbg.declareVictor Hernandez2010-01-20
* Switch Elts from vector to SmallVectorVictor Hernandez2010-01-20
* switch ConstantFP emission to use MCStreamer, significantly Chris Lattner2010-01-20
* make mcasmstreamer handle expanding 8 byte integer constants to Chris Lattner2010-01-20
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-20
* revert 93934, removing the MCAsmInfo endianness bit. I can'tChris Lattner2010-01-20
* Fix if/else brackets; getFunctionForValue() is to be called for non-metadata ...Victor Hernandez2010-01-20
* Fix the conditions to unambiguously show the logic they represent. This is theChandler Carruth2010-01-20
* Map operands of all function-local metadata, not just metadata passed to llvm...Victor Hernandez2010-01-20
* Avoid unnecessary Elts arrayVictor Hernandez2010-01-20
* Refactor common parts of MDNode::getFunction() and assertLocalFunction() into...Victor Hernandez2010-01-20
* If a instruction belongs to another function (and not current function) as pe...Devang Patel2010-01-20
* Add some asserts to check SelectionDAG problems earlier.David Greene2010-01-20
* Move findDebugLoc somewhere more central. FixDale Johannesen2010-01-20
* Fold (add x, shl(0 - y, n)) -> sub(x, shl(y, n)), to simplify some codeDan Gohman2010-01-19
* Wrap some comments to 80 columns.Bob Wilson2010-01-19
* Fix a case where debug_value was perturbing theDale Johannesen2010-01-19
* When doing address-mode sinking, expand the base register first, ratherDan Gohman2010-01-19
* give MCAsmInfo a 'has little endian' bit. This is unfortunate, butChris Lattner2010-01-19
* Add a comment and tidy up some whitespace.Dan Gohman2010-01-19
* Fix a typo and an 80-column violation in comments.Dan Gohman2010-01-19
* Give ScalarEvolution access to the DominatorTree. It'll need thisDan Gohman2010-01-19
* simplify the rest of fp constant printing.Chris Lattner2010-01-19
* simplify the code for printing x86 long double, don't do workChris Lattner2010-01-19
* Identify predicate and optional-def operands when printing machineJakob Stoklund Olesen2010-01-19
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-19
* Add a new helper function to IVUsers for returning the "canonical"Dan Gohman2010-01-19
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-19
* Promoted the getTok() method to MCAsmParser so thatSean Callanan2010-01-19
* Stubs for getHostCPUFeatures API. This implements part of PR5389.Xerxes Ranby2010-01-19
* Remove predicates when changing an add into an unpredicable mov.Jakob Stoklund Olesen2010-01-19
* Update CMake list.Benjamin Kramer2010-01-19
* Add some new debugging APIs to print out "raw" SelectionDAGs to makeDavid Greene2010-01-19
* Propagated the parser-side Lex function's declaration toSean Callanan2010-01-19
* Fix a bug introduced on r92564 where the name "Node" was alreadyBruno Cardoso Lopes2010-01-19
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-19
* Do not extend extension results beyond the use of a PHI instruction at the st...Evan Cheng2010-01-19
* refactor code to be static functions instead of methods on AsmPrinter.Chris Lattner2010-01-19
* mcstreamerize AsmPrinter::EmitZeros, at least when emitting to the Chris Lattner2010-01-19
* add an MCAsmStreamer::EmitFill specialization of EmitFill thatChris Lattner2010-01-19
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-19
* remove MAI::ZeroDirectiveSuffix, which is only used by MASM,Chris Lattner2010-01-19
* For aligned load/store instructions, it's only required to know whether aJim Grosbach2010-01-19
* optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund GrimleyChris Lattner2010-01-19
* On pic function calls some arguments were marked dead andBruno Cardoso Lopes2010-01-19
* load f64 +0.0 in a cleaner way. This fix part of PR5445Bruno Cardoso Lopes2010-01-19
* Fix return registers for mips eabiBruno Cardoso Lopes2010-01-19
* mcstreamer'ize the rest of EmitGlobalVariable that is used on Chris Lattner2010-01-19
* stop using the .lcomm pseudoop on darwin, instead, directly use theChris Lattner2010-01-19