oota-llvm.git
2008-10-04 Argyrios KyrtzidisAdd implementations for sys::Memory::setWritable and...
2008-10-04 Argyrios KyrtzidisFix compilation error on MSVC.
2008-10-04 Dan GohmanFix fast-isel's handling of atomic instructions. They may
2008-10-04 Dan GohmanFix a bug in the local allocator's liveness computation...
2008-10-03 Dale JohannesenMake atomic Swap work, 64-bit on x86-32.
2008-10-03 Dan GohmanClean up some multiple-return-value code that is no...
2008-10-03 Daniel DunbarChange PointerType::get -> getUnqual
2008-10-03 Mikhail GlushenkovRename llvmc2/core to llvmc2/driver.
2008-10-03 Daniel DunbarAnother dependency fix, prevent ObjDir from having...
2008-10-03 Devang PatelFix function attribute verification check.
2008-10-03 Dale JohannesenPass MemOperand through for 64-bit atomics on 32-bit,
2008-10-03 Daniel DunbarAdd IS_CLEANING_TARGET Makefile variable.
2008-10-03 Devang PatelNick Lewycky's patch.
2008-10-03 Nuno Lopesupdate svn:ignore
2008-10-03 Evan ChengNew test case.
2008-10-03 Dan GohmanUse -1ULL instead of uint64_t(-1), at Anton's suggestion.
2008-10-03 Devang PatelVerify function attributes.
2008-10-03 Evan ChengFix typos pointed out by Duncan. Also untabify these...
2008-10-03 Daniel DunbarUnbreak build.
2008-10-03 Dan GohmanAvoid creating two TargetLowering objects for each...
2008-10-03 Dan GohmanRemove an unused field.
2008-10-03 Jim GrosbachOn Darwin ARM, memory needs special handling to do...
2008-10-03 Jim GrosbachIndexing off by one resulted in errant encoding of...
2008-10-03 Jim GrosbachNeedStub/DoesntNeedStub logic was reversed, leading...
2008-10-03 Nuno Lopesregenerate
2008-10-03 Nuno Lopesfix more memleaks in ResolveTypeTo() and ParseGlobalVar...
2008-10-03 Nuno Lopesregenerate with bison 2.3
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-10-03 Nuno Lopesfix memleak in FunctionHeaderH
2008-10-03 Mikhail GlushenkovRename llvmc2/src to llvmc2/core.
2008-10-03 Mikhail GlushenkovFix build breakage when objdir!=srcdir (proper fix).
2008-10-03 Mikhail GlushenkovFix build breakage (again) when srcdir != objdir, other...
2008-10-03 Duncan SandsThe result of getSetCCResultType (eg: i32) may be larger
2008-10-03 Duncan SandsTeach internalize to preserve the callgraph.
2008-10-03 Nicolas GeoffrayAcquire the lock only when necessary. More precisely...
2008-10-03 Owen AndersonSplitBlock should only attempt to update LoopInfo if...
2008-10-03 Dan GohmanImplement fast-isel support for zero-extending from i1.
2008-10-03 Dan GohmanFix X86FastISel to handle dynamic allocas that have...
2008-10-03 Bill WendlingUnbreak the build.
2008-10-03 Dan GohmanFix a typo.
2008-10-02 Jim GrosbachAdd support for Canadian Cross builds where the host...
2008-10-02 Mikhail GlushenkovFix build breakage.
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 Andrew Lenharthfix build gcc 4.3
2008-10-02 Owen AndersonUse a multimap rather than a map for holding the list...
2008-10-02 Dale JohannesenHandle some 64-bit atomics on x86-32, some of the time.
2008-10-02 Bill WendlingAvoid name shadowing with E variable defined in for...
2008-10-02 Devang PatelRemove redundant check.
2008-10-02 Evan ChengA Partitioned Boolean Quadratic Programming (PBQP)...
2008-10-02 Oscar FuentesCMake: Added Host.cpp to lib/System/CMakeLists.txt.
2008-10-02 Daniel DunbarRename IRBuilder::IsNonNull -> IsNotNull in response...
2008-10-02 Dan GohmanFix a think-o in isSafeToMove. This fixes it from think...
2008-10-02 Dan GohmanWork around an interaction between fast-isel and regall...
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 Dan GohmanDisable fast-isel for this test, as it doesn't emit...
2008-10-01 Devang PatelAttributes noinline alwaysinline are incompatible
2008-10-01 Devang PatelRemove OptimizeForSize global. Use function attribute...
2008-10-01 Dan GohmanEnable FastISel by default (on x86 and x86-64) with...
2008-10-01 Chris Lattneradd a new form of Type::dump that takes a module for...
2008-10-01 Dan GohmanMake some implicit conversions explicit, to avoid compi...
2008-10-01 Dan GohmanSplit this test and move it into target-specific direct...
2008-10-01 Dan GohmanSplit x86's ADJCALLSTACK instructions into 32-bit and...
2008-10-01 Jim GrosbachFix typo s/ther/there/
2008-10-01 Duncan SandsFactorize code: remove variants of "strip off
2008-10-01 Dan GohmanFold trivial two-operand tokenfactors where the operand...
2008-10-01 Dan GohmanDon't prepend a space character for constants in Value...
2008-10-01 Dan GohmanFix typos in comments.
2008-10-01 Dan Gohmannounwind-ify this test.
2008-10-01 Nuno Lopesrevert the addition of Preverves(CallGraph), per Duncan...
2008-10-01 Dan GohmanMark CALL instructions as having a Use of ESP/RSP.
2008-10-01 Dan GohmanDon't leave an output file in the test directory.
2008-10-01 Dan GohmanCall ScalarEvolution's deleteValueFromRecords before...
2008-10-01 Bill WendlingMoved this option to the front-end.
2008-10-01 Bill WendlingImplement the -fno-builtin option in the front-end...
2008-10-01 Dan GohmanUse explicit target-triples to unbreak this test on...
2008-09-30 Owen AndersonMark merged-in VNInfo's as being PHIKilled.
2008-09-30 Owen AndersonFix a simple error in renumbering kill markaers, that...
2008-09-30 Bill WendlingJust don't transform this memset into "bzero" if no...
2008-09-30 Nuno Lopesadd preserversCFG() + preservers(CallGraph)
2008-09-30 Bill Wendling- Initialize "--no-builtin" to "false".
2008-09-30 Bill WendlingAdd the new `-no-builtin' flag. This flag is meant...
2008-09-30 Dan GohmanMove the primary fast-isel top-level comments to FastIS...
2008-09-30 Nuno Lopesadd AU.setPreservesCFG() since this pass only adds...
2008-09-30 Dan GohmanOptimize SelectionDAG's AssignTopologicalOrder even...
2008-09-30 Nuno Lopesignore generated files
2008-09-30 Evan ChengAdd runStaticConstructorsDestructors which runs ctors...
2008-09-30 Evan ChengRe-apply 56835 along with header file changes.
2008-09-30 Duncan SandsStacker is dead.
2008-09-30 Duncan SandsRevert commit 56835 since it breaks the build.
2008-09-30 Evan ChengIf a re-materializable instruction has a register opera...
2008-09-30 Nick LewyckyFix misoptimization of: xor i1 (icmp eq (X, C1), icmp...
2008-09-30 Dan GohmanFix X86FastISel's output for x86-32 PIC constant pool...
2008-09-30 Dan GohmanMove the GlobalBaseReg field out of X86ISelDAGToDAG.cpp
2008-09-30 Dan GohmanDisable all x87 usage, including f32 and f64 when the...
2008-09-29 Dale JohannesenRemove misuse of ReplaceNodeResults for atomics with
2008-09-29 Dan GohmanFix FastISel to not initialize the PIC-base register...
2008-09-29 Dan GohmanFix an over-pessimization about GlobalVariable addresse...
next