oota-llvm.git
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-03-04 Chandler CarruthTeach the hashing facilities how to hash std::string...
2012-03-04 Chandler CarruthSplit this test up into two smaller, and more focused...
2012-03-04 Craig TopperUse uint16_t instead of unsigned to store registers...
2012-03-04 Craig TopperUse uint16_t to store registers in callee saved registe...
2012-03-04 Craig TopperUse uint8_t instead of enums to store values in X86...
2012-03-03 Benjamin KramerPerform the string table optimization for OperandMatchE...
2012-03-03 Benjamin KramerShrink the asm matcher tables.
2012-03-03 Benjamin KramerStringToOffsetTable: Allow uniquing the first element...
2012-03-03 Benjamin KramerEnable the small vector POD optimization for BitCodeAbb...
2012-03-03 Rafael EspindolaCorrectly initialize LineSectionSymbol. Thanks to Dunca...
2012-03-03 Duncan SandsHonour --config-prefix also for lit.local.cfg.
2012-03-03 Francois PichetMove the NonPOD struct out of the anonymous namespace...
2012-03-03 Duncan SandsInclude cctype for isdigit. Patch by Stephen Hines.
2012-03-03 Francois PichetFixes the Hashing tests on MSVC by adding llvm:: prefix...
2012-03-03 NAKAMURA Takumiunittests/ADT/HashingTest.cpp: Temporarily disable...
2012-03-03 NAKAMURA Takumillvm/docs/GarbageCollection.html: Prune utf8 BOM.
2012-03-03 Daniel Dunbarhash_state: Don't use initialization target during...
2012-03-03 Jakob Stoklund... Fix RA-dependent test.
2012-03-02 David MeyerFix comments for llvm-readobj, remove extraneous headers
2012-03-02 Benjamin KramerFix indentation.
2012-03-02 Jim GrosbachTidy up. Trailing whitespace.
2012-03-02 Daniel Dunbarautoconf: Set LLVM_CONFIGTIME to a stable value when...
2012-03-02 Benjamin KramerLVI: Recognize the form instcombine canonicalizes range...
2012-03-02 Benjamin KramerHashing: microoptimize a truncate on 64 bit away. This...
2012-03-02 Jia Liudelete dead code, patch by Michael Spencer.
2012-03-02 Jia Liuadd llvm.gcroot into GarbageCollection.html, patch...
2012-03-02 Chandler CarruthMake the hashing algorithm Endian neutral. This is...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
2012-03-02 Evgeniy StepanovASan: use getTypeAllocSize instead of getTypeStoreSize.
2012-03-02 Chandler CarruthAdd a golden data test that I missed somehow the first...
2012-03-02 Chandler CarruthFix bad indenting that was left over from cut/paste...
2012-03-02 Chandler CarruthAdd a header that was technically missing to see if...
2012-03-02 Chandler CarruthWe really want to hash pairs of directly-hashable data...
2012-03-02 Chandler CarruthAdd support for hashing pairs by delegating to each...
2012-03-02 Chad RosierPrevent obscure and incorrect tail-call optimization.
2012-03-02 Eric ChristopherGrammar-o in function name.
2012-03-02 Eric ChristopherGrammar.
2012-03-02 Eric ChristopherIf the linkage name doesn't exist we're supposed to...
2012-03-02 Dan GohmanFix an iterator invalidation problem. operator[] on...
2012-03-02 Dan GohmanMisc micro-optimizations.
2012-03-02 Chandler CarruthRemove the misguided extension here that reserved two...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Evan ChengNeuter the optimization I implemented with r107852...
2012-03-01 Chandler CarruthRe-disable the debug output. The comment is there expla...
2012-03-01 Chandler CarruthSwitch FoldingSet over to the new hashing infrastructur...
2012-03-01 Chandler CarruthProvide the 32-bit variant of the golden tests. Not...
2012-03-01 Jakob Stoklund... Handle regmasks in Thumb1RegisterInfo::saveScavengerReg...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-03-01 Jim GrosbachARM use the right opcode for FP<->Integer move in fast...
2012-03-01 Michael J.... Minimal changes for LLVM to compile under VS11.
2012-03-01 Akira HatanakaChanges for migrating to using register mask operands.
2012-03-01 David Meyer[Object]
2012-03-01 Kevin EnderbyChange ARMInstPrinter::printPredicateOperand() so it...
2012-03-01 Akira HatanakaFix bugs which were introduced when support for base...
2012-03-01 Benjamin KramerBumpPtrAllocator: Make sure threshold cannot be initial...
2012-03-01 Chandler CarruthFix two warnings in this code that I missed.
2012-03-01 Argyrios KyrtzidisIf BumpPtrAllocator is requested to allocate a size...
2012-03-01 Preston GurdTrivial change to make the test use Use –mcpu=generic,
2012-03-01 Argyrios KyrtzidisMove include/llvm/ADT/SaveAndRestore.h -> include/llvm...
2012-03-01 Chandler CarruthAdd the source file with trivial definitions in it...
2012-03-01 Chandler CarruthRewrite LLVM's generalized support library for hashing...
2012-03-01 Benjamin KramerMove getSubRegIndex out of generated code into MCRegist...
2012-03-01 Chad RosierRevert r151816 as Jim has the appropriate fix.
2012-03-01 Chad RosierFix testcases from r151807.
2012-03-01 Jim GrosbachMove TargetRegisterInfo::getSubReg() to MCRegisterInfo.
2012-03-01 Jim GrosbachRevert "Emit the SubRegTable with the smallest possible...
2012-03-01 Jim GrosbachAdd missing triple for tests.
2012-03-01 Jia Liurplace Alpha with ARM in docs/WritingAnLLVMBackend...
2012-03-01 James MolloyFix a codegen fault in which log2 or exp2 could be...
2012-03-01 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-03-01 NAKAMURA Takumillvm/test/CMakeLists.txt: Update dependencies to add...
2012-03-01 Benjamin KramerEmit the "is an intrinsic overloaded" table as a bitfield.
2012-03-01 Akira HatanakaPass endian information to constructors. Define separat...
2012-03-01 Jakob Stoklund... Make InlineSpiller bundle-aware.
2012-03-01 David Meyer[Object]
2012-03-01 Jakob Stoklund... Move getBundleStart() into MachineInstrBundle.h.
2012-03-01 Benjamin KramerEmit the intrinsic modref info as a lookup table instea...
2012-03-01 Lang HamesDon't redundantly copy implicit operands when remateria...
2012-03-01 Richard TrieuFix flags for test in MC/MachO/ARM/empty-function-nop.ll
2012-03-01 Sean CallananFixed the 32-bit runtime dynamic loader to allocate
2012-02-29 Benjamin KramerImplement getSubRegIndex as a linear search on the...
2012-02-29 Kevin EnderbyAdded annotations for x86 pc relative loads to llvm...
2012-02-29 Jim GrosbachTidy up. 80 columns.
2012-02-29 Benjamin KramerEmit the SubRegTable with the smallest possible integer...
2012-02-29 Jim GrosbachTidy up. Spelling.
2012-02-29 Jim GrosbachMove the subregister indicies enum into the REGINFO_ENU...
2012-02-29 Daniel DunbarBitstreamWriter: Use SmallVector::append instead of...
2012-02-29 Jim GrosbachSwitch TargetRegisterInfo::getSubReg() to use a lookup...
2012-02-29 Daniel DunbarBitstreamWriter: Change primary output buffer to be...
2012-02-29 Daniel DunbarBitstreamWriter: Isolate access to the underlying buffer.
2012-02-29 Daniel DunbarBitcodeWriter: Expose less implementation details ...
2012-02-29 Daniel DunbarBitcode: Don't expose WriteBitcodeToStream to clients.
2012-02-29 Andrew TrickIntel Atom instruction itineraries for mov sign extensi...
2012-02-29 Hal FinkelAdd myself to the credits file
2012-02-29 Benjamin KramerLegalizeIntegerTypes: Reorder operations in the "big...
2012-02-29 Duncan SandsHave GVN also do condition propagation when the right...
2012-02-29 Nick LewyckyWhere the alloca'd space actually lives in ram is undef...
2012-02-29 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-29 Bill WendlingTestcase for r151691.
next