oota-llvm.git
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.
2008-04-01 Evan ChengReMat of load from stub in pic mode extends the life...
2008-04-01 David GreeneIterators folloring a SmallVector erased element are...
2008-04-01 Bill WendlingFix compilation errors on MSVC. Patch by Argiris Kirtzidis!
2008-04-01 Evan ChengRemove unnecessary and non-deterministic checking code...
2008-04-01 Evan ChengRe-materialization is for uses only.
2008-04-01 Dan GohmanDon't use __bzero for memset if the second argument...
2008-04-01 Dan GohmanSpeculatively micro-optimize memory-zeroing calls on...
2008-04-01 Dale JohannesenRevert 49006 for the moment.
2008-04-01 Chris Lattneradd a dropped hunk from Jon Sargeant's patch.
2008-04-01 Chris Lattnermake langref more precise, wave 1, from Jon Sargeant
2008-04-01 Owen AndersonDon't dereference MBB->end().
2008-04-01 Chris LattnerChange the MemoryBuffer::getFile* methods to take just...
2008-04-01 Chris Lattnerminor typo
2008-04-01 Evan ChengDisabling remat of load from gv stub (temporarily)...
2008-04-01 Chris Lattneradd some #includes.
2008-04-01 Chris LattnerMappedFile is dead, remove it.
2008-04-01 Chris LattnerImplement Path::MapInFilePages/UnMapFilePages on unix...
2008-04-01 Chris LattnerReimplement MemoryBuffer::getFile with three enhancements:
2008-04-01 Chris LattnerStub out some sys::Path::MapInFilePages/UnMapFilePages...
2008-04-01 Chris Lattnerchange the archive stuff to use MemoryBuffer instead...
2008-04-01 Chris Lattnerprune unneeded #includes
2008-04-01 Chris Lattnerrewrite SourceFile to be in terms of MemoryBuffer,...
2008-04-01 Chris LattnerMake MappedFile::map return a const correct pointer...
2008-04-01 Chris LattnerRemove the MappedFile::charBase member, rename base...
2008-04-01 Chris LattnerChange DiffFilesWithTolerance to be written in terms...
2008-04-01 Chris Lattneradd an accessor.
2008-04-01 Chris LattnerRemove MappedFile support for mapping files for write...
2008-04-01 Chris Lattnerremove extraneous #include
2008-04-01 Chris Lattneradd missing #includes
2008-04-01 Evan ChengMore soft fp fixes.
2008-04-01 Evan ChengPasto.
2008-04-01 Evan ChengAdd comment.
2008-04-01 Evan ChengUnbreak ARM / Thumb soft FP support.
2008-04-01 Dale JohannesenAccept 'y' constraint (MMX) in inline asm.
2008-04-01 Chris Lattnerupdate comment.
2008-04-01 Chris Lattnercleanup the MappedFile API and comments. This removes...
2008-04-01 Chris Lattnerremove DEFINING_FILE_FOR for MappedFile.h
2008-03-31 Dale JohannesenEmit exception handling info for functions which are
2008-03-31 Dale JohannesenMark functions in some tests as 'nounwind'. Generating
2008-03-31 Evan ChengIt's not safe to fold a load from GV stub or constantpo...
2008-03-31 Nate BegemanActually disable crash reporting on Mac OS X, returning...
2008-03-31 Dan GohmanSet blockBegin to point to the beginning of the block,
2008-03-31 Evan ChengMove reMaterialize() from TargetRegisterInfo to TargetI...
2008-03-31 Dan GohmanFix a DAGCombiner optimization to respect volatile...
2008-03-31 Gordon HenriksenAdd a unified 'generated documentation' target so the...
2008-03-31 Torok Edwintest commit
2008-03-31 Gordon HenriksenReverting r48974. See PR2183 for details.
2008-03-31 Erick TryzelaarExpose Function::viewCFG and Function::viewCFGOnly...
2008-03-31 Erick TryzelaarThere isn't any c++ code in LangImpl8.html, so use...
2008-03-31 Erick TryzelaarChapter 5, 6, and 7 of the ocaml/kaleidoscope tutorial
2008-03-31 Evan ChengRe-apply 48911.
2008-03-31 Evan ChengThe support for remat of instructions with a register...
2008-03-31 Erick TryzelaarQuote the ocaml executables
next