summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update CMake file.Ted Kremenek2009-11-23
* Move the FunctionLoweringInfo class and some related utility functions outDan Gohman2009-11-23
* fix comment, thanks all :)Chris Lattner2009-11-23
* use the new isNoAlias method to simplify some code, only do an escaping check...Chris Lattner2009-11-23
* whitespace cleanup, tidyingChris Lattner2009-11-23
* speed up BasicAA a bit by implementing a long-standing TODO.Chris Lattner2009-11-23
* add a helperChris Lattner2009-11-23
* Move FunctionPassManagerImpl's dumpArguments and dumpPasses callsDan Gohman2009-11-23
* Make ConstantFoldConstantExpression recursively visit the entireDan Gohman2009-11-23
* Fix a use of an invalidated iterator in the case where there are multipleDan Gohman2009-11-23
* I forgot to update the prototype for LLVMBuildIntCast when correctingDuncan Sands2009-11-23
* Start catching LLVMContext misuse in the verifier.Nick Lewycky2009-11-23
* Pull LLVMContext out of PromoteMemToReg.Nick Lewycky2009-11-23
* Remove LLVMContext and its include.Nick Lewycky2009-11-23
* Remove unused LLVMContext.Nick Lewycky2009-11-23
* Remove dead LLVMContext argument.Nick Lewycky2009-11-23
* Reapply r88830 with a bugfix: this transform only applies to icmp eq/ne. ThisNick Lewycky2009-11-23
* CMake: Updated library dependencies.Oscar Fuentes2009-11-23
* CMake: Do not try to install a target before it is defined.Oscar Fuentes2009-11-23
* CMake: generate targets for tools and examples even whenOscar Fuentes2009-11-23
* FileCheck, PR5239: Try to find the intended match on failures, but looking for aDaniel Dunbar2009-11-22
* FileCheck: When a string using variable references fails to match, printDaniel Dunbar2009-11-22
* SourceMgr: Add ShowLine argument to PrintMessage, to allow suppressing the so...Daniel Dunbar2009-11-22
* Allow '_' in FileCheck variable names, it is nice to have at least oneDaniel Dunbar2009-11-22
* Add getFrameIndexReference() to TargetRegisterInfo, which allows targets toJim Grosbach2009-11-22
* Move default FrameReg val to getFrameIndexReference(). Otherwise, debug info ...Jim Grosbach2009-11-22
* 80-column cleanupJim Grosbach2009-11-22
* Teach MachineBasicBlock::updateTerminator() to handle a failing TII->ReverseB...Jakob Stoklund Olesen2009-11-22
* Update doc re: LLVM_BUILD_EXAMPLES.Daniel Dunbar2009-11-22
* Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar2009-11-22
* add fixme for dubious code. Duncan, what do you think?Chris Lattner2009-11-22
* remove a silly condition that doesn't make a lot of sense anymore.Chris Lattner2009-11-22
* reduce indentation, no functionality change.Chris Lattner2009-11-22
* Remove the AliasAnalysis::getMustAliases method, which is dead.Chris Lattner2009-11-22
* Miss two, PR5307.Edward O'Callaghan2009-11-22
* Convert Thumb2 tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Turns out stuff gets allocated to different registers depending on the subtar...Benjamin Kramer2009-11-22
* Convert ARM tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Convert test to FileCheck.Benjamin Kramer2009-11-22
* Forgot to alter RUN line when converting to FileCheck.Edward O'Callaghan2009-11-22
* Fix for bad FileCheck converts in revision 89584.Edward O'Callaghan2009-11-22
* Convert a few tests to FileCheck for PR5307.Edward O'Callaghan2009-11-22
* Fix whitespace.Bob Wilson2009-11-22
* Fix pr5470. Tablegen handles template arguments by temporarily setting theirBob Wilson2009-11-22
* Remove dead code. While there, also turn a few 'T* ' into 'T *' to match theNick Lewycky2009-11-22
* Generate more correct debug info for frame indices.Jim Grosbach2009-11-22
* Minor optimization: when doing eq/ne comparions and RHS is a constant - swap ...Anton Korobeynikov2009-11-22
* Drop unsupported imm operandsAnton Korobeynikov2009-11-22
* Use 2-byte alignment for functions. 4 bytes are clear overkill here.Anton Korobeynikov2009-11-22
* Use semicolon as assembler comment stringAnton Korobeynikov2009-11-22