Header file for ELF relocations.
[oota-llvm.git] / include /
2007-04-30 Christopher LambHeader file for ELF relocations.
2007-04-30 Anton KorobeynikovFix comment
2007-04-30 Reid SpencerIf an archive is not recognized as an LLVM bytecode...
2007-04-29 Chris Lattneradd some helpers
2007-04-29 Chris Lattnercompute this value correctly
2007-04-29 Dale JohannesenMake ARM-specific version of getInlineAsmLength
2007-04-29 Chris Lattneradd a method
2007-04-29 Anton KorobeynikovImplement protected visibility. This partly implements...
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-29 Chris LattnerJeff's fix was fine
2007-04-29 Chris Lattneradd missing ctor
2007-04-29 Jeff CohenFix MemoryBuffer breakage correctly.
2007-04-29 Chris Lattnermake this file self-contained
2007-04-29 Chris LattnerSwitch the bitcode reader interface to take a MemoryBuf...
2007-04-29 Chris LattnerAdd a new memorybuffer class, to unify all the file...
2007-04-29 Chris Lattnernew method for creating a path, which does not create...
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattneradd a default parameter
2007-04-28 Chris Lattneradd a way to make this less brittle
2007-04-28 Chris Lattnerrepresent indirect operands explicitly in inline asm...
2007-04-27 Chris Lattneradd a GEP helper function
2007-04-27 Jeff CohenFix prolific source of 'possible loss of data' warnings.
2007-04-26 Devang PatelMove ~Pass() from Pass.h into Pass.cpp
2007-04-26 Devang PatelDelete Analysis Resolver.
2007-04-26 Dan GohmanFix a typo in a comment.
2007-04-26 Evan ChengRename findRegisterUseOperand to findRegisterUseOperand...
2007-04-26 Jeff CohenRename identifier that GCC uses as a macro, breaking...
2007-04-26 Chris Lattnerstart defining codes for instructions
2007-04-26 Chris Lattneradd a new code
2007-04-26 Chris Lattneradd alias support to bitcode
2007-04-26 Evan ChengBe careful when to add implicit kill / dead operands...
2007-04-25 Evan ChengChange UsedPhysRegs from array bool to BitVector to...
2007-04-25 Evan ChengData structure change to improve compile time (especial...
2007-04-25 Devang PatelMem2Reg does not need TargetData.
2007-04-25 Devang PatelRemove unused function argument.
2007-04-25 Anton KorobeynikovAdd missed file
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Evan ChengFix for PR1306.
2007-04-25 Evan ChengTest if a register is sub- or super-register of another.
2007-04-25 Evan ChengMinor speed tweak.
2007-04-25 Chris Lattnersupport for >4G frames
2007-04-25 Chris Lattnersupport > 4G stack objects
2007-04-25 Chris Lattnerallow 64-bit stack objects
2007-04-24 Bill WendlingAdd the final MMX instructions. Correct a few wrong...
2007-04-24 Chris Lattnercomentate
2007-04-24 Chris Lattneradd records for constant exprs
2007-04-23 Chris Lattneradd codes for constants table
2007-04-23 Christopher LambFix bug in isFloatingPoint()
2007-04-23 Chris Lattneradd a missing operator
2007-04-23 Chris LattnerFix a bug in bitstream writer handling abbrevs, add...
2007-04-23 Chris Lattnerimplement reading of abbrevs
2007-04-23 Chris Lattnerminor cleanups
2007-04-23 Chris Lattnerfinish implementation of basic abbrev writing.
2007-04-23 Chris Lattnerfirst part of implementation of abbrevs. The writer...
2007-04-23 Chris Lattnerpromote this to being a public header.
2007-04-22 Christopher LambPR400 phase 2. Propagate attributed load/store informat...
2007-04-22 Christopher LambPR400 phase 1 implementation feedback.
2007-04-22 Jeff CohenHave compiler enforce this.
2007-04-22 Christopher LambPR400 work phase 1. Add attributed load/store instructi...
2007-04-22 Jeff CohenFix build problem with Gentoo 4.1.1-r3.
2007-04-22 Reid SpencerFor PR1136:
2007-04-22 Reid SpencerTerminate with newline.
2007-04-22 Reid SpencerUndo premature commit.
2007-04-22 Reid SpencerTerminate file with newline.
2007-04-22 Jeff CohenImplement review feedback.
2007-04-22 Jeff CohenTeach Visual Studio about Bitcode.
2007-04-22 Chris LattnerDefine the content-independent interfaces to read/write...
2007-04-22 Reid SpencerFor PR1146:
2007-04-21 Lauro Ramos VenancioX86 TLS: Implement review feedback.
2007-04-21 Reid SpencerRevert Christopher Lamb's load/store alignment changes.
2007-04-21 Jeff CohenMake enum-valued bitfield large enough to avoid interpr...
2007-04-21 Jeff CohenFix breakage of bytecode reader when built with VC++.
2007-04-21 Jeff CohenThe expression "SubclassData = (SubclassData & ~1)...
2007-04-21 Christopher Lambadd support for alignment attributes on load/store...
2007-04-21 Owen AndersonFix some null checks to actually test the part that...
2007-04-21 Evan ChengAdd super-register set.
2007-04-20 Chris LattnerFix a problem where primitive types lose their name...
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengAdd sub-registers set accessor.
2007-04-20 Evan ChengAdd sub-register sets.
2007-04-20 Owen AndersonMove more passes to using ETForest instead of Dominator...
2007-04-20 Owen AndersonAdd null checks and const-ify these accessors.
2007-04-20 Chris LattnerFix a very strange assertion message, patch by Christop...
2007-04-19 Jeff CohenFix some VC++ warnings.
2007-04-18 Owen AndersonAdd accessor to get the blocks immediately dominated...
2007-04-18 Evan ChengVarInfo::UsedBlocks is no longer used. Remove.
2007-04-18 Owen AndersonAdd an accessor to make ETForest more useful.
2007-04-18 Evan ChengDon't populate TryAgainList when coalescing only physic...
2007-04-18 Chris Lattnerwhat's an & between friends?
2007-04-17 Evan ChengCopy coalescing change to prevent a physical register...
2007-04-17 Evan ChengAdd a register allocation preference field; add a metho...
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-04-17 Evan ChengKeep track of number of uses within the function per...
2007-04-17 Chris LattnerCommit an patch from Gabor Greif in Mar 2005. This...
2007-04-17 Chris Lattnermake getnext/getprev accessors private.
2007-04-17 Chris Lattnermake next/prev accessors private
2007-04-17 Chris Lattnerbool on darwin/ppc is 4 bytes.
2007-04-17 Chris LattnerInstruction:: Next/Prev accessors are now private
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Jeff CohenFix build breakage on 64-bit systems.
next