[PR2886] Ignore stderr from ocamlc since it prints unresolvable warnings on some...
[oota-llvm.git] / include /
2008-10-22 Duncan SandsAdd some comments explaining the meaning of a boolean
2008-10-22 Daniel DunbarMove Print*Pass to use raw_ostream.
2008-10-21 Bill WendlingFix comment to name "TokenFactor" instead of "Token...
2008-10-21 Daniel DunbarPrivatize PrintModulePass and PrintFunctionPass and add
2008-10-21 Daniel DunbarClear raw_fd_ostream error string on success and explai...
2008-10-21 Nuno Lopesfix a tricky bug in the JIT global variable emitter...
2008-10-21 Ted Kremenekconstify some methods and variables in ImmutableList.
2008-10-20 Evan ChengAdd skeleton for the pre-register allocation live inter...
2008-10-20 Jim GrosbachUpdate the stub and callback code to handle lazy compil...
2008-10-20 Evan ChengAdd a register class -> virtual registers map.
2008-10-20 Evan ChengThis forward declaration is unnecessary.
2008-10-20 Duncan SandsTeach getTypeToTransformTo to return something
2008-10-20 Dan GohmanFix a typo in a comment.
2008-10-20 Matthijs KooijmanFix typo in a comment.
2008-10-20 Matthijs KooijmanRemove another stale comment.
2008-10-20 Matthijs KooijmanRemove an inappropriate (probably outdated) comment.
2008-10-18 Mon P WangMake llvm memory barrier available as an intrinsic
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-17 Dan GohmanUse the opcode predicates, instead of duplicating the...
2008-10-17 Evan ChengAdd RCBarriers to TargetInstrDesc. It's a list of regis...
2008-10-17 Mon P WangAdded MemIntrinsicNode which is useful to represent...
2008-10-17 Chris LattnerKeep track of *which* input constraint matches an output
2008-10-17 Chris Lattneradd an assert so that PR2356 explodes instead of runnin...
2008-10-17 Gabor GreifAdd comment on how tagged pointers are
2008-10-16 Dan GohmanTrim #includes.
2008-10-16 Gabor GreifIntroduce a typing refinenement on tagged data
2008-10-16 Dan GohmanConst-ify several TargetInstrInfo methods.
2008-10-16 Zhongxing XuFix a calculation error in comments.
2008-10-16 Dan GohmanMove the include of MachineLocation.h into MachineModul...
2008-10-16 Dan GohmanImplement a SmallVector insert method that can insert...
2008-10-16 Dan GohmanFix several places that called mapped_iterator's constr...
2008-10-15 Dan GohmanCorrect the name of isTrapping in comments.
2008-10-15 Dan GohmanFix whitespace in a comment.
2008-10-15 Chris LattnerFix PR2115 by doxygenating Use more, and make some...
2008-10-15 Gabor Greifremove legacy interfaces
2008-10-15 Mon P WangRemoved pinsrd and pinsrq intrinsics because the code...
2008-10-15 Evan Cheng- Add target lowering hooks that specify which setcc...
2008-10-14 Dan GohmanFastISel support for exception-handling constructs.
2008-10-14 Daniel DunbarAdd llvm::hexdigit to StringExtras (number -> hexadecim...
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Devang PatelRemove dead code.
2008-10-13 Evan ChengClarify meaning of copyRegToReg's return value.
2008-10-13 Gabor Greiffix typo's
2008-10-13 Gabor Greifremove a deprecated internal interface
2008-10-12 Chris Lattnerthis was to be removed after 2.4 branched.
2008-10-12 Owen AndersonMake Escape Analysis work for any pointer.
2008-10-12 Owen AndersonAdd EscapeAnalysis.
2008-10-11 Chris Lattnerrandom cleanup
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
next