[llvm.py] Initial skeleton for Python LLVM bindings
[oota-llvm.git] / include /
2012-03-09 Andrew Trickmisched interface: rename Begin/End to RegionBegin...
2012-03-09 Chandler CarruthFix a silly restriction on the fast-path for hash_combi...
2012-03-09 Andrew Trickmisched: allow the default scheduler to be one chosen...
2012-03-09 Andrew TrickAdded TargetPassConfig::enablePass
2012-03-08 Duncan SandsRevert commit 152300 (ddunbar) since it still seems...
2012-03-08 Craig TopperUse uint16_t to store instruction implicit uses and...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Stepan DyatkovskiyTaken into account Duncan's comments for r149481 dated...
2012-03-08 Craig TopperRe-commit r152202 hopefully fixing the MSVC linker...
2012-03-08 Daniel DunbarRevert r152288, "[ADT] Change the trivial FoldingSetNod...
2012-03-08 Daniel Dunbar[ADT] Change the trivial FoldingSetNodeID::Add* methods...
2012-03-08 Chandler CarruthRotate two of the functions used to count bonuses for...
2012-03-08 Andrew Trickmisched interface: Expose the MachineScheduler pass.
2012-03-07 Andrew TrickCleanup VLIWPacketizer to use the updated ScheduleDAGIn...
2012-03-07 Andrew Trickmisched prep: Expose the ScheduleDAGInstrs interface...
2012-03-07 Andrew Trickmisched preparation: rename core scheduler methods...
2012-03-07 Chad RosierRevert r152202 as it's causing internal buildbot failures.
2012-03-07 Chandler CarruthTry a completely different approach to this type trait...
2012-03-07 Chandler CarruthAttempt #2 at appeasing GCC 4.3. This compiler really...
2012-03-07 Chandler CarruthSwitch the is_integral_or_enum trait machinery to use...
2012-03-07 Chandler CarruthWhat's better than fixing and simplifying broken hash...
2012-03-07 Chandler CarruthAdd support to the hashing infrastructure for automatic...
2012-03-07 Andrew Trickmisched preparation: clarify ScheduleDAG and ScheduleDA...
2012-03-07 Andrew Trickmisched preparation: modularize schedule emission.
2012-03-07 Andrew Trickmisched preparation: modularize schedule printing.
2012-03-07 Andrew Trickmisched preparation: modularize schedule verification.
2012-03-07 Craig TopperUse uint16_t to store InstrNameIndices in MCInstrInfo...
2012-03-07 Eli FriedmanMissing change in r152106 for TinyPtrVector.
2012-03-07 Chandler CarruthCache the sized-ness of struct types, once we reach...
2012-03-07 Chandler CarruthRemove an accidental cut/paste of a comment into the...
2012-03-07 Andrew TrickCleanup in preparation for misched: Move DAG visualizat...
2012-03-07 Andrew TrickAdded MachineBasicBlock::getFullName() to standardize...
2012-03-07 Andrew TrickCleanup: DAG building is specific to either SD or MI...
2012-03-07 Andrew Trickmisched comments
2012-03-06 Benjamin KramerSmallPtrSet: Provide a more efficient implementation...
2012-03-06 Ted KremenekAdd new load commands for MachO.
2012-03-06 Benjamin KramerRemove excess const, a const_iterator shouldn't be...
2012-03-06 Argyrios Kyrtzidis[TinyPtrVector] Add erase method and const-goodness.
2012-03-06 Argyrios KyrtzidisPointerUnion::getAddrOf() does not need to be template...
2012-03-06 Craig TopperIncrease number of allowed registers in register classe...
2012-03-06 Craig TopperRevert r152016 and allow overlap, sub, super register...
2012-03-06 Argyrios KyrtzidisRemove UsuallyTinyPtrVector.
2012-03-06 Argyrios KyrtzidisAdd include/llvm/ADT/UsuallyTinyPtrVector.h which is...
2012-03-05 Jim GrosbachARM refactor away a bunch of VLD/VST pseudo instructions.
2012-03-05 Jim GrosbachMCRegisterInfo-ize getMatchingSuperReg.
2012-03-05 Jim GrosbachMake MCRegisterInfo available to the the MCInstPrinter.
2012-03-05 Nadav RotemRemove an unused function.
2012-03-05 Chandler CarruthSwitch to a C-style cast here to silence a brain-dead...
2012-03-05 Craig TopperShrink and reorder fields in MCRegisterClass to reduce...
2012-03-05 Craig TopperConvert more GenRegisterInfo tables from unsigned to...
2012-03-04 Jakob Stoklund OlesenUse <def,undef> operands when spilling NEON bundles.
2012-03-04 Chandler CarruthReplace the hashing functions on APInt and APFloat...
2012-03-04 Chandler CarruthAdd generic support for hashing StringRef objects using...
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 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-03 Benjamin KramerEnable the small vector POD optimization for BitCodeAbb...
2012-03-03 Daniel Dunbarhash_state: Don't use initialization target during...
2012-03-02 Benjamin KramerFix indentation.
2012-03-02 Jim GrosbachTidy up. Trailing whitespace.
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 Chandler CarruthMake the hashing algorithm Endian neutral. This is...
2012-03-02 Chandler CarruthSimplify the pair optimization. Rather than using compl...
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 Eric ChristopherGrammar-o in function name.
2012-03-02 Chandler CarruthRemove the misguided extension here that reserved two...
2012-03-01 David Meyer[Object]
2012-03-01 Chandler CarruthFix two warnings in this code that I missed.
2012-03-01 Argyrios KyrtzidisMove include/llvm/ADT/SaveAndRestore.h -> include/llvm...
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 Jim GrosbachMove TargetRegisterInfo::getSubReg() to MCRegisterInfo.
2012-03-01 Benjamin KramerMake TargetRegisterClasses non-virtual by making the...
2012-03-01 Jakob Stoklund OlesenMake InlineSpiller bundle-aware.
2012-03-01 David Meyer[Object]
2012-03-01 Jakob Stoklund OlesenMove getBundleStart() into MachineInstrBundle.h.
2012-02-29 Daniel DunbarBitstreamWriter: Use SmallVector::append instead of...
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 David Meyer[Object] Add symbol attribute flags: ST_ThreadLocal...
2012-02-29 Jakob Stoklund OlesenAdd an analyzeVirtReg() function.
2012-02-29 Derek SchuffMake MemoryObject accessor members const again
2012-02-29 Jakob Stoklund OlesenMove the operand iterator into MachineInstrBundle.h...
2012-02-28 Jakob Stoklund OlesenInstructions inside a bundle have the same number as...
2012-02-28 David MeyerIn the ObjectFile interface, replace isInternal(),...
2012-02-28 Rafael EspindolaOn ELF, create relocations to the abbreviation and...
2012-02-28 Evan ChengRe-commit r151623 with fix. Only issue special no-retur...
2012-02-28 Daniel DunbarRevert r151623 "Some ARM implementaions, e.g. A-series...
2012-02-28 Evan ChengSome ARM implementaions, e.g. A-series, does return...
2012-02-28 Michael J. Spencer[Object] Add {begin,end}_dynamic_symbols stubs and...
2012-02-27 Michael J. SpencerRemove duplicate copy of Object/ELF.h that somehow...
2012-02-27 Jim GrosbachARM BL/BLX instruction fixups should use relocations.
2012-02-27 Argyrios KyrtzidisMove "clang/Analysis/Support/SaveAndRestore.h" to ...
2012-02-27 Derek SchuffFix PR12089
next