oota-llvm.git
2008-11-16 Chris LattnerUse new m_SelectCst template to eliminate macros.
2008-11-16 Chris Lattneradd a new template for matching a select between two...
2008-11-16 Chris Lattnersimplify code.
2008-11-16 Chris LattnerHandle the case where there is no "not". It is possibl...
2008-11-16 Chris Lattnerfactor a bunch of copy/paste code out into a helper...
2008-11-16 Zhongxing XuAdd partial specialization of FoldingSetTrait for Immut...
2008-11-16 Chris Lattnermake this actually test what it is trying to.
2008-11-16 Zhongxing XuFix 80-column violation.
2008-11-16 Nick LewyckyDon't brute-force analyze cubic or higher polynomials.
2008-11-16 Oscar FuentesCMake: MSVC: Pass list of components the right way...
2008-11-16 Chris Lattnerrearrange some code, no functionality change.
2008-11-16 Chris Lattnerif we're going to use a macro, use it maximally. no...
2008-11-15 Oscar FuentesCMake: Forces linking of the rest of architecture targe...
2008-11-15 Oscar FuentesAdds extern "C" ints to the .cpp files that use Registe...
2008-11-15 Oscar FuentesCMake: Removed some cruft.
2008-11-15 Oscar FuentesCMake: Recursively invokes cmake using the right direct...
2008-11-15 Nick LewyckyClean up some strange whitespace.
2008-11-15 Nick LewyckyCorrect this error message.
2008-11-15 Zhongxing XuAdd Profile method to ImmutableList.
2008-11-15 Duncan SandsWhen splitting a SHUFFLE_VECTOR, try to have the result
2008-11-15 Mon P WangAdd missing widen operations, fixed widening for extrac...
2008-11-15 Oscar FuentesCMake: Adds header and TableGen files to Visual Studio...
2008-11-15 Evan ChengFix fuitos encoding.
2008-11-15 Oscar FuentesCMake: Moved generation of Intrinsics.gen to
2008-11-15 Dan GohmanCorrect a comment.
2008-11-15 Dan GohmanMove ScheduleDAGList's LatencyPriorityQueue class out...
2008-11-14 Oscar FuentesCMake: Remove unused tablegenning code from tools/llvmc...
2008-11-14 Devang PatelRefactor code.
2008-11-14 Oscar FuentesCMake: Use LLVM_MAIN_SRC_DIR instead of CMAKE_SOURCE_DI...
2008-11-14 Oscar FuentesCMake: Fixed dependencies of .cpp source files on ...
2008-11-14 Dan GohmanAdd support for building a ScheduleDAG from MachineInst...
2008-11-14 Evan ChengFix MOVrx, MOVsrl_flag, and MOVsra_flag encodings.
2008-11-14 Dale JohannesenRemove unneeded stuff from GRAD register class.
2008-11-14 Richard Osborne[XCore] Remove whitespace in the description used when
2008-11-14 Richard Osborne[XCore] Fix expansion of 64 bit add/sub. Don't custom...
2008-11-14 Richard OsborneAdd XCore intrinsics for getid (returns thread id)...
2008-11-14 Lang HamesTest commit.
2008-11-14 Oscar FuentesCMake: Disallow in-source builds except when building...
2008-11-14 Evan ChengARM / Mac OS X also wants to invalidate icache after...
2008-11-14 Dan GohmanAdd a version of NewSUnit for creating units with Machi...
2008-11-14 Dan GohmanFor post-regalloc scheduling, remove the instructions...
2008-11-14 Dan GohmanCheck in the correct version of the patch in r59279.
2008-11-14 Dan GohmanDebug printing for SUnits that carry MachineInstrs.
2008-11-14 Dan GohmanInitial support for carrying MachineInstrs in SUnits.
2008-11-13 Dan GohmanChange DOTGraphTraits<ScheduleDAG*>::getGraphName how...
2008-11-13 Dan GohmanClarify the comment about NumPreds and NumSuccs to...
2008-11-13 Evan ChengHandle the rest of pseudo instructions.
2008-11-13 Evan ChengLazy compilation callback save / restore VFP registers.
2008-11-13 Dan GohmanRemove the FlaggedNodes member from SUnit. Instead...
2008-11-13 Dale Johannesentestcase for PR 1779.
2008-11-13 Owen AndersonDon't allow the restore point to be placed after termin...
2008-11-13 Dale JohannesenExtend InlineAsm::C_Register to allow multiple specific...
2008-11-13 Evan ChengAlways emit a function pointer as a pointer to the...
2008-11-13 Dan GohmanMake the Node member of SUnit private, and add accessors.
2008-11-13 Dan GohmanChange ScheduleDAG's DAG member from a reference to...
2008-11-13 Steve NaroffAdd files to VC++ projects.
2008-11-13 Evan ChengDon't forget to emit stubs for function GV's emitted...
2008-11-13 Dan GohmanLLVM can generate native code for amd64 on "Linux".
2008-11-13 Dan GohmanUse find_first/find_next to iterate through all the...
2008-11-13 Bill WendlingFix to record comparator to make it work for return...
2008-11-13 Bill WendlingPut comma in correct place for call to StructType::get
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-11-13 Evan Chengfsub{d|s} encoding bugs.
2008-11-13 Evan ChengMissed a break statement.
2008-11-13 Evan ChengFix pre- and post-indexed load / store encoding bugs.
2008-11-13 Bill WendlingRefactor the code that does the type checking for intri...
2008-11-13 Daniel DunbarAdd Binary flag to raw_fd_ostream constructor.
2008-11-13 Bill WendlingAdded testcase for r59214.
2008-11-13 Devang PatelReally remove all debug information.
2008-11-13 Bill WendlingRegenerated
2008-11-13 Bill WendlingUpdate docs for ssp and sspreq function attributes.
2008-11-13 Bill WendlingImplement stack protectors as function attributes:...
2008-11-12 Dan GohmanRevert the part of r59145 that changed the comment...
2008-11-12 Dan GohmanMove the code that inserts X87 FP_REG_KILL instructions...
2008-11-12 Evan ChengRemove the incorrect assertion. We don't have enough...
2008-11-12 Oscar FuentesCMake: when bulding shared libraries on non-WIN32 syste...
2008-11-12 Oscar FuentesTell GenLibDeps.pl to inspect .so and .dylib shared...
2008-11-12 Dale JohannesenFix unsigned char->ppcf128 conversion.
2008-11-12 Dan GohmanDo the LiveVariables update before printing the instruc...
2008-11-12 Dan GohmanRemove some debugging code made redundant by the change...
2008-11-12 Dan GohmanUpdate VarInfo's comments to reflect the current code...
2008-11-12 Dan GohmanCorrect a function name in a comment.
2008-11-12 Tanya LattnerAdd test case for ptr annotation.
2008-11-12 Mikhail GlushenkovCheck the return value of std::getenv.
2008-11-12 Duncan SandsCorrect these links.
2008-11-12 Duncan SandsSimplify SplitVecRes_EXTRACT_SUBVECTOR. This means
2008-11-12 Duncan SandsCorrect some thinkos in the expansion of ADD/SUB
2008-11-12 Evan ChengChange binary dump format.
2008-11-12 Evan ChengAddress mode immediate offset has already been divided...
2008-11-12 Evan ChengFix a VFP binary arithmetic instruction encoding bug.
2008-11-12 Evan ChengFix address mode 3 immediate offset mode encoding.
2008-11-12 Evan ChengConsolidate formats; fix FCMPED etc. encodings.
2008-11-12 Tanya LattnerAdd ptr annotation intrinsic.
2008-11-12 Evan ChengFix VFP conversion instruction encodings.
2008-11-12 Evan ChengFix encoding of single-precision VFP registers.
2008-11-12 Dale JohannesenFix the testb optimization so x86 also bootstraps.
2008-11-12 Evan ChengVFP fld / fst immediate field is multiplied by 4.
2008-11-12 Oscar FuentesCMake: Remove removed source file.
2008-11-12 Mikhail GlushenkovAdd a bit of lazy evaluation to PopulateCompilationGraph().
2008-11-12 Mikhail GlushenkovSome cosmetic changes.
next