projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2010-10-14
Jim Grosbach
Tweak the ARM backend to use the RRX mnemonic instead...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Francois Pichet
Always use binary mode for output stream. This is impor...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Jim Grosbach
MOVi16 and MOVT ARM mode encodings.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Jakob Stoklund...
Only split around a loop if the live range has uses...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Owen Anderson
Try again at implementing thread-safe lazy pass initial...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Owen Anderson
Revert r116489. It included some changes I didn't...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Owen Anderson
Apparently MSVC doesn't support thread-safe static...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Jim Grosbach
Simplify encoding information and add 'dst' operand...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Rafael Espindola
Remove some code duplication.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Oscar Fuentes
Remove explicit dependency of LLVMARMCodeGen on LLVMARM...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Oscar Fuentes
When building shared libraries, link to required system...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Mikhail Glushenkov
Comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Mikhail Glushenkov
Forward -march correctly.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Eric Christopher
Handle more complex GEP based loads and add a few TODOs...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Bill Wendling
Add support for vmov.f64/.f32 encoding. There's a bit...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Bill Wendling
Add encoding for 'fmstat'.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Evan Cheng
Register pressure and instruction latency aware machine...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Bill Wendling
- Add encodings for multiply add/subtract instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Chris Lattner
fix a bug I introduced, no idea how this didn't repro...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Chris Lattner
hack to unbreak buildbots
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Jim Grosbach
Regenerate. No functional change, just cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Jim Grosbach
Teach PerfectShuffle to not generate files with embedde...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-14
Chris Lattner
add uadd_ov/usub_ov to apint, consolidate constant...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Chris Lattner
missed a line :(
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Chris Lattner
constify these methods.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Detabify and clean up 80 column violations.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Chris Lattner
add a few operations for signed operations that also
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
A few 80 column fixes.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
trailing whitespace
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add a FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add operand encoding bits for SMC and SVC in ARM mode.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
More encoding cleanup. Also add register Rd operands...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Owen Anderson
CallGraphSCC passes implicity require CallGraph analysis.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Owen Anderson
Conversely, Analysis-implementations do NOT need to...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Owen Anderson
Analysis groups need to initialize their default implem...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Simplify some ARM encoding information.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Eric Christopher
Update comment.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add a FIXME. The ADR instruction is a bit odd.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Refactor the ARM 'setend' instruction pattern. Use...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Bill Wendling
Add MC encodings for VCVT* instrunctions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add a FIXME.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Make a few more bits of some simple instructions explic...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Owen Anderson
Take advantage of C++'s thread-safe static local initia...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Oscar Fuentes
GetTargetTriple.cmake: detect MinGW 64 bits.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add ARM mode encoding for [SU]XT[BH] and [SU]XTA[BH...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Fix encoding for compares. No Rd register.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add ARM mode operand encoding information for ADDE...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Rafael Espindola
Fix another case where we were preferring instructions...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Benjamin Kramer
Remove noisy semicolon.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Rafael Espindola
Fix PR8365 by adding a more specialized Pat that checks...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
Add Region::isTopLevelRegion().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Eric Christopher
Start handling more global variables.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegionInfo: Fix trivial error that slipped in last...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegionInfo: Update RegionInfo after a BB was split.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegioInfo: Add getExpandedRegion().
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegionInfo: Allow to update exit and entry of a region.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegionInfo: Enhance addSubregion.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegionInfo: Allow to set the parent region of a basic...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Rafael Espindola
Fix PR8313 by changing ValueToValueMap use a TrackingVH.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Evan Cheng
Limit load / store issues (at least until we have a...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Rafael Espindola
Be more consistent in using ValueToValueMapTy.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Bill Wendling
Add encodings for VNEG and VSQRT. Also add encodings...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Bill Wendling
Add encodings for VCVT instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Jim Grosbach
Add ARM encoding information for comparisons, forced...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Bill Wendling
Add VCMPZ and VABS.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Tobias Grosser
RegionInfo: Free the RegionNodes in cache.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-13
Bill Wendling
Refactor VCMP instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Add the rest of the ARM so_reg encoding options (regist...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Eric Christopher
FileCheckize this in a hope to quiet a valgrind warning...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Add encodings for VNMUL[SD].
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Add encodings for VDIV and VMUL.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Evan Cheng
Turn some fp stackifier assertion into errors to avoid...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Move the ARM so_imm encoding into a custom operand...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Be nitpicky and line up the comments.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Refactor some of the encoding logic into a base class...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Add custom encoder for the 's' bit denoting whether...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Add encoding for VSUB and VCMP.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Don't need to specify calling convention. Add 'readnone...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Allow targets to optionally specify custom binary encod...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Encoding for VADDD. Plus a test for the VFP instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bill Wendling
Split out the "size" field from the encoding. The newer...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Eric Christopher
Fix thinko in arm fast isel alloca rewrite.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Encoding for ARM-mode VADD.F32 instruction.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Owen Anderson
Begin adding static dependence information to passes...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Eric Christopher
Combine these together - should probably have some...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Michael J....
KillTheDoctor: Fix VS2008 build.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Nick Lewycky
Mark variable 'NoImplicitFloatOps' used only in an...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Comment grammar tweakage.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Add MOVi ARM encoding.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Dan Gohman
Initial va_arg support for x86-64. Patch by David Meyer!
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Nuke unused wrapper function.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jakob Stoklund...
Remove the x86 MOV{32,64}{rr,rm,mr}_TC instructions.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Jim Grosbach
Add encoding information for the remainder of the gener...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Bob Wilson
PR8359: The ARM backend may end up allocating registers...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Eric Christopher
Rework alloca handling so that we can load or store...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Eric Christopher
Fix the last two commits to configure - configure is...
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Eric Christopher
Handle a wider arrangement of loads.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Cameron Esfahani
Fix spelling error.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Dan Gohman
Delete a redundant check.
commit
|
commitdiff
|
tree
|
snapshot
2010-10-12
Dan Gohman
More SmallVectorImpls.
commit
|
commitdiff
|
tree
|
snapshot
next