Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed.
[oota-llvm.git] / include / llvm / CodeGen /
2009-07-30 Sanjiv GuptaAllow targets to define libcall names for mem(cpy,set...
2009-07-30 Evan ChengI've changed the semantics of MERGE_VALUES a bit. It...
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Chris Lattnersimplify #includes.
2009-07-24 Daniel DunbarMove more to raw_ostream, provide support for writing...
2009-07-24 Chris Lattnermake Constant::getRelocationInfo return an enum, as...
2009-07-22 David GreeneConstify the key in Mi2IndexMap.
2009-07-22 David GreenePut comment printing under asm-verbose.
2009-07-22 David GreeneMake some changes suggested by Bill and Evan.
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-21 Chris Lattnerno really, I can spell!
2009-07-21 Chris Lattneradd an API so target-independent codegen can determine...
2009-07-21 Chris Lattnerrevert r76602, 76603, and r76615, pending design discus...
2009-07-21 David GreenePrefix IR dumps with LiveInterval indices when possible...
2009-07-21 Chris Lattnermake AsmPrinter::doFinalization iterate over the global...
2009-07-21 David GreeneAdd PrefixPrinter arguments to the dump routines for...
2009-07-20 Chris Lattnerimplement a new magic global "llvm.compiler.used" which...
2009-07-17 Chris Lattnerremove AsmPrinter::findGlobalValue, just use Value...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-16 Dan GohmanTidy up #includes.
2009-07-15 Daniel DunbarRemove mismatched and unnecessary declaration.
2009-07-15 David GreeneGet rid of postInstructionAction and call EmitComments...
2009-07-15 Duncan SandsRemove the v3i32 and v3f32 value types: they are not
2009-07-15 Chris Lattnerremove printSuffixedName.
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-07-14 Bob WilsonRemove some tabs and fix other whitespace. No function...
2009-07-14 Bob WilsonFix a comment.
2009-07-14 Lang HamesNew VNInfo alignment patch by Ryan Flynn.
2009-07-14 Lang HamesUnbroke LiveInterval.
2009-07-14 Lang HamesTidy up VNInfo alignment code. Patch contributed by...
2009-07-14 Devang PatelDo not use Mangler to remove '1' from linkage name.
2009-07-14 Bob WilsonRevert 75308.
2009-07-13 Dan GohmanMove isLCSSAForm, isLoopInvariant, getCanonicalInductio...
2009-07-13 Dan GohmanMake Loop and MachineLoop be subclasses of LoopBase...
2009-07-13 Devang PatelUse AsmPrinter's Mangler to remove leading '1' from...
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-07-13 David GreeneMake some more changes suggested by Chris. Manipulator...
2009-07-13 Owen AndersonBegin the painful process of tearing apart the rat...
2009-07-10 Bob WilsonAdd new vector types for 192-bit, 348-bit and 512-bit...
2009-07-10 David GreeneMake changes suggested by Chris and eliminate newly...
2009-07-10 David GreeneFix #include specification.
2009-07-09 David GreeneRedesign this to avoid standard stream classes. This...
2009-07-09 Eli FriedmanMake EXTRACT_VECTOR_ELT a bit more flexible in terms...
2009-07-09 Owen AndersonAs Chris pointed out, we don't actually need to pass...
2009-07-09 Chris Lattnerback out r75156 for now.
2009-07-09 David GreeneAdd some classes to produce pretty-printed asm. We...
2009-07-09 Owen AndersonThread LLVMContext through MVT and related parts of...
2009-07-09 Chris Lattneradd default ctor.
2009-07-09 Lang HamesImproved tracking of value number kills. VN kills are...
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-08 David GreeneReformat.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-07 Chris Lattner"BinaryObject.h was implicitly converting between uint...
2009-07-06 Devang PatelAdd isMetadata() to check metadata operand.
2009-07-06 Devang PatelAdd new ValueType for metadata.
2009-07-06 Bruno Cardoso LopesJust forgot to include the two new files
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-07-03 Duncan SandsFix the build: provide uint8_t.
2009-07-03 Tilmann SchellerAdd NumFixedArgs attribute to CallSDNode which indicate...
2009-07-02 Devang PatelSimplify debug info intrisinc lowering.
2009-07-02 Devang PatelRemove tabs.
2009-07-01 Devang PatelAdd getMDNode() to access metadata node.
2009-07-01 Devang PatelAdd machine operand for MDNodes. This will be used...
2009-07-01 Bill WendlingUpdate comments to make it clear that the function...
2009-07-01 Evan ChengRemove special handling of implicit_def. Fix a couple...
2009-07-01 Evan ChengHandle IMPLICIT_DEF with isUndef operand marker, part...
2009-07-01 Daniel DunbarRemove unused AsmPrinter OptLevel argument, and propogate.
2009-06-30 Bill WendlingAdd an "alignment" field to the MachineFunction object...
2009-06-30 Evan ChengTemporarily restore the scavenger implicit_def checking...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-30 Dan GohmanDelete a spurious blank line at the top of the file.
2009-06-29 David GreeneAdd more vector ValueTypes for AVX and other extended...
2009-06-27 Dan GohmanEliminate a layer of indirection in LoopInfo and Machin...
2009-06-27 Dan GohmanRemove a redundant #include.
2009-06-26 Chris Lattnerfix a really subtle bug in the cross section of aliases...
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-25 Chris Lattneradd targetflags to jump tables and constant pool entries.
2009-06-25 Chris Lattnerallow setting target operand flags on TargetGlobalAddre...
2009-06-25 Chris Lattnerstart bringing targetoperand flags into isel, first...
2009-06-25 Chris Lattnerjust eliminate the code entirely!
2009-06-25 Chris LattnerClone target flags when copying mbb operands.
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-06-25 Chris Lattnerad MachineInstrBuilder support for target flags on...
2009-06-25 Owen AndersonNow with EVEN FEWER statics!
2009-06-24 Owen AndersonDidn't mean to commit this part.
2009-06-24 Owen AndersonDown with statics!
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 David GreeneIncrease limit for OpActions array
2009-06-24 David GreeneThis increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Chris LattnerRearrange some stuff in MachineOperand and add a new...
2009-06-22 Bruno Cardoso LopesAdd more methods to gather target specific elf stuff
2009-06-21 Chris Lattnerfit in 80 cols
next