2008-04-09 |
Owen Anderson | Factor a bunch of functionality related to memcpy and... |
tree | commitdiff |
2008-04-09 |
Evan Cheng | Unbreak teh build. |
tree | commitdiff |
2008-04-09 |
Chris Lattner | add a version of ConstantFP::get that doesn't take... |
tree | commitdiff |
2008-04-09 |
Chris Lattner | make ConstantFP::isExactlyValue work for long double... |
tree | commitdiff |
2008-04-08 |
Devang Patel | Add CreateGetResult() |
tree | commitdiff |
2008-04-08 |
Devang Patel | Add multiple value return instruction constructor. |
tree | commitdiff |
2008-04-08 |
Duncan Sands | Convenience method for setting the nounwind |
tree | commitdiff |
2008-04-08 |
Dale Johannesen | Implement new llc flag -disable-required-unwind-tables. |
tree | commitdiff |
2008-04-07 |
Ted Kremenek | Make getDirnameSep a static method (not part of Path... |
tree | commitdiff |
2008-04-07 |
Ted Kremenek | Added method Path::getDirname(). |
tree | commitdiff |
2008-04-07 |
Sam Bishop | Added support for Create() calls that take an argument... |
tree | commitdiff |
2008-04-07 |
Dan Gohman | Rename MemOperand to MachineMemOperand. This was sugges... |
tree | commitdiff |
2008-04-07 |
Owen Anderson | Add operator= implementations to SparseBitVector, allow... |
tree | commitdiff |
2008-04-07 |
Roman Levenstein | Re-commit of the r48822, where the infinite looping... |
tree | commitdiff |
2008-04-07 |
Owen Anderson | Make GVN more memory efficient, particularly on code... |
tree | commitdiff |
2008-04-06 |
Gabor Greif | API changes for class Use size reduction, wave 1. |
tree | commitdiff |
2008-04-05 |
Evan Cheng | Forgot this. |
tree | commitdiff |
2008-04-04 |
Duncan Sands | If a value is cast to its own type, then the cast |
tree | commitdiff |
2008-04-04 |
Chris Lattner | Make ExecutionEngine::updateGlobalMapping return the... |
tree | commitdiff |
2008-04-03 |
Ted Kremenek | Add member template version of SerializeTrait<T>::Creat... |
tree | commitdiff |
2008-04-03 |
Evan Cheng | Special handling of zero-sized live intervals. |
tree | commitdiff |
2008-04-03 |
Evan Cheng | - Treat a live range defined by an implicit_def as... |
tree | commitdiff |
2008-04-03 |
Evan Cheng | Start of a series of patches related to implicit_def. |
tree | commitdiff |
2008-04-03 |
Evan Cheng | Backing out 48222 temporarily. |
tree | commitdiff |
2008-04-02 |
David Greene | Iterators folloring a SmallVector erased element are... |
tree | commitdiff |
2008-04-02 |
Evan Cheng | Now that I am told MachineRegisterInfo also tracks... |
tree | commitdiff |
2008-04-02 |
Evan Cheng | Remove #include<map> from LiveVariables.h. Not referenced. |
tree | commitdiff |
2008-04-02 |
Torok Edwin | Add new file Support/DataFlow.h. |
tree | commitdiff |
2008-04-02 |
Anton Korobeynikov | Add new CC lowering rule: provide a list of registers... |
tree | commitdiff |
2008-04-02 |
Dale Johannesen | Recommitting EH patch; this should answer most of the |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Change the MemoryBuffer::getFile* methods to take just... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | MappedFile is dead, remove it. |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Stub out some sys::Path::MapInFilePages/UnMapFilePages... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | change the archive stuff to use MemoryBuffer instead... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | prune unneeded #includes |
tree | commitdiff |
2008-04-01 |
Chris Lattner | rewrite SourceFile to be in terms of MemoryBuffer,... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Make MappedFile::map return a const correct pointer... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Remove the MappedFile::charBase member, rename base... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | add an accessor. |
tree | commitdiff |
2008-04-01 |
Chris Lattner | Remove MappedFile support for mapping files for write... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | remove extraneous #include |
tree | commitdiff |
2008-04-01 |
Chris Lattner | update comment. |
tree | commitdiff |
2008-04-01 |
Chris Lattner | cleanup the MappedFile API and comments. This removes... |
tree | commitdiff |
2008-04-01 |
Chris Lattner | remove DEFINING_FILE_FOR for MappedFile.h |
tree | commitdiff |
2008-03-31 |
Evan Cheng | Move reMaterialize() from TargetRegisterInfo to TargetI... |
tree | commitdiff |
2008-03-31 |
Torok Edwin | test commit |
tree | commitdiff |
2008-03-31 |
Erick Tryzelaar | Expose Function::viewCFG and Function::viewCFGOnly... |
tree | commitdiff |
2008-03-30 |
Chris Lattner | Fix "Control reaches the end of non-void function"... |
tree | commitdiff |
2008-03-29 |
Evan Cheng | Cosmetic change. |
tree | commitdiff |
2008-03-28 |
Duncan Sands | Rename getAnyLoad to getLoad is suggested by Evan. |
tree | commitdiff |
2008-03-27 |
Duncan Sands | Implement LegalizeTypes support for softfloat LOAD. |
tree | commitdiff |
2008-03-27 |
Dan Gohman | Avoid creating chain dependencies from CopyToReg nodes... |
tree | commitdiff |
2008-03-27 |
Chris Lattner | when a node is removed from an ilist, set its next... |
tree | commitdiff |
2008-03-27 |
Erick Tryzelaar | Expose ExecutionEngine::getTargetData() to c and ocaml... |
tree | commitdiff |
2008-03-26 |
Dale Johannesen | Fix a bug in Darwin EH: FDE->CIE pointer must |
tree | commitdiff |
2008-03-26 |
Roman Levenstein | Use a linked data structure for the uses lists of an... |
tree | commitdiff |
2008-03-25 |
Dan Gohman | Add explicit keywords. |
tree | commitdiff |
2008-03-25 |
Dan Gohman | A quick nm audit turned up several fixed tables and... |
tree | commitdiff |
2008-03-25 |
Devang Patel | Add optimize-for-size knob. |
tree | commitdiff |
2008-03-25 |
Bill Wendling | De-constify the input to the "operator >>" method as... |
tree | commitdiff |
2008-03-25 |
Sam Bishop | Make a note of the fact that EmitOwnedPtr() has nothing... |
tree | commitdiff |
2008-03-24 |
Owen Anderson | Revert r48676. I had plans for using it, but now it... |
tree | commitdiff |
2008-03-24 |
Dan Gohman | Remove an unnecessary #include. |
tree | commitdiff |
2008-03-24 |
Dan Gohman | Shrink the size of AllocationInst by using its SubclassData |
tree | commitdiff |
2008-03-24 |
Evan Cheng | Increasing the inline limit from (overly conservative... |
tree | commitdiff |
2008-03-23 |
Gordon Henriksen | Objective Caml bindings for basic block, function,... |
tree | commitdiff |
2008-03-23 |
Anton Korobeynikov | Use C-style comments :) |
tree | commitdiff |
2008-03-23 |
Anton Korobeynikov | Add first proof-of-concept universal compiler driver... |
tree | commitdiff |
2008-03-22 |
Anton Korobeynikov | Typo fixes |
tree | commitdiff |
2008-03-22 |
Owen Anderson | Add a comment, and fix a bug where AllocateRW recurred... |
tree | commitdiff |
2008-03-22 |
Owen Anderson | Add an AllocateRW to match AllocateRWX. |
tree | commitdiff |
2008-03-22 |
Evan Cheng | Teach DAG combiner to commute commutable binary nodes... |
tree | commitdiff |
2008-03-21 |
Dan Gohman | Don't include <map> in Pass.h, which doesn't need it... |
tree | commitdiff |
2008-03-21 |
Dan Gohman | Specialize FORCE_DEFINING_FILE_TO_BE_LINKED using a... |
tree | commitdiff |
2008-03-21 |
Andrew Lenharth | FunctionExtractorPass has been superceded by GVExtracto... |
tree | commitdiff |
2008-03-21 |
Duncan Sands | Make it possible to get an empty struct using |
tree | commitdiff |
2008-03-21 |
Duncan Sands | Introduce a new node for holding call argument |
tree | commitdiff |
2008-03-21 |
Evan Cheng | Undo 48570. Correctly match mmx shift instructions... |
tree | commitdiff |
2008-03-20 |
Gordon Henriksen | C and Objective Caml bindings for mem2reg and reg2mem. |
tree | commitdiff |
2008-03-20 |
Nick Lewycky | ubyte and sbyte? what are those? |
tree | commitdiff |
2008-03-19 |
Evan Cheng | Add intrinsics to match mmx shift builtin's with immedi... |
tree | commitdiff |
2008-03-19 |
Devang Patel | PassInfo keep tracks whether a pass is an analysis... |
tree | commitdiff |
2008-03-19 |
Duncan Sands | Fix comment. |
tree | commitdiff |
2008-03-19 |
Chris Lattner | add some convenience methods for creating GEP instructi... |
tree | commitdiff |
2008-03-19 |
Gordon Henriksen | C bindings for Module-, Function-, and BasicBlock:... |
tree | commitdiff |
2008-03-19 |
Gordon Henriksen | C and Objective Caml bindings for the various getParent... |
tree | commitdiff |
2008-03-19 |
Evan Cheng | Fix live variables issues: |
tree | commitdiff |
2008-03-19 |
Devang Patel | Do not use virtual function to identify an analysis... |
tree | commitdiff |
2008-03-18 |
Scott Michel | Dial down gcc's warnings: don't use 0UL when 0U suffice... |
tree | commitdiff |
2008-03-18 |
Dale Johannesen | Get rid of compilation warnings. Per Devang. |
tree | commitdiff |
2008-03-18 |
Devang Patel | Identify Analysis pass. |
tree | commitdiff |
2008-03-16 |
Nate Begeman | __builtin_ia32_movntdqa reads memory |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for the TargetData class. |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for several scalar transf... |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | Remove unnecessary includes. |
tree | commitdiff |
2008-03-16 |
Gordon Henriksen | C and Objective Caml bindings for PassManagers. |
tree | commitdiff |
2008-03-16 |
Christopher Lamb | Make insert_subreg a two-address instruction, vastly... |
tree | commitdiff |
2008-03-15 |
Evan Cheng | Remove isImplicitDef TargetInstrDesc flag. |
tree | commitdiff |
2008-03-15 |
Evan Cheng | Replace all target specific implicit def instructions... |
tree | commitdiff |
2008-03-14 |
Gordon Henriksen | Expose Module::dump via C and Ocaml. |
tree | commitdiff |
next |