oota-llvm.git
2008-10-12 Dale JohannesenChange TAG_ names to DW_TAG for gcc (testsuite) compati...
2008-10-12 Owen AndersonFix a bug in live-in detection that caused lost-copy...
2008-10-12 Chris Lattneradd some more notes
2008-10-12 Chris Lattnerthis was to be removed after 2.4 branched.
2008-10-12 Dale JohannesenRemove "long" variants so these will pass on a 64-bit...
2008-10-12 Chris Lattneradd some notes
2008-10-12 Anton KorobeynikovUpdate size of inst correctly with segment override.
2008-10-12 Owen AndersonAdd special-case code to allow null-guards on calls...
2008-10-12 Owen AndersonMake Escape Analysis work for any pointer.
2008-10-12 Owen AndersonAdd EscapeAnalysis.
2008-10-12 Dale JohannesenChange Dwarf comments starting with AT_ to DW_AT_ to
2008-10-12 Owen AndersonFix crashes and infinite loops.
2008-10-12 Owen AndersonDuncan convinced me that it's not possible to transform...
2008-10-11 Chris Lattnerfix typo
2008-10-11 Chris LattnerFix PR2697 by rewriting the '(X / pos) op neg' logic...
2008-10-11 Chris Lattnerupdate win32 project file, patch provided by OvermindDL...
2008-10-11 Chris LattnerChange CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
2008-10-11 Chris Lattnerrearrange some code.
2008-10-11 Chris Lattnerrandom cleanup
2008-10-11 Daniel DunbarAdd API changes which affected me to release notes:
2008-10-11 Duncan SandsFix comment typo.
2008-10-11 Anton KorobeynikovAdd ability to override segment (mostly for code emitte...
2008-10-11 Daniel DunbarAdd GCC 4.1.2 from Debian to known bad GCC list.
2008-10-11 Anton KorobeynikovNote EH stuff for x86-64/linux
2008-10-11 Anton KorobeynikovWe do support PIC on x86-64/linux
2008-10-11 Chris LattnerStrip out 2.3 info, make space for 2.4 info. I'd appre...
2008-10-11 Daniel DunbarUnbreak DbgStopPointInst::getFileName().
2008-10-11 Chris Lattnersimplify comparison
2008-10-10 Dale JohannesenFix SSE4.1 roundss, roundsd. While the instructions...
2008-10-10 Devang PatelCheck loop exit predicate properly while eliminating...
2008-10-10 Anton KorobeynikovFix a thinko and unbreak sparc default CC
2008-10-10 Dale JohannesenRemove some overzealous checks that were rejecting
2008-10-10 Anton KorobeynikovExtend set of return registers on sparc until someone...
2008-10-10 Anton KorobeynikovIgnore extra 'r' modifier for now
2008-10-10 Anton KorobeynikovUse expand for smul_lohi for now
2008-10-10 Anton KorobeynikovAdd testcase for 'r' inline asm operand
2008-10-10 Anton KorobeynikovThis does not fail anymore
2008-10-10 Anton KorobeynikovAdd rudimentary support for 'r' register operand
2008-10-10 Anton KorobeynikovCleanup
2008-10-10 Oscar FuentesCMake: updated lib/Analysis/CMakeLists.txt.
2008-10-10 Mon P WangRevert r57340 move guard mutex in getPointerToFunction...
2008-10-10 Devang PatelFix build failure.
2008-10-10 Nuno Lopesfix memleak by cleaning the global sets on pass exit
2008-10-10 Anton KorobeynikovAdd sparc test for memory operand used in inline asm
2008-10-10 Anton KorobeynikovThis is not failing anymore
2008-10-10 Anton KorobeynikovAdd rudimentary asmprinter support for printing inline...
2008-10-10 Anton KorobeynikovAdd dummy 'm' inline asm constraint handler for Sparc...
2008-10-10 Anton KorobeynikovCleanup
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 WangMoved guard mutex upwards to guard materializing a...
2008-10-10 Mon P WangAdded missing print functions that take a raw_ostream
2008-10-10 Mon P WangFixed definition of llvm_anyptr_ty
2008-10-09 Dale JohannesenGenerated files for previous checkin.
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-09 Nick LewyckyDon't drop alignment on globals when cloning.
2008-10-09 Chris Lattnerget CodeGen/Alpha/mul128.ll to work.
2008-10-08 Dale JohannesenAlign EH tables before label is emitted, not after,
2008-10-08 Dale Johannesen(re)Put const weak strings in appropriate section on...
2008-10-08 Nuno Lopesdont specialize weak functions and the like
2008-10-08 Jim GrosbachComment to be explicit that the enumeration values...
2008-10-08 Duncan SandsUse template to distinguish between function variants.
2008-10-08 Duncan SandsAdd <cstdio> include where needed by gcc-4.4.
2008-10-08 Chris Lattnerregenerate
2008-10-08 Chris LattnerAdd missing semicolumns in parser rules, those missing...
2008-10-08 Chris LattnerAdd parentheses to avoid warnings in GCC 4.4.0,
2008-10-08 Chris Lattnerfix typo
2008-10-08 Owen AndersonFix the case where an instruction is not properly marke...
2008-10-07 Dan GohmanRemove -disable-fast-isel. Use cl::boolOrDefault with...
2008-10-07 Eric ChristopherFix disagreement about where the attributes are
2008-10-07 Tanya LattnerFix configure issue where configure
2008-10-07 Dan GohmanAdd MBB successors and physreg Uses in the same order...
2008-10-07 Dan GohmanAvoid emitting redundant materializations of integer...
2008-10-07 Dan GohmanInstead of emitting an implicit use for the super-regis...
2008-10-07 Jim GrosbachUnconditional branch instruction encoding fix. Needs...
2008-10-07 Jim Grosbachneed ARM.h for ARMCC definition
2008-10-07 Dan GohmanAdd a testcase for i256 add. i256 isn't fully supported in
2008-10-07 Owen AndersonAdd an option to enable StrongPHIElimination, for ease...
2008-10-07 Jim GrosbachEncode the conditional execution predicate when JITing.
2008-10-07 Dale JohannesenModel hardwired inputs & outputs of x86 8-bit divides...
2008-10-07 Andrew LenharthUse Dan's supperior check
2008-10-07 Andrew LenharthCorrectly set attributes when removing args during...
2008-10-07 Devang PatelImprove function definition, call and invoke instructio...
2008-10-07 Jim GrosbachClarify naming and correct conditional so that CMP...
2008-10-07 Jim GrosbachFix Opcode values of CMP and CMN
2008-10-07 Andrew Lenharth128 mul test, xfailed
2008-10-07 Andrew LenharthNo need for |=
2008-10-07 Andrew LenharthUse ADDC if it is valid at any smaller size. Do it...
2008-10-07 Andrew LenharthUse ADDC if it is valid at any smaller size. fixes...
2008-10-07 Anders CarlssonCertain patterns involving the "movss" instruction...
2008-10-07 Nuno Lopesadd support for running the test suite with valgrind...
2008-10-07 Andrew LenharthExpand arith on machines without carry flags
2008-10-07 Matthijs KooijmanAdd two forgotten </i>'s.
2008-10-07 Gabor Greiffix filetype suffix
2008-10-07 Tanya LattnerAdvance version to 2.5
2008-10-07 Chris Lattnerno need to write the output to the disk
2008-10-07 Andrew LenharthAdd test case for ADDC ADDE expansion
2008-10-07 Andrew LenharthNote that ADDC and company don't actually expand yet...
next