| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the metadata constructors back to 2.5 syntax. | Owen Anderson | 2009-07-31 | 6 | -80/+52 |
* | LibCallAliasAnalysis doesn't use TargetData. | Dan Gohman | 2009-07-31 | 1 | -2/+0 |
* | llvm-mc/X86: Sketch match functions for immediates and memory operands. | Daniel Dunbar | 2009-07-31 | 1 | -37/+112 |
* | Make TargetData optional in MemoryDependenceAnalysis. | Dan Gohman | 2009-07-31 | 1 | -10/+7 |
* | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 3 | -21/+24 |
* | Remove an unnecessary header. | Dan Gohman | 2009-07-31 | 1 | -1/+0 |
* | remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, | Chris Lattner | 2009-07-31 | 2 | -35/+0 |
* | remove a pointless override. | Chris Lattner | 2009-07-31 | 2 | -12/+0 |
* | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | Owen Anderson | 2009-07-31 | 43 | -376/+331 |
* | Fix GVN's debug output, now that operator<< on Value* doesn't print | Dan Gohman | 2009-07-31 | 1 | -11/+12 |
* | Whitespace and 80-col cleanup. | Eric Christopher | 2009-07-31 | 1 | -153/+167 |
* | - Convert the rest of the DOUTs to DEBUG+errs(). | Bill Wendling | 2009-07-31 | 1 | -14/+13 |
* | PR4662: Fix a crash introduced by the recent LLVMContext changes. | Eli Friedman | 2009-07-31 | 1 | -1/+2 |
* | Update CMake files. | Ted Kremenek | 2009-07-31 | 2 | -1/+2 |
* | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 16 | -117/+128 |
* | Remove Annotation.h, which is no longer used in the LLVM tree. | Dan Gohman | 2009-07-31 | 1 | -130/+0 |
* | Until we have a "ALIGN" pseudo instruction, have asm printer emitted a .align | Evan Cheng | 2009-07-31 | 1 | -0/+7 |
* | MachineFunction no longer needs Annotation. | Dan Gohman | 2009-07-31 | 1 | -2/+1 |
* | - Teach TBB / TBH offset limits are 510 and 131070 respectively since the offset | Evan Cheng | 2009-07-31 | 2 | -9/+14 |
* | Fix printing of Alloca instructions with null operands. | Dan Gohman | 2009-07-31 | 1 | -1/+1 |
* | Fix some problems with ASTCallbackVH in its use as a DenseMap key. | Dan Gohman | 2009-07-31 | 1 | -4/+6 |
* | Process DbgDeclareInst. | Devang Patel | 2009-07-31 | 1 | -0/+15 |
* | Normalize target registration code. | Daniel Dunbar | 2009-07-31 | 1 | -1/+1 |
* | Reapply r77654 with a fix: MachineFunctionPass's getAnalysisUsage | Dan Gohman | 2009-07-31 | 11 | -104/+121 |
* | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 7 | -10/+24 |
* | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson | 2009-07-31 | 14 | -160/+154 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 3 | -12/+32 |
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 1 | -8/+15 |
* | fix PR4650: we only track sizes for certain objects, so only put something | Chris Lattner | 2009-07-31 | 1 | -1/+4 |
* | Work around a dangling pointer dereference when enumerating NamedMDNodes. | Benjamin Kramer | 2009-07-31 | 1 | -0/+3 |
* | Fix a struct/class mismatch, to silence a MSVC warning. | Benjamin Kramer | 2009-07-31 | 1 | -1/+1 |
* | define target names for std libcalls. | Sanjiv Gupta | 2009-07-31 | 2 | -12/+34 |
* | Revert r77654, it appears to be causing llvm-gcc bootstrap failures, and many | Daniel Dunbar | 2009-07-31 | 11 | -119/+104 |
* | llvm-mc: Match a few X86 instructions. | Daniel Dunbar | 2009-07-31 | 1 | -8/+71 |
* | Manage MachineFunctions with an analysis Pass instead of the Annotable | Dan Gohman | 2009-07-31 | 11 | -104/+119 |
* | Fix cmake build. | Benjamin Kramer | 2009-07-31 | 1 | -1/+0 |
* | Add getOrInsertNamedMetadata(). | Devang Patel | 2009-07-30 | 1 | -3/+14 |
* | When fp is not eliminated, instructions with T2_i12 modes will be changed to ... | Evan Cheng | 2009-07-30 | 2 | -3/+10 |
* | Removed the BigBlock register allocator. | Lang Hames | 2009-07-30 | 1 | -892/+0 |
* | Do not use abbrev while writing NamedMDNode name. | Devang Patel | 2009-07-30 | 1 | -9/+4 |
* | Enumerate NamedMDNode elements first. | Devang Patel | 2009-07-30 | 1 | -4/+0 |
* | Move more code back to 2.5 APIs. | Owen Anderson | 2009-07-30 | 41 | -221/+180 |
* | Remove redundant match for frame index from imm8 addrmode, it is handled by t... | David Goodwin | 2009-07-30 | 1 | -24/+14 |
* | Darwin assembler now recognizes "orn", so remove workaround. | David Goodwin | 2009-07-30 | 1 | -5/+3 |
* | Darwin assembler now supports "rrx", so remove workaround. | David Goodwin | 2009-07-30 | 1 | -2/+1 |
* | Twine: Directly support int, long, and long long types. | Daniel Dunbar | 2009-07-30 | 1 | -17/+29 |
* | Use CallbackVH in AliasSetTracker to avoid getting stuck with | Dan Gohman | 2009-07-30 | 1 | -4/+20 |
* | Cleanup and include code selection for some frame index cases. | David Goodwin | 2009-07-30 | 1 | -20/+49 |
* | Start using DebugInfoFinder. | Devang Patel | 2009-07-30 | 1 | -13/+11 |
* | Do not use getNamedValue() to lookup NamedMDNode. NamedMDNode is not a Global... | Devang Patel | 2009-07-30 | 1 | -1/+1 |