projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Add a TODO comment. FastISel works by parsing each basic block from the bottom
[oota-llvm.git]
/
tools
/
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
2011-07-11
Evan Cheng
Disassembler doesn't need TargetMachine anymore.
tree
|
commitdiff
2011-07-11
Jay Foad
De-constify Types in StructType::get() and TargetData...
tree
|
commitdiff
2011-07-11
Evan Cheng
- Eliminate MCCodeEmitter's dependency on TargetMachine...
tree
|
commitdiff
2011-07-09
Chris Lattner
Land the long talked about "type system rewrite" patch...
tree
|
commitdiff
2011-07-09
Evan Cheng
Change createAsmParser to take a MCSubtargetInfo instea...
tree
|
commitdiff
2011-07-08
Evan Cheng
Eliminate asm parser's dependency on TargetMachine:
tree
|
commitdiff
2011-07-06
Eli Friedman
Remove some unnecessary includes.
tree
|
commitdiff
2011-07-06
Evan Cheng
createMCInstPrinter doesn't need TargetMachine anymore.
tree
|
commitdiff
2011-07-02
Duncan Sands
Remove unused constant.
tree
|
commitdiff
2011-06-30
Evan Cheng
Fix the ridiculous SubtargetFeatures API where it impli...
tree
|
commitdiff
2011-06-29
Evan Cheng
Sink SubtargetFeature and TargetInstrItineraries (renam...
tree
|
commitdiff
2011-06-28
Chad Rosier
Reinstate r133516 "Remove some unnecessary uses of...
tree
|
commitdiff
2011-06-28
Jay Foad
PR10210: New method ConstantArray::getAsCString()....
tree
|
commitdiff
2011-06-27
Chad Rosier
Revert r133516 "Remove some unnecessary uses of c_str()."
tree
|
commitdiff
2011-06-25
Michael J. Spencer
Object: Add proper error handling.
tree
|
commitdiff
2011-06-25
Michael J. Spencer
Modify llvm-nm to use new Binary creation method.
tree
|
commitdiff
2011-06-25
Michael J. Spencer
Make Binary the parent of ObjectFile and update childre...
tree
|
commitdiff
2011-06-21
Jay Foad
Remove some unnecessary uses of c_str().
tree
|
commitdiff
2011-06-20
Chris Lattner
Revamp the "ConstantStruct::get" methods. Previously...
tree
|
commitdiff
2011-06-18
Chris Lattner
eliminate the Type::getDescription() method, using...
tree
|
commitdiff
2011-06-17
Bill Wendling
Use the verbose asm flag instead of a new flag for...
tree
|
commitdiff
2011-06-17
Bill Wendling
Add an option that allows one to "decode" the LSDA.
tree
|
commitdiff
2011-06-17
Chris Lattner
Drop the "2" suffix on some enums.
tree
|
commitdiff
2011-06-17
Chris Lattner
remove support for a bunch of obsolete instruction...
tree
|
commitdiff
2011-06-17
Chris Lattner
Remove some "2" suffixes from the metadata enums now...
tree
|
commitdiff
2011-06-17
Chris Lattner
remove bitcode reader support for LLVM 2.7 metadata...
tree
|
commitdiff
2011-06-13
Michael J. Spencer
Revert the last two commits in the series. r132911...
tree
|
commitdiff
2011-06-13
Michael J. Spencer
Modify llvm-nm to use new Binary creation method.
tree
|
commitdiff
2011-06-13
Michael J. Spencer
Make Binary the parent of ObjectFile and update childre...
tree
|
commitdiff
2011-06-06
Eli Friedman
Add -O1/2/3 to bugpoint, so when you conclude opt ...
tree
|
commitdiff
2011-06-06
Eli Friedman
We only do always-inlining at -O1; make opt reflect...
tree
|
commitdiff
2011-05-31
Nick Lewycky
Also remove -lLTO which should have been in r132349...
tree
|
commitdiff
2011-05-31
Nick Lewycky
Make the gold plugin build on Cygwin as well as Linux...
tree
|
commitdiff
2011-05-24
Evan Cheng
Remove dead option.
tree
|
commitdiff
2011-05-22
Chris Lattner
initialize and finalize function passes, pointed out...
tree
|
commitdiff
2011-05-22
Chris Lattner
fix a file system case sensitivity issue.
tree
|
commitdiff
2011-05-22
Chris Lattner
switch opt to using PassManagerBuilder.h
tree
|
commitdiff
2011-05-22
Chris Lattner
switch llvm-ld. It has a terrible mechanism that peopl...
tree
|
commitdiff
2011-05-22
Chris Lattner
switch bugpoint and liblto to PassManagerBuilder.
tree
|
commitdiff
2011-05-21
Andrew Trick
Have Program::Wait return -2 for crashed and timeouts...
tree
|
commitdiff
2011-05-12
Oscar Fuentes
CMake builds gold by default since revision 127466...
tree
|
commitdiff
2011-05-11
Andrew Trick
Typo and missing checkin from r131186.
tree
|
commitdiff
2011-05-11
Andrew Trick
Bugpoint support for miscompilations that result in...
tree
|
commitdiff
2011-05-09
Jim Grosbach
Tidy up. 80-column and whitespace.
tree
|
commitdiff
2011-05-04
Duncan Sands
Remove an unused variable.
tree
|
commitdiff
2011-05-02
Rafael Espindola
llvmc: Pass -disable-cfi to llc.
tree
|
commitdiff
2011-05-01
Rafael Espindola
Simplify the handling of pcrel relocations on ELF....
tree
|
commitdiff
2011-04-30
Rafael Espindola
Add all the plumbing needed for MC to expand cfi to...
tree
|
commitdiff
2011-04-28
Chandler Carruth
Revert an unintended commit. Very sorry for this one.
tree
|
commitdiff
2011-04-28
Chandler Carruth
nuke gold
tree
|
commitdiff
2011-04-24
Mikhail Glushenkov
Remove all references to plugins from the LLVMC docs.
tree
|
commitdiff
2011-04-23
Jay Foad
Remove unused STL header includes.
tree
|
commitdiff
2011-04-22
Mikhail Glushenkov
The .inc file is auto-generated and must not be edited...
tree
|
commitdiff
2011-04-21
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2011-04-21
Nick Lewycky
Fix typo in comment.
tree
|
commitdiff
2011-04-20
Daniel Dunbar
llc: Fix a refacto, .loc support didn't work before...
tree
|
commitdiff
2011-04-20
Daniel Dunbar
ADT/Triple: Renambe isOSX... methods to isMacOSX for...
tree
|
commitdiff
2011-04-19
Daniel Dunbar
ADT/Triple: Move a variety of clients to using isOSDarw...
tree
|
commitdiff
2011-04-19
Daniel Dunbar
llc: Eliminate a use of getDarwinMajorNumber().
tree
|
commitdiff
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
tree
|
commitdiff
2011-04-13
Jim Grosbach
Load multiple object files and link them via RuntimeDyl...
tree
|
commitdiff
2011-04-13
Jim Grosbach
Allow user-specified program entry point for llvm-rtdyld.
tree
|
commitdiff
2011-04-12
Jim Grosbach
MCJIT lazy relocation resolution and symbol address...
tree
|
commitdiff
2011-04-12
Jim Grosbach
Tidy up a bit now that we're using the MemoryManager...
tree
|
commitdiff
2011-04-11
Jay Foad
Don't include Operator.h from InstrTypes.h.
tree
|
commitdiff
2011-04-09
Sean Callanan
Moved an access to an object past a NULL check,
tree
|
commitdiff
next