projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2011-07-13
Evan Cheng
Improve codegen for select's:
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Bill Wendling
Assign variable before we test it.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Bill Wendling
Fix obvious think-o.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-13
Bill Wendling
Clean up the handling of an EBP/RBP unwind frame pointe...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Bill Wendling
There is a cyclic dependency between MC and Target...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Francois Pichet
Remove the const from Type after of Jay deconstify...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Benjamin Kramer
Delete StructType bodies when destroying a StructType.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Jim Grosbach
Add check for predicate w/o S bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Jim Grosbach
Improve test cases from r134746.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Garrison Venn
Reverted 134901 because of 134959. Did not use svn...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Jay Foad
Second attempt at de-constifying LLVM Types in Function...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Tobias Grosser
VectorType is also a SequentialType
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Tobias Grosser
Remove IntegerType constness from TargetData
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Francois Pichet
Fix the BrainF build.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Chris Lattner
simplify assertions to not be completely redundant.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Chris Lattner
make the IRBuilder type methods return non-const types.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Andrew Trick
Comment correction.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Bill Wendling
Revert r134893 and r134888 (and related patches in...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Nick Lewycky
TypeMap had a destructor that destroyed the types it...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-12
Andrew Trick
indvars: Code reorganization in preparation for
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Eric Christopher
Revert r134921, 134917, 134908 and 134907. They're...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
John Wiegley
fix some examples
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Cameron Zwarich
Fix LTO after the recent MC subtarget refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Evan Cheng
Most MCCodeEmitter's don't meed MCContext.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
David Greene
Use get(0 Instead of Create()
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Evan Cheng
Disassembler doesn't need TargetMachine anymore.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Evan Cheng
struct Init -> class Init.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
David Greene
Fix Build
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
David Greene
[AVX] Make Inits Foldable
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Shantonu Sen
Resynchronize EDInfo.h and EDEmitter.cpp.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Jim Grosbach
Fix recognition of ARM 'adcs' mnemonic.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Jim Grosbach
Simplify printing of ARM shifted immediates.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Garrison Venn
Modified demo to work with non const Type parameters...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
NAKAMURA Takumi
test/CodeGen/PowerPC/vector.ll: Tweak redirection ...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Jay Foad
De-constify Types in StructType::get() and TargetData...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Cameron Zwarich
Add a missing test for r134882.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Jay Foad
De-constify Types in FunctionType::get().
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Jay Foad
Remove mentions of type planes.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Evan Cheng
- Eliminate MCCodeEmitter's dependency on TargetMachine...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Rafael Espindola
Don't duplicate the work done by a gep into a "bitcast...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-11
Cameron Zwarich
Fix <rdar://problem/9751331>.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Chandler Carruth
Silence -Wunused-variable in release builds.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Chandler Carruth
Make the destructor virtual to silence GCC's -Wnon...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Jakub Staszak
Use BranchProbability instead of floating points in...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Jakub Staszak
- Make BranchProbability constructor public.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Jakub Staszak
Don't analyze block if it's not considered for ifcvt...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-10
Chris Lattner
finish a thought.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Rafael Espindola
Move the loads after the calls so that the fix for
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Rafael Espindola
Use CHECK-NEXT.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Nick Lewycky
Remove tests for APIs that were removed.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Nick Lewycky
Update OCaml bindings. Opaque types are gone, type...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
the various ConstantExpr::get*Ty methods existed to...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
don't load element before checking to see if it is...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
Eliminate the WriteTypeSymbolic function. Now that...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
stop using WriteTypeSymbolic.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
remove the DerivedType which isn't adding value anymore.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
Land the long talked about "type system rewrite" patch...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
add a #include
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
fix a really bad bug that would cause nested cursors...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
more tests not making the jump into the brave new world.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
remove some crufy old tests that aren't adding much...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Chris Lattner
remove a test that doesn't make sense in the new world.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
NAKAMURA Takumi
test/CodeGen/X86/vector.ll: Tweak temporary output...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
NAKAMURA Takumi
Windows/DynamicLibrary.inc: Fix trivial warnings. Thank...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
NAKAMURA Takumi
lit/LitConfig.py: Demote Win32 message "Unable to find...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Evan Cheng
Revert accidental commit.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Evan Cheng
Change createAsmParser to take a MCSubtargetInfo instea...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Jakob Stoklund...
Oops, didn't mean to commit that.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Lang Hames
Added test cases for GVN signed intrinsics recognition...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Lang Hames
Added recognition for signed add/sub/mul with overflow...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-09
Jakob Stoklund...
Hoist spills within a basic block.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Eli Friedman
Really force on 64bit for 64-bit targets. Should fix...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Eli Friedman
Revert earlier unnecessary hack. Make sure we correctl...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Evan Cheng
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Evan Cheng
Fix comment.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Cameron Zwarich
Add an fma TableGen node.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Evan Cheng
Add support for ARM / Thumb mode switching with .code...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Bob Wilson
Update comments for SandyBridge CPU identifiers.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Mark tBRIND as predicable.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Evan Cheng
Restore old behavior. Always auto-detect features unles...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Evan Cheng
Fix broken x86_64 tests which specify non-64-bit cpu's.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Pseudo-ize tBRIND.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Eli Friedman
Default 64-bit target features and SSE2 on when a tripl...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Cameron Zwarich
Use add instead of accumulate.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Bob Wilson
Recognize Intel CPUs with Family=6 and Model=44.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Bob Wilson
Reapply a fixed version of r133285.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Make tBX_RET and tBX_RET_vararg predicable.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Julien Lerouge
Add _allrem, _aullrem and _allmul to the runtime for...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Cameron Zwarich
Add an intrinsic and codegen support for fused multiply...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Evan Cheng
For non-x86 host, used generic as CPU name.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Pseudo-ize tBX_RET and tBX_RET_vararg.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Benjamin Kramer
Plug a leak by giving the AsmParser ownership of the...
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Shuffle productions around a bit.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jakob Stoklund...
Be more aggressive about following hints.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Use tPseudoExpand for tTAILJMPrND and tTAILJMPr.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Use tPseudoExpand for tTAILJMPd and tTAILJMPdND.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Benjamin Kramer
Silence compiler warning.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Add more info to FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Jim Grosbach
Move Thumb tail call pseudos to Thumb.td file.
commit
|
commitdiff
|
tree
|
snapshot
2011-07-08
Eli Friedman
Fix dangling pointer.
commit
|
commitdiff
|
tree
|
snapshot
next