- e6d6820 fix typo by Gabor Greif · 16 years ago
- 4906abe minor tweaks by Gabor Greif · 16 years ago
- 29ecc1c minor tweaks by Gabor Greif · 16 years ago
- 1386ae4 Remove duplication in Makefile.rules. by Mikhail Glushenkov · 16 years ago
- 09c9ed4 Add more notes for VMKit. by Nicolas Geoffray · 16 years ago
- 5b7cfb0 Fix PR3694: add an instcombine micro-optimization that helps by Duncan Sands · 16 years ago
- 540d73f Move the rules for building plugins to Makefile.rules. by Mikhail Glushenkov · 16 years ago
- b14f5b5 Fix build with objdir != srcdir. by Mikhail Glushenkov · 16 years ago
- 95e2aa8 Move code from Main.cpp to the include dir. by Mikhail Glushenkov · 16 years ago
- bd21c83 Cosmetic fixes: include guards. by Mikhail Glushenkov · 16 years ago
- 41f36f4 Plugin::Priority() doesn't need to be pure virtual. by Mikhail Glushenkov · 16 years ago
- f5178ce Add a comment. by Mikhail Glushenkov · 16 years ago
- f188178 Reorganize llvmc code. by Mikhail Glushenkov · 16 years ago
- 99dac47 Random formatting changes. by Bill Wendling · 16 years ago
- dc1350e Fix typos. by Bill Wendling · 16 years ago
- 63d8c55 Change </pp> to </p>. by Bill Wendling · 16 years ago
- 6bc1528 - Use "real-world applications" instead of just "real applications". by Bill Wendling · 16 years ago
- c9c0b59 Make some improvements to the GC docs. by Gordon Henriksen · 16 years ago
- 6da385e Drop toy GC runtime. by Gordon Henriksen · 16 years ago
- 3975f2b remove empty section by Chris Lattner · 16 years ago
- 511433e more englishification by Chris Lattner · 16 years ago
- 917cc71 start translating this into Engrish and organizing it. by Chris Lattner · 16 years ago
- cbd88ad Fix a problem with DAGCombine on 64b targets where folding by Nate Begeman · 16 years ago
- 932af8f move gold plugin next to LTO doc in the subsystem section by Chris Lattner · 16 years ago
- f3888ba Add a quickstart example. by Nick Lewycky · 16 years ago
- f45a828 Close list item tag, to conform with the style in this file. It's optional by Nick Lewycky · 16 years ago
- 017730c Add the gold plugin page to the documentation index! by Nick Lewycky · 16 years ago
- d66ff0f Cleanup the description of flags to llvm-gcc. Also remove stray text in the by Nick Lewycky · 16 years ago
- 050147c Don't forget the important part. llvm-gcc -use-gold-plugin passes the right by Nick Lewycky · 16 years ago
- f795ef0 Sprinkle llvmc notes with <tt>. by Mikhail Glushenkov · 16 years ago
- 5e7d4d6 Another sentinel optimization. This one should always by Gabor Greif · 16 years ago
- abd6f28 Reuse a technique (pioneered for BasicBlocks) of superposing ilist with by Gabor Greif · 16 years ago
- 358f249 Functions marked malloc are noalias return. by Duncan Sands · 16 years ago
- 10f0675 Tweak this a bit. by Duncan Sands · 16 years ago
- d14e9e7 Adjust this test for recent llvm-gcc changes. by Duncan Sands · 16 years ago
- fd97aa2 Fix grammar. by Nick Lewycky · 16 years ago
- 1f3bd7a fix a comment by Gabor Greif · 16 years ago
- 1a31d09 Fix a typo. Thanks baldrick! by Gabor Greif · 16 years ago
- ebc6765 First pass at a document describing how to achieve LTO on Linux with gold. by Nick Lewycky · 16 years ago
- f910fd3 Another point to mention. by Duncan Sands · 16 years ago
- 8fe4081 Temporarily revert r65755. It was causing failures in the self-hosting by Bill Wendling · 16 years ago
- c441fb8 add some llvmc notes from Mikhail by Chris Lattner · 16 years ago
- af89a3f hoist the check for alloca size up so that it controls CanConvertToScalar by Chris Lattner · 16 years ago
- 870b807 Minor optimization: by Evan Cheng · 16 years ago
- 8904849 tweak this to accept asmprinter changes. I have no way to verify this, hopefully by Chris Lattner · 16 years ago
- d2b6cb0 simplify handling "don't print top level name" processing, so that we get by Chris Lattner · 16 years ago
- a27ea9e Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new by Bob Wilson · 16 years ago
- f6f0bdf Fix a pretty awesome bug that only happened in a strange case with anonymous by Chris Lattner · 16 years ago
- 8848586 walk type symbol table also, so we get: by Chris Lattner · 16 years ago
- 585cfb6 adjust for asmprinter change. by Chris Lattner · 16 years ago
- 3aa8f6b adjust for asmprinter change. by Chris Lattner · 16 years ago
- 13397b9 adjust test to make it more robust by Chris Lattner · 16 years ago
- 413fd23 Fix a long-standing bug and misfeature of the disassembler: when dealing with a by Chris Lattner · 16 years ago
- e9fa33e move type name population out of TypePrinting class into a static by Chris Lattner · 16 years ago
- 87185e8 switch to densemap for pointer->word map. by Chris Lattner · 16 years ago
- ae30423 delete a bunch of duplicated type printing logic, using the type printing by Chris Lattner · 16 years ago
- 8ab55b7 make this work when constructed with a null module* by Chris Lattner · 16 years ago
- 7eef180 add description how the ilist_traits<Instruction> works by Gabor Greif · 16 years ago
- 6fa0883 the module is not required to exist, allow it to default, giving this by Chris Lattner · 16 years ago
- a725c45 disable copying and assignment. by Chris Lattner · 16 years ago
- d8030a7 expose TypePrinting as a public API. by Chris Lattner · 16 years ago
- d3fc0a1 one less space, fixes failure with rebuilt llvm-gcc. by Chris Lattner · 16 years ago
- 0a4bbbf Fix grammaro. by Bill Wendling · 16 years ago
- 3079426 rename 'Result' to 'OS' in CalcTypeName for consistency by Chris Lattner · 16 years ago
- 0f7364b do not embed the raw_ostream into TypePrinting, pass it as an argument to print etc. by Chris Lattner · 16 years ago
- 583ffd8 stop calling Type::getDescription(). by Chris Lattner · 16 years ago
- 6d4306e simplifications by Chris Lattner · 16 years ago
- c287137 Change WriteTypeSymbolic to not put a space out before types, also, remove by Chris Lattner · 16 years ago
- 534361e make CalcTypeName take a stream instead of a string to concat onto, by Chris Lattner · 16 years ago
- a32c3e4 remove a bunch of nearly-duplicated code. by Chris Lattner · 16 years ago
- 36942d7 fix indentation, remove dead integer case. by Chris Lattner · 16 years ago
- b840cac pull calcTypeName into TypePrinting class, make its type stack by Chris Lattner · 16 years ago
- b1b9d91 inline method into its only use and simplify the result. by Chris Lattner · 16 years ago
- 88344e6 simplify condition by Chris Lattner · 16 years ago
- 9cc3446 start refactoring the .ll printer: introduce a new TypePrinting class by Chris Lattner · 16 years ago
- bc31caf add a stub for Roadsend PHP by Chris Lattner · 16 years ago
- 7088279 don't use the word 'aggregate' with constants, it is confusing. by Chris Lattner · 16 years ago
- 03bbad6 don't redescribe bitcast constraints in two places. It is not valid to by Chris Lattner · 16 years ago
- 452e262 reject 0 element vectors with: by Chris Lattner · 16 years ago
- 6cd7498 Update this text for first-class aggregates. by Nick Lewycky · 16 years ago
- e05b6f1 Fix typo. Found by William Moss. by Bill Wendling · 16 years ago
- da3e705 There is a way to specify targets that should succeed. It's the "XTARGET" by Bill Wendling · 16 years ago
- b141e39 make traits more flexible by splitting out node-related fragment by Gabor Greif · 16 years ago
- c8bb37a Last commit accidentially deleted this code. by Evan Cheng · 16 years ago
- 9a5c4e0 Avoid unused parameter warning. by Evan Cheng · 16 years ago
- 7cbb95f Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha,sparc". by Stuart Hastings · 16 years ago
- 9feb5dd Added another darwin subtarget by Mon P Wang · 16 years ago
- b1789b0 Testcase to insure C strings go to the cstring section. Darwin-specific. by Stuart Hastings · 16 years ago
- 9ac08d6 It is possible that subprgoram definition is only encoding return value directly, instsad of an DIArray of all argument types. by Devang Patel · 16 years ago
- a05764c group friendship by Gabor Greif · 16 years ago
- 9a58023 Refactor TLS code and add some tests. The tests and expected results are: by Rafael Espindola · 16 years ago
- 0186250 document ilist_traits by Gabor Greif · 16 years ago
- 2946d1c Expand a bit on iplist. If you are more expert on this class, please review! by Gabor Greif · 16 years ago
- 3899e49 update ilist documentation and add some blurb on ilist_node by Gabor Greif · 16 years ago
- a1ae094 update year by Gabor Greif · 16 years ago
- 1c17ca1 fix comments by Gabor Greif · 16 years ago
- 0a0e68a Introduce a new technique for merging BasicBlock with Instruction sentinel by superposition. by Gabor Greif · 16 years ago
- 8b3894c Update release notes for static analyzer. by Ted Kremenek · 16 years ago
- c52551d 'append_cmd' should split its argument. by Mikhail Glushenkov · 16 years ago
- 579214a Silence compiler warning about use of uninitialized variables (in reality these by Nick Lewycky · 16 years ago