oota-llvm.git
2008-10-15 Chris Lattnerrefactor compare emission out into a new X86FastEmitCom...
2008-10-15 Chris LattnerFold immediates into compares when possible, producing...
2008-10-15 Chris Lattnermore minor refactoring of X86SelectBranch, no functiona...
2008-10-15 Chris Lattnerfactor buildmi calls in X86SelectBranch
2008-10-15 Chris Lattnerfactor some more BuildMI's in X86SelectCmp
2008-10-15 Chris Lattnerfactor some BuildMI calls, no functionality change.
2008-10-15 Dan GohmanAdjust whitespace in debug messages to be more consistent
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 DunbarPrevent assert when using '"' in names (via hexadecimal).
2008-10-14 Daniel DunbarChange getLLVMName to use raw_ostream & PrintLLVMName.
2008-10-14 Daniel DunbarAdd llvm::hexdigit to StringExtras (number -> hexadecim...
2008-10-14 Daniel DunbarAdd some ReleaseNotes on clang codegen.
2008-10-14 Daniel DunbarRemove Stacker.html from Xcode project.
2008-10-14 Dale JohannesenAccept -march=i586, because gcc does (a synonym
2008-10-14 Evan ChengRename LoadX to LoadExt.
2008-10-14 Jim GrosbachUpdate ARM Insn encoding to get endian-ness to match...
2008-10-14 Devang PatelRemove dead code.
2008-10-14 Dan GohmanFix command-line option printing to print two spaces...
2008-10-14 Devang PatelDocument attributes changes.
2008-10-14 Nicolas GeoffrayAdd VMKit notes.
2008-10-14 Evan ChengCombine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single...
2008-10-14 Evan Cheng- Somehow I forgot about one / une.
2008-10-14 Evan ChengFix indentation.
2008-10-14 Evan ChengOptimize anding of two fcmp into a single fcmp if the...
2008-10-14 Dan GohmanMention a few methods in ConstantSDNode that were renamed.
2008-10-14 Dan GohmanHTML syntax fixes.
2008-10-14 Dan GohmanFix missing end tags and invalid HTML entity syntax.
2008-10-14 Dan GohmanAdd a missing close-tag.
2008-10-14 Dan GohmanFix a few close tags.
2008-10-14 Dan GohmanFix a typo.
2008-10-14 Dan GohmanAdd a brief mention of the new free-list management...
2008-10-14 Gabor Greifminor corrections, improved formatting
2008-10-14 Gabor Greiftypo and formatting tweaks
2008-10-14 Nuno Lopeslittle optimization: reuse getPointerToGlobalIfAvailabl...
2008-10-14 Duncan SandsMention the different constant folders that IRBuilder
2008-10-14 Chris Lattnernew testcase for PR2797
2008-10-14 Chris Lattneradd some upgrading notes from Pekka.
2008-10-14 Chris Lattneradd LSR and frameaddress info.
2008-10-14 Ted KremenekAdd static analyzer notes.
2008-10-14 Daniel DunbarRemove stale src, core directories.
2008-10-14 Chris Lattnermore minor updates
2008-10-13 Chris Lattnermore changes.
2008-10-13 Chris Lattneroptimizer and codegen
2008-10-13 Chris Lattnermore updates.
2008-10-13 Dan GohmanWhen doing the very-late shift-and address-mode optimiz...
2008-10-13 Chris Lattnerdescribe major new features and llvm-gcc features.
2008-10-13 Duncan SandsDon't barf on 32 bit platforms if llvm-gcc is
2008-10-13 Evan ChengFIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
2008-10-13 Duncan SandsMarkModRef -> AddReadAttrs.
2008-10-13 Evan ChengAlso update sub-register intervals after a trivial...
2008-10-13 Duncan SandsAdd some llvm-gcc changes that may be worth
2008-10-13 Evan ChengAdd a test case for _Complex passed as a FCA.
2008-10-13 Chris Lattnergive the static analyzer its own section.
2008-10-13 Chris Lattnermore rearranging.
2008-10-13 Chris Lattnermove major changes down.
2008-10-13 Duncan SandsFix typo. Add note on trampoline support.
2008-10-13 Evan ChengClarify meaning of copyRegToReg's return value.
2008-10-13 Duncan SandsUpdate the Ada part.
2008-10-13 Chris Lattnerfinal note.
2008-10-13 Chris Lattnerfix some crazily long lines.
2008-10-13 Matthijs KooijmanMake InstructionCombining::getBitCastOperand() recogniz...
2008-10-13 Matthijs KooijmanImprove the description on the getelementptr instructio...
2008-10-13 Matthijs Kooijman * Make TargetLowering not crash when TargetMachine...
2008-10-13 Matthijs KooijmanMake MachineFunction not crash when TargetMachine:...
2008-10-13 Gabor Greiffix typo's
2008-10-13 Gabor Greifremove a deprecated internal interface
2008-10-13 Gabor Greifdo not use deprecated interfaces
2008-10-13 Gabor Greifignore the standard output dirs
2008-10-13 Nick LewyckyDisallow the construction of SCEVs with could-not-compu...
2008-10-13 Mikhail GlushenkovAdd whitespace before a parenthesis.
2008-10-13 Mikhail GlushenkovAdd a note on llvmc2 plugins + remove some trailing...
2008-10-13 Chris Lattnercalls can be supported.
2008-10-12 Chris Lattnermore notes
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...
next