Fix SSE4.1 roundss, roundsd. While the instructions have
[oota-llvm.git] / include /
2008-10-10 Dale JohannesenFix SSE4.1 roundss, roundsd. While the instructions...
2008-10-10 Owen AndersonFix copy-and-paste-o.
2008-10-10 Owen AndersonAdd a basic intra-procedural escape analysis. This...
2008-10-10 Mon P WangFixed definition of llvm_anyptr_ty
2008-10-09 Dale JohannesenA file missed from previous checkin.
2008-10-09 Dale JohannesenAdd a "loses information" return value to APFloat:...
2008-10-09 Dale JohannesenRename APFloat::convertToAPInt to bitcastToAPInt to
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-10-07 Eric ChristopherFix disagreement about where the attributes are
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
2008-10-06 Evan ChengCosmetic.
2008-10-04 Chris Lattnercomment cleanups
2008-10-04 Dan GohmanFix fast-isel's handling of atomic instructions. They may
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Devang PatelVerify function attributes.
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-10-02 Dan GohmanOptimize conditional branches in X86FastISel. This...
2008-10-02 Dan GohmanAdd a new MachineBasicBlock utility function, isLayoutS...
2008-10-02 Mikhail GlushenkovBuild system tweaks to make it more convenient for...
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...
2008-10-02 Daniel DunbarRename IRBuilder::IsNonNull -> IsNotNull in response...
2008-10-02 Bill Wendling"The original bug was a complaint that _mm_srli_si128...
2008-10-02 Daniel DunbarAdd llvm::sys::{osName,osVersion} for retrieving operat...
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-10-01 Duncan SandsFactorize code: remove variants of "strip off
2008-10-01 Bill WendlingImplement the -fno-builtin option in the front-end...
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-09-30 Evan ChengAdd runStaticConstructorsDestructors which runs ctors...
2008-09-30 Evan ChengRe-apply 56835 along with header file changes.
2008-09-29 Dan GohmanFix FastISel to not initialize the PIC-base register...
2008-09-29 Devang PatelFix grammer.
2008-09-29 Duncan SandsRename isWeakForLinker to mayBeOverridden. Use it
2008-09-27 Daniel DunbarAdd IRBuilder::{CreateIsNull, CreateIsNonNull} helper...
2008-09-27 Evan ChengRe-apply 56683 with fixes.
2008-09-27 Bill WendlingAdd missing #include for asserts.
2008-09-26 Devang PatelImplement function notes as function attributes.
2008-09-26 Devang PatelNow Attributes are divided in three groups
2008-09-26 Bill WendlingTemporarily reverting r56683. This is causing a failure...
2008-09-26 Dan GohmanRename ConstantSDNode's getSignExtended to getSExtValue...
2008-09-26 Dan GohmanMake some minor reorganizations and comment changes...
2008-09-26 Evan ChengFix @llvm.frameaddress codegen. FP elimination optimiza...
2008-09-26 Dale JohannesenAdd "inreg" field to CallSDNode (doesn't increase
2008-09-26 Bill WendlingIf we have a function with an unreachable statement...
2008-09-25 Bill WendlingMake pointer parameter const for isUsedInBasicBlock.
2008-09-25 Devang Patel Large mechanical patch.
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Dale JohannesenAccept 'inreg' attribute on x86 functions as
2008-09-25 Dan GohmanFastISel support for debug info.
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-25 Dan GohmanEnable DeadMachineInstructionElim when Fast-ISel is...
2008-09-25 Dan GohmanRefactor the code that adds standard LLVM codegen passe...
2008-09-24 Anton KorobeynikovFinally get rid of virtual inheritance in TAI
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovUse generic section-handling stuff to emit constant...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovDrop obsolete hook and change all usage to new interface
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-24 Evan ChengAdd DisableGVCompilation which forces the JIT to assert...
2008-09-24 Bill WendlingReapplying r56550
2008-09-24 Eric ChristopherTemporarily revert r56550 until missing commit can...
2008-09-24 Bill WendlingRefactor the constant folding code into it's own functi...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-24 Devang Patels/ParamAttrsWithIndex/FnAttributeWithIndex/g
2008-09-24 Devang Patels/ParamAttributeListImpl/AttributeListImpl/g
2008-09-24 Dan GohmanAdd a method to MachineInstr for testing whether it...
2008-09-24 Devang PatelPut FN_NOTE_AlwaysInline and others in FnAttr namespace.
2008-09-24 Evan ChengProperly handle 'm' inline asm constraints. If a GV...
2008-09-23 Devang PatelMove FN_NOTE_AlwaysInline and other out of ParamAttrs...
2008-09-23 Devang Patel80 cols
2008-09-23 Devang PatelRemove tabs.
2008-09-23 Devang Patels/ParameterAttributes/Attributes/g
2008-09-23 Devang PatelUse parameter attribute store (soon to be renamed) for
2008-09-23 Dan GohmanArrange for FastISel code to have access to the Machine...
2008-09-23 Chris Lattnerallow inreg on the result of a function
2008-09-23 Dan GohmanUpdate the comment to reflect the new name.
2008-09-22 Dale JohannesenRemove silly semicolon.
2008-09-22 Dale JohannesenRemove a compiler warning.
2008-09-22 Devang PatelAdd hasNote() to check note associated with a function.
2008-09-22 Mikhail GlushenkovConvert llvmc2 plugins to use llvm/Support/Registry...
2008-09-22 Mikhail GlushenkovMove llvmc2 header files under include/llvm/CompilerDriver
2008-09-22 Rafael EspindolaAdd bound checks in SmallVector
2008-09-22 Oscar FuentesInitial support for the CMake build system.
2008-09-21 Chris Lattnerexplain what earlyclobber actually is.
2008-09-21 Dan GohmanFactor out code into HandleVirtRegDef, for consistency...
2008-09-20 Cedric VenetUpdate VS projects.
2008-09-20 Dale JohannesenShorten and rearrange data fields to save a word of...
2008-09-19 Bill WendlingPrevent warning about conversion from 64-bit to 32...
2008-09-19 Dan GohmanNow that ConstantSDNode doesn't hold an APInt,
2008-09-19 Ted KremenekAdded static methods to APSInt: getMinValue and getMaxV...
next