2009-05-03 |
Dan Gohman | Revert r70645 for now; it's causing a variety of regres... |
tree | commitdiff |
2009-05-02 |
Dan Gohman | Convert ScalarEvolution to use CallbackVH for its inter... |
tree | commitdiff |
2009-05-02 |
Dan Gohman | Apply Jeffrey Yasskin's CallbackVH patch, with minor... |
tree | commitdiff |
2009-05-02 |
Dan Gohman | Include <limits.h> to get the definition of CHAR_BIT. |
tree | commitdiff |
2009-05-02 |
Dan Gohman | Previously, RecursivelyDeleteDeadInstructions provided... |
tree | commitdiff |
2009-05-02 |
Dan Gohman | When ScalarEvolution is told to forget the trip count... |
tree | commitdiff |
2009-05-01 |
Chris Lattner | Drop the default assumption about alignment down to... |
tree | commitdiff |
2009-05-01 |
Stuart Hastings | Prevent looping when DenseSet is abused. |
tree | commitdiff |
2009-05-01 |
Dan Gohman | Actually insert inserted instructions into the Inserted... |
tree | commitdiff |
2009-05-01 |
Dan Gohman | Add an accessor method to allow clients to test if... |
tree | commitdiff |
2009-05-01 |
Dan Gohman | Make SCEVExpander::addInsertedValue able to accept... |
tree | commitdiff |
2009-04-30 |
Argyrios Kyrtzidis | Fix compilation for some targets other than x86. |
tree | commitdiff |
2009-04-30 |
Stefanus Du Toit | Add a comment to refer to the section of the programmer... |
tree | commitdiff |
2009-04-30 |
Argyrios Kyrtzidis | Make DebugLoc independent of DwarfWriter. |
tree | commitdiff |
2009-04-30 |
Jeffrey Yasskin | Add a mention of TypeBuilder to the programmer's manual... |
tree | commitdiff |
2009-04-30 |
Jakob Stoklund Olesen | getCommonSubClass() - Calculate the largest common... |
tree | commitdiff |
2009-04-30 |
Dan Gohman | Add some comments, and tidy up some whitespace. |
tree | commitdiff |
2009-04-30 |
Dan Gohman | Extend ScalarEvolution's getBackedgeTakenCount to be... |
tree | commitdiff |
2009-04-30 |
Torok Edwin | Make dataflow iteration possible on Value*, not only... |
tree | commitdiff |
2009-04-30 |
Jay Foad | Move helper functions for optimizing division by consta... |
tree | commitdiff |
2009-04-30 |
Bill Wendling | Remove unused flags. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Remove LTO optimization level. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Add support for a character after a command line option... |
tree | commitdiff |
2009-04-29 |
Jakob Stoklund Olesen | MachineInstr::isRegTiedTo{Use,Def}Operand can safely... |
tree | commitdiff |
2009-04-29 |
Nate Begeman | Update comment, replace theoretically impossible check... |
tree | commitdiff |
2009-04-29 |
Sanjiv Gupta | Add directive to declare external globals. |
tree | commitdiff |
2009-04-29 |
Nate Begeman | Implement review feedback for vector shuffle work. |
tree | commitdiff |
2009-04-29 |
Sanjiv Gupta | Add a public method called getAddressSpace() to the... |
tree | commitdiff |
2009-04-29 |
Dan Gohman | Add some more doxygen comments to SCEVAddRec. |
tree | commitdiff |
2009-04-29 |
Bill Wendling | The second part of the change from -fast to -O#. This... |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Second attempt: |
tree | commitdiff |
2009-04-29 |
Bill Wendling | Correct comment. |
tree | commitdiff |
2009-04-28 |
Evan Cheng | Move getMatchingSuperReg() out of coalescer and into... |
tree | commitdiff |
2009-04-28 |
Sanjiv Gupta | Initialized arrays can be in any address space. |
tree | commitdiff |
2009-04-28 |
Jakob Stoklund Olesen | Move getSubRegisterRegClass from ScheduleDagSDNodesEmit... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
tree | commitdiff |
2009-04-28 |
Bill Wendling | Massive check in. This changes the "-fast" flag to... |
tree | commitdiff |
2009-04-27 |
Jeffrey Yasskin | Add tests for WeakVH and AssertingVH. These pointed... |
tree | commitdiff |
2009-04-27 |
Chris Lattner | give bitstreamreader an API to ignore names for blocks... |
tree | commitdiff |
2009-04-27 |
Nate Begeman | 2nd attempt, fixing SSE4.1 issues and implementing... |
tree | commitdiff |
2009-04-26 |
Chris Lattner | Add two new record types to the blockinfo block: |
tree | commitdiff |
2009-04-26 |
Chris Lattner | make BitstreamCursor's copyable and assignable. |
tree | commitdiff |
2009-04-26 |
Chris Lattner | Make a major API change to BitstreamReader: split all... |
tree | commitdiff |
2009-04-26 |
Bill Wendling | I cast, therefore I think I know what I'm doing. |
tree | commitdiff |
2009-04-26 |
Bill Wendling | Use uint64_t instead of unsigned. |
tree | commitdiff |
2009-04-26 |
Chris Lattner | revert an incorrect patch. This causes crashes all... |
tree | commitdiff |
2009-04-26 |
Bill Wendling | Suppress warnings about conversion shortening 64-bit... |
tree | commitdiff |
2009-04-25 |
Chris Lattner | Add a new TypeBuilder helper class, which eases making... |
tree | commitdiff |
2009-04-25 |
Chris Lattner | improve documentation around memory lifetimes, |
tree | commitdiff |
2009-04-25 |
Bill Wendling | Use intptr_t. |
tree | commitdiff |
2009-04-25 |
Mon P Wang | size() should return a size_t; avoids a warning for... |
tree | commitdiff |
2009-04-25 |
Chris Lattner | DenseMap.h needs <new> because it explicitly calls... |
tree | commitdiff |
2009-04-25 |
Evan Cheng | Do not share a single unknown val# for all the live... |
tree | commitdiff |
2009-04-24 |
Rafael Espindola | Revert 69952. Causes testsuite failures on linux x86-64. |
tree | commitdiff |
2009-04-24 |
Chris Lattner | fix a typo noticed by duncan |
tree | commitdiff |
2009-04-24 |
Chris Lattner | "I got annoyed at the compiler warnings from ConstantIn... |
tree | commitdiff |
2009-04-24 |
Nate Begeman | PR2957 |
tree | commitdiff |
2009-04-23 |
Dan Gohman | Change SCEVExpander's expandCodeFor to provide more... |
tree | commitdiff |
2009-04-22 |
Dan Gohman | Use BasicBlock::iterator instead of Instruction* for... |
tree | commitdiff |
2009-04-22 |
Dan Gohman | Make SCEVExpanders private methods private, instead... |
tree | commitdiff |
2009-04-22 |
Owen Anderson | Add caching of predecessor counts as well as predecesso... |
tree | commitdiff |
2009-04-22 |
Owen Anderson | Fix for PR3946, in which SmallVector could behave stran... |
tree | commitdiff |
2009-04-21 |
Dan Gohman | De-pImpl-ify ScalarEvolution. The pImpl pattern doesn... |
tree | commitdiff |
2009-04-21 |
Evan Cheng | It has finally happened. Spiller is now using live... |
tree | commitdiff |
2009-04-21 |
Dan Gohman | Factor out a common base class from SCEVTruncateExpr... |
tree | commitdiff |
2009-04-21 |
Dan Gohman | Introduce encapsulation for ScalarEvolution's TargetDat... |
tree | commitdiff |
2009-04-21 |
Dan Gohman | Convert ScalarEvolution to use raw_ostream instead... |
tree | commitdiff |
2009-04-20 |
Bob Wilson | Move duplicated AddLiveIn function from X86 and ARM... |
tree | commitdiff |
2009-04-20 |
Bob Wilson | Revise my previous change 68996 as suggested by Duncan. |
tree | commitdiff |
2009-04-20 |
Duncan Sands | These bitfields were being miscompiled on some |
tree | commitdiff |
2009-04-20 |
Douglas Gregor | Make all raw_ostreams support the tell() function. |
tree | commitdiff |
2009-04-19 |
Nick Lewycky | Fix missing text in doxygen documentation. |
tree | commitdiff |
2009-04-19 |
Duncan Sands | Remove the SimpleTy enumerated type field from the MVT |
tree | commitdiff |
2009-04-18 |
Duncan Sands | Don't try to make BUILD_VECTOR operands have the same |
tree | commitdiff |
2009-04-18 |
Dan Gohman | Add a ScalarEvolution::getCouldNotCompute() function... |
tree | commitdiff |
2009-04-18 |
Dan Gohman | Use more const qualifiers with SCEV interfaces. |
tree | commitdiff |
2009-04-18 |
Evan Cheng | Add a new LiveInterval::overlaps(). It checks if the... |
tree | commitdiff |
2009-04-17 |
Bob Wilson | Clean up formatting, remove trailing whitespace, fix... |
tree | commitdiff |
2009-04-17 |
Dan Gohman | Delete an unused field. |
tree | commitdiff |
2009-04-17 |
Bob Wilson | Use CallConvLower.h and TableGen descriptions of the... |
tree | commitdiff |
2009-04-16 |
Bob Wilson | Add a comment to describe LLVMMatchType. |
tree | commitdiff |
2009-04-16 |
Dan Gohman | Teach SCEVExpander::InsertCastOfTo to avoid creating... |
tree | commitdiff |
2009-04-16 |
Dan Gohman | Expand GEPs in ScalarEvolution expressions. SCEV expres... |
tree | commitdiff |
2009-04-16 |
Devang Patel | If FastISel is run and it has known DebugLoc then use it. |
tree | commitdiff |
2009-04-15 |
Dan Gohman | Generalize one of the SelectionDAG::ReplaceAllUsesWith... |
tree | commitdiff |
2009-04-15 |
Douglas Gregor | Allow jumping to the end of a bitstream while reading |
tree | commitdiff |
2009-04-15 |
Dan Gohman | Don't use "protected:" in classes that aren't intended... |
tree | commitdiff |
2009-04-15 |
Dan Gohman | Fix doxygen comment syntax. |
tree | commitdiff |
2009-04-15 |
Dan Gohman | Move MachineRegisterInfo::setRegClass out of line. |
tree | commitdiff |
2009-04-15 |
Dan Gohman | Move MachineJumpTableInfo::ReplaceMBBInJumpTables out... |
tree | commitdiff |
2009-04-15 |
Dan Gohman | Give RemoveRegOperandFromRegInfo a comment and move the |
tree | commitdiff |
2009-04-15 |
Devang Patel | Construct and emit DW_TAG_inlined_subroutine DIEs for... |
tree | commitdiff |
2009-04-15 |
Devang Patel | Add a method to check that the subprogram holds debug... |
tree | commitdiff |
2009-04-13 |
Bob Wilson | Change SelectionDAG type legalization to allow BUILD_VE... |
tree | commitdiff |
2009-04-13 |
Dan Gohman | Rename COPY_TO_SUBCLASS to COPY_TO_REGCLASS, and generalize |
tree | commitdiff |
2009-04-13 |
Douglas Gregor | Add a static APInt::getNumWords |
tree | commitdiff |
2009-04-13 |
Devang Patel | Right now, Debugging information to encode scopes ... |
tree | commitdiff |
2009-04-13 |
Devang Patel | Reapply 68847. |
tree | commitdiff |
2009-04-13 |
Dan Gohman | Add a new TargetInstrInfo MachineInstr opcode, COPY_TO_... |
tree | commitdiff |
next |