platform/upstream/llvm.git
2009-07-24 Evan ChengConvert a test to FileCheck.
2009-07-24 Chris Lattnerhoist section name uniquing logic up to the top-level...
2009-07-24 Chris LattnerImplement getSectionPrefixForUniqueGlobal to return...
2009-07-24 Chris Lattnerreduce indentation
2009-07-24 Chris Lattnersimplify code by making special case more obvious
2009-07-24 Chris Lattnerthe 'isWeakForLinker' code is common between functions...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-24 Ted KremenekIntroduce a new variant type 'TryResult' to represent...
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-24 Chris Lattnerfix indentation.
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Daniel DunbarSwitch to raw_ostream.
2009-07-24 Chris Lattnerfix a mysterious and scary failure on test/CodeGen...
2009-07-24 Chris Lattnerreduce api exposure: clients shouldn't call SectionKind...
2009-07-24 Zhongxing XuAdd getDecl() to CallGraph and CallGraphNode.
2009-07-24 Zhongxing XuConstify methods.
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-24 Chris Lattnerremove more bits of small section support.
2009-07-24 Chris Lattnerremove more remnants of small section support.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 John McCallTest commit: make a little stub routine for semantic...
2009-07-24 Ted KremenekEnable the '-warn-security-syntactic' checker option...
2009-07-24 Mike StumpImplement new warning for functions declared 'noreturn...
2009-07-24 Anders CarlssonGet rid of the size parameter to AppendField. No functi...
2009-07-24 Evan ChengThumb2 should use the register scavenger.
2009-07-24 Dan GohmanFix whitespace.
2009-07-24 Dan GohmanGive SCEVAddRecExpr no-signed-overflow and no-unsigned...
2009-07-24 Dan GohmanGive the SCEV class a SubclassData field.
2009-07-24 Dan GohmanFix whitespace.
2009-07-24 Evan ChengFLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ...
2009-07-24 Ted KremenekMark destructor of Checker virtual.
2009-07-24 Richard OsborneAdd tests for handling of globals and tls on the XCore...
2009-07-24 Owen AndersonPrivatize the ConstantVector tables.
2009-07-24 Eric ChristopherUpdate insertps handling based on feedback. Move to...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-24 David GoodwinCorrectly handle the Thumb-2 imm8 addrmode. Specialize...
2009-07-24 Douglas GregorWe now do complete semantic checking for unions
2009-07-23 Douglas GregorUpdate C++ status to reflect progress on out-of-line...
2009-07-23 Douglas GregorThis patch fixes the implementations of the __has_trivi...
2009-07-23 Daniel DunbarOutput UTF-16 string literals independent of host byte...
2009-07-23 Sean CallananAdded a 2+-byte NOP instruction to the Intel tables,
2009-07-23 Fariborz JahanianDiagnose when base classes and members to be intialized
2009-07-23 Owen AndersonPrivatize the ConstantStruct table.
2009-07-23 Mike StumpRefactor and push the evaluation as late as possible.
2009-07-23 David GreeneWrite space padding as one string to speed up comment...
2009-07-23 Evan ChengThumb2 does not allow the use of "pc" register as part...
2009-07-23 Daniel DunbarFactor out map lookup for CFString constants.
2009-07-23 Anders CarlssonDon't just store the field/bit field info one field...
2009-07-23 Mike StumpSome cleanups suggested by Daniel.
2009-07-23 Ted KremenekImplement: <rdar://problem/6335715> rule request: gets...
2009-07-23 Reid KlecknerFixing unittests on 32-bit Darwin, using 0x...ULL inste...
2009-07-23 Anders CarlssonFix another thinko.
2009-07-23 Reid KlecknerRe-committing r76828 with the JIT memory manager change...
2009-07-23 Ted KremenekAdd comments.
2009-07-23 Ted KremenekRefine checking and diagnostics for use of floating...
2009-07-23 Chris Lattner"fix" PR4612, which is a crash on:
2009-07-23 Anders CarlssonCorrect a thinko in bitfield layout code. Fixes PR4611.
2009-07-23 Daniel DunbarSimplify, NFC.
2009-07-23 Duncan SandsFix PR4614: the Intel C compiler defines _GNUC__
2009-07-23 Duncan SandsRevert r75581: it causes massive breakage in the Ada
2009-07-23 Daniel DunbarSwitch ValueSymbolTable to StringRef based API.
2009-07-23 Daniel DunbarAdd llvm::Value::getNameRef, for help in API migration.
2009-07-23 Reid KlecknerRe-committing changes from r76825 to BumpPtrAllocator...
2009-07-23 Evan ChengFix up ARM constant island pass for Thumb2.
2009-07-23 Evan ChengSince we have moved unified assembly, switch to ADR...
2009-07-23 Daniel DunbarConvert StringMap to using StringRef for its APIs.
2009-07-23 Daniel DunbarSwitch the driver back to always using clang-cc by...
2009-07-23 Daniel DunbarSimplify.
2009-07-23 Anders CarlssonWe don't need to keep track of the packed alignment...
2009-07-23 David GoodwinFix frame index elimination to correctly handle thumb...
2009-07-23 Anders CarlssonMove the LLVM field number for bit fields into the...
2009-07-23 Douglas GregorClean up the ActOnTag action, so that there is only...
2009-07-23 Andreas BolkaFileCheck'ize and expand LDA testcases.
2009-07-23 Andrew Lenharthemit simple node was using different labels for fields...
2009-07-23 Douglas GregorUnbreak the CMake build
2009-07-23 Andreas BolkaCache dependence computation using FoldingSet.
2009-07-23 Zhongxing XuAdd two nodes to the call graph:
2009-07-23 Zhongxing XuAdd template specializations to view the call graph...
2009-07-23 Zhongxing Xuconstify methods.
2009-07-23 Evan Cheng80 col violation.
2009-07-23 Zhongxing XuAdd getter methods.
2009-07-23 Daniel DunbarAdd newline at EOF.
2009-07-23 Chris Lattnerenhance DepthFirstIterator to support more robust opera...
2009-07-23 Chris Lattnertestcase for PR4590
2009-07-23 Chris Lattnerrefactor a blob of code out to a new 'FoldOrOfFCmps...
2009-07-23 Lang HamesFor real this time: PHI Def & Kill tracking added to...
2009-07-23 Chris Lattnermerge vector-casts-0.ll into vector-casts.ll
2009-07-23 Chris LattnerMake some existing optimizations that would only trigge...
2009-07-23 Daniel DunbarShield clang from LLVM API changes, until the dust...
2009-07-23 Chris Lattnerconvert a test to filecheck format. This fixes an...
2009-07-23 Chris Lattnerrename test
2009-07-23 Chris Lattnerrefactor a bunch of code out into a helper function,
2009-07-23 Daniel DunbarFix test case, which has a control-reaches-end-of-non...
2009-07-23 Daniel DunbarUse llvm::BitVector instead of managing memory by hand.
2009-07-23 Anders CarlssonSet field info for unions.
2009-07-23 Chris Lattnerremove a really old and dead header
2009-07-23 Anders CarlssonUse arrays as union padding. Also, since the resulting...
2009-07-23 Chris Lattnermerge one more sse41 test into sse41.ll
2009-07-23 Chris Lattnermerge another sse41 test into sse41.ll
2009-07-23 Daniel DunbarRevert r76831, there are many Analyzer test failures...
next