| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Filled in a few new APIs for the enhanced | Sean Callanan | 2010-02-04 | 1 | -1/+1 |
* | Provide interface to identifiy artificial methods. | Devang Patel | 2010-02-03 | 1 | -1/+3 |
* | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin | 2010-02-03 | 1 | -5/+0 |
* | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar | 2010-02-03 | 1 | -1/+11 |
* | Remove redundant declaration. | Zhongxing Xu | 2010-02-03 | 1 | -2/+0 |
* | Add constructors. | Zhongxing Xu | 2010-02-03 | 1 | -0/+5 |
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 1 | -9/+8 |
* | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner | 2010-02-03 | 1 | -23/+13 |
* | Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. | Jeffrey Yasskin | 2010-02-03 | 1 | -18/+0 |
* | privatize a bunch of methods and move \n printing into them. | Chris Lattner | 2010-02-03 | 1 | -5/+7 |
* | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner | 2010-02-02 | 1 | -1/+1 |
* | Revert 95130. | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | refactor code so that LLVMTargetMachine creates the asmstreamer and | Chris Lattner | 2010-02-02 | 3 | -10/+21 |
* | Remove a bunch of stuff around the edges of the ELF writer. | Chris Lattner | 2010-02-02 | 2 | -32/+2 |
* | MC/Mach-O: Set SOME_INSTRUCTIONS bit for sections. | Daniel Dunbar | 2010-02-02 | 1 | -1/+8 |
* | eliminate all the dead addSimpleCodeEmitter implementations. | Chris Lattner | 2010-02-02 | 1 | -32/+0 |
* | Pass callsite return type to TargetLowering::LowerCall and use that to check ... | Evan Cheng | 2010-02-02 | 1 | -1/+1 |
* | Make DenseSet's erase pass on the return value rather than swallowing it. | Dan Gohman | 2010-02-02 | 1 | -2/+2 |
* | Fix function names in comments. Thanks Duncan! | Dan Gohman | 2010-02-02 | 1 | -3/+3 |
* | eliminate FileModel::Model, just use CodeGenFileType. The client | Chris Lattner | 2010-02-02 | 1 | -26/+20 |
* | remove the remnants of TargetMachOWriterInfo. | Chris Lattner | 2010-02-02 | 2 | -118/+0 |
* | Add a new top-level MachO.h file for manifest constants, fixing | Chris Lattner | 2010-02-02 | 1 | -0/+56 |
* | eliminate all forms of addPassesToEmitMachineCode except | Chris Lattner | 2010-02-02 | 1 | -79/+0 |
* | Inline addAssemblyEmitter into its one real caller and delete | Chris Lattner | 2010-02-02 | 1 | -8/+0 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 6 | -1/+88 |
* | Return value on every path. | Zhongxing Xu | 2010-02-02 | 1 | -3/+2 |
* | simplify code. | Zhongxing Xu | 2010-02-02 | 1 | -9/+6 |
* | More logic correction: RemoveOverlap should always create new tree. Add a | Zhongxing Xu | 2010-02-02 | 1 | -10/+10 |
* | Add a lookup method to the IntervalMap. The difference from the original | Zhongxing Xu | 2010-02-02 | 1 | -1/+36 |
* | Fix a bunch of errors in the old logic. | Zhongxing Xu | 2010-02-02 | 1 | -7/+12 |
* | 11.8p1: A nested class is a member and as such has the same access rights as | Zhongxing Xu | 2010-02-02 | 1 | -3/+0 |
* | Kill the Mach-O writer, and temporarily make filetype=obj an error. | Nate Begeman | 2010-02-01 | 2 | -17/+0 |
* | Add "dump" method to IVUsersOneStride. | Bill Wendling | 2010-02-01 | 1 | -0/+5 |
* | Do an early exit when the result is known cheaply. | Duncan Sands | 2010-02-01 | 1 | -0/+5 |
* | eliminate a bunch of pointless LLVMContext arguments. | Chris Lattner | 2010-02-01 | 1 | -2/+1 |
* | Generalize target-independent folding rules for sizeof to handle more | Dan Gohman | 2010-02-01 | 2 | -3/+17 |
* | Add a getNUWMul function. | Dan Gohman | 2010-02-01 | 1 | -0/+1 |
* | Add a generalized form of ConstantExpr::getOffsetOf which works for | Dan Gohman | 2010-02-01 | 1 | -3/+8 |
* | Add an immutable interval map, prepared to be used by flat memory model | Zhongxing Xu | 2010-02-01 | 3 | -2/+203 |
* | Simplify code. We can compare TNew with T in one batch. | Zhongxing Xu | 2010-02-01 | 1 | -14/+3 |
* | Moved InstallLexer() from the X86-specific AsmLexer | Sean Callanan | 2010-01-31 | 1 | -0/+10 |
* | Check alignment of loads when deciding whether it is safe to execute them | Bob Wilson | 2010-01-30 | 1 | -1/+1 |
* | Make sure the size is doubled (not 4x). | Junjie Gu | 2010-01-29 | 1 | -1/+1 |
* | Rename two IRReader.h functions to indicate that they return a Module | Jeffrey Yasskin | 2010-01-29 | 1 | -7/+7 |
* | Improve isSafeToLoadUnconditionally to recognize that GEPs with constant | Bob Wilson | 2010-01-29 | 1 | -1/+2 |
* | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling | 2010-01-28 | 1 | -1/+1 |
* | Add llvm::Program::ChangeStderrToBinary(). | Douglas Gregor | 2010-01-28 | 1 | -2/+4 |
* | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman | 2010-01-28 | 1 | -2/+1 |
* | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman | 2010-01-28 | 2 | -98/+11 |
* | add target hooks for emitting random gunk before and after the function body. | Chris Lattner | 2010-01-28 | 1 | -0/+8 |