index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2004-06-10
Share some code
Chris Lattner
2004-06-10
Add new BinaryOperator::createAdd/Sub/... methods to avoid having to type
Chris Lattner
2004-06-09
Tolerate more errors
Chris Lattner
2004-06-09
Encode %fsr correctly; don't fail an assertion.
Brian Gaeke
2004-06-09
Fix encoding of ST*FSR instructions.
Brian Gaeke
2004-06-09
Fix assertion failure message to have the right method name.
Brian Gaeke
2004-06-09
Make the asmwriter much more tolerant of errors (which are common when working
Chris Lattner
2004-06-09
Columnized the compilation statistics for easier reading.
Reid Spencer
2004-06-09
Fix the really bizarre stuff that happened last night in the tester
Chris Lattner
2004-06-09
Made it possible for the printInfoComment method to invoke getSlot in
Reid Spencer
2004-06-09
Fix for PR#366. We use getClassB() so that we can handle cast instructions
John Criswell
2004-06-09
Implement InstCombine/select.ll:test15*
Chris Lattner
2004-06-09
More instcombine testcases
Chris Lattner
2004-06-09
Cleanup alignment of output.
Reid Spencer
2004-06-09
Add some new fields for bytecode analysis.
Reid Spencer
2004-06-09
Implement analysis output. Don't dump function details unless requested.
Reid Spencer
2004-06-09
Implement some rudimentary analysis.
Reid Spencer
2004-06-09
Clean up indentation of file body output.
Reid Spencer
2004-06-09
Move parsing details to Parser.cpp.
Reid Spencer
2004-06-09
Bring some things out of header files that belong only in this file.
Reid Spencer
2004-06-09
Be more careful about the order we put stuff onto the worklist. This allow u...
Chris Lattner
2004-06-09
New testcase that is important for the Java FE
Chris Lattner
2004-06-09
Cleaned up a dead header file to prevent duplicate definition warnings
Reid Spencer
2004-06-09
Implement select.ll:test14*
Chris Lattner
2004-06-09
New testcase for the instruction combiner that happen often in the Java FE
Chris Lattner
2004-06-09
Minor tweaks
Chris Lattner
2004-06-09
Regularize title of Regression Test section. Clean up some blank space.
Reid Spencer
2004-06-09
Bug fixed
Chris Lattner
2004-06-08
Workaround or a VS miscompilation bug
Chris Lattner
2004-06-08
I checked and no clients expect this to return null for unconditional branches
Chris Lattner
2004-06-08
Don't grab the condition of unconditional branches!
Chris Lattner
2004-06-08
Fix a minor bug in the map - since this pass adds a global symbol, it must be
Brian Gaeke
2004-06-08
Add a forwarding method pop_front() that allows you to delete instructions
Brian Gaeke
2004-06-08
Add a TmpInstruction ctor that doesn't take a MCFI.
Brian Gaeke
2004-06-08
Explicitly specify libtool tag "CXX" so that if you setenv CXX to something
Brian Gaeke
2004-06-08
Fix a link error using VS8.0
Chris Lattner
2004-06-08
Apparently a particular vendor compiler uses the struct/class tag to MANGLE
Chris Lattner
2004-06-08
Fix case of doxygen directive `\p': it's lowercase.
Misha Brukman
2004-06-08
* Fix indentation of Regression Test Results by making sure the
Reid Spencer
2004-06-08
Put in a place holder for describing the differences in bytecode format
Reid Spencer
2004-06-08
Add a note about llvm-abcd, the Analysis of ByteCode Dumper
Reid Spencer
2004-06-08
Ooh, that fixed the annoying warning!!
Chris Lattner
2004-06-08
Bug fixed
Chris Lattner
2004-06-08
New testcase for PR355
Chris Lattner
2004-06-08
Testcase for PR355
Chris Lattner
2004-06-08
Add documentation to the TargetFrameInfo class, contributed by Vladimir Prus
Chris Lattner
2004-06-08
Clean up the documentation.
Reid Spencer
2004-06-08
Clean up documentation and make it possible for the BytecodeAnalyzer to
Reid Spencer
2004-06-08
Fix the bug that was preventing the parser from working on all bytecode
Reid Spencer
2004-06-08
Make it #include Parser.h instead of AnalyzerInternals.h since it only
Reid Spencer
[prev]
[next]