2011-10-04 |
Devang Patel | Update cmake list. |
tree | commitdiff |
2011-10-04 |
Devang Patel | Put GCOVFile and other related interface in a common... |
tree | commitdiff |
2011-10-04 |
Peter Collingbourne | Exclude libLLVMTableGen.a from the shared library |
tree | commitdiff |
2011-09-29 |
Devang Patel | Simplify. |
tree | commitdiff |
2011-09-29 |
Devang Patel | Clarify comments. |
tree | commitdiff |
2011-09-29 |
Devang Patel | Remove unnecessary and unused data member. |
tree | commitdiff |
2011-09-29 |
Devang Patel | Cosmetic changes, as per Nick's review. |
tree | commitdiff |
2011-09-29 |
Andrew Trick | Fix build failures better. |
tree | commitdiff |
2011-09-29 |
Daniel Dunbar | Fix build failure. |
tree | commitdiff |
2011-09-29 |
Michael J. Spencer | llvm-size: Apply Chris's code review fixes. |
tree | commitdiff |
2011-09-28 |
Michael J. Spencer | Fix cast. |
tree | commitdiff |
2011-09-28 |
Michael J. Spencer | Add llvm-size. |
tree | commitdiff |
2011-09-28 |
Devang Patel | Introduce llvm-cov. |
tree | commitdiff |
2011-09-27 |
Michael J. Spencer | Add binary archive support to llvm-nm. |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Detach symbol listing from section enumer... |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Take the data from the right object when... |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Fix use after free. |
tree | commitdiff |
2011-09-21 |
Benjamin Kramer | llvm-objdump: Output line info next to the disassembly... |
tree | commitdiff |
2011-09-20 |
Benjamin Kramer | llvm-objdump: factor code better, add comments. |
tree | commitdiff |
2011-09-20 |
Eric Christopher | Remove llvmc from CMake as well. |
tree | commitdiff |
2011-09-19 |
Eric Christopher | Remove llvmc and assorted build machinery for it. |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Nope, there's another one! |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Missed one instance of implicit pointer conversion. |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Try to make MSVC 2010 happy. |
tree | commitdiff |
2011-09-19 |
Benjamin Kramer | Add a MachO-specific "mode" to llvm-objdump, that,... |
tree | commitdiff |
2011-09-16 |
Chad Rosier | Add -rfunc and -rglob options to llvm-extract to suppor... |
tree | commitdiff |
2011-09-15 |
Owen Anderson | Don't attach annotations to MCInst's. Instead, have... |
tree | commitdiff |
2011-09-15 |
Ivan Krasin | use 64-bit types instead of off_t/size_t to avoid the... |
tree | commitdiff |
2011-09-15 |
Benjamin Kramer | llvm-dwarfdump: Add an option to print out line info... |
tree | commitdiff |
2011-09-15 |
Benjamin Kramer | DWARF: wire up .debug_str dumping. |
tree | commitdiff |
2011-09-15 |
Benjamin Kramer | DWARF: Add basic support for line tables. |
tree | commitdiff |
2011-09-14 |
Benjamin Kramer | llvm-dwarfdump: Make the "is debug info section" heuris... |
tree | commitdiff |
2011-09-14 |
Benjamin Kramer | Object: make the following changes into SymbolRef |
tree | commitdiff |
2011-09-14 |
Benjamin Kramer | DWARF: Port support for parsing .debug_aranges section... |
tree | commitdiff |
2011-09-13 |
Benjamin Kramer | Sketch out a DWARF parser. |
tree | commitdiff |
2011-09-12 |
Ivan Krasin | gold plugin: don't report error on non-bitcode (e.g... |
tree | commitdiff |
2011-09-09 |
Ivan Krasin | gold plugin: report errors occured in lto_module_create... |
tree | commitdiff |
2011-09-08 |
Ivan Krasin | lto/addAsmGlobalSymbols: fast path when no module level... |
tree | commitdiff |
2011-09-08 |
Ivan Krasin | lto/addAsmGlobalSymbols: fail fracefully when the targe... |
tree | commitdiff |
2011-09-07 |
James Molloy | Refactor instprinter and mcdisassembler to take a Subta... |
tree | commitdiff |
2011-09-04 |
Chandler Carruth | As a (rather delayed) followup to r136738 which stopped... |
tree | commitdiff |
2011-09-01 |
Benjamin Kramer | Don't drop alignment info on local common symbols. |
tree | commitdiff |
2011-08-30 |
Benjamin Kramer | Teach macho-dump to dump the uleb128s referred to by... |
tree | commitdiff |
2011-08-30 |
Benjamin Kramer | Teach macho-dump how to dump linkedit_data load commands. |
tree | commitdiff |
2011-08-24 |
Evan Cheng | Move TargetRegistry and TargetSelect from Target to... |
tree | commitdiff |
2011-08-23 |
Evan Cheng | Some refactoring so TargetRegistry.h no longer has... |
tree | commitdiff |
2011-08-18 |
John Criswell | Fixed compilation warning on Linux by fixing the type... |
tree | commitdiff |
2011-08-17 |
Owen Anderson | Allow the MCDisassembler to return a "soft fail" status... |
tree | commitdiff |
2011-08-16 |
Jim Grosbach | Remove unused Target argument from AsmParser constructi... |
tree | commitdiff |
2011-08-12 |
Nick Lewycky | Fix bugpoint fallout from the new type system. |
tree | commitdiff |
2011-08-12 |
Duncan Sands | Silence a bunch (but not all) "variable written but... |
tree | commitdiff |
2011-08-08 |
Benjamin Kramer | Add MCInstrAnalysis class. This allows the targets... |
tree | commitdiff |
2011-08-08 |
Benjamin Kramer | llvm-objdump: disassembly enhancements |
tree | commitdiff |
2011-08-08 |
Benjamin Kramer | llvm-objdump: Use help of CFG to print assembly when... |
tree | commitdiff |
2011-08-03 |
Bill Wendling | Remove the LowerSetJmp pass. It wasn't used effectively... |
tree | commitdiff |
2011-08-03 |
Evan Cheng | Kill the export list as well. |
tree | commitdiff |
2011-08-02 |
Evan Cheng | lldb doesn't need the edis dylib any more. |
tree | commitdiff |
2011-08-02 |
Rafael Espindola | Move methods in PassManagerBuilder offline. |
tree | commitdiff |
2011-08-02 |
Rafael Espindola | move PassManagerBuilder.h to IPO. This is a non intuiti... |
tree | commitdiff |
2011-07-29 |
Douglas Gregor | Switch the CMake edis build over to add_llvm_library_de... |
tree | commitdiff |
2011-07-29 |
Chandler Carruth | Rewrite the CMake build to use explicit dependencies... |
tree | commitdiff |
2011-07-26 |
Evan Cheng | Fix llvm-mc target detection code to match llc. |
tree | commitdiff |
2011-07-26 |
Nick Lewycky | Don't try to dereference syms[0] on an empty vector... |
tree | commitdiff |
2011-07-26 |
Evan Cheng | Rename createCodeEmitter to createMCCodeEmitter; create... |
tree | commitdiff |
2011-07-26 |
Evan Cheng | Rename TargetAsmParser to MCTargetAsmParser and TargetA... |
tree | commitdiff |
2011-07-25 |
Evan Cheng | Rename TargetAsmBackend to MCAsmBackend; rename createA... |
tree | commitdiff |
2011-07-25 |
Benjamin Kramer | I will save before I commit. |
tree | commitdiff |
2011-07-25 |
Benjamin Kramer | llvm-objdump: Ignore unreachable blocks when printing... |
tree | commitdiff |
2011-07-25 |
Evan Cheng | Separate MCInstPrinter registration from AsmPrinter... |
tree | commitdiff |
2011-07-25 |
Nick Lewycky | Fix typo. |
tree | commitdiff |
2011-07-25 |
Evan Cheng | Fix last bits of MC layer issues. llvm-mc doesn't need... |
tree | commitdiff |
2011-07-25 |
Oscar Fuentes | Builds llvmc and its examples with CMake. |
tree | commitdiff |
2011-07-25 |
Oscar Fuentes | Fixes VS support for llvmc mcc16 llvmc example. |
tree | commitdiff |
2011-07-23 |
Evan Cheng | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsm... |
tree | commitdiff |
2011-07-22 |
Evan Cheng | Combine all MC initialization routines into one. e... |
tree | commitdiff |
2011-07-22 |
Benjamin Kramer | llvm-objdump: Don't ignore errors from raw_fd_ostream. |
tree | commitdiff |
2011-07-22 |
Benjamin Kramer | llvm-objdump: Skip branches that leave the current... |
tree | commitdiff |
2011-07-22 |
Chandler Carruth | Move the registered target printing in version strings... |
tree | commitdiff |
2011-07-21 |
Jay Foad | Convert ConstantExpr::getGetElementPtr and |
tree | commitdiff |
2011-07-20 |
Francois Pichet | Unbreak the MSVC build. Since the "next" function alrea... |
tree | commitdiff |
2011-07-20 |
Evan Cheng | Goodbye TargetAsmInfo. This eliminate last bit of CodeG... |
tree | commitdiff |
2011-07-20 |
Benjamin Kramer | Fix cmake. |
tree | commitdiff |
2011-07-20 |
Benjamin Kramer | Sketch out an CFG reconstruction mode for llvm-objdump. |
tree | commitdiff |
2011-07-20 |
Evan Cheng | - Move CodeModel from a TargetMachine global option... |
tree | commitdiff |
2011-07-20 |
Evan Cheng | Add MCObjectFileInfo and sink the MCSections initializa... |
tree | commitdiff |
2011-07-19 |
Benjamin Kramer | Fix off-by-one. |
tree | commitdiff |
2011-07-19 |
Evan Cheng | Introduce MCCodeGenInfo, which keeps information that... |
tree | commitdiff |
2011-07-18 |
Evan Cheng | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from... |
tree | commitdiff |
2011-07-18 |
Chris Lattner | land David Blaikie's patch to de-constify Type, with... |
tree | commitdiff |
2011-07-18 |
Evan Cheng | LLC doesn't need to create MCInstrInfo's. |
tree | commitdiff |
2011-07-15 |
Benjamin Kramer | Teach llvm-objdump to disassemble sections symbol by... |
tree | commitdiff |
2011-07-15 |
Jay Foad | Convert CallInst and InvokeInst APIs to use ArrayRef. |
tree | commitdiff |
2011-07-14 |
Evan Cheng | Rename createAsmInfo to createMCAsmInfo and move regist... |
tree | commitdiff |
2011-07-14 |
Douglas Gregor | CMake: Add a new configuration option LLVM_BUILD_CLANG... |
tree | commitdiff |
2011-07-14 |
Evan Cheng | Unfortunately several files in MC are badly violating... |
tree | commitdiff |
2011-07-13 |
Evan Cheng | Revert accidental commit. |
tree | commitdiff |
2011-07-13 |
Evan Cheng | It's not safe to fold (fptrunc (sqrt (fpext x))) to... |
tree | commitdiff |
2011-07-12 |
Jay Foad | Second attempt at de-constifying LLVM Types in Function... |
tree | commitdiff |
2011-07-12 |
Bill Wendling | Revert r134893 and r134888 (and related patches in... |
tree | commitdiff |
2011-07-11 |
Cameron Zwarich | Fix LTO after the recent MC subtarget refactoring. |
tree | commitdiff |
next |