2004-12-12 |
Chris Lattner | Change indentation of a whole bunch of code, no real...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | More substantial simplifications and speedups. This...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | More minor microoptimizations
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Remove some more set operations
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Reduce number of set operations.
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Optimize div/rem + select combinations more.
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Add testcases for simple things we can handle that...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Dejagnu doesn't work if you do TESTSUITE=.../
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Fix Regression/CodeGen/PowerPC/2004-12-12-ZeroSizeCommon...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | New testcase that the PPC backend miscompiles. It...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | CSE calls to getTypeSize.
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Properly implement copying of a global, fixing the...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Simplify code and do not invalidate iterators.
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Use the target triple to pick this target.
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Get rid of subbullets for all of the "known problems...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Do not internalize a module if -link-as-library is...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | Though the previous xform applies to literally dozens...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | If a variable can only hold two values, and is not...
|
commit | commitdiff | tree |
2004-12-12 |
Chris Lattner | New testcase. Shrinking the variable to a bool allows...
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | If one side of and/or is known to be 0/-1, it doesn...
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | New testcase. If one side of and/or is known to be...
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Check in the file I forgot last night, to solve all...
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Update test
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Only cound if we actually made a change.
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | The split bb is really the exit of the old function
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | New feature
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Two bug fixes:
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Do not delete the entry block to a function.
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Implement Transforms/SCCP/ipsccp-gvar.ll, by tracking...
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | New testcase that ipsccp should handle.
|
commit | commitdiff | tree |
2004-12-11 |
Chris Lattner | Fix a bug where we could delete dead invoke instructions...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | This pass is no longer needed.
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Implement SCCP/ipsccp-conditional.ll, by totally deleting...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Fix SCCP/2004-12-10-UndefBranchBug.ll
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Add missing accessor.
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Make sure to link the target-triple as well, so it...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | New testcase that SCCP miscompiles. Luckily this is...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Check in the right test
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Fix Regression/Transforms/SimplifyCFG/2004-12-10-SimplifyCFG...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | New testcase for a bug exposed by the ipsccp pass,...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Fix typo
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Turn on ipsccp by default instead of simple IPCP
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | This is the initial implementation of IPSCCP, as requested...
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | New prototype
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | New testcase
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Implement test/Feature/escaped_label.ll
|
commit | commitdiff | tree |
2004-12-10 |
Chris Lattner | Simple testcase for quoted label.
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Rip out the guts of this document to prepare it for...
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Clean up this man page
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Add new pseudo target
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Fully document the LLVM constants. This should go...
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Reflow and clean up some of the HTML in the initial...
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Move the "High Level Structure" to before "Type System"
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | note to self: Do not check in debugging code!
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Implement trivial sinking for load instructions. This...
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Remove a dead field, make the map go to integer type...
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Remove #include inadvertently added
|
commit | commitdiff | tree |
2004-12-09 |
Chris Lattner | Eliminate this ugly hack. This was put back in when...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Do extremely simple sinking of instructions when they...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | new testcase
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Fix Transforms/InstCombine/2004-12-08-RemInfiniteLoop.ll
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | This testcase causes the instruction combiner to go...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Move method out of line
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Move method out of line for better ICC support
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Properly extern this.
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Define the pointer hash struct before the string one...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Turn this error back into a warning, fixing the povray...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Test commit
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | ignore generated file
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Work correctly with MSVC and ICC, patch contributed...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Work correctly with ICC, Patch contributed by Bjørn...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Add support for compilers with arg dependent name lookup...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Add support for compilers without argument dependent...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Make this work with the ICC compiler, contributed by...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Remove unneeded class qualifier, contributed by Bjørn...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Revert this disgusting hack, John has a much nicer...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | Add a disgusting hack to work around a libstdc++ issue...
|
commit | commitdiff | tree |
2004-12-08 |
Chris Lattner | This test is xfail right now, to keep DJ clean, also...
|
commit | commitdiff | tree |
2004-12-07 |
Chris Lattner | Commit the cleanup of the LLVM 1.4 release notes. ...
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Suggest people run cvs up -P -d after checking out...
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Properly implement a fix for PR475
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Make this test actually capable of passing.
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Revert this patch, it broke a ton of programs.
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Move lower intrinsics before FP constant emission,...
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Change this test to not require execution of the program.
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | When printing out a function, make sure that local...
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Add a new method
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | Fix typeo
|
commit | commitdiff | tree |
2004-12-05 |
Chris Lattner | New testcase for the bug affecting 255.vortex in CBE...
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | Darwin and solaris don't support echo -e. This should...
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | This fails due to the sun headers.
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | This test passes on all platforms
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | These tests pass on darwin now that the __ thing is...
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | Check in some patches for better assertions
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | This patch prevents an infinite recursion while compiling...
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | Move the dejagnu section to immediately before the...
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | Remove last remnants of qmtest stuff
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | Update the win32 project files, contributed by Morton...
|
commit | commitdiff | tree |
2004-12-04 |
Chris Lattner | Fix linkage of mismatched weak globals. This unbreaks...
|
commit | commitdiff | tree |
next |