2009-05-02 |
Dan Gohman | The second argument to RecursivelyDeleteTriviallyDeadIn... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dan Gohman | Previously, RecursivelyDeleteDeadInstructions provided... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dan Gohman | When ScalarEvolution is told to forget the trip count... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dan Gohman | Tell ScalarEvolution that the loop is being deleted... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Nick Lewycky | Don't append ".b" to the names of globals that are... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dan Gohman | Don't split critical edges during the AddUsersIfInteres... |
commit | commitdiff | tree | snapshot |
2009-05-02 |
Dan Gohman | Add Base.td to svn:ignore. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | 'The attached patch fixes an issue where llc -march... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Chris Lattner | Drop the default assumption about alignment down to... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Change the description string of the LoopInfo pass. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Stuart Hastings | Prevent looping when DenseSet is abused. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Misha Brukman | HTML-escape '>' as '>' in sample C++ code. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Bob Wilson | Allow CONCAT_VECTORS nodes to be legal or have custom... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Actually insert inserted instructions into the Inserted... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Add an accessor method to allow clients to test if... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Make RequiresTypeConversion canonicalize the types... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | When printing a SCEVUnknown with pointer type, don... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Short-circuit inttoptr-ptrtoint constant expressions... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Make SCEVExpander::addInsertedValue able to accept... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Minor whitespace fix. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Fix an 80-column violation. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | When creating cast scevs, canonicalize the destination... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Fix a compiler warning on hosts where uint64_t isn... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Dan Gohman | Fix some code to work if TargetLowering is not available. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Bill Wendling | Simplify more code and add timer stuff. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Bill Wendling | Simplify more code. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Torok Edwin | hasSCEV() was declared in ScalarEvolution.h, but never... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Bill Wendling | Simplify some code. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Bill Wendling | Fix whitespace. It was confusing me. |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Mike Stump | Lets install the manual page with install-clang! Radar... |
commit | commitdiff | tree | snapshot |
2009-05-01 |
Evan Cheng | Code clean up. Bye bye PhysRegTracker. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Argyrios Kyrtzidis | Fix compilation for some targets other than x86. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Stefanus Du... | Add a comment to refer to the section of the programmer... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Argyrios Kyrtzidis | Make DebugLoc independent of DwarfWriter. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Argyrios Kyrtzidis | Set FnEnd in JITEmitter::finishFunction to point strict... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Jeffrey Yasskin | Add a mention of TypeBuilder to the programmer's manual... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Jakob Stoklund... | Join cross class copies using getCommonSubClass() |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Jakob Stoklund... | getCommonSubClass() - Calculate the largest common... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Jakob Stoklund... | Slightly change TableGen's definition of a register... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Add some comments, and tidy up some whitespace. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Extend ScalarEvolution's getBackedgeTakenCount to be... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Evan Cheng | Add a smarter heuristic to determine when to coalesce... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bob Wilson | Rename the CurMultiClass formal parameter of TGParser... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bob Wilson | Remove unnecessary "class" keywords. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bob Wilson | Change forward declaration of MultiClass to use the... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Torok Edwin | Make dataflow iteration possible on Value*, not only... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Don't try to mix integers and pointers in an icmp instr... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Lewycky | Oops! Missed a file in my last commit. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Nick Lewycky | Allow a user of libLTO to specify the full pathname... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Jay Foad | Move helper functions for optimizing division by consta... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Set mayLoad on MOVZX32_NOREXrm8 too. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Dan Gohman | Fix ScalarEvolution::print to print a value for any... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Evan Cheng | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoa... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bill Wendling | Remove unused flags. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | fix a regression handling indirect results: these need... |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Bill Wendling | Fix the JIT bindings for ocaml. |
commit | commitdiff | tree | snapshot |
2009-04-30 |
Chris Lattner | remove progname which is never set. PR4085 |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Error out with bad optimization level specified. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Remove LTO optimization level. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Instead of passing in an unsigned value for the optimiz... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Add support for a character after a command line option... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dale Johannesen | Print correct instruction in dump. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nate Begeman | Fix infinite recursion in the C++ code which handles... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Implement getSCEVAtScope for SCEV cast expressions. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Generalize the cast-of-addrec folding to handle folding... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Reword and tidy up some comments. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Don't use 'false' for 'fast isel' here. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Fix this test to match the new output from scalar-evolu... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Jakob Stoklund... | MachineInstr::isRegTiedTo{Use,Def}Operand can safely... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Include the source type in SCEV cast expression debug... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nate Begeman | Update comment, replace theoretically impossible check... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dale Johannesen | Fix recent regression in gcc.dg/pr26719.c (6835035). |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Sanjiv Gupta | Add directive to declare external globals. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Evan Cheng | spillPhysRegAroundRegDefsUses() may have invalidated... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | testcase for PR4082 |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Nate Begeman | Implement review feedback for vector shuffle work. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Sanjiv Gupta | Add a public method called getAddressSpace() to the... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Chris Lattner | Disable the load-shrinking optimization from looking at |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Update comments to reflect the current code. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Dan Gohman | Add some more doxygen comments to SCEVAddRec. |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Evan Cheng | Determine allocation 'preference' with right register... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | The second part of the change from -fast to -O#. This... |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Second attempt: |
commit | commitdiff | tree | snapshot |
2009-04-29 |
Bill Wendling | Correct comment. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dan Gohman | As with r70333, give the primary induction variable... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dan Gohman | Make this testcase slightly less trivial, so that it... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dan Gohman | Fix a grammaro in a comment. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Anton Korobeynikov | Properly print 'P' modifier on inline asm memory operands. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bob Wilson | Fix trailing whitespace and 80-col. violations in recen... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Evan Cheng | Move getMatchingSuperReg() out of coalescer and into... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Dale Johannesen | Test for llvm-gcc bug fixed by 70301. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Sanjiv Gupta | GlobalValue is always pointer type, so an assert isn... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Stefanus Du... | Fix choice of version of Windows callback to use to... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jakob Stoklund... | Don't coalesce a physical register with an incompatible... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Sanjiv Gupta | Initialized arrays can be in any address space. |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jakob Stoklund... | Move getSubRegisterRegClass from ScheduleDagSDNodesEmit... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Evan Cheng | Fix PR4034. Bug in LiveInterval::join when it's compact... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Jakob Stoklund... | Initial test commit |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Evan Cheng | Fix for PR4051. When 2address pass delete an instructio... |
commit | commitdiff | tree | snapshot |
2009-04-28 |
Bill Wendling | r70270 isn't ready yet. Back this out. Sorry for the... |
commit | commitdiff | tree | snapshot |
next |