- d7642c4 Fix a bug introduced by revision 1.187 of this file. by Chris Lattner · 20 years ago
- 0169475 fix Allocas. Really. I mean it this time. by Andrew Lenharth · 20 years ago
- aab1820 Fix some problems where the verifier would crash on invalid input instead of by Chris Lattner · 20 years ago
- 623369a Implement Transforms/SimplifyCFG/switch_thread.ll by Chris Lattner · 20 years ago
- d1a3260 switch instructions only allow constantints for their values, be more specific. by Chris Lattner · 20 years ago
- 7e61823 use more specific cast. by Chris Lattner · 20 years ago
- 69331f5 add more checking by Chris Lattner · 20 years ago
- 83beacd Do not read free'd memory when printing an error message. by Chris Lattner · 20 years ago
- ad993cb add a new method. by Chris Lattner · 20 years ago
- 00aaadf Only print out machine instructions before modulo scheduling if we are actually doing modulo scheduling! :) by Tanya Lattner · 20 years ago
- 3a7118d Ah the problems you have to fix when you stray from the One True Way (TM) by Andrew Lenharth · 20 years ago
- 1f21ef1 make this more efficient. Scan up to 16 nodes, not the whole list. by Chris Lattner · 20 years ago
- 8daf056 new method by Chris Lattner · 20 years ago
- 35f0aec Reduce the amount of searching this assertion does. On a testcase of mine, by Chris Lattner · 20 years ago
- 572dd08 Silence some uninit variable warnings. by Chris Lattner · 20 years ago
- 01b4abd Fixed bug in findAllcircuits. Fixed branch addition to schedule. Added debug information. by Tanya Lattner · 20 years ago
- 7bc4702 oops by Andrew Lenharth · 20 years ago
- 13d0108 Remove use of bind_obj, deleter, and finegrainify namespacification. by Chris Lattner · 20 years ago
- cfa2f8e Remove use of bind_obj by Chris Lattner · 20 years ago
- a08976b C++ is not a functional programming language. by Chris Lattner · 20 years ago
- 032f235 dynamic stack allocas by Andrew Lenharth · 20 years ago
- 84734ce Fix a bug in the 'store fpimm, ptr' -> 'store intimm, ptr' handling code. by Chris Lattner · 20 years ago
- 97f7735 no longer build as a shared library by Andrew Lenharth · 20 years ago
- 6943570 Fix problems running the HowToUseJIT on powerpc, and probably problems with by Chris Lattner · 20 years ago
- 45a1b26 Fix silly mistake. by Jeff Cohen · 20 years ago
- 875d08e Implement standard I/O redirection in ExecuteAndWait(). by Jeff Cohen · 20 years ago
- 97716a4 Add support for ".so" files compiled with LLVM which contain LLVM bytecode. by Chris Lattner · 20 years ago
- b9476d9 Eliminate silly warnings from the linker of the form: by Chris Lattner · 20 years ago
- 23a1cf3 Change __MINGW to __MINGW32__. Patch submitted by Henrik Bach. by Jeff Cohen · 20 years ago
- d79bcfd Make PreventCoreFiles() do the right thing on Windows. by Jeff Cohen · 20 years ago
- 1fb623e Fix compilation errors with VS 2005, patch contributed by Aaron Gray. by Misha Brukman · 20 years ago
- d3f03e4 Fix compilation errors with VS 2005, patch by Aaron Gray. by Misha Brukman · 20 years ago
- d865861 Don't rely on doubles comparing identical to each other, which doesn't work by Chris Lattner · 20 years ago
- aa781b3 Don't sink argument loads into loops or other bad places. This disables folding of argument loads with instructions that are not in the entry block. by Chris Lattner · 20 years ago
- 1a84bd3 Do not mark obviously unreachable blocks live when processing PHI nodes, by Chris Lattner · 20 years ago
- 2352fec Scary typo that fixes Regression/Transforms/IndVarsSimplify/2005-02-17-TruncateExprCrash.ll by Chris Lattner · 20 years ago
- e5f7e65 Arg list already has program name in it. by Jeff Cohen · 20 years ago
- db1680b Fixed node deletion bug. by Tanya Lattner · 20 years ago
- 2ee51cb Instead of doing a manual comparison loop, just use memcmp, thanks to JohnC by Chris Lattner · 21 years ago
- e4b6a86 Make this more efficient now that we know both files are the same length. by Chris Lattner · 21 years ago
- 1e1a99f Fix spelling by Misha Brukman · 21 years ago
- 45d5564 Adjust DiffFilesWithTolerance to help poor cygwin's mmap facility by by Reid Spencer · 21 years ago
- 7a823bd Fix a problem where the PPC backend lost track of the fact that it had by Chris Lattner · 21 years ago
- 7a0c775 Add a sanity check. by Chris Lattner · 21 years ago
- d672ab9 Add a new method to make it easy to update graphs. by Chris Lattner · 21 years ago
- 8399e02 Fix volatile load/store of pointers. Consider this testcase: by Chris Lattner · 21 years ago
- 0798056 Fix a bug in my previous change to this, which broke the build on sparcs. by Chris Lattner · 21 years ago
- 27e1921 Print GEP offsets as signed values instead of unsigned values. On X86, this by Chris Lattner · 21 years ago
- 8a7980b Fix the second bug attached to PR504. by Chris Lattner · 21 years ago
- a92d12c Work around GCC PR19958, which causes programs to sometimes crash after by Chris Lattner · 21 years ago
- b70aaa6 Write out single characters as chars, not strings. by Misha Brukman · 21 years ago
- 9d30e22 Implement CodeGen/CBackend/2005-02-14-VolatileOperations.ll by Chris Lattner · 21 years ago
- 572af90 fix setcc on floats, fixes singlesource:pi, perhaps others by Andrew Lenharth · 21 years ago
- 550c57c Fix the llvm bootstrap by Chris Lattner · 21 years ago
- 45495c5 Move helper function here. by Chris Lattner · 21 years ago
- 946af52 If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 21 years ago
- 818827d Make the check for global variables the same as the one for functions. In by Reid Spencer · 21 years ago
- 1117bb0 Nuke blank line. by Chris Lattner · 21 years ago
- 12945ac Minor cleanup. No need to explicitly tell the compiler the template arguments. by Chris Lattner · 21 years ago
- b52f1c2 Make sure to clear the LazyFunctionLoadMap after we ParseAllFunctionBodies. by Chris Lattner · 21 years ago
- e5cea5e Do not put internal symbols into the symbol table. This shrinks the symbol by Chris Lattner · 21 years ago
- 50c301b Print something useful for gccld -v with an archive. by Chris Lattner · 21 years ago
- 4dc534c Correct the recursive PHI node handling routines in a way that CANNOT induce by Chris Lattner · 21 years ago
- 093f327 try to do better match for i32 adds by Andrew Lenharth · 21 years ago
- 9b1e659 make FP conversion more conservative (matches gcc) by Andrew Lenharth · 21 years ago
- 7536eea oops, I was sure this had already gond though the nightly tester by Andrew Lenharth · 21 years ago
- ebce504 added sign extend for boolean by Andrew Lenharth · 21 years ago
- e6f8c5a Allow globals to be of different const'nesses when we link. by Chris Lattner · 21 years ago
- f624926 Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.ll and PR504. by Chris Lattner · 21 years ago
- 3e31592 fix a bunch of regressions due to call behavior by Andrew Lenharth · 21 years ago
- f64ea9d Localize globals if they are only used in main(). This replaces the by Alkis Evlogimenos · 21 years ago
- db40cf1 Added new circuit finding alogrithm. by Tanya Lattner · 21 years ago
- 4bcb011 Allow modsched and local scheduling to both be run. by Tanya Lattner · 21 years ago
- 63f2ab2 so, if you beat on it, you too can talk emacs into having a sane indenting policy... Also, optimize many function calls with pc-relative calls (partial prologue skipping for that case coming soon), try to fix the random jumps to strange places problem by pesimizing div et. al. register usage and fixing up GP before using, some calling convention tweaks, and make frame pointer unallocatable (not strickly necessary, but let's go for correctness first) by Andrew Lenharth · 21 years ago
- 3d261f5 fix fp branch by Andrew Lenharth · 21 years ago
- f5024ff * Fix spelling of `volatile' * Align comments with tablegen elements by Misha Brukman · 21 years ago
- 3ac9605 Don't print a 'Total Execution Time' line for the 'Miscellaneous Ungrouped by Chris Lattner · 21 years ago
- fe0343a Fix test/Regression/Assembler/2005-02-09-AsmWriterStoreBug.ll by Chris Lattner · 21 years ago
- 6be0794 Use new edge iterators to simplify some code. by Chris Lattner · 21 years ago
- 445171a BranchCC, nifty by Andrew Lenharth · 21 years ago
- 760270d fix store issue and an FP conversion (segfault) issue by Andrew Lenharth · 21 years ago
- bcc70bc IndCallGraphMap is now a pointer to a new'd map. by Chris Lattner · 21 years ago
- 2921916 copytoreg fix by Andrew Lenharth · 21 years ago
- 06342c3 copyfromreg fix by Andrew Lenharth · 21 years ago
- 0382401 fix load bug by Andrew Lenharth · 21 years ago
- a549deb more FP load store fixes and Load store simplifications by Andrew Lenharth · 21 years ago
- f311e8b clean up load and stores alot by Andrew Lenharth · 21 years ago
- 0538034 teach all loads and stores about the stack by Andrew Lenharth · 21 years ago
- 2c9e38c prefer FP scratch registers and more check in LowerArguments by Andrew Lenharth · 21 years ago
- 6583890 fix oopso by Andrew Lenharth · 21 years ago
- 9e8d109 smarter loads and stores. can now handle base+offset. by Andrew Lenharth · 21 years ago
- 0bc68a8 fix build by Andrew Lenharth · 21 years ago
- 97127a1 clean up by Andrew Lenharth · 21 years ago
- d4bdd54 fix f32 setcc, and fp select by Andrew Lenharth · 21 years ago
- 9818c05 added ugly support for fp compares by Andrew Lenharth · 21 years ago
- 2a8350a Make the rest of file header comments consistent in format and style by Misha Brukman · 21 years ago
- 2866297 Instead of initializing the volatile field, use accessors to set it. by Chris Lattner · 21 years ago
- 905547b Initialize new field. by Chris Lattner · 21 years ago
- bc9ccf6 Make file header comment consistent: extend the whole 80 cols to fill the line by Misha Brukman · 21 years ago
- 86db364 If we have an indirect call site that calls N functions, inline the N functions by Chris Lattner · 21 years ago