oota-llvm.git
2008-04-09 Dan GohmanAdd DX as a second return value register for i16 on...
2008-04-09 Chris LattnerGeneralize getUnaryFloatFunction to handle any FP unary...
2008-04-09 Chris Lattnerremove capital letter from test name.
2008-04-09 Chris Lattneruse the new ConstantFP::get method to make this work...
2008-04-09 Chris LattnerConstantFP::get should be static.
2008-04-09 Nate BegemanFix a bug where an incorrect bit mask would be generate...
2008-04-09 Devang PatelBe conservative if getresult operand is neither call...
2008-04-09 Owen AndersonFactor a bunch of functionality related to memcpy and...
2008-04-09 Owen AndersonRemove accidentally duplicated code.
2008-04-09 Evan ChengUnbreak teh build.
2008-04-09 Chris Lattneradd a simplified accessor for creating an fp constant...
2008-04-09 Evan ChengMissed a hasInterval check.
2008-04-09 Chris Lattneradd a version of ConstantFP::get that doesn't take...
2008-04-09 Chris Lattnermany cleanups to the pow optimizer. Allow it to handle...
2008-04-09 Chris Lattnermake ConstantFP::isExactlyValue work for long double...
2008-04-08 Devang PatelAdd CreateGetResult()
2008-04-08 Duncan SandsCheck that bodies and calls but not declarations
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to -unwind-table...
2008-04-08 Dale JohannesenRename -disable-required-unwind-tables to unwind-tables...
2008-04-08 Gabor Greifmerge r48768 from branches/ggreif/parallelized-test
2008-04-08 Devang PatelAdd multiple value return instruction constructor.
2008-04-08 Duncan SandsConvenience method for setting the nounwind
2008-04-08 Chris Lattnersilence warning when assertions are disabled.
2008-04-08 Devang PatelFix insert point handling for multiple return values.
2008-04-08 Dale JohannesenHandle the situation in 2008-01-25-EmptyFunction.ll
2008-04-08 Dale JohannesenMissed one.
2008-04-08 Dale JohannesenAdd -disable-required-unwind-tables to tests
2008-04-08 Dale JohannesenImplement new llc flag -disable-required-unwind-tables.
2008-04-07 Ted KremenekMake getDirnameSep a static method (not part of Path...
2008-04-07 Ted KremenekAdded method Path::getDirname().
2008-04-07 Sam BishopAdded support for Create() calls that take an argument...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-04-07 Tanya LattnerRemove llvm-upgrade.
2008-04-07 Tanya LattnerAdded note to getting started guide to use llvm-gcc4.2.
2008-04-07 Owen AndersonAdd operator= implementations to SparseBitVector, allow...
2008-04-07 Duncan SandsTestcase for pr2169.
2008-04-07 Evan ChengFix test.
2008-04-07 Daniel BerlinFix PR 2169.
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration in more places.
2008-04-07 Duncan SandsThe "stacksave is not nounwind problem" no longer
2008-04-07 Duncan SandsUse Intrinsic::getDeclaration to get hold of
2008-04-07 Duncan SandsMake sure that intrinsics automagically get the
2008-04-07 Roman LevensteinRe-commit of the r48822, where the infinite looping...
2008-04-07 Owen AndersonMake GVN more memory efficient, particularly on code...
2008-04-07 Bill WendlingRemove tabs. Patch by Mike Stump!
2008-04-07 Dale JohannesenMark calls to llvm.stacksave, llvm.stackrestore as
2008-04-06 Gabor Greifregenerate
2008-04-06 Chris Lattnerfix warnings with assertions disabled.
2008-04-06 Chris LattnerSilence warning when no assertions.
2008-04-06 Chris Lattnersilence a warning when assertions are disabled.
2008-04-06 Gabor Greiffix a warning
2008-04-06 Chris Lattnerfix this testcase to pass and remove a duplicate instan...
2008-04-06 Torok EdwinPrefer to expand mask for xor to -1, so we have a chanc...
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-04-06 Chris LattnerFix generation of multi-stage instruction itineraries...
2008-04-06 Torok Edwin-fPIC is required on x86-64 when building shared objects.
2008-04-05 Chris Lattnerdisable this for now.
2008-04-05 Evan ChengForgot this.
2008-04-05 Evan Cheng1. IMPLICIT_DEF can *re-define* any register.
2008-04-05 Evan ChengFavors pshufd over shufps when shuffling elements from...
2008-04-04 Dale JohannesenMake sure both PendingLoads and PendingExports are...
2008-04-04 Torok Edwinstrdup needs <cstring>. This fixes a build error with...
2008-04-04 Duncan SandsIf a value is cast to its own type, then the cast
2008-04-04 Chris LattnerProvide an initial cut at exposing JIT compiled symbols...
2008-04-04 Chris LattnerMake ExecutionEngine::updateGlobalMapping return the...
2008-04-04 Evan ChengUndo PHI elimination copy placement patch. This causes...
2008-04-04 Evan ChengThis is done.
2008-04-03 Devang PatelReenable running StripSymbols when EH is on.
2008-04-03 Evan ChengNew test case.
2008-04-03 Chuck Rose IIIRemoved a deleted file from the VStudio System project...
2008-04-03 Andrew Lenharthif some functions don't have debug info, we were output...
2008-04-03 Ted KremenekAdd member template version of SerializeTrait<T>::Creat...
2008-04-03 Evan Cheng- Turn copies of implicit_def into implicit_def instruc...
2008-04-03 Evan ChengSpecial handling of zero-sized live intervals.
2008-04-03 Evan Cheng- Treat a live range defined by an implicit_def as...
2008-04-03 Evan Cheng- PHI elimination also eliminates implicit_def that...
2008-04-03 Evan ChengStart of a series of patches related to implicit_def.
2008-04-03 Ted KremenekRe-implemented Path::createDirectoryOnDisk (for Unix).
2008-04-03 Evan ChengRe-enable SSE4.
2008-04-03 Evan ChengFix x86-64 encoding bug. REX prefix must always follow...
2008-04-03 Evan ChengCosmetic
2008-04-03 Evan ChengTemporarily disabling SSE4 until we fix the encoding...
2008-04-03 Evan ChengBacking out 48222 temporarily.
2008-04-03 Dan GohmanMove instruction flag inference out of InstrInfoEmitter...
2008-04-02 Dan GohmanSuppress the 128-bit integer typedef on 32-bit targets...
2008-04-02 Dale JohannesenTestcase for EH with functions whose names are stripped.
2008-04-02 Dale JohannesenMake EH work with unnamed functions. Reenable running
2008-04-02 Dan GohmanPartial CBackend support for 128-bit integers. This...
2008-04-02 David GreeneIterators folloring a SmallVector erased element are...
2008-04-02 Evan ChengNow that I am told MachineRegisterInfo also tracks...
2008-04-02 Evan ChengRemove #include<map> from LiveVariables.h. Not referenced.
2008-04-02 Dale JohannesenCosmetic changes per EH patch review feedback.
2008-04-02 Torok EdwinAdd new file Support/DataFlow.h.
2008-04-02 Anton KorobeynikovAdd new CC lowering rule: provide a list of registers...
2008-04-02 Owen AndersonIn some situations, we need to check for local interfer...
2008-04-02 Owen AndersonCorrectly mark a valno that was previous defined by...
2008-04-02 Chris Lattnermore edits from Jon Sargeant
2008-04-02 Dale JohannesenRecommitting EH patch; this should answer most of the
2008-04-01 Evan Cheng1. Drop default inline threshold back down to 200.
2008-04-01 Tanya LattnerReverting 49056 due to the build being broken.
next