platform/upstream/llvm.git
2012-10-09 Jack CarterInitial assembler implementation of Mips load address...
2012-10-09 Douglas GregorRework the (de-)serialization of macros, as stored in
2012-10-09 Douglas GregorAdd count() method to MapVector
2012-10-09 Eli FriedmanPeople put pragmas in crazy places; add more handling...
2012-10-09 Enrico Granata<rdar://problem/12462575> Refactoring a block of shared...
2012-10-09 Micah VillmowAdd in some interfaces that will allow easier access...
2012-10-09 Bill WendlingUse the attribute enums to query if a function has...
2012-10-09 Bill WendlingUse the attribute enums to query if a parameter has...
2012-10-09 Sean CallananCleanup in the AppleObjCRuntimeV2 to make descriptors
2012-10-09 Bill WendlingRevert r165547 to fix build.
2012-10-09 Bill WendlingUse a single location for calculating the alignments.
2012-10-09 Benjamin KramerInitialize the end loc in ObjCInterfaceTypeLoc.
2012-10-09 Rafael EspindolaThe clang driver has a fairly fancy support for executi...
2012-10-09 Sean Silvatblgen: Rename handleDependencies -> createDependencyFile
2012-10-09 Bill WendlingRemove this now unused variable macro.
2012-10-09 Sean Silvatblgen: Move dependency file output to a separate function.
2012-10-09 Bill WendlingUse appropriate method calls to get the alignment value.
2012-10-09 Chad RosierWhitespace.
2012-10-09 Bill WendlingInline the checks for mutually exclusive attributes...
2012-10-09 Argyrios KyrtzidisSimplify the code using SmallVector::append(), as sugge...
2012-10-09 Chad Rosier[driver] Remove redundant cases due to overlapping...
2012-10-09 Richard Smith-fcatch-undefined-behavior: emit calls to the runtime...
2012-10-09 Rafael EspindolaEnable response files in all tools. Patch by Liu, Yaxun...
2012-10-09 Chad Rosier[driver] Remove the -W[no-][int-conversion|constant...
2012-10-09 Richard SmithAdd a runtime diagnostics library for Clang's -fcatch...
2012-10-09 Ted KremenekDon't forward -Wenum-conversion to cc1plus.
2012-10-09 Ted KremenekDon't forward -Wint-conversion to cc1plus.
2012-10-09 Bill WendlingMove the 'FunctionOnly' attributes thingy inside of...
2012-10-09 Ted KremenekCreate variable for warning group -Wshorten-64-to-32.
2012-10-09 Jason MolendaPatch from Dan Malea to fix a build break I introduced...
2012-10-09 Argyrios KyrtzidisMove the functionality that looks for ObjC overridden...
2012-10-09 Douglas GregorNot everyone uses C++11, apparently
2012-10-09 Greg ClaytonChanges to clean up the runtime and how the ISA caches...
2012-10-09 Douglas GregorMake the order of visitation of the pending bodies...
2012-10-09 Douglas GregorAllow MapVector clients to specify the map and vector...
2012-10-09 Douglas GregorWhen we load a function or method body from an AST...
2012-10-09 Michael IlsemanMore descriptive, doxygen-ed comments
2012-10-09 Sean Silvatblgen: Remove pointless method call.
2012-10-09 Michael IlsemanNew EarlyCSE tests for CSE-ing across commutativity.
2012-10-09 Michael IlsemanUpdate EarlyCSE's SimpleValues to use Hashing.h for...
2012-10-09 Michael IlsemanNew value_op_iterator for User. This allows other code...
2012-10-09 Greg ClaytonFixed the redo.py script to emit correct arch and compi...
2012-10-09 David ChisnallImprovements to MIPS64 assembler:
2012-10-09 Micah VillmowAdd in the first step of the multiple pointer support...
2012-10-09 Alexey SamsonovDetermine supported archs for compiler-rt libraries...
2012-10-09 Alexey SamsonovFixup for r165097: build 32-bit ASan compiler-rt librar...
2012-10-09 Douglas GregorIf a macro has been #undef'd in a precompiled header...
2012-10-09 Benjamin KramerClearing a SmallPtrSet is still expensive, split it...
2012-10-09 Alexey SamsonovFixup for r165490: Use DenseMap instead of std::map...
2012-10-09 Bill WendlingMove the 'ParameterOnly' variable inside of the Attribu...
2012-10-09 Bill WendlingRemove the now dead VarArgsIncompatible variable.
2012-10-09 Bill WendlingUse the enum value of the attributes when removing...
2012-10-09 Bill WendlingUse the enum value of the attributes when adding them...
2012-10-09 Alexey Samsonov[Sanitizer] Remove unneeded returns after UNIMPLEMENTED...
2012-10-09 Alexey Samsonov[Sanitizer] Add UNREACHABLE(msg) macro
2012-10-09 Alexey SamsonovFix PR14016.
2012-10-09 Bill WendlingWe use the enums to query whether an Attributes object...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-09 Arnaud A. de... CXXMethodDecl::isConst() and CXXMethodDecl::isVolatile...
2012-10-09 Bill WendlingRemove some dead methods.
2012-10-09 Bill WendlingRemove ifdef'd code.
2012-10-09 Craig TopperSeparate AVXCC and SSECC printing for cmpps/pd/ss/sd...
2012-10-09 NAKAMURA TakumiRevert r117093, "test/Makefile: Force lit -j1 on Cygwin."
2012-10-09 Sameer SahasrabuddheTrivial change to the README, mainly to test commit...
2012-10-09 Craig TopperIn parseMSRMaskOperand, add an explicit check for the...
2012-10-09 Craig TopperRemove some dead code from ARMAsmPrinter. Add virtual...
2012-10-09 Craig TopperRemove some unused code in the X86AsmPrinter. Add LLVM_...
2012-10-09 Sid Manning * Add relocation reference support for Hexagon and...
2012-10-09 Chandler CarruthFix PR14034, an infloop / heap corruption / crash bug...
2012-10-09 Nadav Rotemwhitespace
2012-10-09 Sean SilvaMove misplaced comment.
2012-10-09 Argyrios KyrtzidisMove the logic that searches for overridden methods...
2012-10-09 Argyrios KyrtzidisWhen storing the C++ overridden methods, store them...
2012-10-09 Jason MolendaAdd a parameter to Symbols::DownloadObjectAndSymbolFile...
2012-10-09 Bill WendlingRemove a couple more 'hasAttrSomewhere' calls.
2012-10-09 Bill WendlingFix. Apply the no capture attribute to the correct...
2012-10-09 Bill WendlingConvert to using the Attributes::Builder class to creat...
2012-10-09 Bill WendlingUse an iterator and proper query method instead of...
2012-10-09 Bill WendlingRemove more uses of the attribute enums by supplying...
2012-10-09 Bill WendlingConvert to using the Attributes::Builder interface.
2012-10-08 Eric ChristopherFix typo in docs.
2012-10-08 Eric ChristopherFix up comment to be more clear.
2012-10-08 Eli FriedmanMake sure we allow "#pragma options align=mac68k" in...
2012-10-08 Bill WendlingUpdate comment.
2012-10-08 Greg ClaytonFix a build warning and a dangerous possible crasher.
2012-10-08 Ted KremenekAdd regression test to check if -Wenum-conversion is...
2012-10-08 Bill WendlingUse the Attributes::Builder to build the attributes...
2012-10-08 Nadav RotemUse DataTypes.h
2012-10-08 Argyrios KyrtzidisIn VarDecl::getSourceRange() make sure to check that...
2012-10-08 Nadav RotemRefactor the AddrMode class out of TLI to its own heade...
2012-10-08 Greg ClaytonMake DebugMapModule destructor virtual since it inherit...
2012-10-08 Chandler CarruthActually add the -Wenum-conversion group to -Wconversio...
2012-10-08 Chandler CarruthSort the subgroups of the diagnostic group for -Wconver...
2012-10-08 Greg ClaytonAdded a new "module" log channel which covers module...
2012-10-08 Greg ClaytonChecking in fixes that I used to track down a leaking...
2012-10-08 Bill WendlingConvert the LLVM parser over to using the new Attribute...
2012-10-08 Nick LewyckyGive CaptureTracker::shouldExplore a base implementatio...
2012-10-08 Jakob Stoklund... Don't crash on extra evil irreducible control flow.
2012-10-08 Bill WendlingBegin the transition to using the AttributesImpl object...
2012-10-08 Eric ChristopherAdd names for the accelerator table sections so that...
next