Add globaladdress and targetglobaladdress nodes for dag patterns
[oota-llvm.git] / lib /
2005-11-17 Chris LattnerAdd globaladdress and targetglobaladdress nodes for...
2005-11-17 Chris LattnerLI could theoretically be used for the lo-part of a...
2005-11-17 Chris LattnerAllow targets to custom legalize leaf nodes like Global...
2005-11-17 Chris LattnerWhen lowering direct calls, lower them to use a targetg...
2005-11-17 Chris LattnerTeach legalize about targetglobaladdress
2005-11-17 Chris LattnerAdd patterns for some 16-bit immediate instructions...
2005-11-16 Chris LattnerAdd patterns for several simple instructions that take...
2005-11-16 Andrew Lenharthwho would have thought you would want to write into...
2005-11-16 Chris Lattnerwhen debugging lower dbg intrinsics to calls
2005-11-16 Chris Lattnertell selectiondag when we're debugging
2005-11-16 Chris Lattnerindicate when a tool is a debug build.
2005-11-16 Chris Lattner* Fix DerivedType::dropAllTypeUses to not change the...
2005-11-16 Chris Lattnerinitial step at adding a dag-to-dag isel for X86 backen...
2005-11-16 Nate BegemanPatch to clean up function call pseudos and support...
2005-11-15 Chris LattnerMake sure to use SwitchSection to switch sections so...
2005-11-15 Chris LattnerFix handling of multiple unnamed globals with the same...
2005-11-15 Chris LattnerSeparate X86ISelLowering stuff out from the X86ISelPatt...
2005-11-15 Chris LattnerRemove extraneous parents around constants when using...
2005-11-14 Chris LattnerHandle globals with explicit alignment requests
2005-11-14 Chris LattnerTeach emitAlignment to handle explicit alignment reques...
2005-11-14 Chris LattnerTeach the PPC asmwriter to honor globals with explicit...
2005-11-14 Chris Lattnerinstead of using mstats, use malloc_zone_statistics...
2005-11-14 Chris LattnerTeach -track-memory to work on darwin. Looking at...
2005-11-14 Duraid Madinaadd FP select. next up - divide!
2005-11-13 Chris LattnerAdd some dummy method impls
2005-11-13 Chris LattnerMove some methods around. Refactor the parts of TypeMa...
2005-11-13 Chris LattnerSplit the type refinement case completely out of the...
2005-11-13 Chris Lattnerunbreak the build
2005-11-13 Chris LattnerSeparate the type-became-concrete case from the type...
2005-11-12 Andrew Lenharthenable LSR by default on alpha
2005-11-12 Andrew Lenharthfix more regressions
2005-11-12 Andrew Lenharthfix READCYCLECOUNTER
2005-11-12 Chris Lattnertrivial cleanup
2005-11-12 Chris LattnerFix reading LLVM 1.3 bc files.
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattnerrefactor grammar to eliminate shift-reduce conflict...
2005-11-12 Chris LattnerUnswitch a loop, add more assertions, eliminate use...
2005-11-12 Chris LattnerTiny speedup, improve comments and code organization.
2005-11-12 Chris LattnerRead and write section info from/to .bc files
2005-11-12 Jeff CohenWrap long line.
2005-11-12 Jeff CohenFix VC++ warning that bools cannot be ORed.
2005-11-12 Jeff CohenFix operator precedence bug caught by VC++.
2005-11-12 Chris Lattnerregenerate
2005-11-12 Chris Lattneradd a token
2005-11-12 Chris LattnerParse section info
2005-11-12 Chris Lattnerprint section info
2005-11-11 Andrew Lenharthfix yet more regressions
2005-11-11 Andrew Lenharthgenerate chain result
2005-11-11 Andrew Lenharthadded a chain output
2005-11-11 Andrew LenharthFix a bunch more alpha regressions
2005-11-11 Andrew Lenharthprevent cse of readcyclecounter
2005-11-11 Andrew Lenharthcontinued readcyclecounter support
2005-11-10 Chris LattnerFix the optimized code handling of user asm strings
2005-11-10 Chris LattnerMake BB and CPI labels use the function number, not...
2005-11-10 Chris Lattnerspeedup the common case where nothing needs to be quoted
2005-11-10 Chris LattnerAllow per-character control over what target assemblers...
2005-11-10 Chris Lattnerdo not allow '.' in symbol names
2005-11-10 Andrew Lenharththe pain isn't gone unless the phinodes are spilled too
2005-11-10 Chris LattnerDarwin supports quoted labels. This implements:
2005-11-10 Chris LattnerAdd a new option for targets that accept quoted labels.
2005-11-10 Chris Lattnerremove the M instance var
2005-11-10 Chris LattnerCall this method with the object we have
2005-11-10 Chris Lattnernuke blank line
2005-11-10 Chris LattnerMake this more efficient of the common case where we...
2005-11-10 Chris LattnerGet rid of casts by #including the right header
2005-11-10 Chris LattnerMake the aix asm printer interface properly with the...
2005-11-10 Chris LattnerCompile C strings to:
2005-11-10 Chris Lattneradd support for .asciz, and enable it by default. ...
2005-11-10 Andrew Lenharththis works with backedges to the existing entry block...
2005-11-10 Andrew Lenharthfix a bunch of regressions
2005-11-10 Andrew LenharthThe pass everyone has been waiting for!
2005-11-10 Chris LattnerForce vectors to be a power of two in size
2005-11-10 Chris LattnerForce packed vectors to be a power of two in length.
2005-11-09 Chris LattnerSwitch the allnodes list from a vector of pointers...
2005-11-09 Chris LattnerRefactor intrinsic lowering stuff out of visitCall
2005-11-09 Andrew Lenharthwhatever. Intermediate patch to see what breaks. ...
2005-11-09 Chris LattnerHandle the trivial (but common) two-op case more effici...
2005-11-09 Chris LattnerNuke noop copies.
2005-11-09 Chris LattnerFix CodeGen/X86/shift-folding.ll:test3 on X86
2005-11-09 Chris LattnerDisable some overly-aggressive checking code. This...
2005-11-09 Chris LattnerAvoid creating a token factor node in trivially redunda...
2005-11-09 Chris LattnerHandle GEP's a bit more intelligently. Fold constant...
2005-11-08 Chris LattnerAllocate the right amount of memory for this vector...
2005-11-08 Chris LattnerChange the ValueList array for each node to be shared...
2005-11-08 Chris LattnerSwitch the operandlist/valuelist from being vectors...
2005-11-08 Chris LattnerExplicitly initialize some instance vars
2005-11-08 Chris LattnerClean up RemoveDeadNodes significantly, by eliminating...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-11-07 Jim LaskeyLet's try ignoring resource utilization on the backward...
2005-11-07 Duraid Madinaadd support for storing and returning bools
2005-11-06 Chris LattnerAlways compute max align.
2005-11-06 Duraid Madinajust some random hacking - calls (particularly indirect...
2005-11-06 Nate BegemanAdd the necessary support to the ISel to allow targets...
2005-11-06 Chris Lattnerminor clarity changes, no functionality difference.
2005-11-06 Chris Lattnerdon't misencode CC#'s
2005-11-06 Chris Lattnerencode/decode function alignment in bc files
2005-11-06 Chris LattnerRead/write global variable alignments if present
2005-11-06 Chris Lattnerprint alignment info for globals and functions
2005-11-06 Chris Lattnerregenerate
next