summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* For PR1043:Zhou Sheng2007-01-11
* Fixed indentation.Zhou Sheng2007-01-11
* Shut up a warning about signed/unsigned.Reid Spencer2007-01-11
* Put in some needed \ at the end of lines!!!Reid Spencer2007-01-11
* simplify some logic furtherChris Lattner2007-01-11
* Recommit my previous patch with a bugfix: printInfoComment works on bothChris Lattner2007-01-11
* Quiet compiler warning. The only reason the function is marked virtualNick Lewycky2007-01-11
* New predicate simplifier!Nick Lewycky2007-01-11
* Add PassManagerType enum.Devang Patel2007-01-11
* Avoid taking the address of a macro by checking to see if stdin is definedReid Spencer2007-01-11
* Implement better constant folding of unordered FCMP predicates.Reid Spencer2007-01-11
* Robustify assingPassManager() for Module, Function and Basic BlockDevang Patel2007-01-11
* Allow LLI, in interpreter mode, to find stdin, stdout, and stderr. This isReid Spencer2007-01-10
* Back out the last patch which is a nightly test killer. The assertionReid Spencer2007-01-10
* Last refactoring before PR645: split up getSlot into getLocalSlot and getGlob...Chris Lattner2007-01-10
* eliminate some iterator gymnastics.Chris Lattner2007-01-10
* Change the file header name as this file was renamed.Reid Spencer2007-01-10
* Rename Writer.cpp as CBackend.cpp so it doesn't conflict with Writer.cppReid Spencer2007-01-10
* Fix a bug in heap-sra that caused compilation failure of office-ispell.Chris Lattner2007-01-09
* Explain that bitcast can only cast a pointer to another pointer.Reid Spencer2007-01-09
* For PR1099:Reid Spencer2007-01-09
* Inline insertValue into CreateModuleSlot/CreateFunctionSlotChris Lattner2007-01-09
* Remove a bunch of complex logic that is completely dead: duplicates canChris Lattner2007-01-09
* Split CreateSlot into two versions, one for globals and one for function-localChris Lattner2007-01-09
* Remove extraneous return value from insertValue and getOrCreateSlot. SinceChris Lattner2007-01-09
* For PR1099:Reid Spencer2007-01-09
* Test case for PR1099.Reid Spencer2007-01-09
* Fixing a ">" redirect to be a ">>" redirect, so a sed command doesn't get clo...Chandler Carruth2007-01-09
* Add PR number for future referenceChris Lattner2007-01-09
* Fix test case.Evan Cheng2007-01-09
* PR1085 is fixed now.Reid Spencer2007-01-09
* Added a test case from PR1075.Evan Cheng2007-01-08
* Undo xfail now scheduler deficiency has been fixed.Evan Cheng2007-01-08
* Naming consistency.Evan Cheng2007-01-08
* Fix for PR1075: bottom-up register-reduction scheduling actually increases re...Evan Cheng2007-01-08
* Implement some trivial FP foldings when -enable-unsafe-fp-math is specified.Chris Lattner2007-01-08
* new testcaseChris Lattner2007-01-08
* Need to handle static declarations properly.Jim Laskey2007-01-08
* Unbreak VC++ build.Jeff Cohen2007-01-08
* Parameter attributes are part of a FunctionType and deserve to be factoredReid Spencer2007-01-08
* XFAIL this test until PR1085 mystery is resolved.Reid Spencer2007-01-08
* Add PMStack, a Pass Manager stack.Devang Patel2007-01-08
* Modules are consumed when they are merged together by Linker.Devang Patel2007-01-08
* And asm writing for packed struct initializersAndrew Lenharth2007-01-08
* Make packed structs use packed initialiers for consistencyAndrew Lenharth2007-01-08
* Packed structs use packed struct initializersAndrew Lenharth2007-01-08
* testcase for PR1097Chris Lattner2007-01-08
* Comparison of primitive type sizes should now be done in bits, not bytes.Reid Spencer2007-01-08
* For PR1097:Reid Spencer2007-01-08
* For PR1090:Reid Spencer2007-01-08