oota-llvm.git
2007-09-26 Gordon HenriksenUpdating LLVM.xcodeproj.
2007-09-26 Evan ChengOops. Forgot this.
2007-09-26 Evan Cheng- Move getPhysicalRegisterRegClass() from ScheduleDAG...
2007-09-26 Neil BoothWhitespace cleanup.
2007-09-26 Neil BoothWhitespace and compiler warning cleanup.
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Evan ChengSome assemblers do not recognize aliases pushfd, pushfq...
2007-09-26 Dale JohannesenModernize fabs.ll, add long double. Add tests
2007-09-26 Dale JohannesenEnable codegen for long double abs, sin, cos
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-26 Dale JohannesenFix f80 UNDEF.
2007-09-26 Duncan SandsX86 -> X86-32 in appropriate places.
2007-09-26 Duncan SandsVarious cleanups. Especially, EH is turned on by default!
2007-09-26 Chris Lattnerok ok we get it. CBE and vectors don't like each other...
2007-09-26 Chris Lattnerbe less redundantly redundant.
2007-09-26 Duncan SandsTest the C front-end, not the C++ front-end.
2007-09-26 Chris Lattnermake old crappy browsers produce less crappy output :)
2007-09-26 Evan ChengTypos: POPQ -> POPFQ, POPD -> POPFD.
2007-09-26 Chris Lattnermove PR1160 here.
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-26 Chris Lattnermove PR1264 here.
2007-09-26 Chris Lattnernoone uses etags. Connected to PR1601
2007-09-26 Chris Lattnerwe support attribute(noinline) now :)
2007-09-26 Chris Lattnerupdate bugs list
2007-09-26 Chris Lattnernow with more prose.
2007-09-26 Duncan SandsTest that local variables are aligned as the user reque...
2007-09-26 Evan ChengAdd pushf{d|q}, popf{d|q} to push and pop EFLAGS register.
2007-09-26 Evan ChengtranslateX86CC updates the last two operands.
2007-09-26 Anton KorobeynikovCorrectly restore stack pointer after realignment in...
2007-09-26 Daniel BerlinFix small bug in operator== for iterators
2007-09-25 Dale JohannesenRemove no-longer-used variable.
2007-09-25 Dale JohannesenMake APFloat->int conversions deterministic even in
2007-09-25 Chris Lattnerexplain why not vector<bool>
2007-09-25 Evan ChengMissing load / store folding entries.
2007-09-25 Anton KorobeynikovPartly revert invalid r41774
2007-09-25 Bill WendlingGrammar fix.
2007-09-25 Dan GohmanMore explicit keywords.
2007-09-25 Duncan SandsAdd a newline to the end of this file.
2007-09-25 Dan GohmanFix a typo in a comment.
2007-09-25 Evan ChengNew style x87 cmp instructions.
2007-09-25 Devang PatelHandle multiple induction variables.
2007-09-25 Dan GohmanWhen both x/y and x%y are needed (x and y both scalar...
2007-09-25 Devang PatelDo not reserve DOM check for GetElementPtrInst.
2007-09-25 Dale JohannesenSome tests for APFloat conversions.
2007-09-25 Evan ChengForgot to check in the changes. Fix test case so it...
2007-09-25 Devang Pateldoh..
2007-09-25 Devang PatelAdd transformation to update loop interation space...
2007-09-25 Dale JohannesenFix long double<->shorter FP type conversions
2007-09-25 Dan GohmanMove the setOperationAction(ISD::DEBUG_LOC, MVT::Other...
2007-09-25 Duncan SandsFix spelling.
2007-09-25 Duncan SandsAdd missing end-of-file newlines.
2007-09-25 Owen AndersonFill in the sections about my contributions.
2007-09-25 Evan ChengAdded support for new condition code modeling scheme...
2007-09-25 Evan ChengAdded major new capabilities to scheduler (only BURR...
2007-09-25 Evan ChengNew temporary option -new-cc-modeling-scheme to test...
2007-09-25 Evan ChengRename keyword "modify" -> "implicit".
2007-09-24 Dale JohannesenWhen mixing SSE and x87 codegen, it's possible to
2007-09-24 Bill WendlingDon't execute dump unless NDEBUG isn't defined.
2007-09-24 Daniel BerlinComment fixups
2007-09-24 Dan GohmanAdd support on x86 for having Legalize lower ISD::LOCAT...
2007-09-24 Dan GohmanDon't emit .debug_line header data if there aren't...
2007-09-24 Dan GohmanMove the Asm->EOL() call for EmitDebugARanges outside...
2007-09-24 Dan GohmanAdd support for emitting .file directives to set up...
2007-09-24 Dan GohmanMerge hasDotLoc and hasDotFile into hasDotLocAndDotFile...
2007-09-24 Dale Johannesenfloat->int conversion rounds toward 0. Duh.
2007-09-24 Dan GohmanAdd a routine for emitting .file directives, for setting up
2007-09-24 Bruno Cardoso... Added "LoadEffective" pattern to handle stack locations.
2007-09-24 Devang Patel Do not promote null values because it may be unsafe...
2007-09-24 Daniel BerlinImplement offline variable substitution in order to...
2007-09-24 Dan GohmanFix the syntax for the .loc directive in preparation...
2007-09-24 Daniel BerlinAdd section on bit containers.
2007-09-24 Tanya LattnerXFAIL for llvm-gcc4.0
2007-09-24 Dan GohmanThe code that used the StartLabelId label was removed...
2007-09-24 Dan GohmanUse the correct result value type instead of using...
2007-09-24 Dan GohmanFix a typo in a comment.
2007-09-24 Dan Gohmanexplicit keywords.
2007-09-24 Dan GohmanRemove an unnecessary static_cast.
2007-09-24 Chris Lattnerclaim that "st" is from the 80-bit register file. ...
2007-09-24 Chris LattnerWhen emitting .set directives, make sure the EH and...
2007-09-24 Owen AndersonFix typo.
2007-09-24 Owen AndersonMerge significant portions of the DomTree and PostDomTr...
2007-09-24 Dale JohannesenJust use APFloat for const / const. Fixes
2007-09-23 Owen AndersonFactor the calculation details for PostDomTree out...
2007-09-23 Owen AndersonMove DFSPass back down into DominatorTree. I need...
2007-09-23 Owen AndersonFix header.
2007-09-23 Owen AndersonFactor the dominator tree calculation details out into...
2007-09-23 Dale JohannesenImplementation of +sse -sse2 has changed; add
2007-09-23 Dale JohannesenFix PR 1681. When X86 target uses +sse -sse2,
2007-09-23 Gordon HenriksenFix srcdir <> objdir builds with ocaml 2.10. Downrev...
2007-09-22 Chris Lattnerfix syntax
2007-09-22 Gordon HenriksenRegenerate.
2007-09-22 Gordon HenriksenFix for srcdir <> objdir builds.
2007-09-22 Chris LattnerFix PR1679, by printing GEP indices as signed values...
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
2007-09-22 Bill WendlingValidation fixes
next