projects
/
oota-llvm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
oota-llvm.git
2008-10-15
Chris Lattner
fold compare of null pointer into compare with 0.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
Some minor cleanups:
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
Use switch on VT instead of Type* comparisons.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
Use X86FastEmitCompare for FCMP_OEQ and FCMP_UNE: it...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
refactor compare emission out into a new X86FastEmitCom...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
Fold immediates into compares when possible, producing...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
more minor refactoring of X86SelectBranch, no functiona...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
factor buildmi calls in X86SelectBranch
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
factor some more BuildMI's in X86SelectCmp
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Chris Lattner
factor some BuildMI calls, no functionality change.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Dan Gohman
Adjust whitespace in debug messages to be more consistent
commit
|
commitdiff
|
tree
|
snapshot
2008-10-15
Evan Cheng
- Add target lowering hooks that specify which setcc...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
FastISel support for exception-handling constructs.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Daniel Dunbar
Prevent assert when using '"' in names (via hexadecimal).
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Daniel Dunbar
Change getLLVMName to use raw_ostream & PrintLLVMName.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Daniel Dunbar
Add llvm::hexdigit to StringExtras (number -> hexadecim...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Daniel Dunbar
Add some ReleaseNotes on clang codegen.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Daniel Dunbar
Remove Stacker.html from Xcode project.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dale Johannesen
Accept -march=i586, because gcc does (a synonym
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Evan Cheng
Rename LoadX to LoadExt.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Jim Grosbach
Update ARM Insn encoding to get endian-ness to match...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Devang Patel
Remove dead code.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Fix command-line option printing to print two spaces...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Devang Patel
Document attributes changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Nicolas Geoffray
Add VMKit notes.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Evan Cheng
Combine (fcmp cc0 x, y) | (fcmp cc1 x, y) into a single...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Evan Cheng
- Somehow I forgot about one / une.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Evan Cheng
Fix indentation.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Evan Cheng
Optimize anding of two fcmp into a single fcmp if the...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Mention a few methods in ConstantSDNode that were renamed.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
HTML syntax fixes.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Fix missing end tags and invalid HTML entity syntax.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Add a missing close-tag.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Fix a few close tags.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Fix a typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Dan Gohman
Add a brief mention of the new free-list management...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Gabor Greif
minor corrections, improved formatting
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Gabor Greif
typo and formatting tweaks
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Nuno Lopes
little optimization: reuse getPointerToGlobalIfAvailabl...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Duncan Sands
Mention the different constant folders that IRBuilder
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Chris Lattner
new testcase for PR2797
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Chris Lattner
add some upgrading notes from Pekka.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Chris Lattner
add LSR and frameaddress info.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Ted Kremenek
Add static analyzer notes.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Daniel Dunbar
Remove stale src, core directories.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-14
Chris Lattner
more minor updates
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
more changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
optimizer and codegen
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
more updates.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Dan Gohman
When doing the very-late shift-and address-mode optimiz...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
describe major new features and llvm-gcc features.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Duncan Sands
Don't barf on 32 bit platforms if llvm-gcc is
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Evan Cheng
FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduce...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Duncan Sands
MarkModRef -> AddReadAttrs.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Evan Cheng
Also update sub-register intervals after a trivial...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Duncan Sands
Add some llvm-gcc changes that may be worth
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Evan Cheng
Add a test case for _Complex passed as a FCA.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
give the static analyzer its own section.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
more rearranging.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
move major changes down.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Duncan Sands
Fix typo. Add note on trampoline support.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Evan Cheng
Clarify meaning of copyRegToReg's return value.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Duncan Sands
Update the Ada part.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
final note.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
fix some crazily long lines.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Matthijs Kooijman
Make InstructionCombining::getBitCastOperand() recogniz...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Matthijs Kooijman
Improve the description on the getelementptr instructio...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Matthijs Kooijman
* Make TargetLowering not crash when TargetMachine...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Matthijs Kooijman
Make MachineFunction not crash when TargetMachine:...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Gabor Greif
fix typo's
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Gabor Greif
remove a deprecated internal interface
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Gabor Greif
do not use deprecated interfaces
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Gabor Greif
ignore the standard output dirs
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Nick Lewycky
Disallow the construction of SCEVs with could-not-compu...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Mikhail Glushenkov
Add whitespace before a parenthesis.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Mikhail Glushenkov
Add a note on llvmc2 plugins + remove some trailing...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-13
Chris Lattner
calls can be supported.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Chris Lattner
more notes
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Dale Johannesen
Change TAG_ names to DW_TAG for gcc (testsuite) compati...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Owen Anderson
Fix a bug in live-in detection that caused lost-copy...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Chris Lattner
add some more notes
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Chris Lattner
this was to be removed after 2.4 branched.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Dale Johannesen
Remove "long" variants so these will pass on a 64-bit...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Chris Lattner
add some notes
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Anton Korobeynikov
Update size of inst correctly with segment override.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Owen Anderson
Add special-case code to allow null-guards on calls...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Owen Anderson
Make Escape Analysis work for any pointer.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Owen Anderson
Add EscapeAnalysis.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Dale Johannesen
Change Dwarf comments starting with AT_ to DW_AT_ to
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Owen Anderson
Fix crashes and infinite loops.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-12
Owen Anderson
Duncan convinced me that it's not possible to transform...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Lattner
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Lattner
Fix PR2697 by rewriting the '(X / pos) op neg' logic...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Lattner
update win32 project file, patch provided by OvermindDL...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Lattner
Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetCons...
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Lattner
rearrange some code.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Chris Lattner
random cleanup
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Daniel Dunbar
Add API changes which affected me to release notes:
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Duncan Sands
Fix comment typo.
commit
|
commitdiff
|
tree
|
snapshot
2008-10-11
Anton Korobeynikov
Add ability to override segment (mostly for code emitte...
commit
|
commitdiff
|
tree
|
snapshot
next