summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Remove redundant declaration.Zhongxing Xu2010-02-03
* Add constructors.Zhongxing Xu2010-02-03
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-03
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-03
* Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin2010-02-03
* privatize a bunch of methods and move \n printing into them.Chris Lattner2010-02-03
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-02
* Revert 95130.Evan Cheng2010-02-02
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-02
* Remove a bunch of stuff around the edges of the ELF writer.Chris Lattner2010-02-02
* MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.Daniel Dunbar2010-02-02
* eliminate all the dead addSimpleCodeEmitter implementations.Chris Lattner2010-02-02
* Pass callsite return type to TargetLowering::LowerCall and use that to check ...Evan Cheng2010-02-02
* Make DenseSet's erase pass on the return value rather than swallowing it.Dan Gohman2010-02-02
* Fix function names in comments. Thanks Duncan!Dan Gohman2010-02-02
* eliminate FileModel::Model, just use CodeGenFileType. The clientChris Lattner2010-02-02
* remove the remnants of TargetMachOWriterInfo.Chris Lattner2010-02-02
* Add a new top-level MachO.h file for manifest constants, fixing Chris Lattner2010-02-02
* eliminate all forms of addPassesToEmitMachineCode exceptChris Lattner2010-02-02
* Inline addAssemblyEmitter into its one real caller and deleteChris Lattner2010-02-02
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-02
* Return value on every path.Zhongxing Xu2010-02-02
* simplify code.Zhongxing Xu2010-02-02
* More logic correction: RemoveOverlap should always create new tree. Add aZhongxing Xu2010-02-02
* Add a lookup method to the IntervalMap. The difference from the original Zhongxing Xu2010-02-02
* Fix a bunch of errors in the old logic.Zhongxing Xu2010-02-02
* 11.8p1: A nested class is a member and as such has the same access rights asZhongxing Xu2010-02-02
* Kill the Mach-O writer, and temporarily make filetype=obj an error.Nate Begeman2010-02-01
* Add "dump" method to IVUsersOneStride.Bill Wendling2010-02-01
* Do an early exit when the result is known cheaply.Duncan Sands2010-02-01
* eliminate a bunch of pointless LLVMContext arguments.Chris Lattner2010-02-01
* Generalize target-independent folding rules for sizeof to handle moreDan Gohman2010-02-01
* Add a getNUWMul function.Dan Gohman2010-02-01
* Add a generalized form of ConstantExpr::getOffsetOf which works forDan Gohman2010-02-01
* Add an immutable interval map, prepared to be used by flat memory model Zhongxing Xu2010-02-01
* Simplify code. We can compare TNew with T in one batch.Zhongxing Xu2010-02-01
* Moved InstallLexer() from the X86-specific AsmLexerSean Callanan2010-01-31
* Check alignment of loads when deciding whether it is safe to execute themBob Wilson2010-01-30
* Make sure the size is doubled (not 4x).Junjie Gu2010-01-29
* Rename two IRReader.h functions to indicate that they return a ModuleJeffrey Yasskin2010-01-29
* Improve isSafeToLoadUnconditionally to recognize that GEPs with constantBob Wilson2010-01-29
* Assign the ordering of SDNodes in a much less intrusive fashion. After theBill Wendling2010-01-28
* Add llvm::Program::ChangeStderrToBinary().Douglas Gregor2010-01-28
* Make getAlignOf return an i64, for consistency with getSizeOf andDan Gohman2010-01-28
* Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their placeDan Gohman2010-01-28
* add target hooks for emitting random gunk before and after the function body.Chris Lattner2010-01-28
* Update of 94055 to track the IR level call site information via an intrinsic.Jim Grosbach2010-01-28
* Give AsmPrinter the most common expected implementation of Chris Lattner2010-01-28
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-28
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-28